nytprof run results of /variantgraph/<ID> and /relation/<ID>/relationships
[scpubgit/stemmatology.git] / stemmaweb / nytprof-runs / relation-uuid-relationships / subs-treemap-excl.html
diff --git a/stemmaweb/nytprof-runs/relation-uuid-relationships/subs-treemap-excl.html b/stemmaweb/nytprof-runs/relation-uuid-relationships/subs-treemap-excl.html
new file mode 100644 (file)
index 0000000..34aed0a
--- /dev/null
@@ -0,0 +1,199 @@
+    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+    <html xmlns="http://www.w3.org/1999/xhtml">
+<!--
+This file was generated by Devel::NYTProf version 4.06
+-->
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta http-equiv="Content-Language" content="en-us" />
+    <title>Subroutine Exclusive Time Treemap - NYTProf</title>
+<link rel="stylesheet" type="text/css" href="style.css" />
+<link rel="stylesheet" type="text/css" href="js/jit/Treemap.css" />
+<script language="JavaScript" src="js/jit/jit.js"></script>
+    <script type="text/javascript" src="js/jquery-min.js"></script> 
+
+    <script type="text/javascript" src="js/jquery-tablesorter-min.js"></script> 
+    <link rel="stylesheet" type="text/css" href="js/style-tablesorter.css" />
+    <script type="text/javascript">
+    // when a column is first clicked on to sort it, use descending order
+    // XXX doesn't seem to work (and not just because the tablesorter formatSortingOrder() is broken)
+    $.tablesorter.defaults.sortInitialOrder = "desc";
+    // add parser through the tablesorter addParser method 
+    $.tablesorter.addParser({
+        id: 'fmt_time',   // name of this parser
+        is: function(s) { 
+            return false; // return false so this parser is not auto detected 
+        }, 
+        format: function(orig) { // format data for normalization 
+            // console.log(orig);
+            val = orig.replace(/ns/,'');
+            if (val != orig) { return val / (1000*1000*1000); } 
+            val = orig.replace(/µs/,''); /* XXX use &micro; ? */
+            if (val != orig) { return val / (1000*1000); } 
+            var val = orig.replace(/ms/,'');
+            if (val != orig) { return val / (1000); }
+            var val = orig.replace(/s/,'');
+            if (val != orig) { return val; }
+            if (orig == '0') { return orig; } 
+            console.log('no match for fmt_time of '.concat(orig));
+            return orig;
+        },
+        type: 'numeric' // set type, either numeric or text 
+    }); 
+    </script> 
+</head>
+<body > 
+<div class="header" style="position: relative; overflow-x: hidden; overflow-y: hidden; z-index: 0; ">
+<div class="header_back">
+            <a href="index.html">&larr; Index</a>
+        </div>
+<div class="headerForeground" style="float: left">
+    <span class="siteTitle">Subroutine Exclusive Time Treemap</span>
+    <span class="siteSubtitle"><br />For script/nytprof.pl</span>
+</div>
+<div class="headerForeground" style="float: right; text-align: right">
+    <span class="siteTitle">&nbsp;</span>
+    <span class="siteSubtitle">Run on Thu May 31 16:49:15 2012<br />Reported on Thu May 31 16:56:45 2012</span>
+</div>
+<div style="position: absolute; left: 0px; top: 0%; width: 100%; height: 101%; z-index: -1; background-color: rgb(17, 136, 255); "></div>
+<div style="position: absolute; left: 0px; top: 2%; width: 100%; height: 99%; z-index: -1; background-color: rgb(16, 134, 253); "></div>
+<div style="position: absolute; left: 0px; top: 4%; width: 100%; height: 97%; z-index: -1; background-color: rgb(16, 133, 252); "></div>
+<div style="position: absolute; left: 0px; top: 6%; width: 100%; height: 95%; z-index: -1; background-color: rgb(15, 131, 250); "></div>
+<div style="position: absolute; left: 0px; top: 8%; width: 100%; height: 93%; z-index: -1; background-color: rgb(15, 130, 249); "></div>
+<div style="position: absolute; left: 0px; top: 10%; width: 100%; height: 91%; z-index: -1; background-color: rgb(15, 129, 248); "></div>
+<div style="position: absolute; left: 0px; top: 12%; width: 100%; height: 89%; z-index: -1; background-color: rgb(14, 127, 246); "></div>
+<div style="position: absolute; left: 0px; top: 14%; width: 100%; height: 87%; z-index: -1; background-color: rgb(14, 126, 245); "></div>
+<div style="position: absolute; left: 0px; top: 16%; width: 100%; height: 85%; z-index: -1; background-color: rgb(14, 125, 244); "></div>
+<div style="position: absolute; left: 0px; top: 18%; width: 100%; height: 83%; z-index: -1; background-color: rgb(13, 123, 242); "></div>
+<div style="position: absolute; left: 0px; top: 20%; width: 100%; height: 81%; z-index: -1; background-color: rgb(13, 122, 241); "></div>
+<div style="position: absolute; left: 0px; top: 22%; width: 100%; height: 79%; z-index: -1; background-color: rgb(13, 121, 240); "></div>
+<div style="position: absolute; left: 0px; top: 24%; width: 100%; height: 77%; z-index: -1; background-color: rgb(12, 119, 238); "></div>
+<div style="position: absolute; left: 0px; top: 26%; width: 100%; height: 75%; z-index: -1; background-color: rgb(12, 118, 237); "></div>
+<div style="position: absolute; left: 0px; top: 28%; width: 100%; height: 73%; z-index: -1; background-color: rgb(12, 116, 235); "></div>
+<div style="position: absolute; left: 0px; top: 30%; width: 100%; height: 71%; z-index: -1; background-color: rgb(11, 115, 234); "></div>
+<div style="position: absolute; left: 0px; top: 32%; width: 100%; height: 69%; z-index: -1; background-color: rgb(11, 114, 233); "></div>
+<div style="position: absolute; left: 0px; top: 34%; width: 100%; height: 67%; z-index: -1; background-color: rgb(11, 112, 231); "></div>
+<div style="position: absolute; left: 0px; top: 36%; width: 100%; height: 65%; z-index: -1; background-color: rgb(10, 111, 230); "></div>
+<div style="position: absolute; left: 0px; top: 38%; width: 100%; height: 63%; z-index: -1; background-color: rgb(10, 110, 229); "></div>
+<div style="position: absolute; left: 0px; top: 40%; width: 100%; height: 61%; z-index: -1; background-color: rgb(10, 108, 227); "></div>
+<div style="position: absolute; left: 0px; top: 42%; width: 100%; height: 59%; z-index: -1; background-color: rgb(9, 107, 226); "></div>
+<div style="position: absolute; left: 0px; top: 44%; width: 100%; height: 57%; z-index: -1; background-color: rgb(9, 106, 225); "></div>
+<div style="position: absolute; left: 0px; top: 46%; width: 100%; height: 55%; z-index: -1; background-color: rgb(9, 104, 223); "></div>
+<div style="position: absolute; left: 0px; top: 48%; width: 100%; height: 53%; z-index: -1; background-color: rgb(8, 103, 222); "></div>
+<div style="position: absolute; left: 0px; top: 50%; width: 100%; height: 51%; z-index: -1; background-color: rgb(8, 102, 221); "></div>
+<div style="position: absolute; left: 0px; top: 52%; width: 100%; height: 49%; z-index: -1; background-color: rgb(8, 100, 219); "></div>
+<div style="position: absolute; left: 0px; top: 54%; width: 100%; height: 47%; z-index: -1; background-color: rgb(7, 99, 218); "></div>
+<div style="position: absolute; left: 0px; top: 56%; width: 100%; height: 45%; z-index: -1; background-color: rgb(7, 97, 216); "></div>
+<div style="position: absolute; left: 0px; top: 58%; width: 100%; height: 43%; z-index: -1; background-color: rgb(7, 96, 215); "></div>
+<div style="position: absolute; left: 0px; top: 60%; width: 100%; height: 41%; z-index: -1; background-color: rgb(6, 95, 214); "></div>
+<div style="position: absolute; left: 0px; top: 62%; width: 100%; height: 39%; z-index: -1; background-color: rgb(6, 93, 212); "></div>
+<div style="position: absolute; left: 0px; top: 64%; width: 100%; height: 37%; z-index: -1; background-color: rgb(6, 92, 211); "></div>
+<div style="position: absolute; left: 0px; top: 66%; width: 100%; height: 35%; z-index: -1; background-color: rgb(5, 91, 210); "></div>
+<div style="position: absolute; left: 0px; top: 68%; width: 100%; height: 33%; z-index: -1; background-color: rgb(5, 89, 208); "></div>
+<div style="position: absolute; left: 0px; top: 70%; width: 100%; height: 31%; z-index: -1; background-color: rgb(5, 88, 207); "></div>
+<div style="position: absolute; left: 0px; top: 72%; width: 100%; height: 29%; z-index: -1; background-color: rgb(4, 87, 206); "></div>
+<div style="position: absolute; left: 0px; top: 74%; width: 100%; height: 27%; z-index: -1; background-color: rgb(4, 85, 204); "></div>
+<div style="position: absolute; left: 0px; top: 76%; width: 100%; height: 25%; z-index: -1; background-color: rgb(4, 84, 203); "></div>
+<div style="position: absolute; left: 0px; top: 78%; width: 100%; height: 23%; z-index: -1; background-color: rgb(3, 82, 201); "></div>
+<div style="position: absolute; left: 0px; top: 80%; width: 100%; height: 21%; z-index: -1; background-color: rgb(3, 81, 200); "></div>
+<div style="position: absolute; left: 0px; top: 82%; width: 100%; height: 19%; z-index: -1; background-color: rgb(3, 80, 199); "></div>
+<div style="position: absolute; left: 0px; top: 84%; width: 100%; height: 17%; z-index: -1; background-color: rgb(2, 78, 197); "></div>
+<div style="position: absolute; left: 0px; top: 86%; width: 100%; height: 15%; z-index: -1; background-color: rgb(2, 77, 196); "></div>
+<div style="position: absolute; left: 0px; top: 88%; width: 100%; height: 13%; z-index: -1; background-color: rgb(2, 76, 195); "></div>
+<div style="position: absolute; left: 0px; top: 90%; width: 100%; height: 11%; z-index: -1; background-color: rgb(1, 74, 193); "></div>
+<div style="position: absolute; left: 0px; top: 92%; width: 100%; height: 9%; z-index: -1; background-color: rgb(1, 73, 192); "></div>
+<div style="position: absolute; left: 0px; top: 94%; width: 100%; height: 7%; z-index: -1; background-color: rgb(1, 72, 191); "></div>
+<div style="position: absolute; left: 0px; top: 96%; width: 100%; height: 5%; z-index: -1; background-color: rgb(0, 70, 189); "></div>
+<div style="position: absolute; left: 0px; top: 98%; width: 100%; height: 3%; z-index: -1; background-color: rgb(0, 69, 188); "></div>
+<div style="position: absolute; left: 0px; top: 100%; width: 100%; height: 1%; z-index: -1; background-color: rgb(0, 68, 187); "></div>
+</div>
+<script type="text/javascript">
+        function init_tm1() {
+            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]}};
+
+            //This method is invoked when a DOM element is created.  
+            //Its useful to set DOM event handlers here or manipulate  
+            //the DOM Treemap nodes.  
+            tm_args.onCreateElement = function(content, tree, isLeaf, leaf){  
+                //Add background image for cushion effect
+                if(isLeaf) { 
+                    var style = leaf.style,   
+                    width = parseInt(style.width) - 2,   
+                    height = parseInt(style.height) - 2;  
+                    // don't add gradient if too small to be worth the cost
+                    if (width < 10 || height < 10) {   // is narrow
+                        if (width < 50 && height < 50) // is small
+                            return;
+                    }
+                    leaf.innerHTML = tree.name +   
+                        "<img src=\"js/jit/gradient-cushion1.png\" " +  
+                        " style=\"position:absolute;top:0;left:0;width:" +   
+                        width+"px;height:" + height+"px;\" />";  
+                    style.width = width + "px";  
+                    style.height = height + "px";  
+                }  
+            };
+
+            // add content to the tooltip when a node is hovered  
+            // move to separate function later
+            tm_args.Tips.onShow = function(tip, node, isLeaf, domElement) {
+                tip.innerHTML = node.data.tip;
+            };
+
+            TM.Squarified.implement({
+                'onLeftClick': function(elem) { // zoom in one level
+                    //if is leaf
+                    var node = TreeUtil.getSubtree(this.tree, elem.parentNode.id);
+                    if(node.children && node.children.length == 0) {
+                        var oldparent = node, newparent = node;
+                        while(newparent.id != this.shownTree.id) {
+                            oldparent = newparent;
+                            newparent = TreeUtil.getParent(this.tree, newparent.id);
+                        }
+                        this.view(oldparent.id);
+                    } else {
+                      this.enter(elem);
+                    }
+                }
+            });
+
+            TM.Squarified.implement({
+                createBox: function(json, coord, html) {
+                    if((coord.width * coord.height > 1) && json.data.$area > 0) {
+                        if(!this.leaf(json))
+                            var box = this.headBox(json, coord) + this.bodyBox(html, coord);
+                        else
+                            var box = this.leafBox(json, coord);
+                        return this.contentBox(json, coord, box);
+                    } else {
+                        return ""; //return empty string
+                    }
+                }
+            });
+
+            var tm1 = new TM.Squarified(tm_args);
+
+            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: 136&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0001361,"subname":"YAML::XS::BEGIN@101","$color":0,"excl_time":5.48999999996634e-05,"$area":5.48999999996634e-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: 134&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001345,"subname":"YAML::XS::BEGIN@6","$color":0,"excl_time":1.49999999997278e-05,"$area":1.49999999997278e-05},"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: 35&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"YAML::XS::BEGIN@56","$color":0,"excl_time":3.18999999998611e-05,"$area":3.18999999998611e-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: 1.09ms, 0.00%<br />Exclusive time: 400&micro;s, 0.00%</p>","incl_time":0.0010922,"subname":"YAML::XS::BEGIN@19","$color":0,"excl_time":0.000399600000000179,"$area":0.000399600000000179},"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: 130&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001305,"subname":"YAML::XS::LibYAML::BEGIN@8","$color":2,"excl_time":1.2100000000148e-05,"$area":1.2100000000148e-05},"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: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"YAML::XS::LibYAML::BEGIN@4","$color":2,"excl_time":1.30000000001459e-05,"$area":1.30000000001459e-05},"id":"10-YAML::XS::LibYAML::BEGIN@4"},{"name":"Dump","children":[],"data":{"tip":"<p><b>YAML::XS::LibYAML::Dump</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 122ms, 0.19%</p>","incl_time":0.1221757,"subname":"YAML::XS::LibYAML::Dump","$color":2,"excl_time":0.1221757,"$area":0.1221757},"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: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"YAML::XS::LibYAML::BEGIN@3","$color":2,"excl_time":1.3499999999862e-05,"$area":1.3499999999862e-05},"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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"YAML::XS::LibYAML::BEGIN@6","$color":2,"excl_time":1.62999999997682e-05,"$area":1.62999999997682e-05},"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: 31&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"YAML::XS::LibYAML::BEGIN@2","$color":2,"excl_time":3.14e-05,"$area":3.14e-05},"id":"14-YAML::XS::LibYAML::BEGIN@2"}],"data":{"$area":0.122262},"id":"n8"}],"data":{"$area":0.122763399999999},"id":"n3"}],"data":{"$area":0.122763399999999},"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: 160&micro;s, 0.00%</p>","incl_time":0.00016,"subname":"Internals::SvREADONLY","$color":4,"excl_time":0.00016,"$area":0.00016},"id":"16-Internals::SvREADONLY"}],"data":{"$area":0.00016},"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: 186&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001861,"subname":"Storable::BEGIN@51","$color":6,"excl_time":1.50999999999955e-05,"$area":1.50999999999955e-05},"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: 13.2ms, 0.02%</p>","incl_time":0.0131583,"subname":"Storable::BEGIN@26","$color":6,"excl_time":0.0131583,"$area":0.0131583},"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: 100&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":9.98e-05,"subname":"Storable::BEGIN@22","$color":6,"excl_time":3.44000000000068e-05,"$area":3.44000000000068e-05},"id":"20-Storable::BEGIN@22"}],"data":{"$area":0.0132078},"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: 320&micro;s, 0.00%<br />Exclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0003204,"subname":"aliased::_make_alias","$color":8,"excl_time":0.0002181,"$area":0.0002181},"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: 52&micro;s, 0.00%</p>","incl_time":5.22e-05,"subname":"aliased::CORE:subst","$color":8,"excl_time":5.22e-05,"$area":5.22e-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: 29&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"aliased::BEGIN@8","$color":8,"excl_time":2.3999999999973e-05,"$area":2.3999999999973e-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: 37&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"aliased::BEGIN@35","$color":8,"excl_time":1.3799999999999e-05,"$area":1.3799999999999e-05},"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: 131ms, 0.20%<br />Exclusive time: 144&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 265ms</p>","incl_time":0.1310746,"subname":"aliased::import","$color":8,"excl_time":0.000143500000000041,"$area":0.000143500000000041},"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: 102&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001023,"subname":"aliased::_get_alias","$color":8,"excl_time":5.01000000001643e-05,"$area":5.01000000001643e-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: 131ms, 0.20%<br />Exclusive time: 892&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 265ms</p>","incl_time":0.1308917,"subname":"aliased::_load_alias","$color":8,"excl_time":0.000892399999999944,"$area":0.000892399999999944},"id":"28-aliased::_load_alias"}],"data":{"$area":0.00139410000000012},"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: 2.80ms, 0.00%<br />Exclusive time: 2.33ms, 0.00%</p>","incl_time":0.0027983,"subname":"Bio::Phylo::BEGIN@18","$color":10,"excl_time":0.00232949999999984,"$area":0.00232949999999984},"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.85ms, 0.00%<br />Exclusive time: 1.83ms, 0.00%</p>","incl_time":0.0028479,"subname":"Bio::Phylo::BEGIN@14","$color":10,"excl_time":0.00182720000000024,"$area":0.00182720000000024},"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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Bio::Phylo::BEGIN@874","$color":10,"excl_time":1.5299999999839e-05,"$area":1.5299999999839e-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: 44&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"Bio::Phylo::BEGIN@867","$color":10,"excl_time":1.56999999998964e-05,"$area":1.56999999998964e-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: 28&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Bio::Phylo::BEGIN@895","$color":10,"excl_time":1.17999999998203e-05,"$area":1.17999999998203e-05},"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: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Bio::Phylo::import","$color":10,"excl_time":1.11e-05,"$area":1.11e-05},"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: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Bio::Phylo::BEGIN@15","$color":10,"excl_time":1.65999999999787e-05,"$area":1.65999999999787e-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Bio::Phylo::CORE:substcont","$color":10,"excl_time":5.8e-06,"$area":5.8e-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: 6.56ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0065617,"subname":"Bio::Phylo::BEGIN@3","$color":10,"excl_time":9.09999999998065e-06,"$area":9.09999999998065e-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: 22&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Bio::Phylo::BEGIN@16","$color":10,"excl_time":2.02000000002114e-05,"$area":2.02000000002114e-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: 69&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.88e-05,"subname":"Bio::Phylo::BEGIN@10","$color":10,"excl_time":1.48000000000015e-05,"$area":1.48000000000015e-05},"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: 64&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.36e-05,"subname":"Bio::Phylo::BEGIN@17","$color":10,"excl_time":1.3199999999883e-05,"$area":1.3199999999883e-05},"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Bio::Phylo::get_logger","$color":10,"excl_time":5.7e-06,"$area":5.7e-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: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Bio::Phylo::BEGIN@897","$color":10,"excl_time":1.10999999997912e-05,"$area":1.10999999997912e-05},"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: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Bio::Phylo::CORE:subst","$color":10,"excl_time":1.14e-05,"$area":1.14e-05},"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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Bio::Phylo::BEGIN@2","$color":10,"excl_time":1.66999999999549e-05,"$area":1.66999999999549e-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: 52&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Bio::Phylo::BEGIN@842","$color":10,"excl_time":2.79000000000813e-05,"$area":2.79000000000813e-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: 5.90ms, 0.01%<br />Exclusive time: 1.21ms, 0.00%</p>","incl_time":0.0058954,"subname":"Bio::Phylo::Identifiable::BEGIN@3","$color":1,"excl_time":0.00121340000000059,"$area":0.00121340000000059},"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: 227&micro;s, 0.00%<br />Exclusive time: 207&micro;s, 0.00%</p>","incl_time":0.0002267,"subname":"Bio::Phylo::Identifiable::BEGIN@2","$color":1,"excl_time":0.000207200000000383,"$area":0.000207200000000383},"id":"50-Bio::Phylo::Identifiable::BEGIN@2"}],"data":{"$area":0.00142060000000097},"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: 62&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.2e-05,"subname":"Bio::Phylo::IO::BEGIN@6","$color":3,"excl_time":1.5599999999998e-05,"$area":1.5599999999998e-05},"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: 34&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Bio::Phylo::IO::BEGIN@2","$color":3,"excl_time":2.72000000000265e-05,"$area":2.72000000000265e-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: 265&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0002652,"subname":"Bio::Phylo::IO::BEGIN@7","$color":3,"excl_time":2.80000000000625e-05,"$area":2.80000000000625e-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: 150&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001495,"subname":"Bio::Phylo::IO::BEGIN@3","$color":3,"excl_time":1.70000000001312e-05,"$area":1.70000000001312e-05},"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: 19.3ms, 0.03%<br />Exclusive time: 5.80ms, 0.01%</p>","incl_time":0.0192838,"subname":"Bio::Phylo::IO::BEGIN@4","$color":3,"excl_time":0.00579710000000081,"$area":0.00579710000000081},"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: 895&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0008948,"subname":"Bio::Phylo::IO::BEGIN@5","$color":3,"excl_time":1.55000000001947e-05,"$area":1.55000000001947e-05},"id":"57-Bio::Phylo::IO::BEGIN@5"}],"data":{"$area":0.00590040000000123},"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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Bio::Phylo::Util::StackTrace::BEGIN@2","$color":5,"excl_time":1.44000000001663e-05,"$area":1.44000000001663e-05},"id":"60-Bio::Phylo::Util::StackTrace::BEGIN@2"}],"data":{"$area":1.44000000001663e-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Bio::Phylo::Util::IDPool::BEGIN@2","$color":7,"excl_time":1.45999999998611e-05,"$area":1.45999999998611e-05},"id":"62-Bio::Phylo::Util::IDPool::BEGIN@2"}],"data":{"$area":1.45999999998611e-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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Bio::Phylo::Util::Exceptions::ObjectMismatch::description","$color":9,"excl_time":4.6e-06,"$area":4.6e-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: 49&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.94e-05,"subname":"Bio::Phylo::Util::Exceptions::ObjectMismatch::BEGIN@2","$color":9,"excl_time":1.6599999999945e-05,"$area":1.6599999999945e-05},"id":"66-Bio::Phylo::Util::Exceptions::ObjectMismatch::BEGIN@2"}],"data":{"$area":2.1199999999945e-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: 77&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.74e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@3","$color":0,"excl_time":7.90000000005539e-06,"$area":7.90000000005539e-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: 53&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.33e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@5","$color":0,"excl_time":9.69999999985648e-06,"$area":9.69999999985648e-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@2","$color":0,"excl_time":1.42000000000248e-05,"$area":1.42000000000248e-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: 3.96ms, 0.01%<br />Exclusive time: 3.06ms, 0.00%</p>","incl_time":0.0039642,"subname":"Bio::Phylo::Util::Exceptions::_make_exceptions","$color":0,"excl_time":0.00306470000000084,"$area":0.00306470000000084},"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: 57&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.68e-05,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@6","$color":0,"excl_time":1.52999999999724e-05,"$area":1.52999999999724e-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: 449&micro;s, 0.00%<br />Exclusive time: 426&micro;s, 0.00%</p>","incl_time":0.000449,"subname":"Bio::Phylo::Util::Exceptions::BEGIN@4","$color":0,"excl_time":0.00042620000000001,"$area":0.00042620000000001},"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Bio::Phylo::Util::Exceptions::FileError::description","$color":2,"excl_time":4.6e-06,"$area":4.6e-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: 50&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Bio::Phylo::Util::Exceptions::FileError::BEGIN@2","$color":2,"excl_time":1.63999999999919e-05,"$area":1.63999999999919e-05},"id":"75-Bio::Phylo::Util::Exceptions::FileError::BEGIN@2"}],"data":{"$area":2.09999999999919e-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: 47&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"Bio::Phylo::Util::Exceptions::ExtensionError::BEGIN@2","$color":4,"excl_time":1.54999999998043e-05,"$area":1.54999999998043e-05},"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Bio::Phylo::Util::Exceptions::ExtensionError::description","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"78-Bio::Phylo::Util::Exceptions::ExtensionError::description"}],"data":{"$area":2.00999999998043e-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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Bio::Phylo::Util::Exceptions::API::description","$color":6,"excl_time":4e-06,"$area":4e-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: 41&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"Bio::Phylo::Util::Exceptions::API::BEGIN@2","$color":6,"excl_time":1.42999999997787e-05,"$area":1.42999999997787e-05},"id":"81-Bio::Phylo::Util::Exceptions::API::BEGIN@2"}],"data":{"$area":1.82999999997787e-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":3e-06,"subname":"Bio::Phylo::Util::Exceptions::Deprecated::description","$color":8,"excl_time":3e-06,"$area":3e-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: 31&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Bio::Phylo::Util::Exceptions::Deprecated::BEGIN@2","$color":8,"excl_time":1.07000000001264e-05,"$area":1.07000000001264e-05},"id":"84-Bio::Phylo::Util::Exceptions::Deprecated::BEGIN@2"}],"data":{"$area":1.37000000001264e-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: 47&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"Bio::Phylo::Util::Exceptions::BadArgs::BEGIN@2","$color":10,"excl_time":1.53999999998043e-05,"$area":1.53999999998043e-05},"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Bio::Phylo::Util::Exceptions::BadArgs::description","$color":10,"excl_time":4.8e-06,"$area":4.8e-06},"id":"87-Bio::Phylo::Util::Exceptions::BadArgs::description"}],"data":{"$area":2.01999999998043e-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: 55&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.46e-05,"subname":"Bio::Phylo::Util::Exceptions::NotImplemented::BEGIN@2","$color":1,"excl_time":1.50999999998078e-05,"$area":1.50999999998078e-05},"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Bio::Phylo::Util::Exceptions::NotImplemented::description","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"90-Bio::Phylo::Util::Exceptions::NotImplemented::description"}],"data":{"$area":1.94999999998078e-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: 71&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":7.06e-05,"subname":"Bio::Phylo::Util::Exceptions::BadFormat::BEGIN@2","$color":3,"excl_time":2.06000000001165e-05,"$area":2.06000000001165e-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Bio::Phylo::Util::Exceptions::BadFormat::description","$color":3,"excl_time":4.8e-06,"$area":4.8e-06},"id":"93-Bio::Phylo::Util::Exceptions::BadFormat::description"}],"data":{"$area":2.54000000001165e-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: 58&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.79e-05,"subname":"Bio::Phylo::Util::Exceptions::BadNumber::BEGIN@2","$color":5,"excl_time":1.74999999999485e-05,"$area":1.74999999999485e-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Bio::Phylo::Util::Exceptions::BadNumber::description","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"96-Bio::Phylo::Util::Exceptions::BadNumber::description"}],"data":{"$area":2.21999999999485e-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: 51&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"Bio::Phylo::Util::Exceptions::BadString::BEGIN@2","$color":7,"excl_time":1.76000000001555e-05,"$area":1.76000000001555e-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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Bio::Phylo::Util::Exceptions::BadString::description","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"99-Bio::Phylo::Util::Exceptions::BadString::description"}],"data":{"$area":2.25000000001555e-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Bio::Phylo::Util::Exceptions::UnknownMethod::description","$color":9,"excl_time":4.7e-06,"$area":4.7e-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: 49&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.92e-05,"subname":"Bio::Phylo::Util::Exceptions::UnknownMethod::BEGIN@2","$color":9,"excl_time":1.60000000001555e-05,"$area":1.60000000001555e-05},"id":"102-Bio::Phylo::Util::Exceptions::UnknownMethod::BEGIN@2"}],"data":{"$area":2.07000000001555e-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.2e-06,"subname":"Bio::Phylo::Util::Exceptions::System::description","$color":0,"excl_time":4.2e-06,"$area":4.2e-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: 41&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"Bio::Phylo::Util::Exceptions::System::BEGIN@2","$color":0,"excl_time":1.4100000000106e-05,"$area":1.4100000000106e-05},"id":"105-Bio::Phylo::Util::Exceptions::System::BEGIN@2"}],"data":{"$area":1.8300000000106e-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Bio::Phylo::Util::Exceptions::NetworkError::description","$color":2,"excl_time":4.7e-06,"$area":4.7e-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: 50&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.99e-05,"subname":"Bio::Phylo::Util::Exceptions::NetworkError::BEGIN@2","$color":2,"excl_time":1.59000000001325e-05,"$area":1.59000000001325e-05},"id":"108-Bio::Phylo::Util::Exceptions::NetworkError::BEGIN@2"}],"data":{"$area":2.06000000001325e-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: 50&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.99e-05,"subname":"Bio::Phylo::Util::Exceptions::InvalidData::BEGIN@2","$color":4,"excl_time":1.65000000000388e-05,"$area":1.65000000000388e-05},"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Bio::Phylo::Util::Exceptions::InvalidData::description","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"111-Bio::Phylo::Util::Exceptions::InvalidData::description"}],"data":{"$area":2.13000000000388e-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.9e-05,"subname":"Bio::Phylo::Util::Exceptions::OutOfBounds::BEGIN@2","$color":6,"excl_time":9.2999999998221e-06,"$area":9.2999999998221e-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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Bio::Phylo::Util::Exceptions::OutOfBounds::description","$color":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"114-Bio::Phylo::Util::Exceptions::OutOfBounds::description"}],"data":{"$area":1.33999999998221e-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":3.4e-06,"subname":"Bio::Phylo::Util::Exceptions::Generic::description","$color":8,"excl_time":3.4e-06,"$area":3.4e-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: 59&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.87e-05,"subname":"Bio::Phylo::Util::Exceptions::Generic::BEGIN@2","$color":8,"excl_time":1.7900000000159e-05,"$area":1.7900000000159e-05},"id":"117-Bio::Phylo::Util::Exceptions::Generic::BEGIN@2"}],"data":{"$area":2.1300000000159e-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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Bio::Phylo::Util::Exceptions::OddHash::description","$color":10,"excl_time":4.5e-06,"$area":4.5e-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: 47&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.65e-05,"subname":"Bio::Phylo::Util::Exceptions::OddHash::BEGIN@2","$color":10,"excl_time":1.53999999998273e-05,"$area":1.53999999998273e-05},"id":"120-Bio::Phylo::Util::Exceptions::OddHash::BEGIN@2"}],"data":{"$area":1.98999999998274e-05},"id":"n118"}],"data":{"$area":0.00387760000000048},"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: 130&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001295,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@3","$color":1,"excl_time":1.33999999999366e-05,"$area":1.33999999999366e-05},"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: 64&micro;s, 0.00%</p>","incl_time":6.44e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@7","$color":1,"excl_time":6.44e-05,"$area":6.44e-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: 59&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.89e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@4","$color":1,"excl_time":1.32000000001847e-05,"$area":1.32000000001847e-05},"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: 49&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.89e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@5","$color":1,"excl_time":1.17999999998769e-05,"$area":1.17999999998769e-05},"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: 31&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.08e-05,"subname":"Bio::Phylo::Util::CONSTANT::BEGIN@2","$color":1,"excl_time":2.37999999999097e-05,"$area":2.37999999999097e-05},"id":"126-Bio::Phylo::Util::CONSTANT::BEGIN@2"}],"data":{"$area":0.000126599999999908},"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: 56&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":5.63e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@13","$color":3,"excl_time":3.13999999998946e-05,"$area":3.13999999998946e-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: 35&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@2","$color":3,"excl_time":2.80000000001902e-05,"$area":2.80000000001902e-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: 43&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"Bio::Phylo::Util::Logger::new","$color":3,"excl_time":4.34e-05,"$area":4.34e-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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Bio::Phylo::Util::Logger::CORE:subst","$color":3,"excl_time":4.6e-06,"$area":4.6e-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: 147&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.000147,"subname":"Bio::Phylo::Util::Logger::BEGIN@3","$color":3,"excl_time":1.4200000000178e-05,"$area":1.4200000000178e-05},"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: 55&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.5e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@8","$color":3,"excl_time":1.43999999998317e-05,"$area":1.43999999998317e-05},"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: 87&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":8.66e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@7","$color":3,"excl_time":1.36000000000103e-05,"$area":1.36000000000103e-05},"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: 23&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.26e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@4","$color":3,"excl_time":1.99999999998142e-05,"$area":1.99999999998142e-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: 41&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"Bio::Phylo::Util::Logger::BEGIN@9","$color":3,"excl_time":1.86000000000335e-05,"$area":1.86000000000335e-05},"id":"136-Bio::Phylo::Util::Logger::BEGIN@9"}],"data":{"$area":0.000188199999999953},"id":"n127"}],"data":{"$area":0.00422140000000036},"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: 35&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@4","$color":5,"excl_time":2.96000000001893e-05,"$area":2.96000000001893e-05},"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: 52&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.24e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@5","$color":5,"excl_time":1.76000000001095e-05,"$area":1.76000000001095e-05},"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: 640&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0006402,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@6","$color":5,"excl_time":1.44000000001014e-05,"$area":1.44000000001014e-05},"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: 84&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.4e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@3","$color":5,"excl_time":1.56000000000315e-05,"$area":1.56000000000315e-05},"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: 39&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"Bio::Phylo::Mediators::TaxaMediator::BEGIN@2","$color":5,"excl_time":3.25999999998628e-05,"$area":3.25999999998628e-05},"id":"143-Bio::Phylo::Mediators::TaxaMediator::BEGIN@2"}],"data":{"$area":0.000109800000000295},"id":"n138"}],"data":{"$area":0.000109800000000295},"id":"n137"}],"data":{"$area":0.0160153000000024},"id":"n30"}],"data":{"$area":0.0160153000000024},"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: 29&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"Symbol::BEGIN@81","$color":7,"excl_time":2.9e-05,"$area":2.9e-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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Symbol::gensym","$color":7,"excl_time":8.5e-06,"$area":8.5e-06},"id":"146-Symbol::gensym"}],"data":{"$area":3.75e-05},"id":"n144"},{"name":"Set","children":[{"name":"::Object","children":[{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Set::Object::DESTROY</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.75e-05,"subname":"Set::Object::DESTROY","$color":9,"excl_time":1.75e-05,"$area":1.75e-05},"id":"149-Set::Object::DESTROY"},{"name":"new","children":[],"data":{"tip":"<p><b>Set::Object::new</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 134&micro;s, 0.00%</p>","incl_time":0.0001345,"subname":"Set::Object::new","$color":9,"excl_time":0.0001345,"$area":0.0001345},"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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Set::Object::weaken","$color":9,"excl_time":1.53000000002362e-05,"$area":1.53000000002362e-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: 30&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"Set::Object::BEGIN@497","$color":9,"excl_time":2.34999999997691e-05,"$area":2.34999999997691e-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: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"Set::Object::size","$color":9,"excl_time":2e-06,"$area":2e-06},"id":"153-Set::Object::size"},{"name":"insert","children":[],"data":{"tip":"<p><b>Set::Object::insert</b></p><p><br />Called 5 times from 3 places in 3 files<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Set::Object::insert","$color":9,"excl_time":3.02e-05,"$area":3.02e-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Set::Object::remove","$color":9,"excl_time":5.1e-06,"$area":5.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: 68&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.85e-05,"subname":"Set::Object::BEGIN@498","$color":9,"excl_time":1.44999999995574e-05,"$area":1.44999999995574e-05},"id":"156-Set::Object::BEGIN@498"},{"name":"includes","children":[],"data":{"tip":"<p><b>Set::Object::includes</b></p><p><br />Called 2261 times from 1 place in 1 file<br />Inclusive time: 1.20ms, 0.00%</p>","incl_time":0.00119589999999999,"subname":"Set::Object::includes","$color":9,"excl_time":0.00119589999999999,"$area":0.00119589999999999},"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: 102&micro;s, 0.00%</p>","incl_time":0.0001016,"subname":"Set::Object::bootstrap","$color":9,"excl_time":0.0001016,"$area":0.0001016},"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: 118&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001175,"subname":"Set::Object::BEGIN@499","$color":9,"excl_time":1.34000000002817e-05,"$area":1.34000000002817e-05},"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: 134&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0001342,"subname":"Set::Object::BEGIN@712","$color":9,"excl_time":2.50000000001905e-05,"$area":2.50000000001905e-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.8e-06,"subname":"Set::Object::weak_pkg","$color":9,"excl_time":1.8e-06,"$area":1.8e-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Set::Object::_weaken","$color":9,"excl_time":3.5e-06,"$area":3.5e-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: 123&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0001226,"subname":"Set::Object::Weak::BEGIN@28","$color":0,"excl_time":2.57000000000446e-05,"$area":2.57000000000446e-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: 90&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":9.04e-05,"subname":"Set::Object::Weak::BEGIN@31","$color":0,"excl_time":1.87999999999395e-05,"$area":1.87999999999395e-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: 151&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.000151,"subname":"Set::Object::Weak::new","$color":0,"excl_time":4.81999999994864e-05,"$area":4.81999999994864e-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: 128&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0001285,"subname":"Set::Object::Weak::BEGIN@32","$color":0,"excl_time":1.94999999998632e-05,"$area":1.94999999998632e-05},"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: 28&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Set::Object::Weak::BEGIN@30","$color":0,"excl_time":9.29999999991499e-06,"$area":9.29999999991499e-06},"id":"168-Set::Object::Weak::BEGIN@30"}],"data":{"$area":0.000121499999999249},"id":"n163"},{"name":"::TieArray","children":[],"data":{"$area":0},"id":"n169"},{"name":"::TieHash","children":[],"data":{"$area":0},"id":"n170"}],"data":{"$area":0.00170529999999928},"id":"n148"}],"data":{"$area":0.00170529999999928},"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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Config::TIEHASH","$color":6,"excl_time":9.1e-06,"$area":9.1e-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: 54&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Config::BEGIN@11","$color":6,"excl_time":1.30999999999983e-05,"$area":1.30999999999983e-05},"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: 53&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":5.27e-05,"subname":"Config::BEGIN@9","$color":6,"excl_time":4.60999999999976e-05,"$area":4.60999999999976e-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: 36&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.63e-05,"subname":"Config::BEGIN@45","$color":6,"excl_time":1.27999999999973e-05,"$area":1.27999999999973e-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: 46&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"Config::FETCH","$color":6,"excl_time":4.64e-05,"$area":4.64e-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: 22&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"Config::BEGIN@10","$color":6,"excl_time":1.12e-05,"$area":1.12e-05},"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: 89&micro;s, 0.00%</p>","incl_time":8.91e-05,"subname":"Config::import","$color":6,"excl_time":8.91e-05,"$area":8.91e-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Config::General::BEGIN@29","$color":8,"excl_time":1.41000000003751e-05,"$area":1.41000000003751e-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: 25&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"Config::General::CORE:regcomp","$color":8,"excl_time":2.5e-05,"$area":2.5e-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":2.3e-06,"subname":"Config::General::_blessvars","$color":8,"excl_time":2.3e-06,"$area":2.3e-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: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Config::General::_parse_value","$color":8,"excl_time":1.54000000007953e-05,"$area":1.54000000007953e-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":4.4e-06,"subname":"Config::General::_splitpolicy","$color":8,"excl_time":4.4e-06,"$area":4.4e-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: 461&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0004609,"subname":"Config::General::_open","$color":8,"excl_time":6.65000000006492e-05,"$area":6.65000000006492e-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.26ms, 0.00%<br />Exclusive time: 627&micro;s, 0.00%</p>","incl_time":0.0012562,"subname":"Config::General::BEGIN@20","$color":8,"excl_time":0.000626600000000103,"$area":0.000626600000000103},"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: 1.96ms, 0.00%<br />Exclusive time: 773&micro;s, 0.00%</p>","incl_time":0.0019643,"subname":"Config::General::BEGIN@22","$color":8,"excl_time":0.000772799999999988,"$area":0.000772799999999988},"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: 31&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"Config::General::CORE:subst","$color":8,"excl_time":3.13e-05,"$area":3.13e-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.38e-05,"subname":"Config::General::CORE:ftis","$color":8,"excl_time":1.38e-05,"$area":1.38e-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.8e-06,"subname":"Config::General::getall","$color":8,"excl_time":4.8e-06,"$area":4.8e-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: 51&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":5.11e-05,"subname":"Config::General::_prepare","$color":8,"excl_time":3.26000000005227e-05,"$area":3.26000000005227e-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"Config::General::BEGIN@32","$color":8,"excl_time":8.30000000001489e-06,"$area":8.30000000001489e-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Config::General::BEGIN@15","$color":8,"excl_time":1.7699999999862e-05,"$area":1.7699999999862e-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.79ms, 0.00%<br />Exclusive time: 837&micro;s, 0.00%</p>","incl_time":0.0017856,"subname":"Config::General::BEGIN@17","$color":8,"excl_time":0.000837200000000484,"$area":0.000837200000000484},"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: 49&micro;s, 0.00%</p>","incl_time":4.87e-05,"subname":"Config::General::CORE:match","$color":8,"excl_time":4.87e-05,"$area":4.87e-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: 12&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"Config::General::BEGIN@21","$color":8,"excl_time":1.16000000000166e-05,"$area":1.16000000000166e-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: 75&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":7.47e-05,"subname":"Config::General::BEGIN@38","$color":8,"excl_time":1.08000000002164e-05,"$area":1.08000000002164e-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: 840&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0008399,"subname":"Config::General::_process","$color":8,"excl_time":5.0500000000504e-05,"$area":5.0500000000504e-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: 225&micro;s, 0.00%<br />Exclusive time: 177&micro;s, 0.00%</p>","incl_time":0.0002248,"subname":"Config::General::_read","$color":8,"excl_time":0.000176900000003341,"$area":0.000176900000003341},"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: 277&micro;s, 0.00%<br />Exclusive time: 206&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 42&micro;s</p>","incl_time":0.0002766,"subname":"Config::General::_parse","$color":8,"excl_time":0.000206199999999538,"$area":0.000206199999999538},"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: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Config::General::BEGIN@33","$color":8,"excl_time":8.89999999991236e-06,"$area":8.89999999991236e-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.5e-06,"subname":"Config::General::_blessoop","$color":8,"excl_time":2.5e-06,"$area":2.5e-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Config::General::BEGIN@16","$color":8,"excl_time":9.09999999981684e-06,"$area":9.09999999981684e-06},"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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Config::General::_hashref","$color":8,"excl_time":1.02e-05,"$area":1.02e-05},"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: 956&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0009557,"subname":"Config::General::new","$color":8,"excl_time":5.54999999997602e-05,"$area":5.54999999997602e-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: 14&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Config::General::CORE:readline","$color":8,"excl_time":1.37e-05,"$area":1.37e-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: 161&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001611,"subname":"Config::General::BEGIN@19","$color":8,"excl_time":1.58000000002072e-05,"$area":1.58000000002072e-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: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.36e-05,"subname":"Config::General::BEGIN@37","$color":8,"excl_time":8.99999999978221e-06,"$area":8.99999999978221e-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":6.2e-06,"subname":"Config::General::CORE:ftdir","$color":8,"excl_time":6.2e-06,"$area":6.2e-06},"id":"209-Config::General::CORE:ftdir"}],"data":{"$area":0.00310840000000589},"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Config::Any::INI::BEGIN@3","$color":10,"excl_time":1.41000000001415e-05,"$area":1.41000000001415e-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Config::Any::INI::BEGIN@4","$color":10,"excl_time":6.89999999986197e-06,"$area":6.89999999986197e-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":2.8e-06,"subname":"Config::Any::INI::extensions","$color":10,"excl_time":2.8e-06,"$area":2.8e-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: 70&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.98e-05,"subname":"Config::Any::INI::BEGIN@6","$color":10,"excl_time":7.39999999998201e-06,"$area":7.39999999998201e-06},"id":"215-Config::Any::INI::BEGIN@6"}],"data":{"$area":3.11999999999855e-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Config::Any::BEGIN@3","$color":1,"excl_time":1.37999999998142e-05,"$area":1.37999999998142e-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: 7.80ms, 0.01%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0078,"subname":"Config::Any::extensions","$color":1,"excl_time":3.76000000001635e-05,"$area":3.76000000001635e-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.1ms, 0.03%<br />Exclusive time: 212&micro;s, 0.00%</p>","incl_time":0.0170833,"subname":"Config::Any::_load","$color":1,"excl_time":0.000212200000000527,"$area":0.000212200000000527},"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Config::Any::BEGIN@7","$color":1,"excl_time":3.8e-06,"$area":3.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: 38&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"Config::Any::finder","$color":1,"excl_time":1.79000000001494e-05,"$area":1.79000000001494e-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Config::Any::BEGIN@4","$color":1,"excl_time":7.19999999981509e-06,"$area":7.19999999981509e-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.2ms, 0.02%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0121647,"subname":"Config::Any::plugins","$color":1,"excl_time":6.4400000000713e-05,"$area":6.4400000000713e-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: 142&micro;s, 0.00%</p>","incl_time":0.000142,"subname":"Config::Any::CORE:ftfile","$color":1,"excl_time":0.000142,"$area":0.000142},"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: 54&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.39e-05,"subname":"Config::Any::BEGIN@6","$color":1,"excl_time":8.40000000030144e-06,"$area":8.40000000030144e-06},"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.1ms, 0.03%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0170914,"subname":"Config::Any::load_files","$color":1,"excl_time":8.09999999964311e-06,"$area":8.09999999964311e-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: 40&micro;s, 0.00%</p>","incl_time":3.99e-05,"subname":"Config::Any::CORE:regcomp","$color":1,"excl_time":3.99e-05,"$area":3.99e-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: 15&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Config::Any::CORE:match","$color":1,"excl_time":1.47e-05,"$area":1.47e-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.1e-05,"subname":"Config::Any::YAML::BEGIN@4","$color":3,"excl_time":6.49999999981509e-06,"$area":6.49999999981509e-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":2.6e-06,"subname":"Config::Any::YAML::extensions","$color":3,"excl_time":2.6e-06,"$area":2.6e-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: 65&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.53e-05,"subname":"Config::Any::YAML::BEGIN@6","$color":3,"excl_time":6.99999999993337e-06,"$area":6.99999999993337e-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.56e-05,"subname":"Config::Any::YAML::BEGIN@3","$color":3,"excl_time":1.2900000000422e-05,"$area":1.2900000000422e-05},"id":"233-Config::Any::YAML::BEGIN@3"}],"data":{"$area":3.28000000001704e-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: 8&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Config::Any::Perl::BEGIN@4","$color":5,"excl_time":7.5000000001424e-06,"$area":7.5000000001424e-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.1e-06,"subname":"Config::Any::Perl::extensions","$color":5,"excl_time":3.1e-06,"$area":3.1e-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.82e-05,"subname":"Config::Any::Perl::BEGIN@6","$color":5,"excl_time":6.99999999979446e-06,"$area":6.99999999979446e-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Config::Any::Perl::BEGIN@3","$color":5,"excl_time":1.30999999998611e-05,"$area":1.30999999998611e-05},"id":"238-Config::Any::Perl::BEGIN@3"}],"data":{"$area":3.0699999999798e-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Config::Any::Base::_require_line","$color":7,"excl_time":5.6e-06,"$area":5.6e-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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Config::Any::Base::BEGIN@3","$color":7,"excl_time":1.39000000002831e-05,"$area":1.39000000002831e-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: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Config::Any::Base::BEGIN@4","$color":7,"excl_time":6.80000000037595e-06,"$area":6.80000000037595e-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.2ms, 0.02%<br />Exclusive time: 5.76ms, 0.01%</p>","incl_time":0.0112174,"subname":"Config::Any::Base::is_supported","$color":7,"excl_time":0.0057564000000005,"$area":0.0057564000000005},"id":"243-Config::Any::Base::is_supported"}],"data":{"$area":0.00578270000000116},"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: 443&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0004428,"subname":"Config::Any::General::BEGIN@6","$color":9,"excl_time":9.79999999987225e-06,"$area":9.79999999987225e-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":3.6e-06,"subname":"Config::Any::General::extensions","$color":9,"excl_time":3.6e-06,"$area":3.6e-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Config::Any::General::BEGIN@4","$color":9,"excl_time":9.80000000019104e-06,"$area":9.80000000019104e-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.14e-05,"subname":"Config::Any::General::BEGIN@3","$color":9,"excl_time":1.67000000001424e-05,"$area":1.67000000001424e-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":2e-06,"subname":"Config::Any::General::requires_all_of","$color":9,"excl_time":2e-06,"$area":2e-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: 1.02ms, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0010153,"subname":"Config::Any::General::load","$color":9,"excl_time":4.43000000001669e-05,"$area":4.43000000001669e-05},"id":"250-Config::Any::General::load"}],"data":{"$area":8.62000000003726e-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: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Config::Any::XML::BEGIN@4","$color":0,"excl_time":6.59999999981509e-06,"$area":6.59999999981509e-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":2.9e-06,"subname":"Config::Any::XML::extensions","$color":0,"excl_time":2.9e-06,"$area":2.9e-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.65e-05,"subname":"Config::Any::XML::BEGIN@3","$color":0,"excl_time":1.37000000001415e-05,"$area":1.37000000001415e-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: 62&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.17e-05,"subname":"Config::Any::XML::BEGIN@6","$color":0,"excl_time":7.00000000025893e-06,"$area":7.00000000025893e-06},"id":"255-Config::Any::XML::BEGIN@6"}],"data":{"$area":3.02000000002155e-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: 72&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.19e-05,"subname":"Config::Any::JSON::BEGIN@6","$color":2,"excl_time":1.02000000001687e-05,"$area":1.02000000001687e-05},"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Config::Any::JSON::extensions","$color":2,"excl_time":2.8e-06,"$area":2.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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Config::Any::JSON::BEGIN@3","$color":2,"excl_time":1.37999999998611e-05,"$area":1.37999999998611e-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.11e-05,"subname":"Config::Any::JSON::BEGIN@4","$color":2,"excl_time":6.50000000042284e-06,"$area":6.50000000042284e-06},"id":"260-Config::Any::JSON::BEGIN@4"}],"data":{"$area":3.33000000004526e-05},"id":"n256"}],"data":{"$area":0.00659710000000328},"id":"n210"}],"data":{"$area":0.00993330000000917},"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: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"if::import","$color":4,"excl_time":1.34e-05,"$area":1.34e-05},"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: 80&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":8.03e-05,"subname":"if::work","$color":4,"excl_time":6.26999999999935e-05,"$area":6.26999999999935e-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: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"if::CORE:subst","$color":4,"excl_time":1.07e-05,"$area":1.07e-05},"id":"264-if::CORE:subst"}],"data":{"$area":8.67999999999935e-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: 173&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001726,"subname":"__TYPE__::CodeRef","$color":6,"excl_time":3.36999999999471e-05,"$area":3.36999999999471e-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: 168&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0001683,"subname":"__TYPE__::Int","$color":6,"excl_time":2.99000000002391e-05,"$area":2.99000000002391e-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.50ms, 0.01%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":0.007503,"subname":"__TYPE__::HashRef","$color":6,"excl_time":8.17000000001471e-05,"$area":8.17000000001471e-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: 177&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0001773,"subname":"__TYPE__::ClassName","$color":6,"excl_time":3.45999999999489e-05,"$area":3.45999999999489e-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: 187&micro;s, 0.00%</p>","incl_time":0.0209001,"subname":"__TYPE__::ArrayRef","$color":6,"excl_time":0.000186800000000176,"$area":0.000186800000000176},"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: 213&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0002126,"subname":"__TYPE__::Bool","$color":6,"excl_time":2.76999999997346e-05,"$area":2.76999999997346e-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.30ms, 0.00%<br />Exclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0013011,"subname":"__TYPE__::Str","$color":6,"excl_time":0.000196300000000316,"$area":0.000196300000000316},"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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"__TYPE__::Defined","$color":6,"excl_time":8.99999999964419e-06,"$area":8.99999999964419e-06},"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: 93&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":9.28e-05,"subname":"__TYPE__::Parse::Method::Signatures::Types::NamedParam","$color":8,"excl_time":2.11000000001031e-05,"$area":2.11000000001031e-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: 440&micro;s, 0.00%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":0.0004397,"subname":"__TYPE__::Parse::Method::Signatures::Types::Param","$color":8,"excl_time":7.38999999995842e-05,"$area":7.38999999995842e-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: 81&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":8.06e-05,"subname":"__TYPE__::Parse::Method::Signatures::Types::UnpackedParam","$color":8,"excl_time":1.88999999997246e-05,"$area":1.88999999997246e-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: 202&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0002015,"subname":"__TYPE__::Parse::Method::Signatures::Types::TypeConstraint","$color":8,"excl_time":4.05000000001443e-05,"$area":4.05000000001443e-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: 117&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0001169,"subname":"__TYPE__::Parse::Method::Signatures::Types::PositionalParam","$color":8,"excl_time":2.51999999999721e-05,"$area":2.51999999999721e-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: 309&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0003094,"subname":"__TYPE__::Parse::Method::Signatures::Types::VariableName","$color":8,"excl_time":4.62999999998174e-05,"$area":4.62999999998174e-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: 337&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0003369,"subname":"__TYPE__::Parse::Method::Signatures::Types::ParamCollection","$color":8,"excl_time":6.48000000003357e-05,"$area":6.48000000003357e-05},"id":"284-__TYPE__::Parse::Method::Signatures::Types::ParamCollection"}],"data":{"$area":0.000290699999999681},"id":"n277"}],"data":{"$area":0.000290699999999681},"id":"n276"}],"data":{"$area":0.000290699999999681},"id":"n275"}],"data":{"$area":0.000290699999999681},"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: 124&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0001236,"subname":"__TYPE__::KiokuDB::Backend::DBI::SchemaProto","$color":10,"excl_time":2.6500000000372e-05,"$area":2.6500000000372e-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: 221&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0002206,"subname":"__TYPE__::KiokuDB::Backend::DBI::ValidColumnName","$color":10,"excl_time":4.08000000002698e-05,"$area":4.08000000002698e-05},"id":"289-__TYPE__::KiokuDB::Backend::DBI::ValidColumnName"}],"data":{"$area":6.73000000006418e-05},"id":"n287"}],"data":{"$area":6.73000000006418e-05},"id":"n286"}],"data":{"$area":6.73000000006418e-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: 2.31ms, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0023105,"subname":"__TYPE__::MooseX::Types::Structured::Tuple","$color":1,"excl_time":2.87999999998359e-05,"$area":2.87999999998359e-05},"id":"293-__TYPE__::MooseX::Types::Structured::Tuple"}],"data":{"$area":2.87999999998359e-05},"id":"n292"}],"data":{"$area":2.87999999998359e-05},"id":"n291"}],"data":{"$area":2.87999999998359e-05},"id":"n290"}],"data":{"$area":0.000986500000000312},"id":"n265"},{"name":"Encode","children":[{"name":"::Internal","children":[],"data":{"$area":0},"id":"n295"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Encode::Alias::BEGIN@2","$color":5,"excl_time":1.56000000000831e-05,"$area":1.56000000000831e-05},"id":"297-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Encode::Alias::BEGIN@3","$color":5,"excl_time":7.29999999997875e-06,"$area":7.29999999997875e-06},"id":"298-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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.95e-05,"subname":"Encode::Alias::BEGIN@6","$color":5,"excl_time":8.40000000004939e-06,"$area":8.40000000004939e-06},"id":"299-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.72e-05,"subname":"Encode::Alias::CORE:match","$color":5,"excl_time":1.72e-05,"$area":1.72e-05},"id":"300-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: 70&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.99e-05,"subname":"Encode::Alias::BEGIN@8","$color":5,"excl_time":1.19000000001085e-05,"$area":1.19000000001085e-05},"id":"301-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: 648&micro;s, 0.00%<br />Exclusive time: 305&micro;s, 0.00%</p>","incl_time":0.0006477,"subname":"Encode::Alias::init_aliases","$color":5,"excl_time":0.000305099999999141,"$area":0.000305099999999141},"id":"302-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: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"Encode::Alias::undef_aliases","$color":5,"excl_time":1.3e-06,"$area":1.3e-06},"id":"303-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: 137&micro;s, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.0001368,"subname":"Encode::Alias::find_alias","$color":5,"excl_time":0.000100499999999456,"$area":0.000100499999999456},"id":"304-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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Encode::Alias::CORE:regcomp","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"305-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: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"Encode::Alias::BEGIN@4","$color":5,"excl_time":7.60000000001763e-06,"$area":7.60000000001763e-06},"id":"306-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: 93&micro;s, 0.00%</p>","incl_time":9.33e-05,"subname":"Encode::Alias::CORE:qr","$color":5,"excl_time":9.33e-05,"$area":9.33e-05},"id":"307-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: 248&micro;s, 0.00%</p>","incl_time":0.000248,"subname":"Encode::Alias::define_alias","$color":5,"excl_time":0.000248,"$area":0.000248},"id":"308-Encode::Alias::define_alias"}],"data":{"$area":0.000820399999998834},"id":"n296"},{"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.58ms, 0.00%<br />Exclusive time: 1.68ms, 0.00%</p>","incl_time":0.0025798,"subname":"Encode::BEGIN@48","$color":7,"excl_time":0.00168130000000009,"$area":0.00168130000000009},"id":"309-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: 30&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"Encode::define_encoding","$color":7,"excl_time":3.03e-05,"$area":3.03e-05},"id":"310-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: 81&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.08e-05,"subname":"Encode::BEGIN@13","$color":7,"excl_time":9.70000000000938e-06,"$area":9.70000000000938e-06},"id":"311-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: 963&micro;s, 0.00%<br />Exclusive time: 883&micro;s, 0.00%</p>","incl_time":0.0009633,"subname":"Encode::predefine_encodings","$color":7,"excl_time":0.000883200000000084,"$area":0.000883200000000084},"id":"312-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: 62&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.17e-05,"subname":"Encode::BEGIN@8","$color":7,"excl_time":1.04000000000236e-05,"$area":1.04000000000236e-05},"id":"313-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: 39&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"Encode::BEGIN@242","$color":7,"excl_time":1.8400000000068e-05,"$area":1.8400000000068e-05},"id":"314-Encode::BEGIN@242"},{"name":"find_encoding","children":[],"data":{"tip":"<p><b>Encode::find_encoding</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 169&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 24&micro;s</p>","incl_time":0.0001687,"subname":"Encode::find_encoding","$color":7,"excl_time":1.97000000006874e-05,"$area":1.97000000006874e-05},"id":"315-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.4e-06,"subname":"Encode::LEAVE_SRC","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"316-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.6e-06,"subname":"Encode::BEGIN@9","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"317-Encode::BEGIN@9"},{"name":"getEncoding","children":[],"data":{"tip":"<p><b>Encode::getEncoding</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 160&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 14&micro;s</p>","incl_time":0.0001595,"subname":"Encode::getEncoding","$color":7,"excl_time":3.28000000002983e-05,"$area":3.28000000002983e-05},"id":"318-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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Encode::CORE:match","$color":7,"excl_time":8.2e-06,"$area":8.2e-06},"id":"319-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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Encode::BEGIN@5","$color":7,"excl_time":1.61000000000725e-05,"$area":1.61000000000725e-05},"id":"320-Encode::BEGIN@5"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Encode::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":3.4e-06,"subname":"Encode::CORE:subst","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"321-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":7.9e-06,"subname":"Encode::FB_CROAK","$color":7,"excl_time":7.9e-06,"$area":7.9e-06},"id":"322-Encode::FB_CROAK"},{"name":"is_utf8","children":[],"data":{"tip":"<p><b>Encode::is_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":4e-06,"subname":"Encode::is_utf8","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"323-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Encode::BEGIN@6","$color":7,"excl_time":7.60000000010877e-06,"$area":7.60000000010877e-06},"id":"324-Encode::BEGIN@6"},{"name":"::Encoding","children":[{"name":"renewed","children":[],"data":{"tip":"<p><b>Encode::Encoding::renewed</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":"Encode::Encoding::renewed","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"326-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: 44&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"Encode::Encoding::BEGIN@4","$color":9,"excl_time":3.46000000000044e-05,"$area":3.46000000000044e-05},"id":"327-Encode::Encoding::BEGIN@4"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Encode::Encoding::CORE:match","$color":9,"excl_time":9.8e-06,"$area":9.8e-06},"id":"328-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"Encode::Encoding::BEGIN@5","$color":9,"excl_time":1.38999999999239e-05,"$area":1.38999999999239e-05},"id":"329-Encode::Encoding::BEGIN@5"}],"data":{"$area":6.06999999999282e-05},"id":"n325"},{"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: 34&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Encode::Config::BEGIN@7","$color":0,"excl_time":2.81000000000964e-05,"$area":2.81000000000964e-05},"id":"331-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: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Encode::Config::CORE:match","$color":0,"excl_time":1.08e-05,"$area":1.08e-05},"id":"332-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: 22&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Encode::Config::BEGIN@8","$color":0,"excl_time":1.2799999999946e-05,"$area":1.2799999999946e-05},"id":"333-Encode::Config::BEGIN@8"}],"data":{"$area":5.17000000000424e-05},"id":"n330"},{"name":"::utf8","children":[{"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: 492&micro;s, 0.00%<br />Exclusive time: 486&micro;s, 0.00%</p>","incl_time":0.0004922,"subname":"Encode::utf8::BEGIN@325","$color":2,"excl_time":0.000486399999999944,"$area":0.000486399999999944},"id":"335-Encode::utf8::BEGIN@325"},{"name":"decode_xs","children":[],"data":{"tip":"<p><b>Encode::utf8::decode_xs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"Encode::utf8::decode_xs","$color":2,"excl_time":2.52000000003751e-05,"$area":2.52000000003751e-05},"id":"336-Encode::utf8::decode_xs"}],"data":{"$area":0.000511600000000319},"id":"n334"},{"name":"::UTF_EBCDIC","children":[],"data":{"$area":0},"id":"n337"}],"data":{"$area":0.00418740000000056},"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.91ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0039119,"subname":"StackTrace::Auto::BEGIN@5","$color":6,"excl_time":2.53000000000371e-05,"$area":2.53000000000371e-05},"id":"340-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: 2.03ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0020314,"subname":"StackTrace::Auto::BEGIN@10","$color":6,"excl_time":1.33000000000884e-05,"$area":1.33000000000884e-05},"id":"341-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: 108&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001084,"subname":"StackTrace::Auto::BEGIN@83","$color":6,"excl_time":9.89999999999864e-06,"$area":9.89999999999864e-06},"id":"342-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: 154&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001536,"subname":"StackTrace::Auto::BEGIN@30","$color":6,"excl_time":1.33000000000179e-05,"$area":1.33000000000179e-05},"id":"343-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: 20&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"StackTrace::Auto::BEGIN@2","$color":6,"excl_time":1.96e-05,"$area":1.96e-05},"id":"344-StackTrace::Auto::BEGIN@2"}],"data":{"$area":8.1400000000142e-05},"id":"n339"}],"data":{"$area":8.1400000000142e-05},"id":"n338"},{"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: 807&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0008073,"subname":"Catalyst::prepare_request","$color":8,"excl_time":1.73999999973254e-05,"$area":1.73999999973254e-05},"id":"346-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: 20&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Catalyst::BEGIN@24","$color":8,"excl_time":1.95e-05,"$area":1.95e-05},"id":"347-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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Catalyst::CORE:sort","$color":8,"excl_time":8.1e-06,"$area":8.1e-06},"id":"348-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: 279&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0002793,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:64]","$color":8,"excl_time":3.4199999995672e-05,"$area":3.4199999995672e-05},"id":"349-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: 29.8ms, 0.05%<br />Exclusive time: 398&micro;s, 0.00%</p>","incl_time":0.0298257,"subname":"Catalyst::BEGIN@9","$color":8,"excl_time":0.000397800000000052,"$area":0.000397800000000052},"id":"350-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: 771&micro;s, 0.00%<br />Exclusive time: 638&micro;s, 0.00%</p>","incl_time":0.0007713,"subname":"Catalyst::BEGIN@37","$color":8,"excl_time":0.000637799999999991,"$area":0.000637799999999991},"id":"351-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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Catalyst::BEGIN@4","$color":8,"excl_time":6.6e-06,"$area":6.6e-06},"id":"352-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: 3.42ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0034188,"subname":"Catalyst::new","$color":8,"excl_time":2.68000000001605e-05,"$area":2.68000000001605e-05},"id":"353-Catalyst::new"},{"name":"_filter_component","children":[],"data":{"tip":"<p><b>Catalyst::_filter_component</b></p><p><br />Called 13 times from 3 places in 1 file<br />Inclusive time: 1.23ms, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0012261,"subname":"Catalyst::_filter_component","$color":8,"excl_time":7.94000000003881e-05,"$area":7.94000000003881e-05},"id":"354-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: 23.1ms, 0.04%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0230918,"subname":"Catalyst::handle_request","$color":8,"excl_time":4.06999999964588e-05,"$area":4.06999999964588e-05},"id":"355-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: 45.2ms, 0.07%<br />Exclusive time: 972&micro;s, 0.00%</p>","incl_time":0.0451638,"subname":"Catalyst::BEGIN@13","$color":8,"excl_time":0.000972300000000065,"$area":0.000972300000000065},"id":"356-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: 193&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001932,"subname":"Catalyst::prepare_connection","$color":8,"excl_time":1.74999999984448e-05,"$area":1.74999999984448e-05},"id":"357-Catalyst::prepare_connection"},{"name":"stack","children":[],"data":{"tip":"<p><b>Catalyst::stack</b></p><p><br />Called 32 times from 4 places in 2 files<br />Inclusive time: 52&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"Catalyst::stack","$color":8,"excl_time":5.2e-05,"$area":5.2e-05},"id":"358-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: 94&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":9.36e-05,"subname":"Catalyst::_dispatcher_class_accessor","$color":8,"excl_time":5.14000000002298e-05,"$area":5.14000000002298e-05},"id":"359-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: 21&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Catalyst::BEGIN@41","$color":8,"excl_time":2.12e-05,"$area":2.12e-05},"id":"360-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: 252&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0002522,"subname":"Catalyst::get_actions","$color":8,"excl_time":2.51999999975803e-05,"$area":2.51999999975803e-05},"id":"361-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: 31&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Catalyst::BEGIN@28","$color":8,"excl_time":2.20000000000628e-05,"$area":2.20000000000628e-05},"id":"362-Catalyst::BEGIN@28"},{"name":"namespace","children":[],"data":{"tip":"<p><b>Catalyst::namespace</b></p><p><br />Called 5 times from 5 places in 3 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"Catalyst::namespace","$color":8,"excl_time":1.34e-05,"$area":1.34e-05},"id":"363-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: 161&micro;s, 0.00%<br />Exclusive time: 78&micro;s, 0.00%</p>","incl_time":0.0001614,"subname":"Catalyst::_context_class_accessor","$color":8,"excl_time":7.76999999997581e-05,"$area":7.76999999997581e-05},"id":"364-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: 278ms, 0.42%<br />Exclusive time: 4.62ms, 0.01%</p>","incl_time":0.2778186,"subname":"Catalyst::BEGIN@16","$color":8,"excl_time":0.00462070000000042,"$area":0.00462070000000042},"id":"365-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: 30&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"Catalyst::debug","$color":8,"excl_time":2.97e-05,"$area":2.97e-05},"id":"366-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: 17.2ms, 0.03%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0171977,"subname":"Catalyst::dispatch","$color":8,"excl_time":9.70000000268326e-06,"$area":9.70000000268326e-06},"id":"367-Catalyst::dispatch"},{"name":"_components_accessor","children":[],"data":{"tip":"<p><b>Catalyst::_components_accessor</b></p><p><br />Called 24 times from 5 places in 2 files<br />Inclusive time: 371&micro;s, 0.00%<br />Exclusive time: 172&micro;s, 0.00%</p>","incl_time":0.0003712,"subname":"Catalyst::_components_accessor","$color":8,"excl_time":0.000172300000015985,"$area":0.000172300000015985},"id":"368-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: 99&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":9.91e-05,"subname":"Catalyst::BEGIN@34","$color":8,"excl_time":1.64999999999562e-05,"$area":1.64999999999562e-05},"id":"369-Catalyst::BEGIN@34"},{"name":"action","children":[],"data":{"tip":"<p><b>Catalyst::action</b></p><p><br />Called 6 times from 4 places in 4 files<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Catalyst::action","$color":8,"excl_time":1.14e-05,"$area":1.14e-05},"id":"370-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: 266&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0002665,"subname":"Catalyst::prepare_parameters","$color":8,"excl_time":2.64000000008118e-05,"$area":2.64000000008118e-05},"id":"371-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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Catalyst::CORE:subst","$color":8,"excl_time":1.17e-05,"$area":1.17e-05},"id":"372-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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Catalyst::BEGIN@21","$color":8,"excl_time":1.02e-05,"$area":1.02e-05},"id":"373-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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Catalyst::error","$color":8,"excl_time":9.4e-06,"$area":9.4e-06},"id":"374-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: 6.19ms, 0.01%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.006189,"subname":"Catalyst::locate_components","$color":8,"excl_time":5.34999999990404e-05,"$area":5.34999999990404e-05},"id":"375-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: 103ms, 0.16%<br />Exclusive time: 197&micro;s, 0.00%</p>","incl_time":0.1027073,"subname":"Catalyst::setup_plugins","$color":8,"excl_time":0.000196900000000111,"$area":0.000196900000000111},"id":"376-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: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Catalyst::CORE:match","$color":8,"excl_time":1.4e-05,"$area":1.4e-05},"id":"377-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: 53&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.3e-05,"subname":"Catalyst::BEGIN@1154","$color":8,"excl_time":2.43999999999547e-05,"$area":2.43999999999547e-05},"id":"378-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: 131ms, 0.20%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.1314715,"subname":"Catalyst::setup_actions","$color":8,"excl_time":1.63999999998332e-05,"$area":1.63999999998332e-05},"id":"379-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: 99&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":9.86e-05,"subname":"Catalyst::_response_class_accessor","$color":8,"excl_time":5.64999999978457e-05,"$area":5.64999999978457e-05},"id":"380-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: 742&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0007419,"subname":"Catalyst::path_to","$color":8,"excl_time":5.22000000003177e-05,"$area":5.22000000003177e-05},"id":"381-Catalyst::path_to"},{"name":"req","children":[],"data":{"tip":"<p><b>Catalyst::req</b></p><p><br />Called 33 times from 14 places in 12 files<br />Inclusive time: 167&micro;s, 0.00%<br />Exclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0001672,"subname":"Catalyst::req","$color":8,"excl_time":0.000114199999987263,"$area":0.000114199999987263},"id":"382-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: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Catalyst::BEGIN@25","$color":8,"excl_time":1.35e-05,"$area":1.35e-05},"id":"383-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: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1155]","$color":8,"excl_time":1.8e-06,"$area":1.8e-06},"id":"384-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: 52&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Catalyst::BEGIN@30","$color":8,"excl_time":1.8500000000144e-05,"$area":1.8500000000144e-05},"id":"385-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.13s, 1.72%<br />Exclusive time: 239&micro;s, 0.00%</p>","incl_time":1.1293105,"subname":"Catalyst::setup_components","$color":8,"excl_time":0.000238600000000533,"$area":0.000238600000000533},"id":"386-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: 181ms, 0.28%<br />Exclusive time: 3.45ms, 0.01%</p>","incl_time":0.1814928,"subname":"Catalyst::BEGIN@12","$color":8,"excl_time":0.00345429999999977,"$area":0.00345429999999977},"id":"387-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: 901&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0009013,"subname":"Catalyst::finalize","$color":8,"excl_time":6.62999999978605e-05,"$area":6.62999999978605e-05},"id":"388-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: 894&micro;s, 0.00%<br />Exclusive time: 413&micro;s, 0.00%</p>","incl_time":0.0008939,"subname":"Catalyst::_dispatcher_accessor","$color":8,"excl_time":0.000412800000017751,"$area":0.000412800000017751},"id":"389-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: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Catalyst::log_request","$color":8,"excl_time":9.89999999756989e-06,"$area":9.89999999756989e-06},"id":"390-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: 41&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"Catalyst::psgi_app","$color":8,"excl_time":1.19999999986579e-05,"$area":1.19999999986579e-05},"id":"391-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: 170&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001701,"subname":"Catalyst::prepare_cookies","$color":8,"excl_time":1.61999999974064e-05,"$area":1.61999999974064e-05},"id":"392-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":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"393-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.3ms, 0.03%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0173092,"subname":"Catalyst::setup_stats","$color":8,"excl_time":3.23000000002939e-05,"$area":3.23000000002939e-05},"id":"394-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: 132&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.000132,"subname":"Catalyst::BEGIN@3427","$color":8,"excl_time":1.65000000000649e-05,"$area":1.65000000000649e-05},"id":"395-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: 271ms, 0.41%<br />Exclusive time: 724&micro;s, 0.00%</p>","incl_time":0.2708764,"subname":"Catalyst::BEGIN@8","$color":8,"excl_time":0.000724200000000008,"$area":0.000724200000000008},"id":"396-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: 35&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Catalyst::finalize_uploads","$color":8,"excl_time":9.30000000052623e-06,"$area":9.30000000052623e-06},"id":"397-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: 98&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":9.79e-05,"subname":"Catalyst::_request_class_accessor","$color":8,"excl_time":5.72000000044363e-05,"$area":5.72000000044363e-05},"id":"398-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.89ms, 0.00%<br />Exclusive time: 389&micro;s, 0.00%</p>","incl_time":0.0018917,"subname":"Catalyst::BEGIN@36","$color":8,"excl_time":0.000389400000000154,"$area":0.000389400000000154},"id":"399-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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Catalyst::stats","$color":8,"excl_time":8.5e-06,"$area":8.5e-06},"id":"400-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: 29.9ms, 0.05%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0298786,"subname":"Catalyst::setup_engine","$color":8,"excl_time":7.05000000014375e-05,"$area":7.05000000014375e-05},"id":"401-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: 1.03ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0010295,"subname":"Catalyst::prepare_action","$color":8,"excl_time":1.76999999976614e-05,"$area":1.76999999976614e-05},"id":"402-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: 73&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.31e-05,"subname":"Catalyst::BEGIN@29","$color":8,"excl_time":1.6299999999921e-05,"$area":1.6299999999921e-05},"id":"403-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: 51&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"Catalyst::BEGIN@1665","$color":8,"excl_time":2.30999999999309e-05,"$area":2.30999999999309e-05},"id":"404-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: 28&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"Catalyst::BEGIN@1683","$color":8,"excl_time":1.35000000000769e-05,"$area":1.35000000000769e-05},"id":"405-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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Catalyst::BEGIN@22","$color":8,"excl_time":6.5e-06,"$area":6.5e-06},"id":"406-Catalyst::BEGIN@22"},{"name":"res","children":[],"data":{"tip":"<p><b>Catalyst::res</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"Catalyst::res","$color":8,"excl_time":1.33999999999566e-05,"$area":1.33999999999566e-05},"id":"407-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: 27&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Catalyst::BEGIN@33","$color":8,"excl_time":1.94999999999566e-05,"$area":1.94999999999566e-05},"id":"408-Catalyst::BEGIN@33"},{"name":"stash","children":[],"data":{"tip":"<p><b>Catalyst::stash</b></p><p><br />Called 26 times from 11 places in 4 files<br />Inclusive time: 187&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0001875,"subname":"Catalyst::stash","$color":8,"excl_time":6.58000000059927e-05,"$area":6.58000000059927e-05},"id":"409-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: 11.1ms, 0.02%<br />Exclusive time: 2.99ms, 0.00%</p>","incl_time":0.0111077,"subname":"Catalyst::BEGIN@19","$color":8,"excl_time":0.00299139999999981,"$area":0.00299139999999981},"id":"410-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: 64&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":6.44e-05,"subname":"Catalyst::setup_finalize","$color":8,"excl_time":2.11000000002537e-05,"$area":2.11000000002537e-05},"id":"411-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: 22.6ms, 0.03%<br />Exclusive time: 89&micro;s, 0.00%</p>","incl_time":0.0225952,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:1966]","$color":8,"excl_time":8.92000000000844e-05,"$area":8.92000000000844e-05},"id":"412-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: 5.37ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0053697,"subname":"Catalyst::BEGIN@3","$color":8,"excl_time":2.08999999999574e-05,"$area":2.08999999999574e-05},"id":"413-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: 121&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001213,"subname":"Catalyst::prepare_query_parameters","$color":8,"excl_time":1.7199999996729e-05,"$area":1.7199999996729e-05},"id":"414-Catalyst::prepare_query_parameters"},{"name":"state","children":[],"data":{"tip":"<p><b>Catalyst::state</b></p><p><br />Called 33 times from 4 places in 2 files<br />Inclusive time: 62&micro;s, 0.00%</p>","incl_time":6.15e-05,"subname":"Catalyst::state","$color":8,"excl_time":6.15e-05,"$area":6.15e-05},"id":"415-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:43]","$color":8,"excl_time":5.9e-06,"$area":5.9e-06},"id":"416-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: 141&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0001407,"subname":"Catalyst::_stats_class_accessor","$color":8,"excl_time":7.58999999976925e-05,"$area":7.58999999976925e-05},"id":"417-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: 379&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0003786,"subname":"Catalyst::finalize_headers","$color":8,"excl_time":6.83999999916351e-05,"$area":6.83999999916351e-05},"id":"418-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.64ms, 0.01%<br />Exclusive time: 273&micro;s, 0.00%</p>","incl_time":0.0056402,"subname":"Catalyst::config","$color":8,"excl_time":0.000272899999995484,"$area":0.000272899999995484},"id":"419-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: 266&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002655,"subname":"Catalyst::finalize_body","$color":8,"excl_time":8.50000000226874e-06,"$area":8.50000000226874e-06},"id":"420-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: 126&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0001256,"subname":"Catalyst::CORE:ftdir","$color":8,"excl_time":5.78000000001598e-05,"$area":5.78000000001598e-05},"id":"421-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: 53.3ms, 0.08%<br />Exclusive time: 1.79ms, 0.00%</p>","incl_time":0.0532959,"subname":"Catalyst::BEGIN@11","$color":8,"excl_time":0.00178549999999971,"$area":0.00178549999999971},"id":"422-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: 118ms, 0.18%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.1181041,"subname":"Catalyst::setup_dispatcher","$color":8,"excl_time":4.61999999989415e-05,"$area":4.61999999989415e-05},"id":"423-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: 352&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0003516,"subname":"Catalyst::prepare_headers","$color":8,"excl_time":2.04999999934211e-05,"$area":2.04999999934211e-05},"id":"424-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: 368&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0003684,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:56]","$color":8,"excl_time":5.04999999922463e-05,"$area":5.04999999922463e-05},"id":"425-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: 199&micro;s, 0.00%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0001993,"subname":"Catalyst::_log_accessor","$color":8,"excl_time":0.000104999999994901,"$area":0.000104999999994901},"id":"426-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: 17.3ms, 0.03%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":0.0172566,"subname":"Catalyst::import","$color":8,"excl_time":8.67999999999876e-05,"$area":8.67999999999876e-05},"id":"427-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: 633&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0006331,"subname":"Catalyst::prepare_path","$color":8,"excl_time":1.70000000059869e-05,"$area":1.70000000059869e-05},"id":"428-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: 160&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001596,"subname":"Catalyst::prepare_read","$color":8,"excl_time":1.68999999977284e-05,"$area":1.68999999977284e-05},"id":"429-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.28ms, 0.01%<br />Exclusive time: 4.01ms, 0.01%</p>","incl_time":0.0042791,"subname":"Catalyst::BEGIN@26","$color":8,"excl_time":0.00400780000000014,"$area":0.00400780000000014},"id":"430-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: 50&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Catalyst::BEGIN@358","$color":8,"excl_time":2.26999999998955e-05,"$area":2.26999999998955e-05},"id":"431-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: 5.20ms, 0.01%<br />Exclusive time: 2.04ms, 0.00%</p>","incl_time":0.0052022,"subname":"Catalyst::BEGIN@15","$color":8,"excl_time":0.00203920000000019,"$area":0.00203920000000019},"id":"432-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: 493&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004934,"subname":"Catalyst::BEGIN@7","$color":8,"excl_time":1.12999999999591e-05,"$area":1.12999999999591e-05},"id":"433-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: 68&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.8e-05,"subname":"Catalyst::prepare_uploads","$color":8,"excl_time":1.77000000019398e-05,"$area":1.77000000019398e-05},"id":"434-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: 6&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Catalyst::log_response","$color":8,"excl_time":5.19999999658794e-06,"$area":5.19999999658794e-06},"id":"435-Catalyst::log_response"},{"name":"execute","children":[],"data":{"tip":"<p><b>Catalyst::execute</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 17.0ms, 0.03%<br />Exclusive time: 326&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 32.2ms</p>","incl_time":0.016991,"subname":"Catalyst::execute","$color":8,"excl_time":0.000326499999970361,"$area":0.000326499999970361},"id":"436-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: 17.2ms, 0.03%<br />Exclusive time: 48&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 18.0ms</p>","incl_time":0.0171503,"subname":"Catalyst::forward","$color":8,"excl_time":4.82999999997155e-05,"$area":4.82999999997155e-05},"id":"437-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: 249&micro;s, 0.00%<br />Exclusive time: 124&micro;s, 0.00%</p>","incl_time":0.0002488,"subname":"Catalyst::_setup_finished_accessor","$color":8,"excl_time":0.000124000000000852,"$area":0.000124000000000852},"id":"438-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: 59&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"Catalyst::_arguments_accessor","$color":8,"excl_time":2.91999999992426e-05,"$area":2.91999999992426e-05},"id":"439-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: 515&micro;s, 0.00%<br />Exclusive time: 381&micro;s, 0.00%</p>","incl_time":0.0005147,"subname":"Catalyst::BEGIN@39","$color":8,"excl_time":0.000381300000000272,"$area":0.000381300000000272},"id":"440-Catalyst::BEGIN@39"},{"name":"request","children":[],"data":{"tip":"<p><b>Catalyst::request</b></p><p><br />Called 90 times from 26 places in 7 files<br />Inclusive time: 554&micro;s, 0.00%<br />Exclusive time: 185&micro;s, 0.00%</p>","incl_time":0.0005539,"subname":"Catalyst::request","$color":8,"excl_time":0.00018549999999629,"$area":0.00018549999999629},"id":"441-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: 39&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"Catalyst::finalize_cookies","$color":8,"excl_time":9.29999999875163e-06,"$area":9.29999999875163e-06},"id":"442-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: 793&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0007932,"subname":"Catalyst::setup_log","$color":8,"excl_time":4.1400000001141e-05,"$area":4.1400000001141e-05},"id":"443-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Catalyst::BEGIN@18","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"444-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: 31.1ms, 0.05%<br />Exclusive time: 1.02ms, 0.00%</p>","incl_time":0.0311067,"subname":"Catalyst::BEGIN@32","$color":8,"excl_time":0.00102280000000006,"$area":0.00102280000000006},"id":"445-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: 219&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000219,"subname":"Catalyst::BEGIN@6","$color":8,"excl_time":8.9999999999565e-06,"$area":8.9999999999565e-06},"id":"446-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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Catalyst::BEGIN@23","$color":8,"excl_time":6.2e-06,"$area":6.2e-06},"id":"447-Catalyst::BEGIN@23"},{"name":"depth","children":[],"data":{"tip":"<p><b>Catalyst::depth</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"Catalyst::depth","$color":8,"excl_time":3.27999999856086e-05,"$area":3.27999999856086e-05},"id":"448-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: 272&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002724,"subname":"Catalyst::BEGIN@31","$color":8,"excl_time":2.03000000000227e-05,"$area":2.03000000000227e-05},"id":"449-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:48]","$color":8,"excl_time":5.1e-06,"$area":5.1e-06},"id":"450-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: 224&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0002236,"subname":"Catalyst::get_action","$color":8,"excl_time":4.78999999895631e-05,"$area":4.78999999895631e-05},"id":"451-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: 37&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"Catalyst::_loading_psgi_file_accessor","$color":8,"excl_time":2.38999999996319e-05,"$area":2.38999999996319e-05},"id":"452-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: 772ms, 1.18%<br />Exclusive time: 245&micro;s, 0.00%</p>","incl_time":0.7718239,"subname":"Catalyst::setup_component","$color":8,"excl_time":0.000244699999998573,"$area":0.000244699999998573},"id":"453-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.81ms, 0.00%<br />Exclusive time: 1.08ms, 0.00%</p>","incl_time":0.0028051,"subname":"Catalyst::BEGIN@27","$color":8,"excl_time":0.00108499999999978,"$area":0.00108499999999978},"id":"454-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: 72&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.19e-05,"subname":"Catalyst::prepare_body_parameters","$color":8,"excl_time":1.44000000039532e-05,"$area":1.44000000039532e-05},"id":"455-Catalyst::prepare_body_parameters"},{"name":"model","children":[],"data":{"tip":"<p><b>Catalyst::model</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 1.24ms, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0012428,"subname":"Catalyst::model","$color":8,"excl_time":4.74999999937726e-05,"$area":4.74999999937726e-05},"id":"456-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: 629&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0006293,"subname":"Catalyst::prepare_body","$color":8,"excl_time":4.67000000040081e-05,"$area":4.67000000040081e-05},"id":"457-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: 63.0ms, 0.10%<br />Exclusive time: 1.14ms, 0.00%</p>","incl_time":0.0629642,"subname":"Catalyst::BEGIN@14","$color":8,"excl_time":0.00113870000000013,"$area":0.00113870000000013},"id":"458-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: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Catalyst::meta","$color":8,"excl_time":9.40000000000613e-06,"$area":9.40000000000613e-06},"id":"459-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: 67&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.73e-05,"subname":"Catalyst::BEGIN@35","$color":8,"excl_time":1.57999999999069e-05,"$area":1.57999999999069e-05},"id":"460-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: 61&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"Catalyst::_engine_loader_accessor","$color":8,"excl_time":3.55000000004325e-05,"$area":3.55000000004325e-05},"id":"461-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.0026209,"subname":"Catalyst::BEGIN@20","$color":8,"excl_time":0.00255640000000009,"$area":0.00255640000000009},"id":"462-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: 7.40ms, 0.01%<br />Exclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0073998,"subname":"Catalyst::_register_plugin","$color":8,"excl_time":0.000114499999999617,"$area":0.000114499999999617},"id":"463-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.6e-06,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:44]","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"464-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.95ms, 0.01%<br />Exclusive time: 129&micro;s, 0.00%</p>","incl_time":0.0049484,"subname":"Catalyst::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst.pm:2032]","$color":8,"excl_time":0.000129000000006521,"$area":0.000129000000006521},"id":"465-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: 24&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Catalyst::BEGIN@17","$color":8,"excl_time":1.61999999999451e-05,"$area":1.61999999999451e-05},"id":"466-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.38ms, 0.01%<br />Exclusive time: 174&micro;s, 0.00%</p>","incl_time":0.0093791,"subname":"Catalyst::prepare","$color":8,"excl_time":0.00017410000001275,"$area":0.00017410000001275},"id":"467-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: 355&micro;s, 0.00%<br />Exclusive time: 160&micro;s, 0.00%</p>","incl_time":0.0003548,"subname":"Catalyst::_engine_accessor","$color":8,"excl_time":0.000159500000002988,"$area":0.000159500000002988},"id":"468-Catalyst::_engine_accessor"},{"name":"response","children":[],"data":{"tip":"<p><b>Catalyst::response</b></p><p><br />Called 17 times from 14 places in 4 files<br />Inclusive time: 331&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0003314,"subname":"Catalyst::response","$color":8,"excl_time":5.20999999974642e-05,"$area":5.20999999974642e-05},"id":"469-Catalyst::response"},{"name":"use_stats","children":[],"data":{"tip":"<p><b>Catalyst::use_stats</b></p><p><br />Called 21 times from 4 places in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Catalyst::use_stats","$color":8,"excl_time":2.2e-05,"$area":2.2e-05},"id":"470-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.60s, 2.44%<br />Exclusive time: 334&micro;s, 0.00%</p>","incl_time":1.5994546,"subname":"Catalyst::setup","$color":8,"excl_time":0.000334200000000617,"$area":0.000334200000000617},"id":"471-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: 402&micro;s, 0.00%<br />Exclusive time: 335&micro;s, 0.00%</p>","incl_time":0.0004016,"subname":"Catalyst::BEGIN@38","$color":8,"excl_time":0.000335199999999867,"$area":0.000335199999999867},"id":"472-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: 90&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":8.99e-05,"subname":"Catalyst::DESTROY","$color":8,"excl_time":1.15999999944733e-05,"$area":1.15999999944733e-05},"id":"473-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: 27.9ms, 0.04%<br />Exclusive time: 383&micro;s, 0.00%</p>","incl_time":0.0279245,"subname":"Catalyst::BEGIN@10","$color":8,"excl_time":0.000383099999999952,"$area":0.000383099999999952},"id":"474-Catalyst::BEGIN@10"},{"name":"component","children":[],"data":{"tip":"<p><b>Catalyst::component</b></p><p><br />Called 10 times from 2 places in 2 files<br />Inclusive time: 305&micro;s, 0.00%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0003053,"subname":"Catalyst::component","$color":8,"excl_time":8.9700000017115e-05,"$area":8.9700000017115e-05},"id":"475-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: 9.29ms, 0.01%<br />Exclusive time: 81&micro;s, 0.00%</p>","incl_time":0.0092859,"subname":"Catalyst::setup_home","$color":8,"excl_time":8.12999999996603e-05,"$area":8.12999999996603e-05},"id":"476-Catalyst::setup_home"},{"name":"::ActionChain","children":[{"name":"dispatch","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::dispatch</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14.9ms, 0.02%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0148835,"subname":"Catalyst::ActionChain::dispatch","$color":10,"excl_time":4.27999999994058e-05,"$area":4.27999999994058e-05},"id":"478-Catalyst::ActionChain::dispatch"},{"name":"new","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 119&micro;s, 0.00%<br />Exclusive time: 94&micro;s, 0.00%</p>","incl_time":0.000119,"subname":"Catalyst::ActionChain::new","$color":10,"excl_time":9.37999999968329e-05,"$area":9.37999999968329e-05},"id":"479-Catalyst::ActionChain::new"},{"name":"from_chain","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::from_chain</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.000132,"subname":"Catalyst::ActionChain::from_chain","$color":10,"excl_time":1.30000000020182e-05,"$area":1.30000000020182e-05},"id":"480-Catalyst::ActionChain::from_chain"},{"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: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Catalyst::ActionChain::meta","$color":10,"excl_time":7.30000000051748e-06,"$area":7.30000000051748e-06},"id":"481-Catalyst::ActionChain::meta"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::DESTROY</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.39e-05,"subname":"Catalyst::ActionChain::DESTROY","$color":10,"excl_time":1.22000000014499e-05,"$area":1.22000000014499e-05},"id":"482-Catalyst::ActionChain::DESTROY"},{"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: 92&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.19e-05,"subname":"Catalyst::ActionChain::BEGIN@7","$color":10,"excl_time":9.19999999989786e-06,"$area":9.19999999989786e-06},"id":"483-Catalyst::ActionChain::BEGIN@7"},{"name":"chain","children":[],"data":{"tip":"<p><b>Catalyst::ActionChain::chain</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":"Catalyst::ActionChain::chain","$color":10,"excl_time":2.3e-06,"$area":2.3e-06},"id":"484-Catalyst::ActionChain::chain"},{"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.13ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0041265,"subname":"Catalyst::ActionChain::BEGIN@3","$color":10,"excl_time":1.72000000003506e-05,"$area":1.72000000003506e-05},"id":"485-Catalyst::ActionChain::BEGIN@3"}],"data":{"$area":0.000197800000000473},"id":"n477"},{"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: 100&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001003,"subname":"Catalyst::View::BEGIN@60","$color":1,"excl_time":1.02999999998545e-05,"$area":1.02999999998545e-05},"id":"487-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: 5.05ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0050539,"subname":"Catalyst::View::BEGIN@3","$color":1,"excl_time":1.85000000003099e-05,"$area":1.85000000003099e-05},"id":"488-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Catalyst::View::meta","$color":1,"excl_time":8.40000000056437e-06,"$area":8.40000000056437e-06},"id":"489-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.13ms, 0.01%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0081346,"subname":"Catalyst::View::new","$color":1,"excl_time":3.82000000014393e-05,"$area":3.82000000014393e-05},"id":"490-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: 48&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"Catalyst::View::TT::BEGIN@7","$color":3,"excl_time":1.25000000004368e-05,"$area":1.25000000004368e-05},"id":"492-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: 96&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.6e-05,"subname":"Catalyst::View::TT::expose_methods","$color":3,"excl_time":8.19999999980672e-06,"$area":8.19999999980672e-06},"id":"493-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.0ms, 0.02%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0129805,"subname":"Catalyst::View::TT::new","$color":3,"excl_time":7.09999999998698e-05,"$area":7.09999999998698e-05},"id":"494-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: 157&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001574,"subname":"Catalyst::View::TT::include_path","$color":3,"excl_time":1.82000000004381e-05,"$area":1.82000000004381e-05},"id":"495-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: 19.0ms, 0.03%<br />Exclusive time: 1.44ms, 0.00%</p>","incl_time":0.0189839,"subname":"Catalyst::View::TT::BEGIN@8","$color":3,"excl_time":0.00143820000000056,"$area":0.00143820000000056},"id":"496-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: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Catalyst::View::TT::BEGIN@4","$color":3,"excl_time":7.99999999958154e-06,"$area":7.99999999958154e-06},"id":"497-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: 13&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Catalyst::View::TT::BEGIN@10","$color":3,"excl_time":1.17999999999071e-05,"$area":1.17999999999071e-05},"id":"498-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.78ms, 0.01%<br />Exclusive time: 659&micro;s, 0.00%</p>","incl_time":0.0047791,"subname":"Catalyst::View::TT::BEGIN@9","$color":3,"excl_time":0.000659400000000496,"$area":0.000659400000000496},"id":"499-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: 51&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"Catalyst::View::TT::BEGIN@11","$color":3,"excl_time":8.70000000039347e-06,"$area":8.70000000039347e-06},"id":"500-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.52ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0095155,"subname":"Catalyst::View::TT::BEGIN@6","$color":3,"excl_time":9.49999999998521e-06,"$area":9.49999999998521e-06},"id":"501-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Catalyst::View::TT::BEGIN@3","$color":3,"excl_time":1.53999999995807e-05,"$area":1.53999999995807e-05},"id":"502-Catalyst::View::TT::BEGIN@3"}],"data":{"$area":0.00226090000000105},"id":"n491"},{"name":"::JSON","children":[{"name":"allow_callback","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::allow_callback</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":"Catalyst::View::JSON::allow_callback","$color":5,"excl_time":6.89999999959555e-06,"$area":6.89999999959555e-06},"id":"504-Catalyst::View::JSON::allow_callback"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::CORE:match</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Catalyst::View::JSON::CORE:match","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"505-Catalyst::View::JSON::CORE:match"},{"name":"process","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::process</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 632&micro;s, 0.00%<br />Exclusive time: 89&micro;s, 0.00%</p>","incl_time":0.0006318,"subname":"Catalyst::View::JSON::process","$color":5,"excl_time":8.8599999990153e-05,"$area":8.8599999990153e-05},"id":"506-Catalyst::View::JSON::process"},{"name":"__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/View/JSON.pm:44]","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/View/JSON.pm:44]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 137&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001372,"subname":"Catalyst::View::JSON::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/View/JSON.pm:44]","$color":5,"excl_time":7.70000000010641e-06,"$area":7.70000000010641e-06},"id":"507-Catalyst::View::JSON::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/View/JSON.pm:44]"},{"name":"encoding","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::encoding</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"Catalyst::View::JSON::encoding","$color":5,"excl_time":5.99999999880201e-06,"$area":5.99999999880201e-06},"id":"508-Catalyst::View::JSON::encoding"},{"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: 20&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Catalyst::View::JSON::BEGIN@5","$color":5,"excl_time":2.03e-05,"$area":2.03e-05},"id":"509-Catalyst::View::JSON::BEGIN@5"},{"name":"expose_stash","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::expose_stash</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 187&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001873,"subname":"Catalyst::View::JSON::expose_stash","$color":5,"excl_time":1.67999999979282e-05,"$area":1.67999999979282e-05},"id":"510-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: 500ns, 0.00%</p>","incl_time":5e-07,"subname":"Catalyst::View::JSON::CORE:subst","$color":5,"excl_time":5e-07,"$area":5e-07},"id":"511-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.77ms, 0.01%<br />Exclusive time: 2.50ms, 0.00%</p>","incl_time":0.0057696,"subname":"Catalyst::View::JSON::new","$color":5,"excl_time":0.0024991000000016,"$area":0.0024991000000016},"id":"512-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: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Catalyst::View::JSON::BEGIN@10","$color":5,"excl_time":9.19999999957979e-06,"$area":9.19999999957979e-06},"id":"513-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Catalyst::View::JSON::BEGIN@3","$color":5,"excl_time":1.58999999995807e-05,"$area":1.58999999995807e-05},"id":"514-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":4.4e-06,"subname":"Catalyst::View::JSON::BEGIN@8","$color":5,"excl_time":4.4e-06,"$area":4.4e-06},"id":"515-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: 82&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.15e-05,"subname":"Catalyst::View::JSON::BEGIN@7","$color":5,"excl_time":8.40000000017392e-06,"$area":8.40000000017392e-06},"id":"516-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Catalyst::View::JSON::BEGIN@9","$color":5,"excl_time":9.2999999998611e-06,"$area":9.2999999998611e-06},"id":"517-Catalyst::View::JSON::BEGIN@9"},{"name":"json_dumper","children":[],"data":{"tip":"<p><b>Catalyst::View::JSON::json_dumper</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 154&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001539,"subname":"Catalyst::View::JSON::json_dumper","$color":5,"excl_time":1.49000000027753e-05,"$area":1.49000000027753e-05},"id":"518-Catalyst::View::JSON::json_dumper"}],"data":{"$area":0.00271199999999016},"id":"n503"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Catalyst::View::Download::Plain::BEGIN@3","$color":7,"excl_time":1.82000000001884e-05,"$area":1.82000000001884e-05},"id":"521-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: 78&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.84e-05,"subname":"Catalyst::View::Download::Plain::BEGIN@5","$color":7,"excl_time":8.69999999993862e-06,"$area":8.69999999993862e-06},"id":"522-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Catalyst::View::Download::Plain::BEGIN@4","$color":7,"excl_time":9.50000000023792e-06,"$area":9.50000000023792e-06},"id":"523-Catalyst::View::Download::Plain::BEGIN@4"}],"data":{"$area":3.64000000003649e-05},"id":"n520"}],"data":{"$area":3.64000000003649e-05},"id":"n519"}],"data":{"$area":0.00508469999999374},"id":"n486"},{"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: 5.67ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0056652,"subname":"Catalyst::Model::BEGIN@3","$color":9,"excl_time":2.07999999995625e-05,"$area":2.07999999995625e-05},"id":"525-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Catalyst::Model::meta","$color":9,"excl_time":1.19999999998646e-05,"$area":1.19999999998646e-05},"id":"526-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: 146&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001456,"subname":"Catalyst::Model::BEGIN@6","$color":9,"excl_time":1.30000000002948e-05,"$area":1.30000000002948e-05},"id":"527-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 3 times from 1 place in 1 file<br />Inclusive time: 1.05ms, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.001049,"subname":"Catalyst::Model::KiokuDB::save_scope","$color":0,"excl_time":0.000100299999997866,"$area":0.000100299999997866},"id":"529-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: 164&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0001642,"subname":"Catalyst::Model::KiokuDB::setup_scope_guard","$color":0,"excl_time":6.91999999982674e-05,"$area":6.91999999982674e-05},"id":"530-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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:76]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"531-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: 746ms, 1.14%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.7459051,"subname":"Catalyst::Model::KiokuDB::new","$color":0,"excl_time":1.54000000007759e-05,"$area":1.54000000007759e-05},"id":"532-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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Catalyst::Model::KiokuDB::clear_leaks","$color":0,"excl_time":1.24e-05,"$area":1.24e-05},"id":"533-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Catalyst::Model::KiokuDB::report_leaks","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"534-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: 387&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003867,"subname":"Catalyst::Model::KiokuDB::BEGIN@13","$color":0,"excl_time":1.120000000036e-05,"$area":1.120000000036e-05},"id":"535-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: 22&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@4","$color":0,"excl_time":1.92000000000946e-05,"$area":1.92000000000946e-05},"id":"536-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: 744ms, 1.13%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.743724,"subname":"Catalyst::Model::KiokuDB::_new_model","$color":0,"excl_time":1.73999999997232e-05,"$area":1.73999999997232e-05},"id":"537-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: 5.51ms, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0055071,"subname":"Catalyst::Model::KiokuDB::BEGIN@2","$color":0,"excl_time":2.96000000004201e-05,"$area":2.96000000004201e-05},"id":"538-Catalyst::Model::KiokuDB::BEGIN@2"},{"name":"directory","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::directory</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 416&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.0004162,"subname":"Catalyst::Model::KiokuDB::directory","$color":0,"excl_time":5.69999999874505e-05,"$area":5.69999999874505e-05},"id":"539-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: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Catalyst::Model::KiokuDB::_model","$color":0,"excl_time":9.10000000000088e-06,"$area":9.10000000000088e-06},"id":"540-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: 59&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.87e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@8","$color":0,"excl_time":2.23000000000635e-05,"$area":2.23000000000635e-05},"id":"541-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: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.25e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@9","$color":0,"excl_time":1.03000000002953e-05,"$area":1.03000000002953e-05},"id":"542-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: 744ms, 1.14%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.7443575,"subname":"Catalyst::Model::KiokuDB::BUILD","$color":0,"excl_time":0.000111400000000206,"$area":0.000111400000000206},"id":"543-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Catalyst::Model::KiokuDB::scope_guard_needed","$color":0,"excl_time":1.30000000033687e-05,"$area":1.30000000033687e-05},"id":"544-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":5.1e-06,"subname":"Catalyst::Model::KiokuDB::BEGIN@7","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"545-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.2e-06,"subname":"Catalyst::Model::KiokuDB::has_model","$color":0,"excl_time":2.2e-06,"$area":2.2e-06},"id":"546-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: 254&micro;s, 0.00%<br />Exclusive time: 138&micro;s, 0.00%</p>","incl_time":0.0002542,"subname":"Catalyst::Model::KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Model/KiokuDB.pm:198]","$color":0,"excl_time":0.000138000000006318,"$area":0.000138000000006318},"id":"547-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 3 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Catalyst::Model::KiokuDB::manage_scope","$color":0,"excl_time":8.8e-06,"$area":8.8e-06},"id":"548-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: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@6","$color":0,"excl_time":9.10000000038733e-06,"$area":9.10000000038733e-06},"id":"549-Catalyst::Model::KiokuDB::BEGIN@6"},{"name":"ACCEPT_CONTEXT","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::ACCEPT_CONTEXT</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 1.11ms, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.001106,"subname":"Catalyst::Model::KiokuDB::ACCEPT_CONTEXT","$color":0,"excl_time":4.28000000169445e-05,"$area":4.28000000169445e-05},"id":"550-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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Catalyst::Model::KiokuDB::CORE:match","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"551-Catalyst::Model::KiokuDB::CORE:match"},{"name":"model","children":[],"data":{"tip":"<p><b>Catalyst::Model::KiokuDB::model</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Catalyst::Model::KiokuDB::model","$color":0,"excl_time":1.21e-05,"$area":1.21e-05},"id":"552-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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Catalyst::Model::KiokuDB::dsn","$color":0,"excl_time":7.6e-06,"$area":7.6e-06},"id":"553-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: 23&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Catalyst::Model::KiokuDB::meta","$color":0,"excl_time":1.16999999999584e-05,"$area":1.16999999999584e-05},"id":"554-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":2.6e-06,"subname":"Catalyst::Model::KiokuDB::model_args","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"555-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":0,"excl_time":2.2e-06,"$area":2.2e-06},"id":"556-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.22e-05,"subname":"Catalyst::Model::KiokuDB::BEGIN@5","$color":0,"excl_time":1.14999999996823e-05,"$area":1.14999999996823e-05},"id":"557-Catalyst::Model::KiokuDB::BEGIN@5"}],"data":{"$area":0.000761800000012182},"id":"n528"}],"data":{"$area":0.000807600000011904},"id":"n524"},{"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: 7.12ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0071173,"subname":"Catalyst::EngineLoader::BEGIN@2","$color":2,"excl_time":2.83999999999346e-05,"$area":2.83999999999346e-05},"id":"559-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: 56&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.57e-05,"subname":"Catalyst::EngineLoader::catalyst_engine_class","$color":2,"excl_time":1.69999999998308e-05,"$area":1.69999999998308e-05},"id":"560-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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Catalyst::EngineLoader::BEGIN@4","$color":2,"excl_time":6.8e-06,"$area":6.8e-06},"id":"561-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: 26&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Catalyst::EngineLoader::new","$color":2,"excl_time":2.60999999997665e-05,"$area":2.60999999997665e-05},"id":"562-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: 38&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"Catalyst::EngineLoader::_guess_catalyst_engine_class","$color":2,"excl_time":1.44999999994496e-05,"$area":1.44999999994496e-05},"id":"563-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: 25&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"Catalyst::EngineLoader::meta","$color":2,"excl_time":1.55000000000628e-05,"$area":1.55000000000628e-05},"id":"564-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: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.56e-05,"subname":"Catalyst::EngineLoader::BEGIN@5","$color":2,"excl_time":9.70000000006789e-06,"$area":9.70000000006789e-06},"id":"565-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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Catalyst::EngineLoader::application_name","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"566-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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Catalyst::EngineLoader::BEGIN@3","$color":2,"excl_time":1.15e-05,"$area":1.15e-05},"id":"567-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: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Catalyst::EngineLoader::has_requested_engine","$color":2,"excl_time":2.3e-06,"$area":2.3e-06},"id":"568-Catalyst::EngineLoader::has_requested_engine"}],"data":{"$area":0.000134399999999112},"id":"n558"},{"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: 111&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0001109,"subname":"Catalyst::Utils::class2appclass","$color":4,"excl_time":6.80000000004872e-05,"$area":6.80000000004872e-05},"id":"570-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: 258&micro;s, 0.00%<br />Exclusive time: 107&micro;s, 0.00%</p>","incl_time":0.0002585,"subname":"Catalyst::Utils::class2classsuffix","$color":4,"excl_time":0.000106600000001239,"$area":0.000106600000001239},"id":"571-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: 7.78ms, 0.01%<br />Exclusive time: 232&micro;s, 0.00%</p>","incl_time":0.0077775,"subname":"Catalyst::Utils::home","$color":4,"excl_time":0.000232299999999526,"$area":0.000232299999999526},"id":"572-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: 367ms, 0.56%<br />Exclusive time: 9.08ms, 0.01%</p>","incl_time":0.3673711,"subname":"Catalyst::Utils::ensure_class_loaded","$color":4,"excl_time":0.00908410000000111,"$area":0.00908410000000111},"id":"573-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: 344&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0003442,"subname":"Catalyst::Utils::CORE:match","$color":4,"excl_time":0.000199899999999903,"$area":0.000199899999999903},"id":"574-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: 86&micro;s, 0.00%</p>","incl_time":8.64e-05,"subname":"Catalyst::Utils::CORE:subst","$color":4,"excl_time":8.64e-05,"$area":8.64e-05},"id":"575-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: 89&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":8.9e-05,"subname":"Catalyst::Utils::BEGIN@9","$color":4,"excl_time":1.65000000000801e-05,"$area":1.65000000000801e-05},"id":"576-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: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Catalyst::Utils::BEGIN@2","$color":4,"excl_time":1.25999999999707e-05,"$area":1.25999999999707e-05},"id":"577-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.89ms, 0.00%<br />Exclusive time: 875&micro;s, 0.00%</p>","incl_time":0.0018872,"subname":"Catalyst::Utils::BEGIN@11","$color":4,"excl_time":0.000875300000000046,"$area":0.000875300000000046},"id":"578-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: 36&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"Catalyst::Utils::BEGIN@3","$color":4,"excl_time":3.0000000000061e-05,"$area":3.0000000000061e-05},"id":"579-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: 34&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"Catalyst::Utils::CORE:regcomp","$color":4,"excl_time":3.37e-05,"$area":3.37e-05},"id":"580-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Catalyst::Utils::BEGIN@4","$color":4,"excl_time":5.9e-06,"$area":5.9e-06},"id":"581-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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Catalyst::Utils::BEGIN@7","$color":4,"excl_time":7.6e-06,"$area":7.6e-06},"id":"582-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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Catalyst::Utils::dist_indicator_file_list","$color":4,"excl_time":7.3e-06,"$area":7.3e-06},"id":"583-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: 8&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Catalyst::Utils::appprefix","$color":4,"excl_time":7.00000000014065e-06,"$area":7.00000000014065e-06},"id":"584-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: 541&micro;s, 0.00%<br />Exclusive time: 102&micro;s, 0.00%</p>","incl_time":0.0005412,"subname":"Catalyst::Utils::resolve_namespace","$color":4,"excl_time":0.000102199999999034,"$area":0.000102199999999034},"id":"585-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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Catalyst::Utils::BEGIN@5","$color":4,"excl_time":9.4e-06,"$area":9.4e-06},"id":"586-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: 86&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":8.58e-05,"subname":"Catalyst::Utils::class2prefix","$color":4,"excl_time":5.70000000018364e-05,"$area":5.70000000018364e-05},"id":"587-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: 438&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0004378,"subname":"Catalyst::Utils::BEGIN@13","$color":4,"excl_time":2.08000000001103e-05,"$area":2.08000000001103e-05},"id":"588-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: 59&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"Catalyst::Utils::BEGIN@6","$color":4,"excl_time":1.39999999999272e-05,"$area":1.39999999999272e-05},"id":"589-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: 350&micro;s, 0.00%<br />Exclusive time: 350&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 15&micro;s</p>","incl_time":0.0003497,"subname":"Catalyst::Utils::merge_hashes","$color":4,"excl_time":0.000349700000000007,"$area":0.000349700000000007},"id":"590-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: 61&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":6.08e-05,"subname":"Catalyst::Utils::class2env","$color":4,"excl_time":5.14000000002848e-05,"$area":5.14000000002848e-05},"id":"591-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: 699&micro;s, 0.00%<br />Exclusive time: 109&micro;s, 0.00%</p>","incl_time":0.000699,"subname":"Catalyst::Utils::CORE:ftfile","$color":4,"excl_time":0.000108699999999068,"$area":0.000108699999999068},"id":"592-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: 30&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"Catalyst::Utils::BEGIN@1","$color":4,"excl_time":2.41999999999327e-05,"$area":2.41999999999327e-05},"id":"593-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: 58&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"Catalyst::Utils::BEGIN@8","$color":4,"excl_time":1.15999999999865e-05,"$area":1.15999999999865e-05},"id":"594-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: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Catalyst::Utils::BEGIN@10","$color":4,"excl_time":8.9e-06,"$area":8.9e-06},"id":"595-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: 180&micro;s, 0.00%<br />Exclusive time: 119&micro;s, 0.00%</p>","incl_time":0.00018,"subname":"Catalyst::Utils::env_value","$color":4,"excl_time":0.000119200000000916,"$area":0.000119200000000916},"id":"596-Catalyst::Utils::env_value"}],"data":{"$area":0.0116503000000037},"id":"n569"},{"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: 33.9ms, 0.05%<br />Exclusive time: 32.7ms, 0.05%</p>","incl_time":0.0338772,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@7","$color":6,"excl_time":0.0327039999999998,"$area":0.0327039999999998},"id":"600-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":2.2e-06,"subname":"Catalyst::Plugin::Static::Simple::CORE:subst","$color":6,"excl_time":2.2e-06,"$area":2.2e-06},"id":"601-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: 54&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.39e-05,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@4","$color":6,"excl_time":1.6599999999316e-05,"$area":1.6599999999316e-05},"id":"602-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.2e-06,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@5","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"603-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: 2.76ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0027623,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@3","$color":6,"excl_time":1.77000000002362e-05,"$area":1.77000000002362e-05},"id":"604-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: 53&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.29e-05,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@10","$color":6,"excl_time":1.03999999998326e-05,"$area":1.03999999998326e-05},"id":"605-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.80ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0027952,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@8","$color":6,"excl_time":1.35000000001128e-05,"$area":1.35000000001128e-05},"id":"606-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: 31&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@9","$color":6,"excl_time":2.78000000001884e-05,"$area":2.78000000001884e-05},"id":"607-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":6,"excl_time":1e-06,"$area":1e-06},"id":"608-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":4e-06,"subname":"Catalyst::Plugin::Static::Simple::BEGIN@6","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"609-Catalyst::Plugin::Static::Simple::BEGIN@6"}],"data":{"$area":0.0328013999999995},"id":"n599"}],"data":{"$area":0.0328013999999995},"id":"n598"},{"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: 25.6ms, 0.04%<br />Exclusive time: 2.31ms, 0.00%</p>","incl_time":0.025639,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@8","$color":8,"excl_time":0.00231489999999916,"$area":0.00231489999999916},"id":"611-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@4","$color":8,"excl_time":8.80000000042458e-06,"$area":8.80000000042458e-06},"id":"612-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.8e-06,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@9","$color":8,"excl_time":5.8e-06,"$area":5.8e-06},"id":"613-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: 74&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.38e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:ftdir","$color":8,"excl_time":6.89999999979708e-06,"$area":6.89999999979708e-06},"id":"614-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.50ms, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0015017,"subname":"Catalyst::Plugin::ConfigLoader::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/ConfigLoader.pm:269]","$color":8,"excl_time":6.89999999986032e-05,"$area":6.89999999986032e-05},"id":"615-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: 80&micro;s, 0.00%</p>","incl_time":8.01e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:regcomp","$color":8,"excl_time":8.01e-05,"$area":8.01e-05},"id":"616-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.4e-06,"subname":"Catalyst::Plugin::ConfigLoader::CORE:sort","$color":8,"excl_time":1.4e-06,"$area":1.4e-06},"id":"617-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: 4.83ms, 0.01%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0048286,"subname":"Catalyst::Plugin::ConfigLoader::finalize_config","$color":8,"excl_time":3.18999999991253e-05,"$area":3.18999999991253e-05},"id":"618-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.0ms, 0.05%<br />Exclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0330072,"subname":"Catalyst::Plugin::ConfigLoader::setup","$color":8,"excl_time":0.000104000000001089,"$area":0.000104000000001089},"id":"619-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.43ms, 0.00%<br />Exclusive time: 380&micro;s, 0.00%</p>","incl_time":0.0014327,"subname":"Catalyst::Plugin::ConfigLoader::config_substitutions","$color":8,"excl_time":0.000380400000004879,"$area":0.000380400000004879},"id":"620-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.1ms, 0.02%<br />Exclusive time: 138&micro;s, 0.00%</p>","incl_time":0.0101245,"subname":"Catalyst::Plugin::ConfigLoader::find_files","$color":8,"excl_time":0.00013820000000044,"$area":0.00013820000000044},"id":"621-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.16ms, 0.00%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0011629,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@6","$color":8,"excl_time":0.00107389999999999,"$area":0.00107389999999999},"id":"622-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: 192&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001916,"subname":"Catalyst::Plugin::ConfigLoader::load_config","$color":8,"excl_time":1.59000000002212e-05,"$area":1.59000000002212e-05},"id":"623-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: 22&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Catalyst::Plugin::ConfigLoader::_fix_syntax","$color":8,"excl_time":2.17e-05,"$area":2.17e-05},"id":"624-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@7","$color":8,"excl_time":1.06999999995798e-05,"$area":1.06999999995798e-05},"id":"625-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: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:subst","$color":8,"excl_time":1.29e-05,"$area":1.29e-05},"id":"626-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: 205&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0002052,"subname":"Catalyst::Plugin::ConfigLoader::get_config_local_suffix","$color":8,"excl_time":2.1200000000038e-05,"$area":2.1200000000038e-05},"id":"627-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: 25&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"Catalyst::Plugin::ConfigLoader::BEGIN@3","$color":8,"excl_time":1.97000000001893e-05,"$area":1.97000000001893e-05},"id":"628-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: 79&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.9e-05,"subname":"Catalyst::Plugin::ConfigLoader::CORE:match","$color":8,"excl_time":6.09999999984661e-06,"$area":6.09999999984661e-06},"id":"629-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: 741&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0007413,"subname":"Catalyst::Plugin::ConfigLoader::get_config_path","$color":8,"excl_time":3.71999999999037e-05,"$area":3.71999999999037e-05},"id":"630-Catalyst::Plugin::ConfigLoader::get_config_path"}],"data":{"$area":0.00436070000000329},"id":"n610"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@6","$color":10,"excl_time":7e-06,"$area":7e-06},"id":"633-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: 1.22ms, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0012215,"subname":"Catalyst::Plugin::Unicode::Encoding::prepare_action","$color":10,"excl_time":5.13999999969397e-05,"$area":5.13999999969397e-05},"id":"634-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: 57&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.74e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@10","$color":10,"excl_time":1.51999999997857e-05,"$area":1.51999999997857e-05},"id":"635-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: 361&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0003611,"subname":"Catalyst::Plugin::Unicode::Encoding::setup","$color":10,"excl_time":3.00000000005265e-05,"$area":3.00000000005265e-05},"id":"636-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: 100&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":9.97e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::_handle_param_unicode_decoding","$color":10,"excl_time":2.86000000004535e-05,"$area":2.86000000004535e-05},"id":"637-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 5 times from 4 places in 1 file<br />Inclusive time: 263&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0002626,"subname":"Catalyst::Plugin::Unicode::Encoding::encoding","$color":10,"excl_time":5.05999999970124e-05,"$area":5.05999999970124e-05},"id":"638-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: 688&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0006876,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@4","$color":10,"excl_time":1.40999999995624e-05,"$area":1.40999999995624e-05},"id":"639-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: 500&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0005002,"subname":"Catalyst::Plugin::Unicode::Encoding::finalize_headers","$color":10,"excl_time":4.02000000103091e-05,"$area":4.02000000103091e-05},"id":"640-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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Catalyst::Plugin::Unicode::Encoding::CORE:match","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"641-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: 57&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@8","$color":10,"excl_time":1.05999999997875e-05,"$area":1.05999999997875e-05},"id":"642-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: 42&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Plugin/Unicode/Encoding.pm:163]","$color":10,"excl_time":1.28999999963206e-05,"$area":1.28999999963206e-05},"id":"643-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: 36&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.63e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@3","$color":10,"excl_time":2.95999999998628e-05,"$area":2.95999999998628e-05},"id":"644-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: 227&micro;s, 0.00%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":0.0002271,"subname":"Catalyst::Plugin::Unicode::Encoding::prepare_uploads","$color":10,"excl_time":8.18000000002072e-05,"$area":8.18000000002072e-05},"id":"645-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Catalyst::Plugin::Unicode::Encoding::BEGIN@7","$color":10,"excl_time":1.3000000000422e-05,"$area":1.3000000000422e-05},"id":"646-Catalyst::Plugin::Unicode::Encoding::BEGIN@7"}],"data":{"$area":0.000389000000001189},"id":"n632"}],"data":{"$area":0.000389000000001189},"id":"n631"}],"data":{"$area":0.037551100000004},"id":"n597"},{"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: 14.9ms, 0.02%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0149387,"subname":"Catalyst::Controller::_ACTION","$color":1,"excl_time":3.84999999933078e-05,"$area":3.84999999933078e-05},"id":"648-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: 307&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0003074,"subname":"Catalyst::Controller::_parse_ActionClass_attr","$color":1,"excl_time":6.62999999988957e-05,"$area":6.62999999988957e-05},"id":"649-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: 120ms, 0.18%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.1197103,"subname":"Catalyst::Controller::BEGIN@8","$color":1,"excl_time":7.90000000000513e-06,"$area":7.90000000000513e-06},"id":"650-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: 162&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0001624,"subname":"Catalyst::Controller::_all_actions_attributes","$color":1,"excl_time":0.000128099999999735,"$area":0.000128099999999735},"id":"651-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: 68&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.85e-05,"subname":"Catalyst::Controller::BEGIN@5","$color":1,"excl_time":1.36999999999785e-05,"$area":1.36999999999785e-05},"id":"652-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: 78.4ms, 0.12%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0783558,"subname":"Catalyst::Controller::BEGIN@10","$color":1,"excl_time":1.83999999998768e-05,"$area":1.83999999998768e-05},"id":"653-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: 250&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0002501,"subname":"Catalyst::Controller::BEGIN@4","$color":1,"excl_time":1.41000000000971e-05,"$area":1.41000000000971e-05},"id":"654-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":1,"excl_time":1.96e-05,"$area":1.96e-05},"id":"655-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: 16.9ms, 0.03%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0168603,"subname":"Catalyst::Controller::_DISPATCH","$color":1,"excl_time":2.99000000036423e-05,"$area":2.99000000036423e-05},"id":"656-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: 1.20ms, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0011961,"subname":"Catalyst::Controller::BEGIN@121","$color":1,"excl_time":3.32000000000333e-05,"$area":3.32000000000333e-05},"id":"657-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.47ms, 0.00%<br />Exclusive time: 674&micro;s, 0.00%</p>","incl_time":0.0014693,"subname":"Catalyst::Controller::__action_class_accessor","$color":1,"excl_time":0.000674000000004609,"$area":0.000674000000004609},"id":"658-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: 575&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0005746,"subname":"Catalyst::Controller::action_namespace","$color":1,"excl_time":6.40000000007495e-05,"$area":6.40000000007495e-05},"id":"659-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: 95&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":9.5e-05,"subname":"Catalyst::Controller::_BEGIN","$color":1,"excl_time":1.61000000016725e-05,"$area":1.61000000016725e-05},"id":"660-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: 27&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Catalyst::Controller::has_path_prefix","$color":1,"excl_time":2.72e-05,"$area":2.72e-05},"id":"661-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: 6.59ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.006594,"subname":"Catalyst::Controller::BEGIN@3","$color":1,"excl_time":2.17000000000247e-05,"$area":2.17000000000247e-05},"id":"662-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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Catalyst::Controller::BEGIN@11","$color":1,"excl_time":1.24e-05,"$area":1.24e-05},"id":"663-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.29ms, 0.01%<br />Exclusive time: 1.71ms, 0.00%</p>","incl_time":0.0032885,"subname":"Catalyst::Controller::_parse_attrs","$color":1,"excl_time":0.00171269999998899,"$area":0.00171269999998899},"id":"664-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: 108&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0001084,"subname":"Catalyst::Controller::__dispatch_steps_accessor","$color":1,"excl_time":5.21999999973847e-05,"$area":5.21999999973847e-05},"id":"665-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.24ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0012391,"subname":"Catalyst::Controller::BEGIN@140","$color":1,"excl_time":1.67999999999904e-05,"$area":1.67999999999904e-05},"id":"666-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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Catalyst::Controller::_application","$color":1,"excl_time":6.7e-06,"$area":6.7e-06},"id":"667-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: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Catalyst::Controller::has_action_namespace","$color":1,"excl_time":1.73e-05,"$area":1.73e-05},"id":"668-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: 27.2ms, 0.04%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0271996,"subname":"Catalyst::Controller::get_action_methods","$color":1,"excl_time":8.77999999998689e-05,"$area":8.77999999998689e-05},"id":"669-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: 655&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0006548,"subname":"Catalyst::Controller::_END","$color":1,"excl_time":2.71999999986063e-05,"$area":2.71999999986063e-05},"id":"670-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.99ms, 0.01%<br />Exclusive time: 520&micro;s, 0.00%</p>","incl_time":0.0039861,"subname":"Catalyst::Controller::action_class","$color":1,"excl_time":0.000520099999994258,"$area":0.000520099999994258},"id":"671-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: 114&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001139,"subname":"Catalyst::Controller::_AUTO","$color":1,"excl_time":1.69000000033169e-05,"$area":1.69000000033169e-05},"id":"672-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: 185&micro;s, 0.00%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0001853,"subname":"Catalyst::Controller::BUILD","$color":1,"excl_time":6.65999999993068e-05,"$area":6.65999999993068e-05},"id":"673-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: 1.19ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0011927,"subname":"Catalyst::Controller::BEGIN@111","$color":1,"excl_time":1.44999999999818e-05,"$area":1.44999999999818e-05},"id":"674-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: 113&micro;s, 0.00%</p>","incl_time":0.0001133,"subname":"Catalyst::Controller::_controller_actions","$color":1,"excl_time":0.0001133,"$area":0.0001133},"id":"675-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: 431&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0004314,"subname":"Catalyst::Controller::BEGIN@6","$color":1,"excl_time":1.21000000000997e-05,"$area":1.21000000000997e-05},"id":"676-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: 268&micro;s, 0.00%</p>","incl_time":0.0002676,"subname":"Catalyst::Controller::CORE:match","$color":1,"excl_time":0.0002676,"$area":0.0002676},"id":"677-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: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"Catalyst::Controller::_build__all_actions_attributes","$color":1,"excl_time":1.7599999999348e-05,"$area":1.7599999999348e-05},"id":"678-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: 423&micro;s, 0.00%<br />Exclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0004234,"subname":"Catalyst::Controller::path_prefix","$color":1,"excl_time":0.000104199999999259,"$area":0.000104199999999259},"id":"679-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: 1.21ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0012088,"subname":"Catalyst::Controller::BEGIN@132","$color":1,"excl_time":1.56000000001055e-05,"$area":1.56000000001055e-05},"id":"680-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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Catalyst::Controller::BEGIN@12","$color":1,"excl_time":7.9e-06,"$area":7.9e-06},"id":"681-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: 366&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0003661,"subname":"Catalyst::Controller::_parse_Local_attr","$color":1,"excl_time":5.19000000017341e-05,"$area":5.19000000017341e-05},"id":"682-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: 632&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0006317,"subname":"Catalyst::Controller::BUILDARGS","$color":1,"excl_time":3.08000000006509e-05,"$area":3.08000000006509e-05},"id":"683-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: 3.35ms, 0.01%<br />Exclusive time: 1.49ms, 0.00%</p>","incl_time":0.0033504,"subname":"Catalyst::Controller::BEGIN@103","$color":1,"excl_time":0.0014941999999998,"$area":0.0014941999999998},"id":"684-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: 91.3ms, 0.14%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0913113,"subname":"Catalyst::Controller::register_actions","$color":1,"excl_time":5.89999999992714e-05,"$area":5.89999999992714e-05},"id":"685-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: 64.1ms, 0.10%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0640527,"subname":"Catalyst::Controller::register_action_methods","$color":1,"excl_time":0.00108580000001849,"$area":0.00108580000001849},"id":"686-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: 32&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"Catalyst::Controller::meta","$color":1,"excl_time":1.44000000001016e-05,"$area":1.44000000001016e-05},"id":"687-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: 511&micro;s, 0.00%<br />Exclusive time: 124&micro;s, 0.00%</p>","incl_time":0.0005106,"subname":"Catalyst::Controller::_parse_Path_attr","$color":1,"excl_time":0.000123600000000973,"$area":0.000123600000000973},"id":"688-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: 75&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":7.5e-05,"subname":"Catalyst::Controller::_parse_Chained_attr","$color":1,"excl_time":3.47999999991771e-05,"$area":3.47999999991771e-05},"id":"689-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: 27&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Catalyst::Controller::CORE:subst","$color":1,"excl_time":2.75e-05,"$area":2.75e-05},"id":"690-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: 15.8ms, 0.02%<br />Exclusive time: 853&micro;s, 0.00%</p>","incl_time":0.0158019,"subname":"Catalyst::Controller::create_action","$color":1,"excl_time":0.000853299999997024,"$area":0.000853299999997024},"id":"691-Catalyst::Controller::create_action"}],"data":{"$area":0.00803750000000037},"id":"n647"},{"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":3,"excl_time":1.02000000001415e-05,"$area":1.02000000001415e-05},"id":"694-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.72e-05,"subname":"Catalyst::Action::RenderView::BEGIN@4","$color":3,"excl_time":8.49999999958329e-06,"$area":8.49999999958329e-06},"id":"695-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: 453&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0004526,"subname":"Catalyst::Action::RenderView::execute","$color":3,"excl_time":5.93000000010693e-05,"$area":5.93000000010693e-05},"id":"696-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.19e-05,"subname":"Catalyst::Action::RenderView::BEGIN@11","$color":3,"excl_time":1.08999999998602e-05,"$area":1.08999999998602e-05},"id":"697-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":3,"excl_time":9.09999999971033e-06,"$area":9.09999999971033e-06},"id":"698-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.34e-05,"subname":"Catalyst::Action::RenderView::BEGIN@3","$color":3,"excl_time":1.84999999995815e-05,"$area":1.84999999995815e-05},"id":"699-Catalyst::Action::RenderView::BEGIN@3"}],"data":{"$area":0.000116499999999946},"id":"n693"},{"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: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Catalyst::Action::DESTROY","$color":5,"excl_time":9.80000000252476e-06,"$area":9.80000000252476e-06},"id":"700-Catalyst::Action::DESTROY"},{"name":"code","children":[],"data":{"tip":"<p><b>Catalyst::Action::code</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.84e-05,"subname":"Catalyst::Action::code","$color":5,"excl_time":1.84e-05,"$area":1.84e-05},"id":"701-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: 423&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004229,"subname":"Catalyst::Action::BEGIN@25","$color":5,"excl_time":1.25999999995813e-05,"$area":1.25999999995813e-05},"id":"702-Catalyst::Action::BEGIN@25"},{"name":"reverse","children":[],"data":{"tip":"<p><b>Catalyst::Action::reverse</b></p><p><br />Called 5 times from 3 places in 2 files<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Catalyst::Action::reverse","$color":5,"excl_time":1.08e-05,"$area":1.08e-05},"id":"703-Catalyst::Action::reverse"},{"name":"BUILD","children":[],"data":{"tip":"<p><b>Catalyst::Action::BUILD</b></p><p><br />Called 47 times from 3 places in 2 files<br />Inclusive time: 943&micro;s, 0.00%<br />Exclusive time: 149&micro;s, 0.00%</p>","incl_time":0.0009433,"subname":"Catalyst::Action::BUILD","$color":5,"excl_time":0.000148899999998029,"$area":0.000148899999998029},"id":"704-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: 186&micro;s, 0.00%</p>","incl_time":0.0001857,"subname":"Catalyst::Action::name","$color":5,"excl_time":0.0001857,"$area":0.0001857},"id":"705-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":5,"excl_time":8.00000000042371e-06,"$area":8.00000000042371e-06},"id":"706-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: 7.58ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0075758,"subname":"Catalyst::Action::BEGIN@22","$color":5,"excl_time":1.9699999999602e-05,"$area":1.9699999999602e-05},"id":"707-Catalyst::Action::BEGIN@22"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::Action::match</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 81&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":8.08e-05,"subname":"Catalyst::Action::match","$color":5,"excl_time":3.95000000023096e-05,"$area":3.95000000023096e-05},"id":"708-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: 25&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"Catalyst::Action::compare","$color":5,"excl_time":2.03000000001424e-05,"$area":2.03000000001424e-05},"id":"709-Catalyst::Action::compare"},{"name":"number_of_captures","children":[],"data":{"tip":"<p><b>Catalyst::Action::number_of_captures</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.26e-05,"subname":"Catalyst::Action::number_of_captures","$color":5,"excl_time":9.60000000046884e-06,"$area":9.60000000046884e-06},"id":"710-Catalyst::Action::number_of_captures"},{"name":"execute","children":[],"data":{"tip":"<p><b>Catalyst::Action::execute</b></p><p><br />Called 9 times from 2 places in 2 files<br />Inclusive time: 16.9ms, 0.03%<br />Exclusive time: 75&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 31.1ms</p>","incl_time":0.016872,"subname":"Catalyst::Action::execute","$color":5,"excl_time":7.53999999912674e-05,"$area":7.53999999912674e-05},"id":"711-Catalyst::Action::execute"},{"name":"class","children":[],"data":{"tip":"<p><b>Catalyst::Action::class</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.74e-05,"subname":"Catalyst::Action::class","$color":5,"excl_time":1.74e-05,"$area":1.74e-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: 74&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.36e-05,"subname":"Catalyst::Action::BEGIN@23","$color":5,"excl_time":1.55999999998865e-05,"$area":1.55999999998865e-05},"id":"713-Catalyst::Action::BEGIN@23"},{"name":"attributes","children":[],"data":{"tip":"<p><b>Catalyst::Action::attributes</b></p><p><br />Called 182 times from 19 places in 5 files<br />Inclusive time: 266&micro;s, 0.00%</p>","incl_time":0.0002664,"subname":"Catalyst::Action::attributes","$color":5,"excl_time":0.0002664,"$area":0.0002664},"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 24 times from 9 places in 4 files<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"Catalyst::Action::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Action.pm:44]","$color":5,"excl_time":4.26e-05,"$area":4.26e-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 5 places in 3 files<br />Inclusive time: 99&micro;s, 0.00%</p>","incl_time":9.86e-05,"subname":"Catalyst::Action::namespace","$color":5,"excl_time":9.86e-05,"$area":9.86e-05},"id":"716-Catalyst::Action::namespace"},{"name":"dispatch","children":[],"data":{"tip":"<p><b>Catalyst::Action::dispatch</b></p><p><br />Called 9 times from 4 places in 3 files<br />Inclusive time: 17.0ms, 0.03%<br />Exclusive time: 69&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 32.3ms</p>","incl_time":0.0170065,"subname":"Catalyst::Action::dispatch","$color":5,"excl_time":6.91999999944996e-05,"$area":6.91999999944996e-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: 27&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Catalyst::Action::BEGIN@56","$color":5,"excl_time":9.99999999996099e-06,"$area":9.99999999996099e-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: 8.84ms, 0.01%<br />Exclusive time: 953&micro;s, 0.00%</p>","incl_time":0.0088422,"subname":"Catalyst::Action::new","$color":5,"excl_time":0.000953400000003634,"$area":0.000953400000003634},"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: 61&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"Catalyst::Action::BEGIN@41","$color":5,"excl_time":1.86999999998326e-05,"$area":1.86999999998326e-05},"id":"720-Catalyst::Action::BEGIN@41"}],"data":{"$area":0.00216709999999211},"id":"n692"},{"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":7.4e-06,"subname":"Catalyst::Request::query_keywords","$color":7,"excl_time":7.4e-06,"$area":7.4e-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: 948&micro;s, 0.00%<br />Exclusive time: 915&micro;s, 0.00%</p>","incl_time":0.0009478,"subname":"Catalyst::Request::BEGIN@8","$color":7,"excl_time":0.000914900000000109,"$area":0.000914900000000109},"id":"723-Catalyst::Request::BEGIN@8"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::Request::match</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.3e-06,"subname":"Catalyst::Request::match","$color":7,"excl_time":6.3e-06,"$area":6.3e-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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Catalyst::Request::uploads","$color":7,"excl_time":7.9e-06,"$area":7.9e-06},"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":9.5e-06,"subname":"Catalyst::Request::_has_body","$color":7,"excl_time":9.5e-06,"$area":9.5e-06},"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.42e-05,"subname":"Catalyst::Request::_path","$color":7,"excl_time":1.42e-05,"$area":1.42e-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: 33&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Catalyst::Request::meta","$color":7,"excl_time":1.54999999999495e-05,"$area":1.54999999999495e-05},"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: 15&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Catalyst::Request::_body","$color":7,"excl_time":1.45e-05,"$area":1.45e-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: 56&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.57e-05,"subname":"Catalyst::Request::BEGIN@4","$color":7,"excl_time":1.16000000000086e-05,"$area":1.16000000000086e-05},"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.5e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:44]","$color":7,"excl_time":5.5e-06,"$area":5.5e-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: 236&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0002362,"subname":"Catalyst::Request::parameters","$color":7,"excl_time":2.95999999970567e-05,"$area":2.95999999970567e-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: 16&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Catalyst::Request::base","$color":7,"excl_time":1.57e-05,"$area":1.57e-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: 101&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001008,"subname":"Catalyst::Request::_read_length","$color":7,"excl_time":2.35999999984462e-05,"$area":2.35999999984462e-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: 118&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001175,"subname":"Catalyst::Request::prepare_cookies","$color":7,"excl_time":1.26000000024791e-05,"$area":1.26000000024791e-05},"id":"735-Catalyst::Request::prepare_cookies"},{"name":"args","children":[],"data":{"tip":"<p><b>Catalyst::Request::args</b></p><p><br />Called 19 times from 6 places in 5 files<br />Inclusive time: 86&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":8.55e-05,"subname":"Catalyst::Request::args","$color":7,"excl_time":5.74000000002467e-05,"$area":5.74000000002467e-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: 45&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.48e-05,"subname":"Catalyst::Request::body_parameters","$color":7,"excl_time":2.7799999998512e-05,"$area":2.7799999998512e-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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Catalyst::Request::uri","$color":7,"excl_time":1.15e-05,"$area":1.15e-05},"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: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Catalyst::Request::DESTROY","$color":7,"excl_time":8.49999999775655e-06,"$area":8.49999999775655e-06},"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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Catalyst::Request::hostname","$color":7,"excl_time":1.06e-05,"$area":1.06e-05},"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: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Catalyst::Request::remote_user","$color":7,"excl_time":9.2e-06,"$area":9.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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Catalyst::Request::CORE:regcomp","$color":7,"excl_time":1.02e-05,"$area":1.02e-05},"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Catalyst::Request::query_parameters","$color":7,"excl_time":5.5e-06,"$area":5.5e-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: 35&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"Catalyst::Request::prepare_body_parameters","$color":7,"excl_time":2.53999999988358e-05,"$area":2.53999999988358e-05},"id":"744-Catalyst::Request::prepare_body_parameters"},{"name":"method","children":[],"data":{"tip":"<p><b>Catalyst::Request::method</b></p><p><br />Called 5 times from 4 places in 4 files<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Catalyst::Request::method","$color":7,"excl_time":1.47e-05,"$area":1.47e-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: 228&micro;s, 0.00%</p>","incl_time":0.0002277,"subname":"Catalyst::Request::BEGIN@7","$color":7,"excl_time":0.0002277,"$area":0.0002277},"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: 6.48ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.006477,"subname":"Catalyst::Request::BEGIN@11","$color":7,"excl_time":1.75999999999961e-05,"$area":1.75999999999961e-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: 30&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"Catalyst::Request::prepare_body","$color":7,"excl_time":1.71000000055219e-05,"$area":1.71000000055219e-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":7.2e-06,"subname":"Catalyst::Request::protocol","$color":7,"excl_time":7.2e-06,"$area":7.2e-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: 150&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0001498,"subname":"Catalyst::Request::cookies","$color":7,"excl_time":2.99000000012706e-05,"$area":2.99000000012706e-05},"id":"750-Catalyst::Request::cookies"},{"name":"user_agent","children":[],"data":{"tip":"<p><b>Catalyst::Request::user_agent</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"Catalyst::Request::user_agent","$color":7,"excl_time":1.75999999966887e-05,"$area":1.75999999966887e-05},"id":"751-Catalyst::Request::user_agent"},{"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: 39.2ms, 0.06%<br />Exclusive time: 27.6ms, 0.04%</p>","incl_time":0.039222,"subname":"Catalyst::Request::BEGIN@3","$color":7,"excl_time":0.0275653999999995,"$area":0.0275653999999995},"id":"752-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: 128&micro;s, 0.00%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":0.0001277,"subname":"Catalyst::Request::prepare_connection","$color":7,"excl_time":7.24000000047936e-05,"$area":7.24000000047936e-05},"id":"753-Catalyst::Request::prepare_connection"},{"name":"captures","children":[],"data":{"tip":"<p><b>Catalyst::Request::captures</b></p><p><br />Called 6 times from 4 places in 4 files<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Catalyst::Request::captures","$color":7,"excl_time":1.23e-05,"$area":1.23e-05},"id":"754-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: 202&micro;s, 0.00%<br />Exclusive time: 136&micro;s, 0.00%</p>","incl_time":0.0002019,"subname":"Catalyst::Request::new","$color":7,"excl_time":0.00013560000000148,"$area":0.00013560000000148},"id":"755-Catalyst::Request::new"},{"name":"header","children":[],"data":{"tip":"<p><b>Catalyst::Request::header</b></p><p><br />Called 5 times from 3 places in 2 files<br />Inclusive time: 237&micro;s, 0.00%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.0002366,"subname":"Catalyst::Request::header","$color":7,"excl_time":7.74999999908175e-05,"$area":7.74999999908175e-05},"id":"756-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: 29&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Catalyst::Request::CORE:match","$color":7,"excl_time":2.87e-05,"$area":2.87e-05},"id":"757-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.4e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:60]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"758-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: 80&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":8e-05,"subname":"Catalyst::Request::prepare_parameters","$color":7,"excl_time":2.97000000063807e-05,"$area":2.97000000063807e-05},"id":"759-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.9e-06,"subname":"Catalyst::Request::_has_path","$color":7,"excl_time":9.9e-06,"$area":9.9e-06},"id":"760-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: 5.52ms, 0.01%<br />Exclusive time: 5.13ms, 0.01%</p>","incl_time":0.0055184,"subname":"Catalyst::Request::BEGIN@6","$color":7,"excl_time":0.00512810000000016,"$area":0.00512810000000016},"id":"761-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: 160&micro;s, 0.00%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":0.0001605,"subname":"Catalyst::Request::path","$color":7,"excl_time":8.57000000007357e-05,"$area":8.57000000007357e-05},"id":"762-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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:62]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"763-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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Catalyst::Request::secure","$color":7,"excl_time":9.4e-06,"$area":9.4e-06},"id":"764-Catalyst::Request::secure"},{"name":"arguments","children":[],"data":{"tip":"<p><b>Catalyst::Request::arguments</b></p><p><br />Called 27 times from 3 places in 3 files<br />Inclusive time: 42&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"Catalyst::Request::arguments","$color":7,"excl_time":4.17e-05,"$area":4.17e-05},"id":"765-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: 77&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":7.72e-05,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:39]","$color":7,"excl_time":1.23999999985807e-05,"$area":1.23999999985807e-05},"id":"766-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: 274&micro;s, 0.00%<br />Exclusive time: 145&micro;s, 0.00%</p>","incl_time":0.000274,"subname":"Catalyst::Request::prepare_headers","$color":7,"excl_time":0.000144699999999779,"$area":0.000144699999999779},"id":"767-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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Catalyst::Request::address","$color":7,"excl_time":9.4e-06,"$area":9.4e-06},"id":"768-Catalyst::Request::address"},{"name":"action","children":[],"data":{"tip":"<p><b>Catalyst::Request::action</b></p><p><br />Called 3 times from 3 places in 3 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Catalyst::Request::action","$color":7,"excl_time":8.7e-06,"$area":8.7e-06},"id":"769-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: 388&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0003877,"subname":"Catalyst::Request::BEGIN@13","$color":7,"excl_time":1.44999999999265e-05,"$area":1.44999999999265e-05},"id":"770-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: 21&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Catalyst::Request::BEGIN@9","$color":7,"excl_time":2.11e-05,"$area":2.11e-05},"id":"771-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.43e-05,"subname":"Catalyst::Request::env","$color":7,"excl_time":1.43e-05,"$area":1.43e-05},"id":"772-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: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Catalyst::Request::CORE:subst","$color":7,"excl_time":1e-05,"$area":1e-05},"id":"773-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Catalyst::Request::_set_env","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"774-Catalyst::Request::_set_env"},{"name":"headers","children":[],"data":{"tip":"<p><b>Catalyst::Request::headers</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 340&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0003395,"subname":"Catalyst::Request::headers","$color":7,"excl_time":5.7899999999896e-05,"$area":5.7899999999896e-05},"id":"775-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: 299&micro;s, 0.00%<br />Exclusive time: 295&micro;s, 0.00%</p>","incl_time":0.0002993,"subname":"Catalyst::Request::BEGIN@5","$color":7,"excl_time":0.000294999999999932,"$area":0.000294999999999932},"id":"776-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Catalyst::Request::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Request.pm:138]","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"777-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: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Catalyst::Request::BUILD","$color":7,"excl_time":1.13000000006217e-05,"$area":1.13000000006217e-05},"id":"778-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Catalyst::Request::Upload::BEGIN@8","$color":9,"excl_time":6.9e-06,"$area":6.9e-06},"id":"780-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: 120&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001198,"subname":"Catalyst::Request::Upload::BEGIN@46","$color":9,"excl_time":1.16999999999446e-05,"$area":1.16999999999446e-05},"id":"781-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: 32&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"Catalyst::Request::Upload::meta","$color":9,"excl_time":1.31000000001255e-05,"$area":1.31000000001255e-05},"id":"782-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: 342&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003417,"subname":"Catalyst::Request::Upload::BEGIN@10","$color":9,"excl_time":1.14000000001054e-05,"$area":1.14000000001054e-05},"id":"783-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.66ms, 0.00%<br />Exclusive time: 2.55ms, 0.00%</p>","incl_time":0.0026568,"subname":"Catalyst::Request::Upload::BEGIN@7","$color":9,"excl_time":0.00255000000000004,"$area":0.00255000000000004},"id":"784-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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Catalyst::Request::Upload::BEGIN@6","$color":9,"excl_time":8.7e-06,"$area":8.7e-06},"id":"785-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: 4.98ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0049775,"subname":"Catalyst::Request::Upload::BEGIN@3","$color":9,"excl_time":1.93000000000875e-05,"$area":1.93000000000875e-05},"id":"786-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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Catalyst::Request::Upload::BEGIN@9","$color":9,"excl_time":1.15e-05,"$area":1.15e-05},"id":"787-Catalyst::Request::Upload::BEGIN@9"}],"data":{"$area":0.0026326000000003},"id":"n779"}],"data":{"$area":0.0380343999999998},"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: 13&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Catalyst::Stats::BEGIN@8","$color":0,"excl_time":1.33000000001875e-05,"$area":1.33000000001875e-05},"id":"789-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Catalyst::Stats::meta","$color":0,"excl_time":7.5000000004706e-06,"$area":7.5000000004706e-06},"id":"790-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.48ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0044846,"subname":"Catalyst::Stats::BEGIN@3","$color":0,"excl_time":2.6300000000418e-05,"$area":2.6300000000418e-05},"id":"791-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Catalyst::Stats::DESTROY","$color":0,"excl_time":1.05000000001875e-05,"$area":1.05000000001875e-05},"id":"792-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.37ms, 0.00%<br />Exclusive time: 777&micro;s, 0.00%</p>","incl_time":0.0013691,"subname":"Catalyst::Stats::BEGIN@4","$color":0,"excl_time":0.000776600000000226,"$area":0.000776600000000226},"id":"793-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: 317&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003173,"subname":"Catalyst::Stats::BEGIN@10","$color":0,"excl_time":9.29999999958097e-06,"$area":9.29999999958097e-06},"id":"794-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: 202&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0002018,"subname":"Catalyst::Stats::new","$color":0,"excl_time":6.04000000022622e-05,"$area":6.04000000022622e-05},"id":"795-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: 10&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Catalyst::Stats::BEGIN@6","$color":0,"excl_time":1.04000000001415e-05,"$area":1.04000000001415e-05},"id":"796-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":5.2e-06,"subname":"Catalyst::Stats::BEGIN@5","$color":0,"excl_time":5.2e-06,"$area":5.2e-06},"id":"797-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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Catalyst::Stats::enable","$color":0,"excl_time":8e-06,"$area":8e-06},"id":"798-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: 19&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Catalyst::Stats::BEGIN@7","$color":0,"excl_time":1.13000000002839e-05,"$area":1.13000000002839e-05},"id":"799-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: 135&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0001352,"subname":"Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:16]","$color":0,"excl_time":2.88000000027136e-05,"$area":2.88000000027136e-05},"id":"800-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:12]","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"801-Catalyst::Stats::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Stats.pm:12]"}],"data":{"$area":0.000972700000006472},"id":"n788"},{"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: 31.3ms, 0.05%<br />Exclusive time: 938&micro;s, 0.00%</p>","incl_time":0.0312544,"subname":"Catalyst::Dispatcher::BEGIN@9","$color":2,"excl_time":0.000938200000001208,"$area":0.000938200000001208},"id":"803-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":1.8e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:36]","$color":2,"excl_time":1.8e-06,"$area":1.8e-06},"id":"804-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: 16&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Catalyst::Dispatcher::BUILD","$color":2,"excl_time":5.7999999998646e-06,"$area":5.7999999998646e-06},"id":"805-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: 82&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":8.23e-05,"subname":"Catalyst::Dispatcher::meta","$color":2,"excl_time":3.53999999999281e-05,"$area":3.53999999999281e-05},"id":"806-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: 111&micro;s, 0.00%<br />Exclusive time: 78&micro;s, 0.00%</p>","incl_time":0.0001114,"subname":"Catalyst::Dispatcher::_action_rel2abs","$color":2,"excl_time":7.81000000087569e-05,"$area":7.81000000087569e-05},"id":"807-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":2,"excl_time":1.05000000003751e-05,"$area":1.05000000003751e-05},"id":"808-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: 17.1ms, 0.03%<br />Exclusive time: 29&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 17.9ms</p>","incl_time":0.0171324,"subname":"Catalyst::Dispatcher::forward","$color":2,"excl_time":2.939999999877e-05,"$area":2.939999999877e-05},"id":"809-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: 119&micro;s, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0001185,"subname":"Catalyst::Dispatcher::_action_hash","$color":2,"excl_time":0.00011649999999972,"$area":0.00011649999999972},"id":"810-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: 17.2ms, 0.03%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0171749,"subname":"Catalyst::Dispatcher::dispatch","$color":2,"excl_time":2.01000000069687e-05,"$area":2.01000000069687e-05},"id":"811-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.2ms, 0.03%<br />Exclusive time: 388&micro;s, 0.00%</p>","incl_time":0.0172282,"subname":"Catalyst::Dispatcher::BEGIN@11","$color":2,"excl_time":0.000387600000000793,"$area":0.000387600000000793},"id":"812-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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:41]","$color":2,"excl_time":9.1e-06,"$area":9.1e-06},"id":"813-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: 39.3ms, 0.06%<br />Exclusive time: 160&micro;s, 0.00%</p>","incl_time":0.0393453,"subname":"Catalyst::Dispatcher::_load_dispatch_types","$color":2,"excl_time":0.00015979999999791,"$area":0.00015979999999791},"id":"814-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: 180&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001803,"subname":"Catalyst::Dispatcher::preload_dispatch_types","$color":2,"excl_time":6.20000000026722e-06,"$area":6.20000000026722e-06},"id":"815-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.49ms, 0.00%<br />Exclusive time: 670&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 59&micro;s</p>","incl_time":0.0014895,"subname":"Catalyst::Dispatcher::_find_or_create_namespace_node","$color":2,"excl_time":0.000670299999985446,"$area":0.000670299999985446},"id":"816-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: 232&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0002322,"subname":"Catalyst::Dispatcher::new","$color":2,"excl_time":2.47999999992541e-05,"$area":2.47999999992541e-05},"id":"817-Catalyst::Dispatcher::new"},{"name":"_container_hash","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::_container_hash</b></p><p><br />Called 51 times from 3 places in 1 file<br />Inclusive time: 111&micro;s, 0.00%<br />Exclusive time: 109&micro;s, 0.00%</p>","incl_time":0.0001112,"subname":"Catalyst::Dispatcher::_container_hash","$color":2,"excl_time":0.000109400000000281,"$area":0.000109400000000281},"id":"818-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: 190&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0001904,"subname":"Catalyst::Dispatcher::_build__tree","$color":2,"excl_time":2.52999999997488e-05,"$area":2.52999999997488e-05},"id":"819-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: 294&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002939,"subname":"Catalyst::Dispatcher::BEGIN@18","$color":2,"excl_time":9.99999999966338e-06,"$area":9.99999999966338e-06},"id":"820-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: 848&micro;s, 0.00%<br />Exclusive time: 128&micro;s, 0.00%</p>","incl_time":0.0008476,"subname":"Catalyst::Dispatcher::_command2action","$color":2,"excl_time":0.000127600000005941,"$area":0.000127600000005941},"id":"821-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: 17.1ms, 0.03%<br />Exclusive time: 134&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 17.9ms</p>","incl_time":0.0171279,"subname":"Catalyst::Dispatcher::_do_forward","$color":2,"excl_time":0.000133699999990908,"$area":0.000133699999990908},"id":"822-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Catalyst::Dispatcher::BEGIN@256","$color":2,"excl_time":8.60000000000438e-06,"$area":8.60000000000438e-06},"id":"823-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.63e-05,"subname":"Catalyst::Dispatcher::BEGIN@14","$color":2,"excl_time":1.51999999995798e-05,"$area":1.51999999995798e-05},"id":"824-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: 85&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":8.45e-05,"subname":"Catalyst::Dispatcher::get_action","$color":2,"excl_time":6.43999999987004e-05,"$area":6.43999999987004e-05},"id":"825-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: 67&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":6.7e-05,"subname":"Catalyst::Dispatcher::get_containers","$color":2,"excl_time":4.82999999946328e-05,"$area":4.82999999946328e-05},"id":"826-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":2e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:35]","$color":2,"excl_time":2e-06,"$area":2e-06},"id":"827-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: 384&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0003845,"subname":"Catalyst::Dispatcher::postload_dispatch_types","$color":2,"excl_time":1.63999999997956e-05,"$area":1.63999999997956e-05},"id":"828-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: 14.0ms, 0.02%<br />Exclusive time: 473&micro;s, 0.00%</p>","incl_time":0.0139959,"subname":"Catalyst::Dispatcher::BEGIN@10","$color":2,"excl_time":0.000473400000000339,"$area":0.000473400000000339},"id":"829-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: 401&micro;s, 0.00%<br />Exclusive time: 94&micro;s, 0.00%</p>","incl_time":0.000401,"subname":"Catalyst::Dispatcher::_invoke_as_path","$color":2,"excl_time":9.39000000065457e-05,"$area":9.39000000065457e-05},"id":"830-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.02ms, 0.00%<br />Exclusive time: 406&micro;s, 0.00%</p>","incl_time":0.0020169,"subname":"Catalyst::Dispatcher::_find_or_create_action_container","$color":2,"excl_time":0.000406499999994104,"$area":0.000406499999994104},"id":"831-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: 42.5ms, 0.06%<br />Exclusive time: 2.36ms, 0.00%</p>","incl_time":0.0425471,"subname":"Catalyst::Dispatcher::register","$color":2,"excl_time":0.00236100000000033,"$area":0.00236100000000033},"id":"832-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: 131ms, 0.20%<br />Exclusive time: 139&micro;s, 0.00%</p>","incl_time":0.1314417,"subname":"Catalyst::Dispatcher::setup_actions","$color":2,"excl_time":0.000138700000000047,"$area":0.000138700000000047},"id":"833-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: 283&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0002831,"subname":"Catalyst::Dispatcher::_invoke_as_component","$color":2,"excl_time":4.45000000041301e-05,"$area":4.45000000041301e-05},"id":"834-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: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:32]","$color":2,"excl_time":2.3e-06,"$area":2.3e-06},"id":"835-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: 179&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0001786,"subname":"Catalyst::Dispatcher::get_actions","$color":2,"excl_time":5.5300000001506e-05,"$area":5.5300000001506e-05},"id":"836-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: 67&micro;s, 0.00%</p>","incl_time":6.73e-05,"subname":"Catalyst::Dispatcher::_tree","$color":2,"excl_time":6.73e-05,"$area":6.73e-05},"id":"837-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.45e-05,"subname":"Catalyst::Dispatcher::BEGIN@236","$color":2,"excl_time":9.89999999991323e-06,"$area":9.89999999991323e-06},"id":"838-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: 15&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Catalyst::Dispatcher::BEGIN@7","$color":2,"excl_time":1.36999999999071e-05,"$area":1.36999999999071e-05},"id":"839-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.1e-06,"subname":"Catalyst::Dispatcher::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Dispatcher.pm:33]","$color":2,"excl_time":2.1e-06,"$area":2.1e-06},"id":"840-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Catalyst::Dispatcher::BEGIN@13","$color":2,"excl_time":1.09999999995798e-05,"$area":1.09999999995798e-05},"id":"841-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.50ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0044982,"subname":"Catalyst::Dispatcher::BEGIN@3","$color":2,"excl_time":2.03999999999127e-05,"$area":2.03999999999127e-05},"id":"842-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: 792&micro;s, 0.00%<br />Exclusive time: 626&micro;s, 0.00%</p>","incl_time":0.000792,"subname":"Catalyst::Dispatcher::BEGIN@16","$color":2,"excl_time":0.000625900000000497,"$area":0.000625900000000497},"id":"843-Catalyst::Dispatcher::BEGIN@16"},{"name":"dispatch_types","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::dispatch_types</b></p><p><br />Called 52 times from 4 places in 1 file<br />Inclusive time: 135&micro;s, 0.00%<br />Exclusive time: 132&micro;s, 0.00%</p>","incl_time":0.0001347,"subname":"Catalyst::Dispatcher::dispatch_types","$color":2,"excl_time":0.000132399999999767,"$area":0.000132399999999767},"id":"844-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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Catalyst::Dispatcher::_method_action_class","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"845-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: 66&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.55e-05,"subname":"Catalyst::Dispatcher::_find_component","$color":2,"excl_time":1.28000000023149e-05,"$area":1.28000000023149e-05},"id":"846-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: 9&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Catalyst::Dispatcher::BEGIN@8","$color":2,"excl_time":9.30000000018754e-06,"$area":9.30000000018754e-06},"id":"847-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: 986&micro;s, 0.00%<br />Exclusive time: 122&micro;s, 0.00%</p>","incl_time":0.0009857,"subname":"Catalyst::Dispatcher::prepare_action","$color":2,"excl_time":0.000121500000003016,"$area":0.000121500000003016},"id":"848-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.2ms, 0.02%<br />Exclusive time: 511&micro;s, 0.00%</p>","incl_time":0.0121782,"subname":"Catalyst::Dispatcher::BEGIN@12","$color":2,"excl_time":0.000510599999999112,"$area":0.000510599999999112},"id":"849-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: 42&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"Catalyst::Dispatcher::CORE:match","$color":2,"excl_time":4.22e-05,"$area":4.22e-05},"id":"850-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.86ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0018577,"subname":"Catalyst::Dispatcher::BEGIN@692","$color":2,"excl_time":1.17999999998222e-05,"$area":1.17999999998222e-05},"id":"851-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: 110&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0001096,"subname":"Catalyst::Dispatcher::_registered_dispatch_types","$color":2,"excl_time":0.000107500000000328,"$area":0.000107500000000328},"id":"852-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Catalyst::Dispatcher::BEGIN@4","$color":2,"excl_time":1.65999999995807e-05,"$area":1.65999999995807e-05},"id":"853-Catalyst::Dispatcher::BEGIN@4"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Catalyst::Dispatcher::CORE:subst</b></p><p><br />Called 12 times from 4 places in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Catalyst::Dispatcher::CORE:subst","$color":2,"excl_time":1.03e-05,"$area":1.03e-05},"id":"854-Catalyst::Dispatcher::CORE:subst"}],"data":{"$area":0.00835949999999945},"id":"n802"},{"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: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Catalyst::Log::BEGIN@7","$color":4,"excl_time":1e-05,"$area":1e-05},"id":"856-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":4,"excl_time":5.7e-06,"$area":5.7e-06},"id":"857-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: 7.28ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0072844,"subname":"Catalyst::Log::BEGIN@3","$color":4,"excl_time":2.37999999999393e-05,"$area":2.37999999999393e-05},"id":"858-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: 60&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Catalyst::Log::meta","$color":4,"excl_time":2.27000000000874e-05,"$area":2.27000000000874e-05},"id":"859-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: 668&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0006683,"subname":"Catalyst::Log::new","$color":4,"excl_time":4.99999999974458e-06,"$area":4.99999999974458e-06},"id":"860-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: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Catalyst::Log::abort","$color":4,"excl_time":9.2e-06,"$area":9.2e-06},"id":"861-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: 118&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001184,"subname":"Catalyst::Log::BEGIN@8","$color":4,"excl_time":1.47999999999075e-05,"$area":1.47999999999075e-05},"id":"862-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: 46&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":4.59e-05,"subname":"Catalyst::Log::_flush","$color":4,"excl_time":2.86000000003352e-05,"$area":2.86000000003352e-05},"id":"863-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: 22&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Catalyst::Log::BUILD","$color":4,"excl_time":5.40000000000788e-06,"$area":5.40000000000788e-06},"id":"864-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: 10&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"Catalyst::Log::levels","$color":4,"excl_time":1.03000000001963e-05,"$area":1.03000000001963e-05},"id":"865-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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Catalyst::Log::_body","$color":4,"excl_time":8.1e-06,"$area":8.1e-06},"id":"866-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: 7.24ms, 0.01%<br />Exclusive time: 6.22ms, 0.01%</p>","incl_time":0.0072371,"subname":"Catalyst::Log::BEGIN@6","$color":4,"excl_time":0.00621969999999994,"$area":0.00621969999999994},"id":"867-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: 201&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0002013,"subname":"Catalyst::Log::BEGIN@131","$color":4,"excl_time":1.84000000000142e-05,"$area":1.84000000000142e-05},"id":"868-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.7e-05,"subname":"Catalyst::Log::enable","$color":4,"excl_time":1.44999999992065e-05,"$area":1.44999999992065e-05},"id":"869-Catalyst::Log::enable"}],"data":{"$area":0.00639619999999938},"id":"n855"},{"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: 59&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"Catalyst::Engine::prepare_body","$color":6,"excl_time":1.82000000007199e-05,"$area":1.82000000007199e-05},"id":"871-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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:684]","$color":6,"excl_time":5e-06,"$area":5e-06},"id":"872-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: 10&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"Catalyst::Engine::BEGIN@8","$color":6,"excl_time":9.59999999977608e-06,"$area":9.59999999977608e-06},"id":"873-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: 58&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.76e-05,"subname":"Catalyst::Engine::write","$color":6,"excl_time":9.8000000027333e-06,"$area":9.8000000027333e-06},"id":"874-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":6,"excl_time":1.01e-05,"$area":1.01e-05},"id":"875-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.52ms, 0.01%<br />Exclusive time: 4.24ms, 0.01%</p>","incl_time":0.0055177,"subname":"Catalyst::Engine::BEGIN@10","$color":6,"excl_time":0.00424460000000119,"$area":0.00424460000000119},"id":"876-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: 149&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001492,"subname":"Catalyst::Engine::prepare_connection","$color":6,"excl_time":1.74999999983778e-05,"$area":1.74999999983778e-05},"id":"877-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Catalyst::Engine::_set_env","$color":6,"excl_time":5.1e-06,"$area":5.1e-06},"id":"878-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: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Catalyst::Engine::BEGIN@13","$color":6,"excl_time":1.23999999995798e-05,"$area":1.23999999995798e-05},"id":"879-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Catalyst::Engine::finalize_uploads","$color":6,"excl_time":1.11999999983192e-05,"$area":1.11999999983192e-05},"id":"880-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: 22&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Catalyst::Engine::BEGIN@11","$color":6,"excl_time":2.10999999995798e-05,"$area":2.10999999995798e-05},"id":"881-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: 20&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Catalyst::Engine::BUILD","$color":6,"excl_time":5.2999999996328e-06,"$area":5.2999999996328e-06},"id":"882-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.37ms, 0.01%<br />Exclusive time: 3.64ms, 0.01%</p>","incl_time":0.0043682,"subname":"Catalyst::Engine::BEGIN@9","$color":6,"excl_time":0.00363569999998599,"$area":0.00363569999998599},"id":"883-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: 552&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.000552,"subname":"Catalyst::Engine::BEGIN@18","$color":6,"excl_time":1.09999999998753e-05,"$area":1.09999999998753e-05},"id":"884-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.64ms, 0.01%<br />Exclusive time: 1.15ms, 0.00%</p>","incl_time":0.0036416,"subname":"Catalyst::Engine::BEGIN@6","$color":6,"excl_time":0.00115069999999937,"$area":0.00115069999999937},"id":"885-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: 37&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"Catalyst::Engine::prepare_body_parameters","$color":6,"excl_time":1.4299999998795e-05,"$area":1.4299999998795e-05},"id":"886-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: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Catalyst::Engine::BEGIN@14","$color":6,"excl_time":1.14999999995798e-05,"$area":1.14999999995798e-05},"id":"887-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: 26&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"Catalyst::Engine::prepare_uploads","$color":6,"excl_time":1.99999999997691e-05,"$area":1.99999999997691e-05},"id":"888-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":6.4e-06,"subname":"Catalyst::Engine::CORE:match","$color":6,"excl_time":6.4e-06,"$area":6.4e-06},"id":"889-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: 116&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001156,"subname":"Catalyst::Engine::prepare_read","$color":6,"excl_time":1.71000000053277e-05,"$area":1.71000000053277e-05},"id":"890-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: 148&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001483,"subname":"Catalyst::Engine::prepare_parameters","$color":6,"excl_time":1.33999999956213e-05,"$area":1.33999999956213e-05},"id":"891-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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Catalyst::Engine::BEGIN@64","$color":6,"excl_time":1.07999999998672e-05,"$area":1.07999999998672e-05},"id":"892-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: 17&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Catalyst::Engine::CORE:regcomp","$color":6,"excl_time":1.7e-05,"$area":1.7e-05},"id":"893-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.30ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0042975,"subname":"Catalyst::Engine::BEGIN@3","$color":6,"excl_time":1.91999999998209e-05,"$area":1.91999999998209e-05},"id":"894-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: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Catalyst::Engine::finalize_cookies","$color":6,"excl_time":1.32999999983192e-05,"$area":1.32999999983192e-05},"id":"895-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.9e-06,"subname":"Catalyst::Engine::BEGIN@15","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"896-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: 79&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":7.92e-05,"subname":"Catalyst::Engine::prepare_query_parameters","$color":6,"excl_time":4.6000000007261e-05,"$area":4.6000000007261e-05},"id":"897-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: 41&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"Catalyst::Engine::BEGIN@16","$color":6,"excl_time":3.47999999997222e-05,"$area":3.47999999997222e-05},"id":"898-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: 245&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0002449,"subname":"Catalyst::Engine::finalize_body","$color":6,"excl_time":3.35999999963109e-05,"$area":3.35999999963109e-05},"id":"899-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: 768&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0007678,"subname":"Catalyst::Engine::prepare_request","$color":6,"excl_time":5.97000000073382e-05,"$area":5.97000000073382e-05},"id":"900-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.08e-05,"subname":"Catalyst::Engine::BEGIN@7","$color":6,"excl_time":1.0799999999738e-05,"$area":1.0799999999738e-05},"id":"901-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: 170&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001705,"subname":"Catalyst::Engine::finalize_headers","$color":6,"excl_time":9.40000000030795e-06,"$area":9.40000000030795e-06},"id":"902-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.17e-05,"subname":"Catalyst::Engine::BEGIN@12","$color":6,"excl_time":1.05000000001875e-05,"$area":1.05000000001875e-05},"id":"903-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":5.6e-06,"subname":"Catalyst::Engine::build_psgi_app","$color":6,"excl_time":5.6e-06,"$area":5.6e-06},"id":"904-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: 589&micro;s, 0.00%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0005886,"subname":"Catalyst::Engine::prepare_path","$color":6,"excl_time":0.000132799999998106,"$area":0.000132799999998106},"id":"905-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: 23.1ms, 0.04%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0231042,"subname":"Catalyst::Engine::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Engine.pm:683]","$color":6,"excl_time":1.23999999968975e-05,"$area":1.23999999968975e-05},"id":"906-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: 15&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Catalyst::Engine::unescape_uri","$color":6,"excl_time":1.35999999981776e-05,"$area":1.35999999981776e-05},"id":"907-Catalyst::Engine::unescape_uri"}],"data":{"$area":0.00968339999998629},"id":"n870"},{"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: 3.24ms, 0.00%<br />Exclusive time: 628&micro;s, 0.00%</p>","incl_time":0.003238,"subname":"Catalyst::ClassData::mk_classdata","$color":8,"excl_time":0.000628499999999624,"$area":0.000628499999999624},"id":"909-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: 42&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Catalyst::ClassData::BEGIN@27","$color":8,"excl_time":1.45000000000476e-05,"$area":1.45000000000476e-05},"id":"910-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":5.8e-06,"subname":"Catalyst::ClassData::BEGIN@6","$color":8,"excl_time":5.8e-06,"$area":5.8e-06},"id":"911-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: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Catalyst::ClassData::BEGIN@5","$color":8,"excl_time":8.9e-06,"$area":8.9e-06},"id":"912-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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Catalyst::ClassData::BEGIN@4","$color":8,"excl_time":9.4e-06,"$area":9.4e-06},"id":"913-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: 3.51ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0035064,"subname":"Catalyst::ClassData::BEGIN@3","$color":8,"excl_time":2.59000000000027e-05,"$area":2.59000000000027e-05},"id":"914-Catalyst::ClassData::BEGIN@3"}],"data":{"$area":0.000692999999999675},"id":"n908"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"Catalyst::Runtime::BEGIN@4","$color":10,"excl_time":1.36000000000061e-05,"$area":1.36000000000061e-05},"id":"916-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: 27&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Catalyst::Runtime::BEGIN@6","$color":10,"excl_time":2.66e-05,"$area":2.66e-05},"id":"917-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: 55&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"Catalyst::Runtime::BEGIN@3","$color":10,"excl_time":4.83000000000208e-05,"$area":4.83000000000208e-05},"id":"918-Catalyst::Runtime::BEGIN@3"}],"data":{"$area":8.85000000000269e-05},"id":"n915"},{"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: 771ms, 1.18%<br />Exclusive time: 109&micro;s, 0.00%</p>","incl_time":0.7706688,"subname":"Catalyst::Component::COMPONENT","$color":1,"excl_time":0.000108999999998216,"$area":0.000108999999998216},"id":"920-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: 45&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"Catalyst::Component::BEGIN@10","$color":1,"excl_time":1.60000000000016e-05,"$area":1.60000000000016e-05},"id":"921-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.1ms, 0.02%<br />Exclusive time: 2.07ms, 0.00%</p>","incl_time":0.0151238,"subname":"Catalyst::Component::config","$color":1,"excl_time":0.00206889999998692,"$area":0.00206889999998692},"id":"922-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: 653&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0006532,"subname":"Catalyst::Component::expand_modules","$color":1,"excl_time":4.7399999998456e-05,"$area":4.7399999998456e-05},"id":"923-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: 5.41ms, 0.01%<br />Exclusive time: 1.30ms, 0.00%</p>","incl_time":0.0054089,"subname":"Catalyst::Component::BEGIN@7","$color":1,"excl_time":0.00130259999999988,"$area":0.00130259999999988},"id":"924-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: 82&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.21e-05,"subname":"Catalyst::Component::BEGIN@11","$color":1,"excl_time":1.49999999999024e-05,"$area":1.49999999999024e-05},"id":"925-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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Catalyst::Component::BEGIN@6","$color":1,"excl_time":7.6e-06,"$area":7.6e-06},"id":"926-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: 45&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"Catalyst::Component::BEGIN@1","$color":1,"excl_time":3.71000000001088e-05,"$area":3.71000000001088e-05},"id":"927-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: 127&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0001272,"subname":"Catalyst::Component::catalyst_component_name","$color":1,"excl_time":4.00999999999934e-05,"$area":4.00999999999934e-05},"id":"928-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: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Catalyst::Component::BEGIN@9","$color":1,"excl_time":1.09e-05,"$area":1.09e-05},"id":"929-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: 39&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"Catalyst::Component::meta","$color":1,"excl_time":1.81000000001264e-05,"$area":1.81000000001264e-05},"id":"930-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: 126&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0001265,"subname":"Catalyst::Component::__plugins_accessor","$color":1,"excl_time":6.80999999996529e-05,"$area":6.80999999996529e-05},"id":"931-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: 278&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0002777,"subname":"Catalyst::Component::BUILD","$color":1,"excl_time":4.50999999987515e-05,"$area":4.50999999987515e-05},"id":"932-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: 1.31ms, 0.00%<br />Exclusive time: 978&micro;s, 0.00%</p>","incl_time":0.001307,"subname":"Catalyst::Component::BEGIN@8","$color":1,"excl_time":0.000977999999999754,"$area":0.000977999999999754},"id":"933-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.66ms, 0.01%<br />Exclusive time: 230&micro;s, 0.00%</p>","incl_time":0.0056637,"subname":"Catalyst::Component::BUILDARGS","$color":1,"excl_time":0.000229900000002176,"$area":0.000229900000002176},"id":"934-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: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Catalyst::Component::BEGIN@5","$color":1,"excl_time":1.27e-05,"$area":1.27e-05},"id":"935-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"Catalyst::Component::BEGIN@2","$color":1,"excl_time":1.38999999999239e-05,"$area":1.38999999999239e-05},"id":"936-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.88ms, 0.00%</p>","incl_time":0.0110065,"subname":"Catalyst::Component::__config_accessor","$color":1,"excl_time":0.00188480000003518,"$area":0.00188480000003518},"id":"937-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: 6.80ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0067975,"subname":"Catalyst::Component::BEGIN@3","$color":1,"excl_time":2.71000000000455e-05,"$area":2.71000000000455e-05},"id":"938-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: 396&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0003956,"subname":"Catalyst::Component::merge_config_hashes","$color":1,"excl_time":0.000107799999996054,"$area":0.000107799999996054},"id":"939-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: 554&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.000554,"subname":"Catalyst::Component::BEGIN@12","$color":1,"excl_time":1.61999999999673e-05,"$area":1.61999999999673e-05},"id":"940-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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Catalyst::Component::BEGIN@4","$color":1,"excl_time":1.16e-05,"$area":1.16e-05},"id":"941-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: 601&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0006009,"subname":"Catalyst::Component::ApplicationAttribute::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Component/ApplicationAttribute.pm:18]","$color":3,"excl_time":2.45999999994709e-05,"$area":2.45999999994709e-05},"id":"943-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: 4.85ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0048487,"subname":"Catalyst::Component::ApplicationAttribute::BEGIN@3","$color":3,"excl_time":2.20000000000385e-05,"$area":2.20000000000385e-05},"id":"944-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: 355&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003547,"subname":"Catalyst::Component::ApplicationAttribute::BEGIN@4","$color":3,"excl_time":1.30000000001107e-05,"$area":1.30000000001107e-05},"id":"945-Catalyst::Component::ApplicationAttribute::BEGIN@4"}],"data":{"$area":5.959999999962e-05},"id":"n942"}],"data":{"$area":0.00712750000001473},"id":"n919"},{"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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:42]","$color":5,"excl_time":8.10000000327491e-06,"$area":8.10000000327491e-06},"id":"947-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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Catalyst::Response::cookies","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"948-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: 6&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Catalyst::Response::DEMOLISH","$color":5,"excl_time":4.59999999901893e-06,"$area":4.59999999901893e-06},"id":"949-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: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Catalyst::Response::_clear_writer","$color":5,"excl_time":1.11e-05,"$area":1.11e-05},"id":"950-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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Catalyst::Response::status","$color":5,"excl_time":8.4e-06,"$area":8.4e-06},"id":"951-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: 4.74ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0047427,"subname":"Catalyst::Response::BEGIN@3","$color":5,"excl_time":1.98000000000255e-05,"$area":1.98000000000255e-05},"id":"952-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":2.6e-06,"subname":"Catalyst::Response::location","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"953-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: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Catalyst::Response::output","$color":5,"excl_time":5.79999999724432e-06,"$area":5.79999999724432e-06},"id":"954-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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Catalyst::Response::_clear_response_cb","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"955-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: 164&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0001643,"subname":"Catalyst::Response::finalize_headers","$color":5,"excl_time":4.6999999979252e-05,"$area":4.6999999979252e-05},"id":"956-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: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Catalyst::Response::meta","$color":5,"excl_time":9.80000000005214e-06,"$area":9.80000000005214e-06},"id":"957-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.8e-06,"subname":"Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:31]","$color":5,"excl_time":5.8e-06,"$area":5.8e-06},"id":"958-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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Catalyst::Response::_has_writer","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"959-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: 57&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.72e-05,"subname":"Catalyst::Response::BEGIN@6","$color":5,"excl_time":1.22999999999856e-05,"$area":1.22999999999856e-05},"id":"960-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: 51&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"Catalyst::Response::DESTROY","$color":5,"excl_time":2.24999999937959e-05,"$area":2.24999999937959e-05},"id":"961-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: 149&micro;s, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.0001491,"subname":"Catalyst::Response::new","$color":5,"excl_time":0.000100299999999041,"$area":0.000100299999999041},"id":"962-Catalyst::Response::new"},{"name":"content_type","children":[],"data":{"tip":"<p><b>Catalyst::Response::content_type</b></p><p><br />Called 4 times from 4 places in 3 files<br />Inclusive time: 142&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001419,"subname":"Catalyst::Response::content_type","$color":5,"excl_time":5.44999999947112e-05,"$area":5.44999999947112e-05},"id":"963-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 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Catalyst::Response::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/Response.pm:81]","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"964-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":2.6e-06,"subname":"Catalyst::Response::_response_cb","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"965-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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Catalyst::Response::BEGIN@4","$color":5,"excl_time":8.4e-06,"$area":8.4e-06},"id":"966-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.9e-06,"subname":"Catalyst::Response::_set_response_cb","$color":5,"excl_time":7.9e-06,"$area":7.9e-06},"id":"967-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: 46&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":4.61e-05,"subname":"Catalyst::Response::write","$color":5,"excl_time":1.8600000005482e-05,"$area":1.8600000005482e-05},"id":"968-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: 2.01ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0020106,"subname":"Catalyst::Response::BEGIN@5","$color":5,"excl_time":1.52000000000195e-05,"$area":1.52000000000195e-05},"id":"969-Catalyst::Response::BEGIN@5"},{"name":"headers","children":[],"data":{"tip":"<p><b>Catalyst::Response::headers</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Catalyst::Response::headers","$color":5,"excl_time":2.52000000049627e-05,"$area":2.52000000049627e-05},"id":"970-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: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"Catalyst::Response::BUILD","$color":5,"excl_time":1.10999999977237e-05,"$area":1.10999999977237e-05},"id":"971-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: 59&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":5.93e-05,"subname":"Catalyst::Response::content_length","$color":5,"excl_time":2.64999999932837e-05,"$area":2.64999999932837e-05},"id":"972-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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Catalyst::Response::_writer","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"973-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: 8&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Catalyst::Response::redirect","$color":5,"excl_time":5.79999999803786e-06,"$area":5.79999999803786e-06},"id":"974-Catalyst::Response::redirect"},{"name":"body","children":[],"data":{"tip":"<p><b>Catalyst::Response::body</b></p><p><br />Called 9 times from 7 places in 5 files<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Catalyst::Response::body","$color":5,"excl_time":2.16e-05,"$area":2.16e-05},"id":"975-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: 36&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"Catalyst::Response::_set_writer","$color":5,"excl_time":1.56000000031881e-05,"$area":1.56000000031881e-05},"id":"976-Catalyst::Response::_set_writer"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Catalyst::Response::_has_response_cb","$color":5,"excl_time":4e-06,"$area":4e-06},"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Catalyst::Response::finalized_headers","$color":5,"excl_time":5e-06,"$area":5e-06},"id":"978-Catalyst::Response::finalized_headers"}],"data":{"$area":0.000497799999969099},"id":"n946"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Catalyst::Exception::meta","$color":7,"excl_time":1.19999999999469e-05,"$area":1.19999999999469e-05},"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: 39&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"Catalyst::Exception::BEGIN@61","$color":7,"excl_time":9.00000000003701e-06,"$area":9.00000000003701e-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.80ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0048047,"subname":"Catalyst::Exception::BEGIN@58","$color":7,"excl_time":1.5400000000004e-05,"$area":1.5400000000004e-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: 1.28ms, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0012834,"subname":"Catalyst::Exception::BEGIN@63","$color":7,"excl_time":7.20000000005027e-06,"$area":7.20000000005027e-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: 319&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003187,"subname":"Catalyst::Exception::BEGIN@59","$color":7,"excl_time":1.30000000000357e-05,"$area":1.30000000000357e-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: 339&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0003387,"subname":"Catalyst::Exception::Go::BEGIN@4","$color":9,"excl_time":1.49000000000148e-05,"$area":1.49000000000148e-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: 16&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Catalyst::Exception::Go::BUILDARGS","$color":9,"excl_time":4.90000000002826e-06,"$area":4.90000000002826e-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: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Catalyst::Exception::Go::meta","$color":9,"excl_time":9.70000000004063e-06,"$area":9.70000000004063e-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: 68&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":6.81e-05,"subname":"Catalyst::Exception::Go::new","$color":9,"excl_time":5.2099999999984e-05,"$area":5.2099999999984e-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.91ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0049102,"subname":"Catalyst::Exception::Go::BEGIN@3","$color":9,"excl_time":2.24999999999496e-05,"$area":2.24999999999496e-05},"id":"990-Catalyst::Exception::Go::BEGIN@3"}],"data":{"$area":0.000104100000000017},"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: 23&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"Catalyst::Exception::Base::meta","$color":0,"excl_time":1.04999999999765e-05,"$area":1.04999999999765e-05},"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: 350&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0003499,"subname":"Catalyst::Exception::Base::BEGIN@48","$color":0,"excl_time":1.53999999999847e-05,"$area":1.53999999999847e-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.62ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0056223,"subname":"Catalyst::Exception::Base::BEGIN@47","$color":0,"excl_time":2.6800000000023e-05,"$area":2.6800000000023e-05},"id":"994-Catalyst::Exception::Base::BEGIN@47"}],"data":{"$area":5.26999999999841e-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: 546&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0005459,"subname":"Catalyst::Exception::Detach::BEGIN@4","$color":2,"excl_time":1.7100000000004e-05,"$area":1.7100000000004e-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: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Catalyst::Exception::Detach::BUILDARGS","$color":2,"excl_time":7.09999999990436e-06,"$area":7.09999999990436e-06},"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: 6.42ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.006416,"subname":"Catalyst::Exception::Detach::BEGIN@3","$color":2,"excl_time":2.23000000000532e-05,"$area":2.23000000000532e-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: 93&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":9.27e-05,"subname":"Catalyst::Exception::Detach::new","$color":2,"excl_time":6.40999999999547e-05,"$area":6.40999999999547e-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: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Catalyst::Exception::Detach::meta","$color":2,"excl_time":9.59999999997075e-06,"$area":9.59999999997075e-06},"id":"1000-Catalyst::Exception::Detach::meta"}],"data":{"$area":0.000120199999999887},"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: 97&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":9.67e-05,"subname":"Catalyst::Exception::Basic::BEGIN@4","$color":4,"excl_time":2.01000000000178e-05,"$area":2.01000000000178e-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: 184ms, 0.28%<br />Exclusive time: 755&micro;s, 0.00%</p>","incl_time":0.1837863,"subname":"Catalyst::Exception::Basic::BEGIN@3","$color":4,"excl_time":0.0007548,"$area":0.0007548},"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: 497&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0004973,"subname":"Catalyst::Exception::Basic::BEGIN@5","$color":4,"excl_time":1.68000000000052e-05,"$area":1.68000000000052e-05},"id":"1004-Catalyst::Exception::Basic::BEGIN@5"}],"data":{"$area":0.000791700000000023},"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.94ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0059386,"subname":"Catalyst::Exception::Interface::BEGIN@3","$color":6,"excl_time":2.14000000000438e-05,"$area":2.14000000000438e-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: 50&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.98e-05,"subname":"Catalyst::Exception::Interface::BEGIN@7","$color":6,"excl_time":1.26999999999879e-05,"$area":1.26999999999879e-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: 356&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003563,"subname":"Catalyst::Exception::Interface::BEGIN@4","$color":6,"excl_time":1.24000000000475e-05,"$area":1.24000000000475e-05},"id":"1008-Catalyst::Exception::Interface::BEGIN@4"}],"data":{"$area":4.65000000000791e-05},"id":"n1005"}],"data":{"$area":0.00117180000000006},"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: 101&micro;s, 0.00%</p>","incl_time":0.0001007,"subname":"Catalyst::ActionContainer::part","$color":8,"excl_time":0.0001007,"$area":0.0001007},"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: 481&micro;s, 0.00%<br />Exclusive time: 305&micro;s, 0.00%</p>","incl_time":0.0004815,"subname":"Catalyst::ActionContainer::add_action","$color":8,"excl_time":0.000304899999992368,"$area":0.000304899999992368},"id":"1011-Catalyst::ActionContainer::add_action"},{"name":"get_action","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::get_action</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":5.63e-05,"subname":"Catalyst::ActionContainer::get_action","$color":8,"excl_time":3.72999999982324e-05,"$area":3.72999999982324e-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: 92&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":9.22e-05,"subname":"Catalyst::ActionContainer::BEGIN@30","$color":8,"excl_time":1.03000000003649e-05,"$area":1.03000000003649e-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: 71&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.1e-05,"subname":"Catalyst::ActionContainer::BUILD","$color":8,"excl_time":1.59000000000254e-05,"$area":1.59000000000254e-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: 309&micro;s, 0.00%<br />Exclusive time: 154&micro;s, 0.00%</p>","incl_time":0.0003089,"subname":"Catalyst::ActionContainer::new","$color":8,"excl_time":0.000153800000001147,"$area":0.000153800000001147},"id":"1015-Catalyst::ActionContainer::new"},{"name":"actions","children":[],"data":{"tip":"<p><b>Catalyst::ActionContainer::actions</b></p><p><br />Called 53 times from 2 places in 1 file<br />Inclusive time: 127&micro;s, 0.00%<br />Exclusive time: 121&micro;s, 0.00%</p>","incl_time":0.000127,"subname":"Catalyst::ActionContainer::actions","$color":8,"excl_time":0.00012120000000061,"$area":0.00012120000000061},"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.33ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.004335,"subname":"Catalyst::ActionContainer::BEGIN@18","$color":8,"excl_time":1.67999999998395e-05,"$area":1.67999999998395e-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.39e-05,"subname":"Catalyst::ActionContainer::meta","$color":8,"excl_time":7.1000000004706e-06,"$area":7.1000000004706e-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":8,"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: 39&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.87e-05,"subname":"Catalyst::ActionContainer::BEGIN@32","$color":8,"excl_time":9.30000000015378e-06,"$area":9.30000000015378e-06},"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: 82&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":8.21e-05,"subname":"Catalyst::ActionContainer::BUILDARGS","$color":8,"excl_time":1.66999999995627e-05,"$area":1.66999999995627e-05},"id":"1021-Catalyst::ActionContainer::BUILDARGS"}],"data":{"$area":0.000799799999992774},"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: 325&micro;s, 0.00%<br />Exclusive time: 266&micro;s, 0.00%</p>","incl_time":0.0003253,"subname":"Catalyst::DispatchType::Regex::register","$color":10,"excl_time":0.000266399999994698,"$area":0.000266399999994698},"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: 55&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":5.49e-05,"subname":"Catalyst::DispatchType::Regex::match","$color":10,"excl_time":3.99999999964074e-05,"$area":3.99999999964074e-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":8.6e-06,"subname":"Catalyst::DispatchType::Regex::BEGIN@7","$color":10,"excl_time":7.59999999986022e-06,"$area":7.59999999986022e-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Catalyst::DispatchType::Regex::meta","$color":10,"excl_time":7.5000000000035e-06,"$area":7.5000000000035e-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.8e-06,"subname":"Catalyst::DispatchType::Regex::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Regex.pm:14]","$color":10,"excl_time":1.8e-06,"$area":1.8e-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: 5&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Catalyst::DispatchType::Regex::_compiled","$color":10,"excl_time":4.5e-06,"$area":4.5e-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":10,"excl_time":1.0900000000422e-05,"$area":1.0900000000422e-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.27e-05,"subname":"Catalyst::DispatchType::Regex::new","$color":10,"excl_time":2.89000000007589e-05,"$area":2.89000000007589e-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.09ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0040948,"subname":"Catalyst::DispatchType::Regex::BEGIN@3","$color":10,"excl_time":1.74000000001022e-05,"$area":1.74000000001022e-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: 154&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001542,"subname":"Catalyst::DispatchType::Regex::BEGIN@17","$color":10,"excl_time":1.31999999998312e-05,"$area":1.31999999998312e-05},"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: 11.6ms, 0.02%<br />Exclusive time: 9.46ms, 0.01%</p>","incl_time":0.0116031,"subname":"Catalyst::DispatchType::Regex::BEGIN@8","$color":10,"excl_time":0.00945729999999814,"$area":0.00945729999999814},"id":"1034-Catalyst::DispatchType::Regex::BEGIN@8"}],"data":{"$area":0.00985549999999022},"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.4e-05,"subname":"Catalyst::DispatchType::_is_low_precedence","$color":1,"excl_time":9.4e-05,"$area":9.4e-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: 8&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Catalyst::DispatchType::meta","$color":1,"excl_time":7.60000000023705e-06,"$area":7.60000000023705e-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: 114&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0001144,"subname":"Catalyst::DispatchType::BUILD","$color":1,"excl_time":2.97000000013947e-05,"$area":2.97000000013947e-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: 90&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.96e-05,"subname":"Catalyst::DispatchType::BEGIN@5","$color":1,"excl_time":9.90000000031719e-06,"$area":9.90000000031719e-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: 3.99ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0039861,"subname":"Catalyst::DispatchType::BEGIN@3","$color":1,"excl_time":1.5500000000287e-05,"$area":1.5500000000287e-05},"id":"1039-Catalyst::DispatchType::BEGIN@3"},{"name":"::Default","children":[{"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.39ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.004395,"subname":"Catalyst::DispatchType::Default::BEGIN@3","$color":3,"excl_time":1.6599999999773e-05,"$area":1.6599999999773e-05},"id":"1041-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: 96&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":9.61e-05,"subname":"Catalyst::DispatchType::Default::new","$color":3,"excl_time":5.76000000003917e-05,"$area":5.76000000003917e-05},"id":"1042-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: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Catalyst::DispatchType::Default::meta","$color":3,"excl_time":7.2000000000964e-06,"$area":7.2000000000964e-06},"id":"1043-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: 105&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001047,"subname":"Catalyst::DispatchType::Default::BEGIN@6","$color":3,"excl_time":1.14000000003702e-05,"$area":1.14000000003702e-05},"id":"1044-Catalyst::DispatchType::Default::BEGIN@6"}],"data":{"$area":9.28000000006314e-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.07ms, 0.00%<br />Exclusive time: 327&micro;s, 0.00%</p>","incl_time":0.0020737,"subname":"Catalyst::DispatchType::Path::register","$color":5,"excl_time":0.000326600000004217,"$area":0.000326600000004217},"id":"1046-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.11e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@7","$color":5,"excl_time":9.99999999957979e-06,"$area":9.99999999957979e-06},"id":"1047-Catalyst::DispatchType::Path::BEGIN@7"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::match</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 135&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.000135,"subname":"Catalyst::DispatchType::Path::match","$color":5,"excl_time":6.56000000025563e-05,"$area":6.56000000025563e-05},"id":"1048-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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Catalyst::DispatchType::Path::meta","$color":5,"excl_time":7.29999999972307e-06,"$area":7.29999999972307e-06},"id":"1049-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.68ms, 0.00%<br />Exclusive time: 421&micro;s, 0.00%</p>","incl_time":0.0016815,"subname":"Catalyst::DispatchType::Path::register_path","$color":5,"excl_time":0.000420699999995719,"$area":0.000420699999995719},"id":"1050-Catalyst::DispatchType::Path::register_path"},{"name":"_paths","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Path::_paths</b></p><p><br />Called 39 times from 2 places in 1 file<br />Inclusive time: 66&micro;s, 0.00%</p>","incl_time":6.59e-05,"subname":"Catalyst::DispatchType::Path::_paths","$color":5,"excl_time":6.59e-05,"$area":6.59e-05},"id":"1051-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: 95&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.5e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@17","$color":5,"excl_time":8.30000000022692e-06,"$area":8.30000000022692e-06},"id":"1052-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.19e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@8","$color":5,"excl_time":1.07999999995798e-05,"$area":1.07999999995798e-05},"id":"1053-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Catalyst::DispatchType::Path::BEGIN@6","$color":5,"excl_time":1.43999999995807e-05,"$area":1.43999999995807e-05},"id":"1054-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: 39&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"Catalyst::DispatchType::Path::CORE:sort","$color":5,"excl_time":1.44000000000583e-05,"$area":1.44000000000583e-05},"id":"1055-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: 107&micro;s, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0001072,"subname":"Catalyst::DispatchType::Path::CORE:subst","$color":5,"excl_time":7.89999999990781e-05,"$area":7.89999999990781e-05},"id":"1056-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: 46&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"Catalyst::DispatchType::Path::new","$color":5,"excl_time":2.46000000003838e-05,"$area":2.46000000003838e-05},"id":"1057-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.42ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0044225,"subname":"Catalyst::DispatchType::Path::BEGIN@3","$color":5,"excl_time":1.77000000003459e-05,"$area":1.77000000003459e-05},"id":"1058-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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Catalyst::DispatchType::Path::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Path.pm:14]","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1059-Catalyst::DispatchType::Path::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Path.pm:14]"}],"data":{"$area":0.00106900000000105},"id":"n1045"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Catalyst::DispatchType::Index::meta","$color":7,"excl_time":7.50000000051748e-06,"$area":7.50000000051748e-06},"id":"1061-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":7,"excl_time":2.1e-06,"$area":2.1e-06},"id":"1062-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: 50&micro;s, 0.00%</p>","incl_time":4.96e-05,"subname":"Catalyst::DispatchType::Index::_is_low_precedence","$color":7,"excl_time":4.96e-05,"$area":4.96e-05},"id":"1063-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.11ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0041119,"subname":"Catalyst::DispatchType::Index::BEGIN@3","$color":7,"excl_time":1.81000000002967e-05,"$area":1.81000000002967e-05},"id":"1064-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: 50&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":5e-05,"subname":"Catalyst::DispatchType::Index::new","$color":7,"excl_time":2.82000000001503e-05,"$area":2.82000000001503e-05},"id":"1065-Catalyst::DispatchType::Index::new"},{"name":"match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Index::match</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 140&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001396,"subname":"Catalyst::DispatchType::Index::match","$color":7,"excl_time":4.06000000065901e-05,"$area":4.06000000065901e-05},"id":"1066-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: 157&micro;s, 0.00%<br />Exclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0001566,"subname":"Catalyst::DispatchType::Index::register","$color":7,"excl_time":0.000114399999998898,"$area":0.000114399999998898},"id":"1067-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: 284&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002839,"subname":"Catalyst::DispatchType::Index::BEGIN@5","$color":7,"excl_time":1.03000000001261e-05,"$area":1.03000000001261e-05},"id":"1068-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.2e-06,"subname":"Catalyst::DispatchType::Index::_actions","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1069-Catalyst::DispatchType::Index::_actions"}],"data":{"$area":0.000274000000006578},"id":"n1060"},{"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: 11.7ms, 0.02%<br />Exclusive time: 457&micro;s, 0.00%</p>","incl_time":0.0116814,"subname":"Catalyst::DispatchType::Chained::BEGIN@7","$color":9,"excl_time":0.000457099999999702,"$area":0.000457099999999702},"id":"1071-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.55ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0045478,"subname":"Catalyst::DispatchType::Chained::BEGIN@3","$color":9,"excl_time":1.97000000000764e-05,"$area":1.97000000000764e-05},"id":"1072-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: 12&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Catalyst::DispatchType::Chained::BEGIN@6","$color":9,"excl_time":1.22000000001415e-05,"$area":1.22000000001415e-05},"id":"1073-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: 62&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":6.23e-05,"subname":"Catalyst::DispatchType::Chained::new","$color":9,"excl_time":3.64999999995912e-05,"$area":3.64999999995912e-05},"id":"1074-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.4e-06,"subname":"Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:30]","$color":9,"excl_time":1.4e-06,"$area":1.4e-06},"id":"1075-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.8e-06,"subname":"Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:16]","$color":9,"excl_time":1.8e-06,"$area":1.8e-06},"id":"1076-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":9.1e-06,"subname":"Catalyst::DispatchType::Chained::BEGIN@9","$color":9,"excl_time":8.09999999986022e-06,"$area":8.09999999986022e-06},"id":"1077-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.8e-06,"subname":"Catalyst::DispatchType::Chained::_endpoints","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1078-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.9e-06,"subname":"Catalyst::DispatchType::Chained::__ANON__[/Users/edenc/perl5/lib/perl5/Catalyst/DispatchType/Chained.pm:23]","$color":9,"excl_time":1.9e-06,"$area":1.9e-06},"id":"1079-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: 282&micro;s, 0.00%<br />Exclusive time: 207&micro;s, 0.00%</p>","incl_time":0.0002819,"subname":"Catalyst::DispatchType::Chained::register","$color":9,"excl_time":0.000207300000000408,"$area":0.000207300000000408},"id":"1080-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":4.9e-06,"subname":"Catalyst::DispatchType::Chained::_actions","$color":9,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1081-Catalyst::DispatchType::Chained::_actions"},{"name":"_children_of","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::_children_of</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Catalyst::DispatchType::Chained::_children_of","$color":9,"excl_time":9.3e-06,"$area":9.3e-06},"id":"1082-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.7e-06,"subname":"Catalyst::DispatchType::Chained::CORE:match","$color":9,"excl_time":1.7e-06,"$area":1.7e-06},"id":"1083-Catalyst::DispatchType::Chained::CORE:match"},{"name":"recurse_match","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::recurse_match</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 240&micro;s, 0.00%<br />Exclusive time: 144&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 156&micro;s</p>","incl_time":0.0002403,"subname":"Catalyst::DispatchType::Chained::recurse_match","$color":9,"excl_time":0.000144200000002687,"$area":0.000144200000002687},"id":"1084-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: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Catalyst::DispatchType::Chained::BEGIN@8","$color":9,"excl_time":9.59999999957979e-06,"$area":9.59999999957979e-06},"id":"1085-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.62e-05,"subname":"Catalyst::DispatchType::Chained::meta","$color":9,"excl_time":8.30000000005039e-06,"$area":8.30000000005039e-06},"id":"1086-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: 468&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0004681,"subname":"Catalyst::DispatchType::Chained::match","$color":9,"excl_time":6.59999999977078e-05,"$area":6.59999999977078e-05},"id":"1087-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: 110&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.00011,"subname":"Catalyst::DispatchType::Chained::BEGIN@33","$color":9,"excl_time":1.64000000004171e-05,"$area":1.64000000004171e-05},"id":"1088-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Catalyst::DispatchType::Chained::BEGIN@10","$color":9,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1089-Catalyst::DispatchType::Chained::BEGIN@10"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Catalyst::DispatchType::Chained::CORE:sort</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.9e-06,"subname":"Catalyst::DispatchType::Chained::CORE:sort","$color":9,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1090-Catalyst::DispatchType::Chained::CORE:sort"}],"data":{"$area":0.00101990000000022},"id":"n1070"}],"data":{"$area":0.0124679000000009},"id":"n1022"}],"data":{"$area":0.186968999999923},"id":"n345"},{"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: 723&micro;s, 0.00%</p>","incl_time":0.0007233,"subname":"DynaLoader::CORE:subst","$color":0,"excl_time":0.0007233,"$area":0.0007233},"id":"1092-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: 14&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"DynaLoader::BEGIN@18","$color":0,"excl_time":1.44e-05,"$area":1.44e-05},"id":"1093-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: 244&micro;s, 0.00%</p>","incl_time":0.0002438,"subname":"DynaLoader::dl_find_symbol","$color":0,"excl_time":0.0002438,"$area":0.0002438},"id":"1094-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: 90&micro;s, 0.00%</p>","incl_time":9.03e-05,"subname":"DynaLoader::CORE:ftfile","$color":0,"excl_time":9.03e-05,"$area":9.03e-05},"id":"1095-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: 235&micro;s, 0.00%</p>","incl_time":0.0002346,"subname":"DynaLoader::CORE:ftsize","$color":0,"excl_time":0.0002346,"$area":0.0002346},"id":"1096-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: 29&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"DynaLoader::BEGIN@22","$color":0,"excl_time":1.19000000000026e-05,"$area":1.19000000000026e-05},"id":"1097-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: 34&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"DynaLoader::dl_undef_symbols","$color":0,"excl_time":3.36e-05,"$area":3.36e-05},"id":"1098-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: 152&micro;s, 0.00%</p>","incl_time":0.000152,"subname":"DynaLoader::dl_install_xsub","$color":0,"excl_time":0.000152,"$area":0.000152},"id":"1099-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: 10.0ms, 0.02%</p>","incl_time":0.0100427,"subname":"DynaLoader::CORE:ftdir","$color":0,"excl_time":0.0100427,"$area":0.0100427},"id":"1100-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: 59&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"DynaLoader::BEGIN@98","$color":0,"excl_time":1.50000000000785e-05,"$area":1.50000000000785e-05},"id":"1101-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: 28&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"DynaLoader::dl_load_flags","$color":0,"excl_time":2.82e-05,"$area":2.82e-05},"id":"1102-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: 18.8ms, 0.03%<br />Exclusive time: 1.66ms, 0.00%</p>","incl_time":0.018794,"subname":"DynaLoader::bootstrap","$color":0,"excl_time":0.0016568000000091,"$area":0.0016568000000091},"id":"1103-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.62ms, 0.00%</p>","incl_time":0.0026173,"subname":"DynaLoader::dl_load_file","$color":0,"excl_time":0.0026173,"$area":0.0026173},"id":"1104-DynaLoader::dl_load_file"}],"data":{"$area":0.0158639000000092},"id":"n1091"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Safe::BEGIN@2","$color":2,"excl_time":8.2e-06,"$area":8.2e-06},"id":"1106-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.4e-06,"subname":"Safe::BEGIN@70","$color":2,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1107-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: 30.7ms, 0.05%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0306572,"subname":"Safe::CORE:regcomp","$color":2,"excl_time":0.000112900000000145,"$area":0.000112900000000145},"id":"1108-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: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Safe::CORE:pack","$color":2,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1109-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: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Safe::BEGIN@28","$color":2,"excl_time":7.60000000009464e-06,"$area":7.60000000009464e-06},"id":"1110-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":8.9e-06,"subname":"Safe::CORE:match","$color":2,"excl_time":8.9e-06,"$area":8.9e-06},"id":"1111-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":4.9e-06,"subname":"Safe::BEGIN@35","$color":2,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1112-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.6e-06,"subname":"Safe::BEGIN@34","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1113-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: 20&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Safe::BEGIN@3","$color":2,"excl_time":2.02e-05,"$area":2.02e-05},"id":"1114-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: 28&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Safe::BEGIN@191","$color":2,"excl_time":1.10000000000194e-05,"$area":1.10000000000194e-05},"id":"1115-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: 23&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Safe::BEGIN@337","$color":2,"excl_time":1.11000000001105e-05,"$area":1.11000000001105e-05},"id":"1116-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"Safe::BEGIN@4","$color":2,"excl_time":7.49999999998925e-06,"$area":7.49999999998925e-06},"id":"1117-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: 3.73ms, 0.01%<br />Exclusive time: 691&micro;s, 0.00%</p>","incl_time":0.003731,"subname":"Safe::BEGIN@46","$color":2,"excl_time":0.000690699999999893,"$area":0.000690699999999893},"id":"1118-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: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Safe::BEGIN@285","$color":2,"excl_time":8.69999999992299e-06,"$area":8.69999999992299e-06},"id":"1119-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: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Safe::BEGIN@344","$color":2,"excl_time":7.39999999989911e-06,"$area":7.39999999989911e-06},"id":"1120-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: 44&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":4.37e-05,"subname":"Safe::BEGIN@30","$color":2,"excl_time":3.55000000000973e-05,"$area":3.55000000000973e-05},"id":"1121-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: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"Safe::BEGIN@29","$color":2,"excl_time":7.79999999990874e-06,"$area":7.79999999990874e-06},"id":"1122-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: 16&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Safe::BEGIN@36","$color":2,"excl_time":5.79999999993449e-06,"$area":5.79999999993449e-06},"id":"1123-Safe::BEGIN@36"}],"data":{"$area":0.000962700000000014},"id":"n1105"},{"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: 27.9ms, 0.04%<br />Exclusive time: 21.1ms, 0.03%</p>","incl_time":0.027897,"subname":"Eval::Closure::_validate_env","$color":4,"excl_time":0.0211373000000605,"$area":0.0211373000000605},"id":"1126-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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Eval::Closure::BEGIN@2","$color":4,"excl_time":1.38000000000018e-05,"$area":1.38000000000018e-05},"id":"1127-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: 5.32ms, 0.01%<br />Exclusive time: 3.95ms, 0.01%</p>","incl_time":0.0053189,"subname":"Eval::Closure::BEGIN@7","$color":4,"excl_time":0.00394580000000001,"$area":0.00394580000000001},"id":"1128-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: 14.9ms, 0.02%</p>","incl_time":0.0149189,"subname":"Eval::Closure::_make_compiler_source","$color":4,"excl_time":0.0149189,"$area":0.0149189},"id":"1129-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: 48&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.82e-05,"subname":"Eval::Closure::BEGIN@15","$color":4,"excl_time":1.19000000000109e-05,"$area":1.19000000000109e-05},"id":"1130-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: 64&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.38e-05,"subname":"Eval::Closure::BEGIN@16","$color":4,"excl_time":1.38000000000055e-05,"$area":1.38000000000055e-05},"id":"1131-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: 15.9ms, 0.02%<br />Exclusive time: 14.2ms, 0.02%</p>","incl_time":0.0158645,"subname":"Eval::Closure::_canonicalize_source","$color":4,"excl_time":0.0141690999999358,"$area":0.0141690999999358},"id":"1132-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: 5.23ms, 0.01%</p>","incl_time":0.00523470000000002,"subname":"Eval::Closure::CORE:match","$color":4,"excl_time":0.00523470000000002,"$area":0.00523470000000002},"id":"1133-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: 29&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"Eval::Closure::BEGIN@5","$color":4,"excl_time":2.38000000000084e-05,"$area":2.38000000000084e-05},"id":"1134-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: 21&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Eval::Closure::BEGIN@6","$color":4,"excl_time":1.1800000000013e-05,"$area":1.1800000000013e-05},"id":"1135-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: 30&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"Eval::Closure::BEGIN@1","$color":4,"excl_time":2.97e-05,"$area":2.97e-05},"id":"1136-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: 505ms, 0.77%<br />Exclusive time: 32.8ms, 0.05%</p>","incl_time":0.5049116,"subname":"Eval::Closure::eval_closure","$color":4,"excl_time":0.0327802000000498,"$area":0.0327802000000498},"id":"1137-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: 349ms, 0.53%</p>","incl_time":0.349391799999999,"subname":"Eval::Closure::_clean_eval","$color":4,"excl_time":0.349391799999999,"$area":0.349391799999999},"id":"1138-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: 93&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":9.33e-05,"subname":"Eval::Closure::BEGIN@13","$color":4,"excl_time":1.81000000000025e-05,"$area":1.81000000000025e-05},"id":"1139-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Eval::Closure::BEGIN@3","$color":4,"excl_time":7.99999999998825e-06,"$area":7.99999999998825e-06},"id":"1140-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: 428ms, 0.65%<br />Exclusive time: 35.7ms, 0.05%</p>","incl_time":0.4283699,"subname":"Eval::Closure::_clean_eval_closure","$color":4,"excl_time":0.0357392000000246,"$area":0.0357392000000246},"id":"1141-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: 382ms, 0.58%<br />Exclusive time: 17.4ms, 0.03%</p>","incl_time":0.381699,"subname":"Eval::Closure::_make_compiler","$color":4,"excl_time":0.0173882999999913,"$area":0.0173882999999913},"id":"1142-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: 2.53ms, 0.00%</p>","incl_time":0.00253119999999999,"subname":"Eval::Closure::CORE:sort","$color":4,"excl_time":0.00253119999999999,"$area":0.00253119999999999},"id":"1143-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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::BEGIN@14","$color":4,"excl_time":7.9e-06,"$area":7.9e-06},"id":"1144-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.4e-06,"subname":"Eval::Closure::Sandbox_778::__ANON__[(eval 989)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1146-Eval::Closure::Sandbox_778::__ANON__[(eval 989)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n1145"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_20::__ANON__[(eval 102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1148-Eval::Closure::Sandbox_20::__ANON__[(eval 102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.5e-06},"id":"n1147"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1367::__ANON__[(eval 1707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"1150-Eval::Closure::Sandbox_1367::__ANON__[(eval 1707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n1149"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1510::__ANON__[(eval 1878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":1,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1152-Eval::Closure::Sandbox_1510::__ANON__[(eval 1878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":6.7e-06},"id":"n1151"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1495::__ANON__[(eval 1863)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1154-Eval::Closure::Sandbox_1495::__ANON__[(eval 1863)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n1153"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_490::__ANON__[(eval 656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":7.2e-06,"$area":7.2e-06},"id":"1156-Eval::Closure::Sandbox_490::__ANON__[(eval 656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.2e-06},"id":"n1155"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Eval::Closure::Sandbox_31::__ANON__[(eval 113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":7,"excl_time":1.14e-05,"$area":1.14e-05},"id":"1158-Eval::Closure::Sandbox_31::__ANON__[(eval 113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":1.14e-05},"id":"n1157"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_498::__ANON__[(eval 666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1160-Eval::Closure::Sandbox_498::__ANON__[(eval 666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n1159"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1026::__ANON__[(eval 1241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"1162-Eval::Closure::Sandbox_1026::__ANON__[(eval 1241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n1161"},{"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: 34&micro;s, 0.00%</p>","incl_time":3.45e-05,"subname":"Eval::Closure::Sandbox_980::__ANON__[(eval 1195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.45e-05,"$area":3.45e-05},"id":"1164-Eval::Closure::Sandbox_980::__ANON__[(eval 1195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.45e-05},"id":"n1163"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_337::__ANON__[(eval 497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.3e-06,"$area":2.3e-06},"id":"1166-Eval::Closure::Sandbox_337::__ANON__[(eval 497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.3e-06},"id":"n1165"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1551::__ANON__[(eval 1919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"1168-Eval::Closure::Sandbox_1551::__ANON__[(eval 1919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1167"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_130::__ANON__[(eval 230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1170-Eval::Closure::Sandbox_130::__ANON__[(eval 230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.1e-06},"id":"n1169"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_624::__ANON__[(eval 830)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":7.4e-06,"$area":7.4e-06},"id":"1172-Eval::Closure::Sandbox_624::__ANON__[(eval 830)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.4e-06},"id":"n1171"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_340::__ANON__[(eval 500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1174-Eval::Closure::Sandbox_340::__ANON__[(eval 500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1173"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_868::__ANON__[(eval 1082)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"1176-Eval::Closure::Sandbox_868::__ANON__[(eval 1082)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1175"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1435::__ANON__[(eval 1775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1178-Eval::Closure::Sandbox_1435::__ANON__[(eval 1775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1177"},{"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: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Eval::Closure::Sandbox_554::__ANON__[(eval 729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:199]","$color":7,"excl_time":2.18e-05,"$area":2.18e-05},"id":"1180-Eval::Closure::Sandbox_554::__ANON__[(eval 729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:199]"}],"data":{"$area":2.18e-05},"id":"n1179"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_705::__ANON__[(eval 915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1182-Eval::Closure::Sandbox_705::__ANON__[(eval 915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n1181"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Eval::Closure::Sandbox_523::__ANON__[(eval 691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]","$color":0,"excl_time":1.24e-05,"$area":1.24e-05},"id":"1184-Eval::Closure::Sandbox_523::__ANON__[(eval 691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]"}],"data":{"$area":1.24e-05},"id":"n1183"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1148::__ANON__[(eval 1368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1186-Eval::Closure::Sandbox_1148::__ANON__[(eval 1368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1185"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_499::__ANON__[(eval 667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1188-Eval::Closure::Sandbox_499::__ANON__[(eval 667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n1187"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_578::__ANON__[(eval 780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"1190-Eval::Closure::Sandbox_578::__ANON__[(eval 780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4e-06},"id":"n1189"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1292::__ANON__[(eval 1632)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1192-Eval::Closure::Sandbox_1292::__ANON__[(eval 1632)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n1191"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_1243::__ANON__[(eval 1556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":10,"excl_time":7.8e-06,"$area":7.8e-06},"id":"1194-Eval::Closure::Sandbox_1243::__ANON__[(eval 1556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":7.8e-06},"id":"n1193"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_289::__ANON__[(eval 408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":6.1e-06,"$area":6.1e-06},"id":"1196-Eval::Closure::Sandbox_289::__ANON__[(eval 408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.1e-06},"id":"n1195"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1018::__ANON__[(eval 1233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1198-Eval::Closure::Sandbox_1018::__ANON__[(eval 1233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n1197"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1155::__ANON__[(eval 1375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1200-Eval::Closure::Sandbox_1155::__ANON__[(eval 1375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":4.5e-06},"id":"n1199"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Eval::Closure::Sandbox_933::__ANON__[(eval 1147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:160]","$color":7,"excl_time":1.38e-05,"$area":1.38e-05},"id":"1202-Eval::Closure::Sandbox_933::__ANON__[(eval 1147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:160]"}],"data":{"$area":1.38e-05},"id":"n1201"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_761::__ANON__[(eval 972)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":8.6e-06,"$area":8.6e-06},"id":"1204-Eval::Closure::Sandbox_761::__ANON__[(eval 972)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.6e-06},"id":"n1203"},{"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":0,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1206-Eval::Closure::Sandbox_1270::__ANON__[(eval 1610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":6.7e-06},"id":"n1205"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_526::__ANON__[(eval 701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":7.4e-06,"$area":7.4e-06},"id":"1208-Eval::Closure::Sandbox_526::__ANON__[(eval 701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.4e-06},"id":"n1207"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_756::__ANON__[(eval 967)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1210-Eval::Closure::Sandbox_756::__ANON__[(eval 967)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.8e-06},"id":"n1209"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_301::__ANON__[(eval 420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1212-Eval::Closure::Sandbox_301::__ANON__[(eval 420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1211"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_842::__ANON__[(eval 1055)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":5.4e-06,"$area":5.4e-06},"id":"1214-Eval::Closure::Sandbox_842::__ANON__[(eval 1055)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.4e-06},"id":"n1213"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_459::__ANON__[(eval 621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1216-Eval::Closure::Sandbox_459::__ANON__[(eval 621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n1215"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_239::__ANON__[(eval 356)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1218-Eval::Closure::Sandbox_239::__ANON__[(eval 356)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.5e-06},"id":"n1217"},{"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":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1220-Eval::Closure::Sandbox_1065::__ANON__[(eval 1280)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n1219"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1484::__ANON__[(eval 1846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1222-Eval::Closure::Sandbox_1484::__ANON__[(eval 1846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1221"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1224-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: 52&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":7,"excl_time":4.01999999999354e-05,"$area":4.01999999999354e-05},"id":"1225-Eval::Closure::Sandbox_396::__ANON__[(eval 556)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":4.49999999999354e-05},"id":"n1223"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_22::__ANON__[(eval 104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":5.9e-06,"$area":5.9e-06},"id":"1227-Eval::Closure::Sandbox_22::__ANON__[(eval 104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.9e-06},"id":"n1226"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_850::__ANON__[(eval 1063)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1229-Eval::Closure::Sandbox_850::__ANON__[(eval 1063)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.5e-06},"id":"n1228"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_601::__ANON__[(eval 807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1231-Eval::Closure::Sandbox_601::__ANON__[(eval 807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1230"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_390::__ANON__[(eval 550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1233-Eval::Closure::Sandbox_390::__ANON__[(eval 550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1232"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_491::__ANON__[(eval 657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1235-Eval::Closure::Sandbox_491::__ANON__[(eval 657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.9e-06},"id":"n1234"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1227::__ANON__[(eval 1516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"1237-Eval::Closure::Sandbox_1227::__ANON__[(eval 1516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n1236"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_462::__ANON__[(eval 624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1239-Eval::Closure::Sandbox_462::__ANON__[(eval 624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n1238"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_153::__ANON__[(eval 254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"1241-Eval::Closure::Sandbox_153::__ANON__[(eval 254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n1240"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1041::__ANON__[(eval 1256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":6.9e-06,"$area":6.9e-06},"id":"1243-Eval::Closure::Sandbox_1041::__ANON__[(eval 1256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.9e-06},"id":"n1242"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_1466::__ANON__[(eval 1806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":5.4e-06,"$area":5.4e-06},"id":"1245-Eval::Closure::Sandbox_1466::__ANON__[(eval 1806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5.4e-06},"id":"n1244"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_162::__ANON__[(eval 266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1247-Eval::Closure::Sandbox_162::__ANON__[(eval 266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1246"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_777::__ANON__[(eval 988)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1249-Eval::Closure::Sandbox_777::__ANON__[(eval 988)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.5e-06},"id":"n1248"},{"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":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1251-Eval::Closure::Sandbox_1173::__ANON__[(eval 1393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1250"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_152::__ANON__[(eval 253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1253-Eval::Closure::Sandbox_152::__ANON__[(eval 253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n1252"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1315::__ANON__[(eval 1655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1255-Eval::Closure::Sandbox_1315::__ANON__[(eval 1655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1254"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_486::__ANON__[(eval 652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":7.1e-06,"$area":7.1e-06},"id":"1257-Eval::Closure::Sandbox_486::__ANON__[(eval 652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.1e-06},"id":"n1256"},{"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":2.8e-06,"subname":"Eval::Closure::Sandbox_1511::__ANON__[(eval 1879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1259-Eval::Closure::Sandbox_1511::__ANON__[(eval 1879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.8e-06},"id":"n1258"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_791::__ANON__[(eval 1002)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1261-Eval::Closure::Sandbox_791::__ANON__[(eval 1002)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n1260"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_409::__ANON__[(eval 569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1263-Eval::Closure::Sandbox_409::__ANON__[(eval 569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1262"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_474::__ANON__[(eval 640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1265-Eval::Closure::Sandbox_474::__ANON__[(eval 640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n1264"},{"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":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1267-Eval::Closure::Sandbox_1206::__ANON__[(eval 1493)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1266"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_743::__ANON__[(eval 954)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1269-Eval::Closure::Sandbox_743::__ANON__[(eval 954)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.8e-06},"id":"n1268"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_752::__ANON__[(eval 963)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1271-Eval::Closure::Sandbox_752::__ANON__[(eval 963)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.3e-06},"id":"n1270"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Eval::Closure::Sandbox_85::__ANON__[(eval 185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:46]","$color":0,"excl_time":1.03e-05,"$area":1.03e-05},"id":"1273-Eval::Closure::Sandbox_85::__ANON__[(eval 185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:46]"}],"data":{"$area":1.03e-05},"id":"n1272"},{"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":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1275-Eval::Closure::Sandbox_655::__ANON__[(eval 861)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1274"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Eval::Closure::Sandbox_1036::__ANON__[(eval 1251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","$color":4,"excl_time":1.74e-05,"$area":1.74e-05},"id":"1277-Eval::Closure::Sandbox_1036::__ANON__[(eval 1251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]"}],"data":{"$area":1.74e-05},"id":"n1276"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Eval::Closure::Sandbox_1093::__ANON__[(eval 1308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:86]","$color":6,"excl_time":9.7e-06,"$area":9.7e-06},"id":"1279-Eval::Closure::Sandbox_1093::__ANON__[(eval 1308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:86]"}],"data":{"$area":9.7e-06},"id":"n1278"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_567::__ANON__[(eval 769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1281-Eval::Closure::Sandbox_567::__ANON__[(eval 769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.7e-06},"id":"n1280"},{"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":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1283-Eval::Closure::Sandbox_1260::__ANON__[(eval 1600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1282"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_6::__ANON__[(eval 88)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1285-Eval::Closure::Sandbox_6::__ANON__[(eval 88)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.9e-06},"id":"n1284"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_75::__ANON__[(eval 175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1287-Eval::Closure::Sandbox_75::__ANON__[(eval 175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.9e-06},"id":"n1286"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_881::__ANON__[(eval 1095)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1289-Eval::Closure::Sandbox_881::__ANON__[(eval 1095)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n1288"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_1205::__ANON__[(eval 1492)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1291-Eval::Closure::Sandbox_1205::__ANON__[(eval 1492)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1290"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_361::__ANON__[(eval 521)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1293-Eval::Closure::Sandbox_361::__ANON__[(eval 521)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1292"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Eval::Closure::Sandbox_1119::__ANON__[(eval 1334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:162]","$color":0,"excl_time":1.55e-05,"$area":1.55e-05},"id":"1295-Eval::Closure::Sandbox_1119::__ANON__[(eval 1334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:162]"}],"data":{"$area":1.55e-05},"id":"n1294"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1248::__ANON__[(eval 1564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1297-Eval::Closure::Sandbox_1248::__ANON__[(eval 1564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1296"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Eval::Closure::Sandbox_622::__ANON__[(eval 828)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":4,"excl_time":1.06e-05,"$area":1.06e-05},"id":"1299-Eval::Closure::Sandbox_622::__ANON__[(eval 828)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":1.06e-05},"id":"n1298"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1145::__ANON__[(eval 1365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1301-Eval::Closure::Sandbox_1145::__ANON__[(eval 1365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1300"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_886::__ANON__[(eval 1100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1303-Eval::Closure::Sandbox_886::__ANON__[(eval 1100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":4.7e-06},"id":"n1302"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_1267::__ANON__[(eval 1607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1305-Eval::Closure::Sandbox_1267::__ANON__[(eval 1607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.5e-06},"id":"n1304"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1529::__ANON__[(eval 1897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1307-Eval::Closure::Sandbox_1529::__ANON__[(eval 1897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1306"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_821::__ANON__[(eval 1032)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1309-Eval::Closure::Sandbox_821::__ANON__[(eval 1032)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n1308"},{"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":6.3e-06,"subname":"Eval::Closure::Sandbox_1534::__ANON__[(eval 1902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":5,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1311-Eval::Closure::Sandbox_1534::__ANON__[(eval 1902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":6.3e-06},"id":"n1310"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_309::__ANON__[(eval 428)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1313-Eval::Closure::Sandbox_309::__ANON__[(eval 428)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.2e-06},"id":"n1312"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Eval::Closure::Sandbox_865::__ANON__[(eval 1079)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":9,"excl_time":9.1e-06,"$area":9.1e-06},"id":"1315-Eval::Closure::Sandbox_865::__ANON__[(eval 1079)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":9.1e-06},"id":"n1314"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1429::__ANON__[(eval 1769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1317-Eval::Closure::Sandbox_1429::__ANON__[(eval 1769)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1316"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1542::__ANON__[(eval 1910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1319-Eval::Closure::Sandbox_1542::__ANON__[(eval 1910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1318"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_851::__ANON__[(eval 1064)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1321-Eval::Closure::Sandbox_851::__ANON__[(eval 1064)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n1320"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_1455::__ANON__[(eval 1795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":7e-06,"$area":7e-06},"id":"1323-Eval::Closure::Sandbox_1455::__ANON__[(eval 1795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7e-06},"id":"n1322"},{"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":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1325-Eval::Closure::Sandbox_321::__ANON__[(eval 442)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n1324"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_1013::__ANON__[(eval 1228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1327-Eval::Closure::Sandbox_1013::__ANON__[(eval 1228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.5e-06},"id":"n1326"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_506::__ANON__[(eval 674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":7.9e-06,"$area":7.9e-06},"id":"1329-Eval::Closure::Sandbox_506::__ANON__[(eval 674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.9e-06},"id":"n1328"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_445::__ANON__[(eval 606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1331-Eval::Closure::Sandbox_445::__ANON__[(eval 606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1330"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1361::__ANON__[(eval 1701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1333-Eval::Closure::Sandbox_1361::__ANON__[(eval 1701)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1332"},{"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":5e-06,"subname":"Eval::Closure::Sandbox_849::__ANON__[(eval 1062)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":5e-06,"$area":5e-06},"id":"1335-Eval::Closure::Sandbox_849::__ANON__[(eval 1062)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5e-06},"id":"n1334"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_267::__ANON__[(eval 385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":6e-06,"$area":6e-06},"id":"1337-Eval::Closure::Sandbox_267::__ANON__[(eval 385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n1336"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_248::__ANON__[(eval 366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1339-Eval::Closure::Sandbox_248::__ANON__[(eval 366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.9e-06},"id":"n1338"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1525::__ANON__[(eval 1893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1341-Eval::Closure::Sandbox_1525::__ANON__[(eval 1893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1340"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1056::__ANON__[(eval 1271)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1343-Eval::Closure::Sandbox_1056::__ANON__[(eval 1271)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1342"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_1084::__ANON__[(eval 1299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"1345-Eval::Closure::Sandbox_1084::__ANON__[(eval 1299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n1344"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1489::__ANON__[(eval 1851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1347-Eval::Closure::Sandbox_1489::__ANON__[(eval 1851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1346"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_837::__ANON__[(eval 1048)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1349-Eval::Closure::Sandbox_837::__ANON__[(eval 1048)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n1348"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_36::__ANON__[(eval 118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1351-Eval::Closure::Sandbox_36::__ANON__[(eval 118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.4e-06},"id":"n1350"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1176::__ANON__[(eval 1396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1353-Eval::Closure::Sandbox_1176::__ANON__[(eval 1396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1352"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_273::__ANON__[(eval 391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"1355-Eval::Closure::Sandbox_273::__ANON__[(eval 391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1354"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_358::__ANON__[(eval 518)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1357-Eval::Closure::Sandbox_358::__ANON__[(eval 518)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1356"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_1002::__ANON__[(eval 1217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":7.6e-06,"$area":7.6e-06},"id":"1359-Eval::Closure::Sandbox_1002::__ANON__[(eval 1217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7.6e-06},"id":"n1358"},{"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: 21&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"Eval::Closure::Sandbox_1048::__ANON__[(eval 1263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]","$color":0,"excl_time":2.08e-05,"$area":2.08e-05},"id":"1361-Eval::Closure::Sandbox_1048::__ANON__[(eval 1263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]"}],"data":{"$area":2.08e-05},"id":"n1360"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Eval::Closure::Sandbox_815::__ANON__[(eval 1026)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","$color":2,"excl_time":1.55e-05,"$area":1.55e-05},"id":"1363-Eval::Closure::Sandbox_815::__ANON__[(eval 1026)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]"}],"data":{"$area":1.55e-05},"id":"n1362"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_1111::__ANON__[(eval 1326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":7.7e-06,"$area":7.7e-06},"id":"1365-Eval::Closure::Sandbox_1111::__ANON__[(eval 1326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":7.7e-06},"id":"n1364"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1241::__ANON__[(eval 1550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1367-Eval::Closure::Sandbox_1241::__ANON__[(eval 1550)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n1366"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_1052::__ANON__[(eval 1267)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":7.1e-06,"$area":7.1e-06},"id":"1369-Eval::Closure::Sandbox_1052::__ANON__[(eval 1267)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.1e-06},"id":"n1368"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_762::__ANON__[(eval 973)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"1371-Eval::Closure::Sandbox_762::__ANON__[(eval 973)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n1370"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1214::__ANON__[(eval 1501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1373-Eval::Closure::Sandbox_1214::__ANON__[(eval 1501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n1372"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_1476::__ANON__[(eval 1836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":3,"excl_time":6.9e-06,"$area":6.9e-06},"id":"1375-Eval::Closure::Sandbox_1476::__ANON__[(eval 1836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":6.9e-06},"id":"n1374"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Eval::Closure::Sandbox_4::__ANON__[(eval 86)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":5,"excl_time":1.15e-05,"$area":1.15e-05},"id":"1377-Eval::Closure::Sandbox_4::__ANON__[(eval 86)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":1.15e-05},"id":"n1376"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_543::__ANON__[(eval 718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":7.8e-06,"$area":7.8e-06},"id":"1379-Eval::Closure::Sandbox_543::__ANON__[(eval 718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.8e-06},"id":"n1378"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_1535::__ANON__[(eval 1903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"1381-Eval::Closure::Sandbox_1535::__ANON__[(eval 1903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n1380"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_144::__ANON__[(eval 244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1383-Eval::Closure::Sandbox_144::__ANON__[(eval 244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":3.5e-06},"id":"n1382"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_94::__ANON__[(eval 194)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1385-Eval::Closure::Sandbox_94::__ANON__[(eval 194)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.3e-06},"id":"n1384"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_381::__ANON__[(eval 541)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1387-Eval::Closure::Sandbox_381::__ANON__[(eval 541)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.6e-06},"id":"n1386"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_1121::__ANON__[(eval 1336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1389-Eval::Closure::Sandbox_1121::__ANON__[(eval 1336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n1388"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_734::__ANON__[(eval 945)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":6.2e-06,"$area":6.2e-06},"id":"1391-Eval::Closure::Sandbox_734::__ANON__[(eval 945)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.2e-06},"id":"n1390"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_436::__ANON__[(eval 597)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":7.2e-06,"$area":7.2e-06},"id":"1393-Eval::Closure::Sandbox_436::__ANON__[(eval 597)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.2e-06},"id":"n1392"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_640::__ANON__[(eval 846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1395-Eval::Closure::Sandbox_640::__ANON__[(eval 846)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n1394"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_939::__ANON__[(eval 1153)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":5.8e-06,"$area":5.8e-06},"id":"1397-Eval::Closure::Sandbox_939::__ANON__[(eval 1153)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.8e-06},"id":"n1396"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_400::__ANON__[(eval 560)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1399-Eval::Closure::Sandbox_400::__ANON__[(eval 560)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n1398"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1515::__ANON__[(eval 1883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1401-Eval::Closure::Sandbox_1515::__ANON__[(eval 1883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1400"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_1098::__ANON__[(eval 1313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"1403-Eval::Closure::Sandbox_1098::__ANON__[(eval 1313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.4e-06},"id":"n1402"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_732::__ANON__[(eval 943)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":6.9e-06,"$area":6.9e-06},"id":"1405-Eval::Closure::Sandbox_732::__ANON__[(eval 943)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.9e-06},"id":"n1404"},{"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: 22&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Eval::Closure::Sandbox_377::__ANON__[(eval 537)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":2.19e-05,"$area":2.19e-05},"id":"1407-Eval::Closure::Sandbox_377::__ANON__[(eval 537)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":2.19e-05},"id":"n1406"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1412::__ANON__[(eval 1752)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1409-Eval::Closure::Sandbox_1412::__ANON__[(eval 1752)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n1408"},{"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":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1411-Eval::Closure::Sandbox_1210::__ANON__[(eval 1497)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1410"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Eval::Closure::Sandbox_508::__ANON__[(eval 676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":8.1e-06,"$area":8.1e-06},"id":"1413-Eval::Closure::Sandbox_508::__ANON__[(eval 676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":8.1e-06},"id":"n1412"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1236::__ANON__[(eval 1533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1415-Eval::Closure::Sandbox_1236::__ANON__[(eval 1533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n1414"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_416::__ANON__[(eval 577)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1417-Eval::Closure::Sandbox_416::__ANON__[(eval 577)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1416"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1058::__ANON__[(eval 1273)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":6.9e-06,"$area":6.9e-06},"id":"1419-Eval::Closure::Sandbox_1058::__ANON__[(eval 1273)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.9e-06},"id":"n1418"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_531::__ANON__[(eval 706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1421-Eval::Closure::Sandbox_531::__ANON__[(eval 706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n1420"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_206::__ANON__[(eval 323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1423-Eval::Closure::Sandbox_206::__ANON__[(eval 323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.5e-06},"id":"n1422"},{"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":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1425-Eval::Closure::Sandbox_717::__ANON__[(eval 927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1424"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_926::__ANON__[(eval 1140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1427-Eval::Closure::Sandbox_926::__ANON__[(eval 1140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.3e-06},"id":"n1426"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_316::__ANON__[(eval 437)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1429-Eval::Closure::Sandbox_316::__ANON__[(eval 437)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.7e-06},"id":"n1428"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_425::__ANON__[(eval 586)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1431-Eval::Closure::Sandbox_425::__ANON__[(eval 586)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1430"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_241::__ANON__[(eval 358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":6e-06,"$area":6e-06},"id":"1433-Eval::Closure::Sandbox_241::__ANON__[(eval 358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":6e-06},"id":"n1432"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_677::__ANON__[(eval 887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1435-Eval::Closure::Sandbox_677::__ANON__[(eval 887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.1e-06},"id":"n1434"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_325::__ANON__[(eval 446)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1437-Eval::Closure::Sandbox_325::__ANON__[(eval 446)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n1436"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_1061::__ANON__[(eval 1276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1439-Eval::Closure::Sandbox_1061::__ANON__[(eval 1276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.5e-06},"id":"n1438"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_764::__ANON__[(eval 975)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":6.1e-06,"$area":6.1e-06},"id":"1441-Eval::Closure::Sandbox_764::__ANON__[(eval 975)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.1e-06},"id":"n1440"},{"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":2.7e-06,"subname":"Eval::Closure::Sandbox_364::__ANON__[(eval 524)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1443-Eval::Closure::Sandbox_364::__ANON__[(eval 524)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1442"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_352::__ANON__[(eval 512)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1445-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 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_352::CORE:match","$color":7,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1446-Eval::Closure::Sandbox_352::CORE:match"}],"data":{"$area":1.07e-05},"id":"n1444"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_874::__ANON__[(eval 1088)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":7.1e-06,"$area":7.1e-06},"id":"1448-Eval::Closure::Sandbox_874::__ANON__[(eval 1088)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.1e-06},"id":"n1447"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1431::__ANON__[(eval 1771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1450-Eval::Closure::Sandbox_1431::__ANON__[(eval 1771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1449"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_323::__ANON__[(eval 444)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1452-Eval::Closure::Sandbox_323::__ANON__[(eval 444)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.7e-06},"id":"n1451"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_193::__ANON__[(eval 309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1454-Eval::Closure::Sandbox_193::__ANON__[(eval 309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n1453"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_351::__ANON__[(eval 511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1456-Eval::Closure::Sandbox_351::__ANON__[(eval 511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n1455"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1344::__ANON__[(eval 1684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1458-Eval::Closure::Sandbox_1344::__ANON__[(eval 1684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n1457"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1384::__ANON__[(eval 1724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1460-Eval::Closure::Sandbox_1384::__ANON__[(eval 1724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1459"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_895::__ANON__[(eval 1109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1462-Eval::Closure::Sandbox_895::__ANON__[(eval 1109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.3e-06},"id":"n1461"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1285::__ANON__[(eval 1625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1464-Eval::Closure::Sandbox_1285::__ANON__[(eval 1625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1463"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_13::__ANON__[(eval 95)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1466-Eval::Closure::Sandbox_13::__ANON__[(eval 95)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n1465"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_970::__ANON__[(eval 1184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":7,"excl_time":7.6e-06,"$area":7.6e-06},"id":"1468-Eval::Closure::Sandbox_970::__ANON__[(eval 1184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":7.6e-06},"id":"n1467"},{"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":3.9e-06,"subname":"Eval::Closure::Sandbox_1301::__ANON__[(eval 1641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1470-Eval::Closure::Sandbox_1301::__ANON__[(eval 1641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n1469"},{"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":5.7e-06,"subname":"Eval::Closure::Sandbox_1520::__ANON__[(eval 1888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":0,"excl_time":5.7e-06,"$area":5.7e-06},"id":"1472-Eval::Closure::Sandbox_1520::__ANON__[(eval 1888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":5.7e-06},"id":"n1471"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_167::__ANON__[(eval 277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1474-Eval::Closure::Sandbox_167::__ANON__[(eval 277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1473"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1334::__ANON__[(eval 1674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1476-Eval::Closure::Sandbox_1334::__ANON__[(eval 1674)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1475"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_833::__ANON__[(eval 1044)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.9e-06,"$area":6.9e-06},"id":"1478-Eval::Closure::Sandbox_833::__ANON__[(eval 1044)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.9e-06},"id":"n1477"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_902::__ANON__[(eval 1116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1480-Eval::Closure::Sandbox_902::__ANON__[(eval 1116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n1479"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_222::__ANON__[(eval 339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":6.2e-06,"$area":6.2e-06},"id":"1482-Eval::Closure::Sandbox_222::__ANON__[(eval 339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.2e-06},"id":"n1481"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_684::__ANON__[(eval 894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"1484-Eval::Closure::Sandbox_684::__ANON__[(eval 894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n1483"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Eval::Closure::Sandbox_70::__ANON__[(eval 170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]","$color":3,"excl_time":1.16e-05,"$area":1.16e-05},"id":"1486-Eval::Closure::Sandbox_70::__ANON__[(eval 170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]"}],"data":{"$area":1.16e-05},"id":"n1485"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1130::__ANON__[(eval 1345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1488-Eval::Closure::Sandbox_1130::__ANON__[(eval 1345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n1487"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1329::__ANON__[(eval 1669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1490-Eval::Closure::Sandbox_1329::__ANON__[(eval 1669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.5e-06},"id":"n1489"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1222::__ANON__[(eval 1509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1492-Eval::Closure::Sandbox_1222::__ANON__[(eval 1509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n1491"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_195::__ANON__[(eval 311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1494-Eval::Closure::Sandbox_195::__ANON__[(eval 311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n1493"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1277::__ANON__[(eval 1617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1496-Eval::Closure::Sandbox_1277::__ANON__[(eval 1617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1495"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_104::__ANON__[(eval 204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1498-Eval::Closure::Sandbox_104::__ANON__[(eval 204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.3e-06},"id":"n1497"},{"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":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1500-Eval::Closure::Sandbox_1320::__ANON__[(eval 1660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1499"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_615::__ANON__[(eval 821)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1502-Eval::Closure::Sandbox_615::__ANON__[(eval 821)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1501"},{"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":5.2e-06,"subname":"Eval::Closure::Sandbox_985::__ANON__[(eval 1200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":10,"excl_time":5.2e-06,"$area":5.2e-06},"id":"1504-Eval::Closure::Sandbox_985::__ANON__[(eval 1200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":5.2e-06},"id":"n1503"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Eval::Closure::Sandbox_312::__ANON__[(eval 431)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":1,"excl_time":1.1e-05,"$area":1.1e-05},"id":"1506-Eval::Closure::Sandbox_312::__ANON__[(eval 431)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.1e-05},"id":"n1505"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1417::__ANON__[(eval 1757)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":6e-06,"$area":6e-06},"id":"1508-Eval::Closure::Sandbox_1417::__ANON__[(eval 1757)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6e-06},"id":"n1507"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1510-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: 38&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":5,"excl_time":3.12999999996992e-05,"$area":3.12999999996992e-05},"id":"1511-Eval::Closure::Sandbox_60::__ANON__[(eval 142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":3.37999999996992e-05},"id":"n1509"},{"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: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Eval::Closure::Sandbox_746::__ANON__[(eval 957)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]","$color":7,"excl_time":1.97e-05,"$area":1.97e-05},"id":"1513-Eval::Closure::Sandbox_746::__ANON__[(eval 957)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]"}],"data":{"$area":1.97e-05},"id":"n1512"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_698::__ANON__[(eval 908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":9,"excl_time":5.9e-06,"$area":5.9e-06},"id":"1515-Eval::Closure::Sandbox_698::__ANON__[(eval 908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":5.9e-06},"id":"n1514"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1376::__ANON__[(eval 1716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1517-Eval::Closure::Sandbox_1376::__ANON__[(eval 1716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1516"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_407::__ANON__[(eval 567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1519-Eval::Closure::Sandbox_407::__ANON__[(eval 567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.8e-06},"id":"n1518"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1345::__ANON__[(eval 1685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1521-Eval::Closure::Sandbox_1345::__ANON__[(eval 1685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1520"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_189::__ANON__[(eval 305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1523-Eval::Closure::Sandbox_189::__ANON__[(eval 305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1522"},{"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: 21&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":8,"excl_time":2.09e-05,"$area":2.09e-05},"id":"1525-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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1526-Eval::Closure::Sandbox_56::__ANON__[(eval 138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.35e-05},"id":"n1524"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1400::__ANON__[(eval 1740)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1528-Eval::Closure::Sandbox_1400::__ANON__[(eval 1740)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1527"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_171::__ANON__[(eval 284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1530-Eval::Closure::Sandbox_171::__ANON__[(eval 284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n1529"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1308::__ANON__[(eval 1648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":8.6e-06,"$area":8.6e-06},"id":"1532-Eval::Closure::Sandbox_1308::__ANON__[(eval 1648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.6e-06},"id":"n1531"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1547::__ANON__[(eval 1915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1534-Eval::Closure::Sandbox_1547::__ANON__[(eval 1915)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":6.7e-06},"id":"n1533"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_991::__ANON__[(eval 1206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1536-Eval::Closure::Sandbox_991::__ANON__[(eval 1206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n1535"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_914::__ANON__[(eval 1128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"1538-Eval::Closure::Sandbox_914::__ANON__[(eval 1128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":6.4e-06},"id":"n1537"},{"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: 4&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":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1540-Eval::Closure::Sandbox_1331::__ANON__[(eval 1671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1539"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1139::__ANON__[(eval 1359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1542-Eval::Closure::Sandbox_1139::__ANON__[(eval 1359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n1541"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_584::__ANON__[(eval 786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1544-Eval::Closure::Sandbox_584::__ANON__[(eval 786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1543"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_1028::__ANON__[(eval 1243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1546-Eval::Closure::Sandbox_1028::__ANON__[(eval 1243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.3e-06},"id":"n1545"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_689::__ANON__[(eval 899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1548-Eval::Closure::Sandbox_689::__ANON__[(eval 899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1547"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1440::__ANON__[(eval 1780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1550-Eval::Closure::Sandbox_1440::__ANON__[(eval 1780)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1549"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1109::__ANON__[(eval 1324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]","$color":1,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1552-Eval::Closure::Sandbox_1109::__ANON__[(eval 1324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]"}],"data":{"$area":5.6e-06},"id":"n1551"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_987::__ANON__[(eval 1202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"1554-Eval::Closure::Sandbox_987::__ANON__[(eval 1202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1553"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_948::__ANON__[(eval 1162)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1556-Eval::Closure::Sandbox_948::__ANON__[(eval 1162)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n1555"},{"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":8.8e-06,"subname":"Eval::Closure::Sandbox_1438::__ANON__[(eval 1778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":8.8e-06,"$area":8.8e-06},"id":"1558-Eval::Closure::Sandbox_1438::__ANON__[(eval 1778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":8.8e-06},"id":"n1557"},{"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":3.2e-06,"subname":"Eval::Closure::Sandbox_257::__ANON__[(eval 375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1560-Eval::Closure::Sandbox_257::__ANON__[(eval 375)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n1559"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_1296::__ANON__[(eval 1636)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":0,"excl_time":7.4e-06,"$area":7.4e-06},"id":"1562-Eval::Closure::Sandbox_1296::__ANON__[(eval 1636)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":7.4e-06},"id":"n1561"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_1563::__ANON__[(eval 1931)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]","$color":2,"excl_time":7.9e-06,"$area":7.9e-06},"id":"1564-Eval::Closure::Sandbox_1563::__ANON__[(eval 1931)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]"}],"data":{"$area":7.9e-06},"id":"n1563"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1251::__ANON__[(eval 1567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1566-Eval::Closure::Sandbox_1251::__ANON__[(eval 1567)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1565"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_919::__ANON__[(eval 1133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1568-Eval::Closure::Sandbox_919::__ANON__[(eval 1133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.8e-06},"id":"n1567"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_975::__ANON__[(eval 1189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1570-Eval::Closure::Sandbox_975::__ANON__[(eval 1189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1569"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_484::__ANON__[(eval 650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1572-Eval::Closure::Sandbox_484::__ANON__[(eval 650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":6.8e-06},"id":"n1571"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_724::__ANON__[(eval 935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1574-Eval::Closure::Sandbox_724::__ANON__[(eval 935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n1573"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_548::__ANON__[(eval 723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1576-Eval::Closure::Sandbox_548::__ANON__[(eval 723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.8e-06},"id":"n1575"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_111::__ANON__[(eval 211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":5.8e-06,"$area":5.8e-06},"id":"1578-Eval::Closure::Sandbox_111::__ANON__[(eval 211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.8e-06},"id":"n1577"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_307::__ANON__[(eval 426)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1580-Eval::Closure::Sandbox_307::__ANON__[(eval 426)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n1579"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_163::__ANON__[(eval 268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1582-Eval::Closure::Sandbox_163::__ANON__[(eval 268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n1581"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_636::__ANON__[(eval 842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1584-Eval::Closure::Sandbox_636::__ANON__[(eval 842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.5e-06},"id":"n1583"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_977::__ANON__[(eval 1191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1586-Eval::Closure::Sandbox_977::__ANON__[(eval 1191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1585"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_1046::__ANON__[(eval 1261)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":8e-06,"$area":8e-06},"id":"1588-Eval::Closure::Sandbox_1046::__ANON__[(eval 1261)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8e-06},"id":"n1587"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_339::__ANON__[(eval 499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1590-Eval::Closure::Sandbox_339::__ANON__[(eval 499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.8e-06},"id":"n1589"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_720::__ANON__[(eval 930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1592-Eval::Closure::Sandbox_720::__ANON__[(eval 930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n1591"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_258::__ANON__[(eval 376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"1594-Eval::Closure::Sandbox_258::__ANON__[(eval 376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n1593"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_612::__ANON__[(eval 818)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1596-Eval::Closure::Sandbox_612::__ANON__[(eval 818)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.7e-06},"id":"n1595"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_253::__ANON__[(eval 371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"1598-Eval::Closure::Sandbox_253::__ANON__[(eval 371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.3e-06},"id":"n1597"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1365::__ANON__[(eval 1705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1600-Eval::Closure::Sandbox_1365::__ANON__[(eval 1705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1599"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1290::__ANON__[(eval 1630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1602-Eval::Closure::Sandbox_1290::__ANON__[(eval 1630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1601"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_180::__ANON__[(eval 296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":9,"excl_time":7.3e-06,"$area":7.3e-06},"id":"1604-Eval::Closure::Sandbox_180::__ANON__[(eval 296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":7.3e-06},"id":"n1603"},{"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":2.6e-06,"subname":"Eval::Closure::Sandbox_1224::__ANON__[(eval 1511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1606-Eval::Closure::Sandbox_1224::__ANON__[(eval 1511)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1605"},{"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":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1608-Eval::Closure::Sandbox_1323::__ANON__[(eval 1663)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n1607"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_121::__ANON__[(eval 221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"1610-Eval::Closure::Sandbox_121::__ANON__[(eval 221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.4e-06},"id":"n1609"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_342::__ANON__[(eval 502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1612-Eval::Closure::Sandbox_342::__ANON__[(eval 502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n1611"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1198::__ANON__[(eval 1472)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1614-Eval::Closure::Sandbox_1198::__ANON__[(eval 1472)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1613"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_1011::__ANON__[(eval 1226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":5.9e-06,"$area":5.9e-06},"id":"1616-Eval::Closure::Sandbox_1011::__ANON__[(eval 1226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.9e-06},"id":"n1615"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_346::__ANON__[(eval 506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1618-Eval::Closure::Sandbox_346::__ANON__[(eval 506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n1617"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1157::__ANON__[(eval 1377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1620-Eval::Closure::Sandbox_1157::__ANON__[(eval 1377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1619"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_314::__ANON__[(eval 435)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"1622-Eval::Closure::Sandbox_314::__ANON__[(eval 435)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n1621"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Eval::Closure::Sandbox_900::__ANON__[(eval 1114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]","$color":7,"excl_time":1.53e-05,"$area":1.53e-05},"id":"1624-Eval::Closure::Sandbox_900::__ANON__[(eval 1114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:119]"}],"data":{"$area":1.53e-05},"id":"n1623"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1063::__ANON__[(eval 1278)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1626-Eval::Closure::Sandbox_1063::__ANON__[(eval 1278)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.8e-06},"id":"n1625"},{"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":0,"excl_time":4e-06,"$area":4e-06},"id":"1628-Eval::Closure::Sandbox_603::__ANON__[(eval 809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1627"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_428::__ANON__[(eval 589)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1630-Eval::Closure::Sandbox_428::__ANON__[(eval 589)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.3e-06},"id":"n1629"},{"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":4.4e-06,"subname":"Eval::Closure::Sandbox_876::__ANON__[(eval 1090)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1632-Eval::Closure::Sandbox_876::__ANON__[(eval 1090)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n1631"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1351::__ANON__[(eval 1691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1634-Eval::Closure::Sandbox_1351::__ANON__[(eval 1691)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1633"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_884::__ANON__[(eval 1098)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1636-Eval::Closure::Sandbox_884::__ANON__[(eval 1098)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":4.8e-06},"id":"n1635"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1263::__ANON__[(eval 1603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1638-Eval::Closure::Sandbox_1263::__ANON__[(eval 1603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1637"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_159::__ANON__[(eval 263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1640-Eval::Closure::Sandbox_159::__ANON__[(eval 263)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n1639"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1219::__ANON__[(eval 1506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":3,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1642-Eval::Closure::Sandbox_1219::__ANON__[(eval 1506)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":4.8e-06},"id":"n1641"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_576::__ANON__[(eval 778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1644-Eval::Closure::Sandbox_576::__ANON__[(eval 778)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n1643"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1245::__ANON__[(eval 1561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1646-Eval::Closure::Sandbox_1245::__ANON__[(eval 1561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1645"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_102::__ANON__[(eval 202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1648-Eval::Closure::Sandbox_102::__ANON__[(eval 202)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.5e-06},"id":"n1647"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1021::__ANON__[(eval 1236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1650-Eval::Closure::Sandbox_1021::__ANON__[(eval 1236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.7e-06},"id":"n1649"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_392::__ANON__[(eval 552)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1652-Eval::Closure::Sandbox_392::__ANON__[(eval 552)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n1651"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_771::__ANON__[(eval 982)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1654-Eval::Closure::Sandbox_771::__ANON__[(eval 982)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1653"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Eval::Closure::Sandbox_38::__ANON__[(eval 120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":6,"excl_time":9.7e-06,"$area":9.7e-06},"id":"1656-Eval::Closure::Sandbox_38::__ANON__[(eval 120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":9.7e-06},"id":"n1655"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1360::__ANON__[(eval 1700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1658-Eval::Closure::Sandbox_1360::__ANON__[(eval 1700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1657"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_722::__ANON__[(eval 933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1660-Eval::Closure::Sandbox_722::__ANON__[(eval 933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1659"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_150::__ANON__[(eval 251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":5e-06,"$area":5e-06},"id":"1662-Eval::Closure::Sandbox_150::__ANON__[(eval 251)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5e-06},"id":"n1661"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1269::__ANON__[(eval 1609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1664-Eval::Closure::Sandbox_1269::__ANON__[(eval 1609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n1663"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1449::__ANON__[(eval 1789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1666-Eval::Closure::Sandbox_1449::__ANON__[(eval 1789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n1665"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1668-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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1669-Eval::Closure::Sandbox_52::__ANON__[(eval 134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":5.2e-06},"id":"n1667"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1294::__ANON__[(eval 1634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1671-Eval::Closure::Sandbox_1294::__ANON__[(eval 1634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1670"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1382::__ANON__[(eval 1722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1673-Eval::Closure::Sandbox_1382::__ANON__[(eval 1722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1672"},{"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":3.2e-06,"subname":"Eval::Closure::Sandbox_1082::__ANON__[(eval 1297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1675-Eval::Closure::Sandbox_1082::__ANON__[(eval 1297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n1674"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_388::__ANON__[(eval 548)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1677-Eval::Closure::Sandbox_388::__ANON__[(eval 548)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n1676"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_327::__ANON__[(eval 448)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":5.8e-06,"$area":5.8e-06},"id":"1679-Eval::Closure::Sandbox_327::__ANON__[(eval 448)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.8e-06},"id":"n1678"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1468::__ANON__[(eval 1808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1681-Eval::Closure::Sandbox_1468::__ANON__[(eval 1808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n1680"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Eval::Closure::Sandbox_1141::__ANON__[(eval 1361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]","$color":10,"excl_time":1.35e-05,"$area":1.35e-05},"id":"1683-Eval::Closure::Sandbox_1141::__ANON__[(eval 1361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]"}],"data":{"$area":1.35e-05},"id":"n1682"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_298::__ANON__[(eval 417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":1,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1685-Eval::Closure::Sandbox_298::__ANON__[(eval 417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":6.6e-06},"id":"n1684"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_703::__ANON__[(eval 913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":5.8e-06,"$area":5.8e-06},"id":"1687-Eval::Closure::Sandbox_703::__ANON__[(eval 913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.8e-06},"id":"n1686"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_556::__ANON__[(eval 758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1689-Eval::Closure::Sandbox_556::__ANON__[(eval 758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n1688"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_80::__ANON__[(eval 180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":5.9e-06,"$area":5.9e-06},"id":"1691-Eval::Closure::Sandbox_80::__ANON__[(eval 180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.9e-06},"id":"n1690"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1523::__ANON__[(eval 1891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1693-Eval::Closure::Sandbox_1523::__ANON__[(eval 1891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1692"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1171::__ANON__[(eval 1391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1695-Eval::Closure::Sandbox_1171::__ANON__[(eval 1391)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n1694"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_210::__ANON__[(eval 327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":6e-06,"$area":6e-06},"id":"1697-Eval::Closure::Sandbox_210::__ANON__[(eval 327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n1696"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_935::__ANON__[(eval 1149)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1699-Eval::Closure::Sandbox_935::__ANON__[(eval 1149)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n1698"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1486::__ANON__[(eval 1848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1701-Eval::Closure::Sandbox_1486::__ANON__[(eval 1848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1700"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_513::__ANON__[(eval 681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1703-Eval::Closure::Sandbox_513::__ANON__[(eval 681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n1702"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_434::__ANON__[(eval 595)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1705-Eval::Closure::Sandbox_434::__ANON__[(eval 595)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.6e-06},"id":"n1704"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_638::__ANON__[(eval 844)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1707-Eval::Closure::Sandbox_638::__ANON__[(eval 844)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n1706"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_1493::__ANON__[(eval 1855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]","$color":3,"excl_time":1.05e-05,"$area":1.05e-05},"id":"1709-Eval::Closure::Sandbox_1493::__ANON__[(eval 1855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]"}],"data":{"$area":1.05e-05},"id":"n1708"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_386::__ANON__[(eval 546)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1711-Eval::Closure::Sandbox_386::__ANON__[(eval 546)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n1710"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1031::__ANON__[(eval 1246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1713-Eval::Closure::Sandbox_1031::__ANON__[(eval 1246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n1712"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_823::__ANON__[(eval 1034)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1715-Eval::Closure::Sandbox_823::__ANON__[(eval 1034)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.8e-06},"id":"n1714"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_804::__ANON__[(eval 1015)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1717-Eval::Closure::Sandbox_804::__ANON__[(eval 1015)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.5e-06},"id":"n1716"},{"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":2,"excl_time":4e-06,"$area":4e-06},"id":"1719-Eval::Closure::Sandbox_1181::__ANON__[(eval 1402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4e-06},"id":"n1718"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_146::__ANON__[(eval 246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1721-Eval::Closure::Sandbox_146::__ANON__[(eval 246)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n1720"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_693::__ANON__[(eval 903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1723-Eval::Closure::Sandbox_693::__ANON__[(eval 903)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1722"},{"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":8,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1725-Eval::Closure::Sandbox_1540::__ANON__[(eval 1908)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1724"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_51::__ANON__[(eval 133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1727-Eval::Closure::Sandbox_51::__ANON__[(eval 133)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1726"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_363::__ANON__[(eval 523)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1729-Eval::Closure::Sandbox_363::__ANON__[(eval 523)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n1728"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1433::__ANON__[(eval 1773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1731-Eval::Closure::Sandbox_1433::__ANON__[(eval 1773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n1730"},{"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":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1733-Eval::Closure::Sandbox_1326::__ANON__[(eval 1666)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1732"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Eval::Closure::Sandbox_521::__ANON__[(eval 689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":8.5e-06,"$area":8.5e-06},"id":"1735-Eval::Closure::Sandbox_521::__ANON__[(eval 689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.5e-06},"id":"n1734"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_1001::__ANON__[(eval 1216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1737-Eval::Closure::Sandbox_1001::__ANON__[(eval 1216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.8e-06},"id":"n1736"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_591::__ANON__[(eval 793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":0,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1739-Eval::Closure::Sandbox_591::__ANON__[(eval 793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.8e-06},"id":"n1738"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_99::__ANON__[(eval 199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"1741-Eval::Closure::Sandbox_99::__ANON__[(eval 199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.4e-06},"id":"n1740"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_73::__ANON__[(eval 173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1743-Eval::Closure::Sandbox_73::__ANON__[(eval 173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.1e-06},"id":"n1742"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Eval::Closure::Sandbox_817::__ANON__[(eval 1028)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":1.24e-05,"$area":1.24e-05},"id":"1745-Eval::Closure::Sandbox_817::__ANON__[(eval 1028)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.24e-05},"id":"n1744"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_354::__ANON__[(eval 514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1747-Eval::Closure::Sandbox_354::__ANON__[(eval 514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1746"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1414::__ANON__[(eval 1754)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1749-Eval::Closure::Sandbox_1414::__ANON__[(eval 1754)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n1748"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_204::__ANON__[(eval 321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":5.2e-06,"$area":5.2e-06},"id":"1751-Eval::Closure::Sandbox_204::__ANON__[(eval 321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.2e-06},"id":"n1750"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_653::__ANON__[(eval 859)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":7.3e-06,"$area":7.3e-06},"id":"1753-Eval::Closure::Sandbox_653::__ANON__[(eval 859)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.3e-06},"id":"n1752"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_993::__ANON__[(eval 1208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":8e-06,"$area":8e-06},"id":"1755-Eval::Closure::Sandbox_993::__ANON__[(eval 1208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8e-06},"id":"n1754"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_608::__ANON__[(eval 814)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1757-Eval::Closure::Sandbox_608::__ANON__[(eval 814)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n1756"},{"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":3.8e-06,"subname":"Eval::Closure::Sandbox_262::__ANON__[(eval 380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1759-Eval::Closure::Sandbox_262::__ANON__[(eval 380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n1758"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Eval::Closure::Sandbox_1558::__ANON__[(eval 1926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":0,"excl_time":8.5e-06,"$area":8.5e-06},"id":"1761-Eval::Closure::Sandbox_1558::__ANON__[(eval 1926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":8.5e-06},"id":"n1760"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_596::__ANON__[(eval 798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1763-Eval::Closure::Sandbox_596::__ANON__[(eval 798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.8e-06},"id":"n1762"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_620::__ANON__[(eval 826)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1765-Eval::Closure::Sandbox_620::__ANON__[(eval 826)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n1764"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1168::__ANON__[(eval 1388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]","$color":6,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1767-Eval::Closure::Sandbox_1168::__ANON__[(eval 1388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]"}],"data":{"$area":5.5e-06},"id":"n1766"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_853::__ANON__[(eval 1067)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1769-Eval::Closure::Sandbox_853::__ANON__[(eval 1067)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.6e-06},"id":"n1768"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_802::__ANON__[(eval 1013)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":10,"excl_time":6.8e-06,"$area":6.8e-06},"id":"1771-Eval::Closure::Sandbox_802::__ANON__[(eval 1013)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":6.8e-06},"id":"n1770"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1212::__ANON__[(eval 1499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1773-Eval::Closure::Sandbox_1212::__ANON__[(eval 1499)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n1772"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_92::__ANON__[(eval 192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1775-Eval::Closure::Sandbox_92::__ANON__[(eval 192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.5e-06},"id":"n1774"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_1416::__ANON__[(eval 1756)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1777-Eval::Closure::Sandbox_1416::__ANON__[(eval 1756)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.6e-06},"id":"n1776"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_64::__ANON__[(eval 146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1779-Eval::Closure::Sandbox_64::__ANON__[(eval 146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1778"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_570::__ANON__[(eval 772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":6.9e-06,"$area":6.9e-06},"id":"1781-Eval::Closure::Sandbox_570::__ANON__[(eval 772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":6.9e-06},"id":"n1780"},{"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":3.8e-06,"subname":"Eval::Closure::Sandbox_972::__ANON__[(eval 1186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1783-Eval::Closure::Sandbox_972::__ANON__[(eval 1186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1782"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_546::__ANON__[(eval 721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":2,"excl_time":8e-06,"$area":8e-06},"id":"1785-Eval::Closure::Sandbox_546::__ANON__[(eval 721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":8e-06},"id":"n1784"},{"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":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1787-Eval::Closure::Sandbox_1283::__ANON__[(eval 1623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1786"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_379::__ANON__[(eval 539)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":7.1e-06,"$area":7.1e-06},"id":"1789-Eval::Closure::Sandbox_379::__ANON__[(eval 539)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.1e-06},"id":"n1788"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_581::__ANON__[(eval 783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1791-Eval::Closure::Sandbox_581::__ANON__[(eval 783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n1790"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_830::__ANON__[(eval 1041)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"1793-Eval::Closure::Sandbox_830::__ANON__[(eval 1041)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n1792"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_748::__ANON__[(eval 959)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":5e-06,"$area":5e-06},"id":"1795-Eval::Closure::Sandbox_748::__ANON__[(eval 959)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5e-06},"id":"n1794"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_912::__ANON__[(eval 1126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1797-Eval::Closure::Sandbox_912::__ANON__[(eval 1126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1796"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_472::__ANON__[(eval 638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1799-Eval::Closure::Sandbox_472::__ANON__[(eval 638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n1798"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_682::__ANON__[(eval 892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":7.7e-06,"$area":7.7e-06},"id":"1801-Eval::Closure::Sandbox_682::__ANON__[(eval 892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7.7e-06},"id":"n1800"},{"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":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1803-Eval::Closure::Sandbox_1103::__ANON__[(eval 1318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n1802"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1229::__ANON__[(eval 1522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1805-Eval::Closure::Sandbox_1229::__ANON__[(eval 1522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1804"},{"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.59e-05,"subname":"Eval::Closure::Sandbox_1402::__ANON__[(eval 1742)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]","$color":2,"excl_time":1.59e-05,"$area":1.59e-05},"id":"1807-Eval::Closure::Sandbox_1402::__ANON__[(eval 1742)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]"}],"data":{"$area":1.59e-05},"id":"n1806"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_470::__ANON__[(eval 634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":6.4e-06,"$area":6.4e-06},"id":"1809-Eval::Closure::Sandbox_470::__ANON__[(eval 634)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.4e-06},"id":"n1808"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_439::__ANON__[(eval 600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1811-Eval::Closure::Sandbox_439::__ANON__[(eval 600)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n1810"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1306::__ANON__[(eval 1646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"1813-Eval::Closure::Sandbox_1306::__ANON__[(eval 1646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n1812"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Eval::Closure::Sandbox_1081::__ANON__[(eval 1296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:63]","$color":10,"excl_time":8.7e-06,"$area":8.7e-06},"id":"1815-Eval::Closure::Sandbox_1081::__ANON__[(eval 1296)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:63]"}],"data":{"$area":8.7e-06},"id":"n1814"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_586::__ANON__[(eval 788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1817-Eval::Closure::Sandbox_586::__ANON__[(eval 788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n1816"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1191::__ANON__[(eval 1417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"1819-Eval::Closure::Sandbox_1191::__ANON__[(eval 1417)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n1818"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_780::__ANON__[(eval 991)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1821-Eval::Closure::Sandbox_780::__ANON__[(eval 991)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.6e-06},"id":"n1820"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_118::__ANON__[(eval 218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:142]","$color":7,"excl_time":8.6e-06,"$area":8.6e-06},"id":"1823-Eval::Closure::Sandbox_118::__ANON__[(eval 218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:142]"}],"data":{"$area":8.6e-06},"id":"n1822"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_185::__ANON__[(eval 301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":5.4e-06,"$area":5.4e-06},"id":"1825-Eval::Closure::Sandbox_185::__ANON__[(eval 301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5.4e-06},"id":"n1824"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Eval::Closure::Sandbox_835::__ANON__[(eval 1046)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":0,"excl_time":1.16e-05,"$area":1.16e-05},"id":"1827-Eval::Closure::Sandbox_835::__ANON__[(eval 1046)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":1.16e-05},"id":"n1826"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1442::__ANON__[(eval 1782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1829-Eval::Closure::Sandbox_1442::__ANON__[(eval 1782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.6e-06},"id":"n1828"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1390::__ANON__[(eval 1730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1831-Eval::Closure::Sandbox_1390::__ANON__[(eval 1730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1830"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_944::__ANON__[(eval 1158)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1833-Eval::Closure::Sandbox_944::__ANON__[(eval 1158)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1832"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_843::__ANON__[(eval 1056)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1835-Eval::Closure::Sandbox_843::__ANON__[(eval 1056)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n1834"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1075::__ANON__[(eval 1290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1837-Eval::Closure::Sandbox_1075::__ANON__[(eval 1290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1836"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_588::__ANON__[(eval 790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":1,"excl_time":7.2e-06,"$area":7.2e-06},"id":"1839-Eval::Closure::Sandbox_588::__ANON__[(eval 790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":7.2e-06},"id":"n1838"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1537::__ANON__[(eval 1905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:42]","$color":3,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1841-Eval::Closure::Sandbox_1537::__ANON__[(eval 1905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:42]"}],"data":{"$area":6.5e-06},"id":"n1840"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1507::__ANON__[(eval 1875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1843-Eval::Closure::Sandbox_1507::__ANON__[(eval 1875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1842"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_1113::__ANON__[(eval 1328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1845-Eval::Closure::Sandbox_1113::__ANON__[(eval 1328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.9e-06},"id":"n1844"},{"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":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1847-Eval::Closure::Sandbox_736::__ANON__[(eval 947)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n1846"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1234::__ANON__[(eval 1531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1849-Eval::Closure::Sandbox_1234::__ANON__[(eval 1531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1848"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_668::__ANON__[(eval 878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1851-Eval::Closure::Sandbox_668::__ANON__[(eval 878)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.4e-06},"id":"n1850"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_569::__ANON__[(eval 771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1853-Eval::Closure::Sandbox_569::__ANON__[(eval 771)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n1852"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_212::__ANON__[(eval 329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1855-Eval::Closure::Sandbox_212::__ANON__[(eval 329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n1854"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1443::__ANON__[(eval 1783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1857-Eval::Closure::Sandbox_1443::__ANON__[(eval 1783)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n1856"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_511::__ANON__[(eval 679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":8e-06,"$area":8e-06},"id":"1859-Eval::Closure::Sandbox_511::__ANON__[(eval 679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":8e-06},"id":"n1858"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1498::__ANON__[(eval 1866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1861-Eval::Closure::Sandbox_1498::__ANON__[(eval 1866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1860"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Eval::Closure::Sandbox_332::__ANON__[(eval 453)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]","$color":3,"excl_time":1.51e-05,"$area":1.51e-05},"id":"1863-Eval::Closure::Sandbox_332::__ANON__[(eval 453)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:81]"}],"data":{"$area":1.51e-05},"id":"n1862"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1503::__ANON__[(eval 1871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1865-Eval::Closure::Sandbox_1503::__ANON__[(eval 1871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1864"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1123::__ANON__[(eval 1338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1867-Eval::Closure::Sandbox_1123::__ANON__[(eval 1338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1866"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_285::__ANON__[(eval 404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1869-Eval::Closure::Sandbox_285::__ANON__[(eval 404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n1868"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_671::__ANON__[(eval 881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":6.1e-06,"$area":6.1e-06},"id":"1871-Eval::Closure::Sandbox_671::__ANON__[(eval 881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.1e-06},"id":"n1870"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1453::__ANON__[(eval 1793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1873-Eval::Closure::Sandbox_1453::__ANON__[(eval 1793)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1872"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1565::__ANON__[(eval 1933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1875-Eval::Closure::Sandbox_1565::__ANON__[(eval 1933)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1874"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_191::__ANON__[(eval 307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":5.1e-06,"$area":5.1e-06},"id":"1877-Eval::Closure::Sandbox_191::__ANON__[(eval 307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5.1e-06},"id":"n1876"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_136::__ANON__[(eval 236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1879-Eval::Closure::Sandbox_136::__ANON__[(eval 236)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n1878"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_819::__ANON__[(eval 1030)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1881-Eval::Closure::Sandbox_819::__ANON__[(eval 1030)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n1880"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_687::__ANON__[(eval 897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1883-Eval::Closure::Sandbox_687::__ANON__[(eval 897)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1882"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1347::__ANON__[(eval 1687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"1885-Eval::Closure::Sandbox_1347::__ANON__[(eval 1687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n1884"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_928::__ANON__[(eval 1142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":7.7e-06,"$area":7.7e-06},"id":"1887-Eval::Closure::Sandbox_928::__ANON__[(eval 1142)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7.7e-06},"id":"n1886"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_330::__ANON__[(eval 451)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1889-Eval::Closure::Sandbox_330::__ANON__[(eval 451)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.2e-06},"id":"n1888"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Eval::Closure::Sandbox_214::__ANON__[(eval 331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":9,"excl_time":1.66e-05,"$area":1.66e-05},"id":"1891-Eval::Closure::Sandbox_214::__ANON__[(eval 331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":1.66e-05},"id":"n1890"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_116::__ANON__[(eval 216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"1893-Eval::Closure::Sandbox_116::__ANON__[(eval 216)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.6e-06},"id":"n1892"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_631::__ANON__[(eval 837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"1895-Eval::Closure::Sandbox_631::__ANON__[(eval 837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.8e-06},"id":"n1894"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1549::__ANON__[(eval 1917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1897-Eval::Closure::Sandbox_1549::__ANON__[(eval 1917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1896"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_997::__ANON__[(eval 1212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1899-Eval::Closure::Sandbox_997::__ANON__[(eval 1212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":3.9e-06},"id":"n1898"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Eval::Closure::Sandbox_275::__ANON__[(eval 393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]","$color":8,"excl_time":1.33e-05,"$area":1.33e-05},"id":"1901-Eval::Closure::Sandbox_275::__ANON__[(eval 393)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:101]"}],"data":{"$area":1.33e-05},"id":"n1900"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_48::__ANON__[(eval 130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1903-Eval::Closure::Sandbox_48::__ANON__[(eval 130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n1902"},{"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":3.4e-06,"subname":"Eval::Closure::Sandbox_187::__ANON__[(eval 303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1905-Eval::Closure::Sandbox_187::__ANON__[(eval 303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n1904"},{"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: 20&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Eval::Closure::Sandbox_255::__ANON__[(eval 373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","$color":3,"excl_time":1.95e-05,"$area":1.95e-05},"id":"1907-Eval::Closure::Sandbox_255::__ANON__[(eval 373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]"}],"data":{"$area":1.95e-05},"id":"n1906"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1470::__ANON__[(eval 1810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1909-Eval::Closure::Sandbox_1470::__ANON__[(eval 1810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n1908"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_1015::__ANON__[(eval 1230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":5.9e-06,"$area":5.9e-06},"id":"1911-Eval::Closure::Sandbox_1015::__ANON__[(eval 1230)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.9e-06},"id":"n1910"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_598::__ANON__[(eval 804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1913-Eval::Closure::Sandbox_598::__ANON__[(eval 804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1912"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_642::__ANON__[(eval 848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1915-Eval::Closure::Sandbox_642::__ANON__[(eval 848)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.5e-06},"id":"n1914"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_432::__ANON__[(eval 593)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":6.3e-06,"$area":6.3e-06},"id":"1917-Eval::Closure::Sandbox_432::__ANON__[(eval 593)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.3e-06},"id":"n1916"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Eval::Closure::Sandbox_533::__ANON__[(eval 708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]","$color":4,"excl_time":1.08e-05,"$area":1.08e-05},"id":"1919-Eval::Closure::Sandbox_533::__ANON__[(eval 708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]"}],"data":{"$area":1.08e-05},"id":"n1918"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1522::__ANON__[(eval 1890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1921-Eval::Closure::Sandbox_1522::__ANON__[(eval 1890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1920"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_715::__ANON__[(eval 925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1923-Eval::Closure::Sandbox_715::__ANON__[(eval 925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1922"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_15::__ANON__[(eval 97)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1925-Eval::Closure::Sandbox_15::__ANON__[(eval 97)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n1924"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Eval::Closure::Sandbox_406::__ANON__[(eval 566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:218]","$color":1,"excl_time":1.62e-05,"$area":1.62e-05},"id":"1927-Eval::Closure::Sandbox_406::__ANON__[(eval 566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:218]"}],"data":{"$area":1.62e-05},"id":"n1926"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_797::__ANON__[(eval 1008)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":3,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1929-Eval::Closure::Sandbox_797::__ANON__[(eval 1008)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.6e-06},"id":"n1928"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1253::__ANON__[(eval 1569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1931-Eval::Closure::Sandbox_1253::__ANON__[(eval 1569)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n1930"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1201::__ANON__[(eval 1488)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1933-Eval::Closure::Sandbox_1201::__ANON__[(eval 1488)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n1932"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_87::__ANON__[(eval 187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"1935-Eval::Closure::Sandbox_87::__ANON__[(eval 187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":5.1e-06},"id":"n1934"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_373::__ANON__[(eval 533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"1937-Eval::Closure::Sandbox_373::__ANON__[(eval 533)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n1936"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_678::__ANON__[(eval 888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1939-Eval::Closure::Sandbox_678::__ANON__[(eval 888)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1938"},{"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":3.9e-06,"subname":"Eval::Closure::Sandbox_1393::__ANON__[(eval 1733)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1941-Eval::Closure::Sandbox_1393::__ANON__[(eval 1733)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n1940"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_968::__ANON__[(eval 1182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1943-Eval::Closure::Sandbox_968::__ANON__[(eval 1182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n1942"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Eval::Closure::Sandbox_209::__ANON__[(eval 326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":1.52e-05,"$area":1.52e-05},"id":"1945-Eval::Closure::Sandbox_209::__ANON__[(eval 326)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":1.52e-05},"id":"n1944"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1254::__ANON__[(eval 1570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1947-Eval::Closure::Sandbox_1254::__ANON__[(eval 1570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.4e-06},"id":"n1946"},{"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":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1949-Eval::Closure::Sandbox_1137::__ANON__[(eval 1353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1948"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Eval::Closure::Sandbox_710::__ANON__[(eval 920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":3,"excl_time":9.3e-06,"$area":9.3e-06},"id":"1951-Eval::Closure::Sandbox_710::__ANON__[(eval 920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":9.3e-06},"id":"n1950"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_198::__ANON__[(eval 314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":5.2e-06,"$area":5.2e-06},"id":"1953-Eval::Closure::Sandbox_198::__ANON__[(eval 314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.2e-06},"id":"n1952"},{"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":4.5e-06,"subname":"Eval::Closure::Sandbox_1217::__ANON__[(eval 1504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1955-Eval::Closure::Sandbox_1217::__ANON__[(eval 1504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n1954"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_795::__ANON__[(eval 1006)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1957-Eval::Closure::Sandbox_795::__ANON__[(eval 1006)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n1956"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1380::__ANON__[(eval 1720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1959-Eval::Closure::Sandbox_1380::__ANON__[(eval 1720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n1958"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1256::__ANON__[(eval 1572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1961-Eval::Closure::Sandbox_1256::__ANON__[(eval 1572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n1960"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1213::__ANON__[(eval 1500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"1963-Eval::Closure::Sandbox_1213::__ANON__[(eval 1500)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n1962"},{"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":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1965-Eval::Closure::Sandbox_1319::__ANON__[(eval 1659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1964"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1478::__ANON__[(eval 1838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1967-Eval::Closure::Sandbox_1478::__ANON__[(eval 1838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1966"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1165::__ANON__[(eval 1385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1969-Eval::Closure::Sandbox_1165::__ANON__[(eval 1385)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1968"},{"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":3.9e-06,"subname":"Eval::Closure::Sandbox_444::__ANON__[(eval 605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1971-Eval::Closure::Sandbox_444::__ANON__[(eval 605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n1970"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1158::__ANON__[(eval 1378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1973-Eval::Closure::Sandbox_1158::__ANON__[(eval 1378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n1972"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1546::__ANON__[(eval 1914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1975-Eval::Closure::Sandbox_1546::__ANON__[(eval 1914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.7e-06},"id":"n1974"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_229::__ANON__[(eval 346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:24]","$color":7,"excl_time":8e-06,"$area":8e-06},"id":"1977-Eval::Closure::Sandbox_229::__ANON__[(eval 346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:24]"}],"data":{"$area":8e-06},"id":"n1976"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_792::__ANON__[(eval 1003)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.1e-06,"$area":6.1e-06},"id":"1979-Eval::Closure::Sandbox_792::__ANON__[(eval 1003)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.1e-06},"id":"n1978"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_287::__ANON__[(eval 406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1981-Eval::Closure::Sandbox_287::__ANON__[(eval 406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n1980"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_679::__ANON__[(eval 889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1983-Eval::Closure::Sandbox_679::__ANON__[(eval 889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n1982"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_59::__ANON__[(eval 141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1985-Eval::Closure::Sandbox_59::__ANON__[(eval 141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n1984"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Eval::Closure::Sandbox_595::__ANON__[(eval 797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":8.1e-06,"$area":8.1e-06},"id":"1987-Eval::Closure::Sandbox_595::__ANON__[(eval 797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":8.1e-06},"id":"n1986"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_226::__ANON__[(eval 343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1989-Eval::Closure::Sandbox_226::__ANON__[(eval 343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n1988"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1281::__ANON__[(eval 1621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1991-Eval::Closure::Sandbox_1281::__ANON__[(eval 1621)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n1990"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1144::__ANON__[(eval 1364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":1,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1993-Eval::Closure::Sandbox_1144::__ANON__[(eval 1364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n1992"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_394::__ANON__[(eval 554)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1995-Eval::Closure::Sandbox_394::__ANON__[(eval 554)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n1994"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_959::__ANON__[(eval 1173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1997-Eval::Closure::Sandbox_959::__ANON__[(eval 1173)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n1996"},{"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":7,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1999-Eval::Closure::Sandbox_1454::__ANON__[(eval 1794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n1998"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_589::__ANON__[(eval 791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2001-Eval::Closure::Sandbox_589::__ANON__[(eval 791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.1e-06},"id":"n2000"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_203::__ANON__[(eval 320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2003-Eval::Closure::Sandbox_203::__ANON__[(eval 320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n2002"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Eval::Closure::Sandbox_26::__ANON__[(eval 108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":2,"excl_time":9.3e-06,"$area":9.3e-06},"id":"2005-Eval::Closure::Sandbox_26::__ANON__[(eval 108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":9.3e-06},"id":"n2004"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_44::__ANON__[(eval 126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":4,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2007-Eval::Closure::Sandbox_44::__ANON__[(eval 126)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":4.7e-06},"id":"n2006"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_43::__ANON__[(eval 125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":6,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2009-Eval::Closure::Sandbox_43::__ANON__[(eval 125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":4.9e-06},"id":"n2008"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1462::__ANON__[(eval 1802)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2011-Eval::Closure::Sandbox_1462::__ANON__[(eval 1802)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n2010"},{"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":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2013-Eval::Closure::Sandbox_17::__ANON__[(eval 99)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2012"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Eval::Closure::Sandbox_437::__ANON__[(eval 598)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":8.8e-06,"$area":8.8e-06},"id":"2015-Eval::Closure::Sandbox_437::__ANON__[(eval 598)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.8e-06},"id":"n2014"},{"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":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2017-Eval::Closure::Sandbox_1238::__ANON__[(eval 1535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2016"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_618::__ANON__[(eval 824)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2019-Eval::Closure::Sandbox_618::__ANON__[(eval 824)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n2018"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_558::__ANON__[(eval 760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":6e-06,"$area":6e-06},"id":"2021-Eval::Closure::Sandbox_558::__ANON__[(eval 760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6e-06},"id":"n2020"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Eval::Closure::Sandbox_242::__ANON__[(eval 359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:179]","$color":9,"excl_time":1.68e-05,"$area":1.68e-05},"id":"2023-Eval::Closure::Sandbox_242::__ANON__[(eval 359)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:179]"}],"data":{"$area":1.68e-05},"id":"n2022"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_749::__ANON__[(eval 960)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2025-Eval::Closure::Sandbox_749::__ANON__[(eval 960)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.2e-06},"id":"n2024"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_318::__ANON__[(eval 439)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2027-Eval::Closure::Sandbox_318::__ANON__[(eval 439)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.4e-06},"id":"n2026"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1265::__ANON__[(eval 1605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2029-Eval::Closure::Sandbox_1265::__ANON__[(eval 1605)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2028"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_149::__ANON__[(eval 249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2031-Eval::Closure::Sandbox_149::__ANON__[(eval 249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2030"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_719::__ANON__[(eval 929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":6.4e-06,"$area":6.4e-06},"id":"2033-Eval::Closure::Sandbox_719::__ANON__[(eval 929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.4e-06},"id":"n2032"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_357::__ANON__[(eval 517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":7.4e-06,"$area":7.4e-06},"id":"2035-Eval::Closure::Sandbox_357::__ANON__[(eval 517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":7.4e-06},"id":"n2034"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_1305::__ANON__[(eval 1645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"2037-Eval::Closure::Sandbox_1305::__ANON__[(eval 1645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2036"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_182::__ANON__[(eval 298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3e-06,"$area":3e-06},"id":"2039-Eval::Closure::Sandbox_182::__ANON__[(eval 298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n2038"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_217::__ANON__[(eval 334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":6.8e-06,"$area":6.8e-06},"id":"2041-Eval::Closure::Sandbox_217::__ANON__[(eval 334)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.8e-06},"id":"n2040"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_413::__ANON__[(eval 573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2043-Eval::Closure::Sandbox_413::__ANON__[(eval 573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.7e-06},"id":"n2042"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_938::__ANON__[(eval 1152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2045-Eval::Closure::Sandbox_938::__ANON__[(eval 1152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2044"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_67::__ANON__[(eval 152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2047-Eval::Closure::Sandbox_67::__ANON__[(eval 152)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.1e-06},"id":"n2046"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1394::__ANON__[(eval 1734)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2049-Eval::Closure::Sandbox_1394::__ANON__[(eval 1734)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n2048"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_460::__ANON__[(eval 622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2051-Eval::Closure::Sandbox_460::__ANON__[(eval 622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n2050"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1101::__ANON__[(eval 1316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2053-Eval::Closure::Sandbox_1101::__ANON__[(eval 1316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n2052"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_745::__ANON__[(eval 956)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2055-Eval::Closure::Sandbox_745::__ANON__[(eval 956)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n2054"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_927::__ANON__[(eval 1141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":6.8e-06,"$area":6.8e-06},"id":"2057-Eval::Closure::Sandbox_927::__ANON__[(eval 1141)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":6.8e-06},"id":"n2056"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1087::__ANON__[(eval 1302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2059-Eval::Closure::Sandbox_1087::__ANON__[(eval 1302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n2058"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"Eval::Closure::Sandbox_405::__ANON__[(eval 565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":1.41e-05,"$area":1.41e-05},"id":"2061-Eval::Closure::Sandbox_405::__ANON__[(eval 565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":1.41e-05},"id":"n2060"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_442::__ANON__[(eval 603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2063-Eval::Closure::Sandbox_442::__ANON__[(eval 603)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]"}],"data":{"$area":5.5e-06},"id":"n2062"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_32::__ANON__[(eval 114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2065-Eval::Closure::Sandbox_32::__ANON__[(eval 114)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.8e-06},"id":"n2064"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_878::__ANON__[(eval 1092)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2067-Eval::Closure::Sandbox_878::__ANON__[(eval 1092)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n2066"},{"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":3.9e-06,"subname":"Eval::Closure::Sandbox_1514::__ANON__[(eval 1882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2069-Eval::Closure::Sandbox_1514::__ANON__[(eval 1882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n2068"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1033::__ANON__[(eval 1248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2071-Eval::Closure::Sandbox_1033::__ANON__[(eval 1248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.4e-06},"id":"n2070"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_1014::__ANON__[(eval 1229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":4,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2073-Eval::Closure::Sandbox_1014::__ANON__[(eval 1229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":6.5e-06},"id":"n2072"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Eval::Closure::Sandbox_1225::__ANON__[(eval 1514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":6,"excl_time":1.19e-05,"$area":1.19e-05},"id":"2075-Eval::Closure::Sandbox_1225::__ANON__[(eval 1514)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.19e-05},"id":"n2074"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_910::__ANON__[(eval 1124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2077-Eval::Closure::Sandbox_910::__ANON__[(eval 1124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.8e-06},"id":"n2076"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1410::__ANON__[(eval 1750)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2079-Eval::Closure::Sandbox_1410::__ANON__[(eval 1750)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2078"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1566::__ANON__[(eval 1934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2081-Eval::Closure::Sandbox_1566::__ANON__[(eval 1934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2080"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_481::__ANON__[(eval 647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2083-Eval::Closure::Sandbox_481::__ANON__[(eval 647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.4e-06},"id":"n2082"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_897::__ANON__[(eval 1111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":5,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2085-Eval::Closure::Sandbox_897::__ANON__[(eval 1111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.8e-06},"id":"n2084"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Eval::Closure::Sandbox_538::__ANON__[(eval 713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":7,"excl_time":8.7e-06,"$area":8.7e-06},"id":"2087-Eval::Closure::Sandbox_538::__ANON__[(eval 713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":8.7e-06},"id":"n2086"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_427::__ANON__[(eval 588)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2089-Eval::Closure::Sandbox_427::__ANON__[(eval 588)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2088"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_456::__ANON__[(eval 618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2091-Eval::Closure::Sandbox_456::__ANON__[(eval 618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n2090"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_123::__ANON__[(eval 223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","$color":2,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2093-Eval::Closure::Sandbox_123::__ANON__[(eval 223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]"}],"data":{"$area":5.3e-06},"id":"n2092"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1397::__ANON__[(eval 1737)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2095-Eval::Closure::Sandbox_1397::__ANON__[(eval 1737)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2094"},{"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":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2097-Eval::Closure::Sandbox_1407::__ANON__[(eval 1747)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2096"},{"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":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2099-Eval::Closure::Sandbox_139::__ANON__[(eval 239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n2098"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_739::__ANON__[(eval 950)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2101-Eval::Closure::Sandbox_739::__ANON__[(eval 950)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n2100"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Eval::Closure::Sandbox_708::__ANON__[(eval 918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":1,"excl_time":1.16e-05,"$area":1.16e-05},"id":"2103-Eval::Closure::Sandbox_708::__ANON__[(eval 918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":1.16e-05},"id":"n2102"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1387::__ANON__[(eval 1727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2105-Eval::Closure::Sandbox_1387::__ANON__[(eval 1727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n2104"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_869::__ANON__[(eval 1083)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2107-Eval::Closure::Sandbox_869::__ANON__[(eval 1083)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.7e-06},"id":"n2106"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_701::__ANON__[(eval 911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2109-Eval::Closure::Sandbox_701::__ANON__[(eval 911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.4e-06},"id":"n2108"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_447::__ANON__[(eval 608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2111-Eval::Closure::Sandbox_447::__ANON__[(eval 608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2110"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_1044::__ANON__[(eval 1259)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2113-Eval::Closure::Sandbox_1044::__ANON__[(eval 1259)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.5e-06},"id":"n2112"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_667::__ANON__[(eval 877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2115-Eval::Closure::Sandbox_667::__ANON__[(eval 877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.6e-06},"id":"n2114"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_856::__ANON__[(eval 1070)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2117-Eval::Closure::Sandbox_856::__ANON__[(eval 1070)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.3e-06},"id":"n2116"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1423::__ANON__[(eval 1763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2119-Eval::Closure::Sandbox_1423::__ANON__[(eval 1763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n2118"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_1184::__ANON__[(eval 1405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":8,"excl_time":7.9e-06,"$area":7.9e-06},"id":"2121-Eval::Closure::Sandbox_1184::__ANON__[(eval 1405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":7.9e-06},"id":"n2120"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1556::__ANON__[(eval 1924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2123-Eval::Closure::Sandbox_1556::__ANON__[(eval 1924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":4.1e-06},"id":"n2122"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1197::__ANON__[(eval 1471)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2125-Eval::Closure::Sandbox_1197::__ANON__[(eval 1471)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2124"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Eval::Closure::Sandbox_1473::__ANON__[(eval 1833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":1.07e-05,"$area":1.07e-05},"id":"2127-Eval::Closure::Sandbox_1473::__ANON__[(eval 1833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.07e-05},"id":"n2126"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_133::__ANON__[(eval 233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2129-Eval::Closure::Sandbox_133::__ANON__[(eval 233)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n2128"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_862::__ANON__[(eval 1076)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2131-Eval::Closure::Sandbox_862::__ANON__[(eval 1076)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.6e-06},"id":"n2130"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_1481::__ANON__[(eval 1842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","$color":9,"excl_time":7.6e-06,"$area":7.6e-06},"id":"2133-Eval::Closure::Sandbox_1481::__ANON__[(eval 1842)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]"}],"data":{"$area":7.6e-06},"id":"n2132"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Eval::Closure::Sandbox_941::__ANON__[(eval 1155)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":0,"excl_time":1.29e-05,"$area":1.29e-05},"id":"2135-Eval::Closure::Sandbox_941::__ANON__[(eval 1155)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":1.29e-05},"id":"n2134"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_467::__ANON__[(eval 629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2137-Eval::Closure::Sandbox_467::__ANON__[(eval 629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.8e-06},"id":"n2136"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_271::__ANON__[(eval 389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2139-Eval::Closure::Sandbox_271::__ANON__[(eval 389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.5e-06},"id":"n2138"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_955::__ANON__[(eval 1169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2141-Eval::Closure::Sandbox_955::__ANON__[(eval 1169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n2140"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_890::__ANON__[(eval 1104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2143-Eval::Closure::Sandbox_890::__ANON__[(eval 1104)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.6e-06},"id":"n2142"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1519::__ANON__[(eval 1887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2145-Eval::Closure::Sandbox_1519::__ANON__[(eval 1887)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2144"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1349::__ANON__[(eval 1689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2147-Eval::Closure::Sandbox_1349::__ANON__[(eval 1689)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2146"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_658::__ANON__[(eval 868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2149-Eval::Closure::Sandbox_658::__ANON__[(eval 868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n2148"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_69::__ANON__[(eval 169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":5,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2151-Eval::Closure::Sandbox_69::__ANON__[(eval 169)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":4.9e-06},"id":"n2150"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_422::__ANON__[(eval 583)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":6.6e-06,"$area":6.6e-06},"id":"2153-Eval::Closure::Sandbox_422::__ANON__[(eval 583)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.6e-06},"id":"n2152"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_175::__ANON__[(eval 291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2155-Eval::Closure::Sandbox_175::__ANON__[(eval 291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.6e-06},"id":"n2154"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_89::__ANON__[(eval 189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2157-Eval::Closure::Sandbox_89::__ANON__[(eval 189)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.7e-06},"id":"n2156"},{"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: 60&micro;s, 0.00%</p>","incl_time":5.99e-05,"subname":"Eval::Closure::Sandbox_768::__ANON__[(eval 979)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":5.99e-05,"$area":5.99e-05},"id":"2159-Eval::Closure::Sandbox_768::__ANON__[(eval 979)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.99e-05},"id":"n2158"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1324::__ANON__[(eval 1664)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2161-Eval::Closure::Sandbox_1324::__ANON__[(eval 1664)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.4e-06},"id":"n2160"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_649::__ANON__[(eval 855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.3e-06,"$area":6.3e-06},"id":"2163-Eval::Closure::Sandbox_649::__ANON__[(eval 855)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.3e-06},"id":"n2162"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_1170::__ANON__[(eval 1390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]","$color":8,"excl_time":5.4e-06,"$area":5.4e-06},"id":"2165-Eval::Closure::Sandbox_1170::__ANON__[(eval 1390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:39]"}],"data":{"$area":5.4e-06},"id":"n2164"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_250::__ANON__[(eval 368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":6.4e-06,"$area":6.4e-06},"id":"2167-Eval::Closure::Sandbox_250::__ANON__[(eval 368)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.4e-06},"id":"n2166"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Eval::Closure::Sandbox_577::__ANON__[(eval 779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:56]","$color":1,"excl_time":1.83e-05,"$area":1.83e-05},"id":"2169-Eval::Closure::Sandbox_577::__ANON__[(eval 779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:56]"}],"data":{"$area":1.83e-05},"id":"n2168"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1105::__ANON__[(eval 1320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2171-Eval::Closure::Sandbox_1105::__ANON__[(eval 1320)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5.1e-06},"id":"n2170"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_343::__ANON__[(eval 503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2173-Eval::Closure::Sandbox_343::__ANON__[(eval 503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n2172"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_907::__ANON__[(eval 1121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":7,"excl_time":7.6e-06,"$area":7.6e-06},"id":"2175-Eval::Closure::Sandbox_907::__ANON__[(eval 1121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":7.6e-06},"id":"n2174"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_265::__ANON__[(eval 383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2177-Eval::Closure::Sandbox_265::__ANON__[(eval 383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n2176"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1038::__ANON__[(eval 1253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2179-Eval::Closure::Sandbox_1038::__ANON__[(eval 1253)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n2178"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_466::__ANON__[(eval 628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2181-Eval::Closure::Sandbox_466::__ANON__[(eval 628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.5e-06},"id":"n2180"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1450::__ANON__[(eval 1790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2183-Eval::Closure::Sandbox_1450::__ANON__[(eval 1790)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2182"},{"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: 29&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"Eval::Closure::Sandbox_663::__ANON__[(eval 873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":2.94e-05,"$area":2.94e-05},"id":"2185-Eval::Closure::Sandbox_663::__ANON__[(eval 873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":2.94e-05},"id":"n2184"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1054::__ANON__[(eval 1269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2187-Eval::Closure::Sandbox_1054::__ANON__[(eval 1269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n2186"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_1108::__ANON__[(eval 1323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2189-Eval::Closure::Sandbox_1108::__ANON__[(eval 1323)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.7e-06},"id":"n2188"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1289::__ANON__[(eval 1629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2191-Eval::Closure::Sandbox_1289::__ANON__[(eval 1629)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2190"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1208::__ANON__[(eval 1495)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2193-Eval::Closure::Sandbox_1208::__ANON__[(eval 1495)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n2192"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_999::__ANON__[(eval 1214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2195-Eval::Closure::Sandbox_999::__ANON__[(eval 1214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2194"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_82::__ANON__[(eval 182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2197-Eval::Closure::Sandbox_82::__ANON__[(eval 182)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]"}],"data":{"$area":4.8e-06},"id":"n2196"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Eval::Closure::Sandbox_311::__ANON__[(eval 430)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":8.9e-06,"$area":8.9e-06},"id":"2199-Eval::Closure::Sandbox_311::__ANON__[(eval 430)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.9e-06},"id":"n2198"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_170::__ANON__[(eval 282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2201-Eval::Closure::Sandbox_170::__ANON__[(eval 282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2200"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_750::__ANON__[(eval 961)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2203-Eval::Closure::Sandbox_750::__ANON__[(eval 961)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n2202"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_334::__ANON__[(eval 460)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2205-Eval::Closure::Sandbox_334::__ANON__[(eval 460)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2204"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_494::__ANON__[(eval 660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2207-Eval::Closure::Sandbox_494::__ANON__[(eval 660)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.3e-06},"id":"n2206"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Eval::Closure::Sandbox_517::__ANON__[(eval 685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":8.2e-06,"$area":8.2e-06},"id":"2209-Eval::Closure::Sandbox_517::__ANON__[(eval 685)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.2e-06},"id":"n2208"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1116::__ANON__[(eval 1331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2211-Eval::Closure::Sandbox_1116::__ANON__[(eval 1331)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.7e-06},"id":"n2210"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_345::__ANON__[(eval 505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"2213-Eval::Closure::Sandbox_345::__ANON__[(eval 505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4e-06},"id":"n2212"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_685::__ANON__[(eval 895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2215-Eval::Closure::Sandbox_685::__ANON__[(eval 895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n2214"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_922::__ANON__[(eval 1136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2217-Eval::Closure::Sandbox_922::__ANON__[(eval 1136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n2216"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_79::__ANON__[(eval 179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"2219-Eval::Closure::Sandbox_79::__ANON__[(eval 179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3e-06},"id":"n2218"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_495::__ANON__[(eval 661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":5.9e-06,"$area":5.9e-06},"id":"2221-Eval::Closure::Sandbox_495::__ANON__[(eval 661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.9e-06},"id":"n2220"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Eval::Closure::Sandbox_385::__ANON__[(eval 545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:50]","$color":0,"excl_time":1.1e-05,"$area":1.1e-05},"id":"2223-Eval::Closure::Sandbox_385::__ANON__[(eval 545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:50]"}],"data":{"$area":1.1e-05},"id":"n2222"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1125::__ANON__[(eval 1340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2225-Eval::Closure::Sandbox_1125::__ANON__[(eval 1340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2224"},{"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":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2227-Eval::Closure::Sandbox_1348::__ANON__[(eval 1688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2226"},{"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":6,"excl_time":3e-06,"$area":3e-06},"id":"2229-Eval::Closure::Sandbox_1132::__ANON__[(eval 1347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2228"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_451::__ANON__[(eval 612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"2231-Eval::Closure::Sandbox_451::__ANON__[(eval 612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2230"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_789::__ANON__[(eval 1000)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2233-Eval::Closure::Sandbox_789::__ANON__[(eval 1000)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.3e-06},"id":"n2232"},{"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":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2235-Eval::Closure::Sandbox_245::__ANON__[(eval 362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2234"},{"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":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2237-Eval::Closure::Sandbox_1233::__ANON__[(eval 1530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2236"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_475::__ANON__[(eval 641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2239-Eval::Closure::Sandbox_475::__ANON__[(eval 641)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n2238"},{"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":7,"excl_time":8.2e-06,"$area":8.2e-06},"id":"2241-Eval::Closure::Sandbox_561::__ANON__[(eval 763)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":8.2e-06},"id":"n2240"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_98::__ANON__[(eval 198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2243-Eval::Closure::Sandbox_98::__ANON__[(eval 198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.7e-06},"id":"n2242"},{"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: 19&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Eval::Closure::Sandbox_828::__ANON__[(eval 1039)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:98]","$color":0,"excl_time":1.93e-05,"$area":1.93e-05},"id":"2245-Eval::Closure::Sandbox_828::__ANON__[(eval 1039)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:98]"}],"data":{"$area":1.93e-05},"id":"n2244"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1459::__ANON__[(eval 1799)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2247-Eval::Closure::Sandbox_1459::__ANON__[(eval 1799)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2246"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_527::__ANON__[(eval 702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":7.1e-06,"$area":7.1e-06},"id":"2249-Eval::Closure::Sandbox_527::__ANON__[(eval 702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.1e-06},"id":"n2248"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_889::__ANON__[(eval 1103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":6e-06,"$area":6e-06},"id":"2251-Eval::Closure::Sandbox_889::__ANON__[(eval 1103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n2250"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1177::__ANON__[(eval 1398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2253-Eval::Closure::Sandbox_1177::__ANON__[(eval 1398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n2252"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1310::__ANON__[(eval 1650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2255-Eval::Closure::Sandbox_1310::__ANON__[(eval 1650)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2254"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_633::__ANON__[(eval 839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2257-Eval::Closure::Sandbox_633::__ANON__[(eval 839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n2256"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_326::__ANON__[(eval 447)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"2259-Eval::Closure::Sandbox_326::__ANON__[(eval 447)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2258"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_672::__ANON__[(eval 882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2261-Eval::Closure::Sandbox_672::__ANON__[(eval 882)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.9e-06},"id":"n2260"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_362::__ANON__[(eval 522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2263-Eval::Closure::Sandbox_362::__ANON__[(eval 522)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2262"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_965::__ANON__[(eval 1179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2265-Eval::Closure::Sandbox_965::__ANON__[(eval 1179)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n2264"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_826::__ANON__[(eval 1037)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2267-Eval::Closure::Sandbox_826::__ANON__[(eval 1037)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.5e-06},"id":"n2266"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_547::__ANON__[(eval 722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2269-Eval::Closure::Sandbox_547::__ANON__[(eval 722)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n2268"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Eval::Closure::Sandbox_179::__ANON__[(eval 295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":1.58e-05,"$area":1.58e-05},"id":"2271-Eval::Closure::Sandbox_179::__ANON__[(eval 295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":1.58e-05},"id":"n2270"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_808::__ANON__[(eval 1019)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":8e-06,"$area":8e-06},"id":"2273-Eval::Closure::Sandbox_808::__ANON__[(eval 1019)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8e-06},"id":"n2272"},{"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":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2275-Eval::Closure::Sandbox_1070::__ANON__[(eval 1285)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n2274"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_812::__ANON__[(eval 1023)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":7.4e-06,"$area":7.4e-06},"id":"2277-Eval::Closure::Sandbox_812::__ANON__[(eval 1023)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.4e-06},"id":"n2276"},{"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":4.5e-06,"subname":"Eval::Closure::Sandbox_231::__ANON__[(eval 348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":1,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2279-Eval::Closure::Sandbox_231::__ANON__[(eval 348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":4.5e-06},"id":"n2278"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_389::__ANON__[(eval 549)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2281-Eval::Closure::Sandbox_389::__ANON__[(eval 549)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n2280"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_503::__ANON__[(eval 671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2283-Eval::Closure::Sandbox_503::__ANON__[(eval 671)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n2282"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1079::__ANON__[(eval 1294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2285-Eval::Closure::Sandbox_1079::__ANON__[(eval 1294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.7e-06},"id":"n2284"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_982::__ANON__[(eval 1197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":6.6e-06,"$area":6.6e-06},"id":"2287-Eval::Closure::Sandbox_982::__ANON__[(eval 1197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":6.6e-06},"id":"n2286"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_114::__ANON__[(eval 214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":0,"excl_time":7.4e-06,"$area":7.4e-06},"id":"2289-Eval::Closure::Sandbox_114::__ANON__[(eval 214)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":7.4e-06},"id":"n2288"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1094::__ANON__[(eval 1309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2291-Eval::Closure::Sandbox_1094::__ANON__[(eval 1309)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.7e-06},"id":"n2290"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Eval::Closure::Sandbox_785::__ANON__[(eval 996)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:78]","$color":4,"excl_time":1.29e-05,"$area":1.29e-05},"id":"2293-Eval::Closure::Sandbox_785::__ANON__[(eval 996)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:78]"}],"data":{"$area":1.29e-05},"id":"n2292"},{"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":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2295-Eval::Closure::Sandbox_580::__ANON__[(eval 782)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2294"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_1142::__ANON__[(eval 1362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"2297-Eval::Closure::Sandbox_1142::__ANON__[(eval 1362)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2296"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_291::__ANON__[(eval 410)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2299-Eval::Closure::Sandbox_291::__ANON__[(eval 410)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n2298"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_645::__ANON__[(eval 851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":7.2e-06,"$area":7.2e-06},"id":"2301-Eval::Closure::Sandbox_645::__ANON__[(eval 851)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.2e-06},"id":"n2300"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_398::__ANON__[(eval 558)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2303-Eval::Closure::Sandbox_398::__ANON__[(eval 558)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n2302"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1325::__ANON__[(eval 1665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2305-Eval::Closure::Sandbox_1325::__ANON__[(eval 1665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.7e-06},"id":"n2304"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_220::__ANON__[(eval 337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2307-Eval::Closure::Sandbox_220::__ANON__[(eval 337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.5e-06},"id":"n2306"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Eval::Closure::Sandbox_611::__ANON__[(eval 817)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":9,"excl_time":1.02e-05,"$area":1.02e-05},"id":"2309-Eval::Closure::Sandbox_611::__ANON__[(eval 817)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.02e-05},"id":"n2308"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_1373::__ANON__[(eval 1713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":7.7e-06,"$area":7.7e-06},"id":"2311-Eval::Closure::Sandbox_1373::__ANON__[(eval 1713)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.7e-06},"id":"n2310"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_1469::__ANON__[(eval 1809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2313-Eval::Closure::Sandbox_1469::__ANON__[(eval 1809)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.7e-06},"id":"n2312"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_1089::__ANON__[(eval 1304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"2315-Eval::Closure::Sandbox_1089::__ANON__[(eval 1304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2314"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_411::__ANON__[(eval 571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":6,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2317-Eval::Closure::Sandbox_411::__ANON__[(eval 571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":5.2e-06},"id":"n2316"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_41::__ANON__[(eval 123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2319-Eval::Closure::Sandbox_41::__ANON__[(eval 123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.4e-06},"id":"n2318"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_147::__ANON__[(eval 247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2321-Eval::Closure::Sandbox_147::__ANON__[(eval 247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.9e-06},"id":"n2320"},{"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":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2323-Eval::Closure::Sandbox_2::__ANON__[(eval 84)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.7e-06},"id":"n2322"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1215::__ANON__[(eval 1502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2325-Eval::Closure::Sandbox_1215::__ANON__[(eval 1502)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2324"},{"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":5,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2327-Eval::Closure::Sandbox_1313::__ANON__[(eval 1653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2326"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_787::__ANON__[(eval 998)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2329-Eval::Closure::Sandbox_787::__ANON__[(eval 998)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2328"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Eval::Closure::Sandbox_626::__ANON__[(eval 832)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":8.7e-06,"$area":8.7e-06},"id":"2331-Eval::Closure::Sandbox_626::__ANON__[(eval 832)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":8.7e-06},"id":"n2330"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_350::__ANON__[(eval 510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2333-Eval::Closure::Sandbox_350::__ANON__[(eval 510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2332"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_887::__ANON__[(eval 1101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2335-Eval::Closure::Sandbox_887::__ANON__[(eval 1101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.6e-06},"id":"n2334"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Eval::Closure::Sandbox_665::__ANON__[(eval 875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":8.1e-06,"$area":8.1e-06},"id":"2337-Eval::Closure::Sandbox_665::__ANON__[(eval 875)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.1e-06},"id":"n2336"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Eval::Closure::Sandbox_1099::__ANON__[(eval 1314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":9.7e-06,"$area":9.7e-06},"id":"2339-Eval::Closure::Sandbox_1099::__ANON__[(eval 1314)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":9.7e-06},"id":"n2338"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_10::__ANON__[(eval 92)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2341-Eval::Closure::Sandbox_10::__ANON__[(eval 92)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.6e-06},"id":"n2340"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Eval::Closure::Sandbox_1231::__ANON__[(eval 1528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":10,"excl_time":8.8e-06,"$area":8.8e-06},"id":"2343-Eval::Closure::Sandbox_1231::__ANON__[(eval 1528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":8.8e-06},"id":"n2342"},{"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":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2345-Eval::Closure::Sandbox_1497::__ANON__[(eval 1865)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2344"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1135::__ANON__[(eval 1351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2347-Eval::Closure::Sandbox_1135::__ANON__[(eval 1351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n2346"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_929::__ANON__[(eval 1143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":7.1e-06,"$area":7.1e-06},"id":"2349-Eval::Closure::Sandbox_929::__ANON__[(eval 1143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.1e-06},"id":"n2348"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_859::__ANON__[(eval 1073)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2351-Eval::Closure::Sandbox_859::__ANON__[(eval 1073)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n2350"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_932::__ANON__[(eval 1146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"2353-Eval::Closure::Sandbox_932::__ANON__[(eval 1146)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.4e-06},"id":"n2352"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_1312::__ANON__[(eval 1652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"2355-Eval::Closure::Sandbox_1312::__ANON__[(eval 1652)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4e-06},"id":"n2354"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1445::__ANON__[(eval 1785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2357-Eval::Closure::Sandbox_1445::__ANON__[(eval 1785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.8e-06},"id":"n2356"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1554::__ANON__[(eval 1922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2359-Eval::Closure::Sandbox_1554::__ANON__[(eval 1922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.5e-06},"id":"n2358"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_196::__ANON__[(eval 312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2361-Eval::Closure::Sandbox_196::__ANON__[(eval 312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.1e-06},"id":"n2360"},{"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: 24&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Eval::Closure::Sandbox_1016::__ANON__[(eval 1231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:137]","$color":8,"excl_time":2.36e-05,"$area":2.36e-05},"id":"2363-Eval::Closure::Sandbox_1016::__ANON__[(eval 1231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:137]"}],"data":{"$area":2.36e-05},"id":"n2362"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_261::__ANON__[(eval 379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":6.6e-06,"$area":6.6e-06},"id":"2365-Eval::Closure::Sandbox_261::__ANON__[(eval 379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.6e-06},"id":"n2364"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_235::__ANON__[(eval 352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":5.9e-06,"$area":5.9e-06},"id":"2367-Eval::Closure::Sandbox_235::__ANON__[(eval 352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.9e-06},"id":"n2366"},{"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":3.8e-06,"subname":"Eval::Closure::Sandbox_974::__ANON__[(eval 1188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2369-Eval::Closure::Sandbox_974::__ANON__[(eval 1188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2368"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_1274::__ANON__[(eval 1614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":5,"excl_time":5.4e-06,"$area":5.4e-06},"id":"2371-Eval::Closure::Sandbox_1274::__ANON__[(eval 1614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":5.4e-06},"id":"n2370"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1385::__ANON__[(eval 1725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2373-Eval::Closure::Sandbox_1385::__ANON__[(eval 1725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2372"},{"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":6.7e-06,"subname":"Eval::Closure::Sandbox_1568::__ANON__[(eval 1936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":9,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2375-Eval::Closure::Sandbox_1568::__ANON__[(eval 1936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":6.7e-06},"id":"n2374"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_1399::__ANON__[(eval 1739)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2377-Eval::Closure::Sandbox_1399::__ANON__[(eval 1739)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":6.1e-06},"id":"n2376"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1163::__ANON__[(eval 1383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2379-Eval::Closure::Sandbox_1163::__ANON__[(eval 1383)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2378"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_120::__ANON__[(eval 220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2381-Eval::Closure::Sandbox_120::__ANON__[(eval 220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.3e-06},"id":"n2380"},{"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":4.3e-06,"subname":"Eval::Closure::Sandbox_280::__ANON__[(eval 398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2383-Eval::Closure::Sandbox_280::__ANON__[(eval 398)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n2382"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_1042::__ANON__[(eval 1257)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":6.2e-06,"$area":6.2e-06},"id":"2385-Eval::Closure::Sandbox_1042::__ANON__[(eval 1257)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.2e-06},"id":"n2384"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1421::__ANON__[(eval 1761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2387-Eval::Closure::Sandbox_1421::__ANON__[(eval 1761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2386"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_219::__ANON__[(eval 336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":8.6e-06,"$area":8.6e-06},"id":"2389-Eval::Closure::Sandbox_219::__ANON__[(eval 336)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":8.6e-06},"id":"n2388"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1452::__ANON__[(eval 1792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2391-Eval::Closure::Sandbox_1452::__ANON__[(eval 1792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n2390"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_410::__ANON__[(eval 570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2393-Eval::Closure::Sandbox_410::__ANON__[(eval 570)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2392"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_303::__ANON__[(eval 422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":7,"excl_time":5.9e-06,"$area":5.9e-06},"id":"2395-Eval::Closure::Sandbox_303::__ANON__[(eval 422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":5.9e-06},"id":"n2394"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1096::__ANON__[(eval 1311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2397-Eval::Closure::Sandbox_1096::__ANON__[(eval 1311)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.7e-06},"id":"n2396"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_832::__ANON__[(eval 1043)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"2399-Eval::Closure::Sandbox_832::__ANON__[(eval 1043)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n2398"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Eval::Closure::Sandbox_996::__ANON__[(eval 1211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]","$color":2,"excl_time":1.23e-05,"$area":1.23e-05},"id":"2401-Eval::Closure::Sandbox_996::__ANON__[(eval 1211)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:69]"}],"data":{"$area":1.23e-05},"id":"n2400"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_294::__ANON__[(eval 413)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2403-Eval::Closure::Sandbox_294::__ANON__[(eval 413)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n2402"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_731::__ANON__[(eval 942)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":6e-06,"$area":6e-06},"id":"2405-Eval::Closure::Sandbox_731::__ANON__[(eval 942)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n2404"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1005::__ANON__[(eval 1220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"2407-Eval::Closure::Sandbox_1005::__ANON__[(eval 1220)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.9e-06},"id":"n2406"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1162::__ANON__[(eval 1382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:32]","$color":10,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2409-Eval::Closure::Sandbox_1162::__ANON__[(eval 1382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:32]"}],"data":{"$area":6.5e-06},"id":"n2408"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Eval::Closure::Sandbox_1340::__ANON__[(eval 1680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":8.7e-06,"$area":8.7e-06},"id":"2411-Eval::Closure::Sandbox_1340::__ANON__[(eval 1680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8.7e-06},"id":"n2410"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Eval::Closure::Sandbox_553::__ANON__[(eval 728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":1.06e-05,"$area":1.06e-05},"id":"2413-Eval::Closure::Sandbox_553::__ANON__[(eval 728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":1.06e-05},"id":"n2412"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_127::__ANON__[(eval 227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2415-Eval::Closure::Sandbox_127::__ANON__[(eval 227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.5e-06},"id":"n2414"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1152::__ANON__[(eval 1372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2417-Eval::Closure::Sandbox_1152::__ANON__[(eval 1372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n2416"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1303::__ANON__[(eval 1643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2419-Eval::Closure::Sandbox_1303::__ANON__[(eval 1643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.6e-06},"id":"n2418"},{"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":2.7e-06,"subname":"Eval::Closure::Sandbox_1356::__ANON__[(eval 1696)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2421-Eval::Closure::Sandbox_1356::__ANON__[(eval 1696)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2420"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1560::__ANON__[(eval 1928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"2423-Eval::Closure::Sandbox_1560::__ANON__[(eval 1928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2422"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_635::__ANON__[(eval 841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":6.8e-06,"$area":6.8e-06},"id":"2425-Eval::Closure::Sandbox_635::__ANON__[(eval 841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.8e-06},"id":"n2424"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_349::__ANON__[(eval 509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2427-Eval::Closure::Sandbox_349::__ANON__[(eval 509)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2426"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1185::__ANON__[(eval 1406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2429-Eval::Closure::Sandbox_1185::__ANON__[(eval 1406)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2428"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_790::__ANON__[(eval 1001)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2431-Eval::Closure::Sandbox_790::__ANON__[(eval 1001)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.1e-06},"id":"n2430"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_604::__ANON__[(eval 810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2433-Eval::Closure::Sandbox_604::__ANON__[(eval 810)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2432"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Eval::Closure::Sandbox_1220::__ANON__[(eval 1507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:121]","$color":3,"excl_time":1.16e-05,"$area":1.16e-05},"id":"2435-Eval::Closure::Sandbox_1220::__ANON__[(eval 1507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:121]"}],"data":{"$area":1.16e-05},"id":"n2434"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_440::__ANON__[(eval 601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2437-Eval::Closure::Sandbox_440::__ANON__[(eval 601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n2436"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_458::__ANON__[(eval 620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2439-Eval::Closure::Sandbox_458::__ANON__[(eval 620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2438"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_125::__ANON__[(eval 225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2441-Eval::Closure::Sandbox_125::__ANON__[(eval 225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n2440"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_550::__ANON__[(eval 725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":0,"excl_time":7e-06,"$area":7e-06},"id":"2443-Eval::Closure::Sandbox_550::__ANON__[(eval 725)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7e-06},"id":"n2442"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_661::__ANON__[(eval 871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2445-Eval::Closure::Sandbox_661::__ANON__[(eval 871)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n2444"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_799::__ANON__[(eval 1010)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":4,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2447-Eval::Closure::Sandbox_799::__ANON__[(eval 1010)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":6.7e-06},"id":"n2446"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_565::__ANON__[(eval 767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2449-Eval::Closure::Sandbox_565::__ANON__[(eval 767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n2448"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Eval::Closure::Sandbox_765::__ANON__[(eval 976)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":8,"excl_time":1.22e-05,"$area":1.22e-05},"id":"2451-Eval::Closure::Sandbox_765::__ANON__[(eval 976)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":1.22e-05},"id":"n2450"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_766::__ANON__[(eval 977)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2453-Eval::Closure::Sandbox_766::__ANON__[(eval 977)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.9e-06},"id":"n2452"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Eval::Closure::Sandbox_1072::__ANON__[(eval 1287)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":1,"excl_time":1.04e-05,"$area":1.04e-05},"id":"2455-Eval::Closure::Sandbox_1072::__ANON__[(eval 1287)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.04e-05},"id":"n2454"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1193::__ANON__[(eval 1420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2457-Eval::Closure::Sandbox_1193::__ANON__[(eval 1420)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n2456"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_915::__ANON__[(eval 1129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":5,"excl_time":7.9e-06,"$area":7.9e-06},"id":"2459-Eval::Closure::Sandbox_915::__ANON__[(eval 1129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":7.9e-06},"id":"n2458"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_510::__ANON__[(eval 678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2461-Eval::Closure::Sandbox_510::__ANON__[(eval 678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.3e-06},"id":"n2460"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_863::__ANON__[(eval 1077)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2463-Eval::Closure::Sandbox_863::__ANON__[(eval 1077)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n2462"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_57::__ANON__[(eval 139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2465-Eval::Closure::Sandbox_57::__ANON__[(eval 139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2464"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_680::__ANON__[(eval 890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2467-Eval::Closure::Sandbox_680::__ANON__[(eval 890)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.5e-06},"id":"n2466"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1369::__ANON__[(eval 1709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2469-Eval::Closure::Sandbox_1369::__ANON__[(eval 1709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n2468"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1505::__ANON__[(eval 1873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2471-Eval::Closure::Sandbox_1505::__ANON__[(eval 1873)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2470"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_429::__ANON__[(eval 590)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":8,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2473-Eval::Closure::Sandbox_429::__ANON__[(eval 590)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":5.8e-06},"id":"n2472"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_366::__ANON__[(eval 526)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2475-Eval::Closure::Sandbox_366::__ANON__[(eval 526)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n2474"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_201::__ANON__[(eval 317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":7e-06,"$area":7e-06},"id":"2477-Eval::Closure::Sandbox_201::__ANON__[(eval 317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":7e-06},"id":"n2476"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_903::__ANON__[(eval 1117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2479-Eval::Closure::Sandbox_903::__ANON__[(eval 1117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n2478"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_224::__ANON__[(eval 341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"2481-Eval::Closure::Sandbox_224::__ANON__[(eval 341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4e-06},"id":"n2480"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1035::__ANON__[(eval 1250)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2483-Eval::Closure::Sandbox_1035::__ANON__[(eval 1250)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2482"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1475::__ANON__[(eval 1835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2485-Eval::Closure::Sandbox_1475::__ANON__[(eval 1835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.4e-06},"id":"n2484"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_840::__ANON__[(eval 1053)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2487-Eval::Closure::Sandbox_840::__ANON__[(eval 1053)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.5e-06},"id":"n2486"},{"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":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2489-Eval::Closure::Sandbox_1457::__ANON__[(eval 1797)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2488"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_858::__ANON__[(eval 1072)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2491-Eval::Closure::Sandbox_858::__ANON__[(eval 1072)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.3e-06},"id":"n2490"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1338::__ANON__[(eval 1678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2493-Eval::Closure::Sandbox_1338::__ANON__[(eval 1678)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n2492"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1448::__ANON__[(eval 1788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2495-Eval::Closure::Sandbox_1448::__ANON__[(eval 1788)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2494"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_23::__ANON__[(eval 105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":10,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2497-Eval::Closure::Sandbox_23::__ANON__[(eval 105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":4.8e-06},"id":"n2496"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1159::__ANON__[(eval 1379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2499-Eval::Closure::Sandbox_1159::__ANON__[(eval 1379)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2498"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_435::__ANON__[(eval 596)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]","$color":3,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2501-Eval::Closure::Sandbox_435::__ANON__[(eval 596)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:29]"}],"data":{"$area":5.5e-06},"id":"n2500"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1250::__ANON__[(eval 1566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2503-Eval::Closure::Sandbox_1250::__ANON__[(eval 1566)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.5e-06},"id":"n2502"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_871::__ANON__[(eval 1085)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2505-Eval::Closure::Sandbox_871::__ANON__[(eval 1085)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n2504"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_112::__ANON__[(eval 212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":9,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2507-Eval::Closure::Sandbox_112::__ANON__[(eval 212)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":5.8e-06},"id":"n2506"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Eval::Closure::Sandbox_24::__ANON__[(eval 106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":1.18e-05,"$area":1.18e-05},"id":"2509-Eval::Closure::Sandbox_24::__ANON__[(eval 106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":1.18e-05},"id":"n2508"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1425::__ANON__[(eval 1765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2511-Eval::Closure::Sandbox_1425::__ANON__[(eval 1765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2510"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_497::__ANON__[(eval 665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2513-Eval::Closure::Sandbox_497::__ANON__[(eval 665)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n2512"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_423::__ANON__[(eval 584)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":7.3e-06,"$area":7.3e-06},"id":"2515-Eval::Closure::Sandbox_423::__ANON__[(eval 584)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.3e-06},"id":"n2514"},{"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":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2517-Eval::Closure::Sandbox_336::__ANON__[(eval 496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2516"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_157::__ANON__[(eval 260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2519-Eval::Closure::Sandbox_157::__ANON__[(eval 260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n2518"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_268::__ANON__[(eval 386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2521-Eval::Closure::Sandbox_268::__ANON__[(eval 386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.8e-06},"id":"n2520"},{"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":4.6e-06,"subname":"Eval::Closure::Sandbox_1491::__ANON__[(eval 1853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":3,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2523-Eval::Closure::Sandbox_1491::__ANON__[(eval 1853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.6e-06},"id":"n2522"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1127::__ANON__[(eval 1342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2525-Eval::Closure::Sandbox_1127::__ANON__[(eval 1342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n2524"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1180::__ANON__[(eval 1401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2527-Eval::Closure::Sandbox_1180::__ANON__[(eval 1401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.6e-06},"id":"n2526"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Eval::Closure::Sandbox_1436::__ANON__[(eval 1776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":9.8e-06,"$area":9.8e-06},"id":"2529-Eval::Closure::Sandbox_1436::__ANON__[(eval 1776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":9.8e-06},"id":"n2528"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_62::__ANON__[(eval 144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2531-Eval::Closure::Sandbox_62::__ANON__[(eval 144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n2530"},{"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":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2533-Eval::Closure::Sandbox_132::__ANON__[(eval 232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.6e-06},"id":"n2532"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_247::__ANON__[(eval 365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2535-Eval::Closure::Sandbox_247::__ANON__[(eval 365)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.1e-06},"id":"n2534"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_617::__ANON__[(eval 823)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2537-Eval::Closure::Sandbox_617::__ANON__[(eval 823)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.7e-06},"id":"n2536"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Eval::Closure::Sandbox_1085::__ANON__[(eval 1300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":8,"excl_time":9.4e-06,"$area":9.4e-06},"id":"2539-Eval::Closure::Sandbox_1085::__ANON__[(eval 1300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":9.4e-06},"id":"n2538"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_839::__ANON__[(eval 1052)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2541-Eval::Closure::Sandbox_839::__ANON__[(eval 1052)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.7e-06},"id":"n2540"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_369::__ANON__[(eval 529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2543-Eval::Closure::Sandbox_369::__ANON__[(eval 529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2542"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_695::__ANON__[(eval 905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2545-Eval::Closure::Sandbox_695::__ANON__[(eval 905)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n2544"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Eval::Closure::Sandbox_989::__ANON__[(eval 1204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","$color":5,"excl_time":1.37e-05,"$area":1.37e-05},"id":"2547-Eval::Closure::Sandbox_989::__ANON__[(eval 1204)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]"}],"data":{"$area":1.37e-05},"id":"n2546"},{"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":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2549-Eval::Closure::Sandbox_1342::__ANON__[(eval 1682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2548"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_293::__ANON__[(eval 412)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2551-Eval::Closure::Sandbox_293::__ANON__[(eval 412)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n2550"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_969::__ANON__[(eval 1183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2553-Eval::Closure::Sandbox_969::__ANON__[(eval 1183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2552"},{"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: 21&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Eval::Closure::Sandbox_647::__ANON__[(eval 853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:94]","$color":2,"excl_time":2.14e-05,"$area":2.14e-05},"id":"2555-Eval::Closure::Sandbox_647::__ANON__[(eval 853)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:94]"}],"data":{"$area":2.14e-05},"id":"n2554"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_37::__ANON__[(eval 119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2557-Eval::Closure::Sandbox_37::__ANON__[(eval 119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.2e-06},"id":"n2556"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_177::__ANON__[(eval 293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":7.4e-06,"$area":7.4e-06},"id":"2559-Eval::Closure::Sandbox_177::__ANON__[(eval 293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.4e-06},"id":"n2558"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1202::__ANON__[(eval 1489)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2561-Eval::Closure::Sandbox_1202::__ANON__[(eval 1489)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2560"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1378::__ANON__[(eval 1718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2563-Eval::Closure::Sandbox_1378::__ANON__[(eval 1718)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.3e-06},"id":"n2562"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_328::__ANON__[(eval 449)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2565-Eval::Closure::Sandbox_328::__ANON__[(eval 449)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n2564"},{"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":6.3e-06,"subname":"Eval::Closure::Sandbox_402::__ANON__[(eval 562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":3,"excl_time":6.3e-06,"$area":6.3e-06},"id":"2567-Eval::Closure::Sandbox_402::__ANON__[(eval 562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":6.3e-06},"id":"n2566"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_173::__ANON__[(eval 289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2569-Eval::Closure::Sandbox_173::__ANON__[(eval 289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.1e-06},"id":"n2568"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_141::__ANON__[(eval 241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"2571-Eval::Closure::Sandbox_141::__ANON__[(eval 241)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":3e-06},"id":"n2570"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2573-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: 416&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.000416,"subname":"Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":9,"excl_time":6.34000000000748e-05,"$area":6.34000000000748e-05},"id":"2574-Eval::Closure::Sandbox_165::__ANON__[(eval 274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":6.76000000000748e-05},"id":"n2572"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_169::__ANON__[(eval 281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"2576-Eval::Closure::Sandbox_169::__ANON__[(eval 281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n2575"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_108::__ANON__[(eval 208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2578-Eval::Closure::Sandbox_108::__ANON__[(eval 208)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.6e-06},"id":"n2577"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_917::__ANON__[(eval 1131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2580-Eval::Closure::Sandbox_917::__ANON__[(eval 1131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n2579"},{"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":6,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2582-Eval::Closure::Sandbox_1298::__ANON__[(eval 1638)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n2581"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1552::__ANON__[(eval 1920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2584-Eval::Closure::Sandbox_1552::__ANON__[(eval 1920)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2583"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_313::__ANON__[(eval 432)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2586-Eval::Closure::Sandbox_313::__ANON__[(eval 432)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n2585"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_278::__ANON__[(eval 396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2588-Eval::Closure::Sandbox_278::__ANON__[(eval 396)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n2587"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_34::__ANON__[(eval 116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2590-Eval::Closure::Sandbox_34::__ANON__[(eval 116)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.1e-06},"id":"n2589"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_952::__ANON__[(eval 1166)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2592-Eval::Closure::Sandbox_952::__ANON__[(eval 1166)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2591"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_963::__ANON__[(eval 1177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2594-Eval::Closure::Sandbox_963::__ANON__[(eval 1177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.3e-06},"id":"n2593"},{"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":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2596-Eval::Closure::Sandbox_1272::__ANON__[(eval 1612)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2595"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_899::__ANON__[(eval 1113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2598-Eval::Closure::Sandbox_899::__ANON__[(eval 1113)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n2597"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_383::__ANON__[(eval 543)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2600-Eval::Closure::Sandbox_383::__ANON__[(eval 543)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2599"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Eval::Closure::Sandbox_520::__ANON__[(eval 688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":4,"excl_time":9.3e-06,"$area":9.3e-06},"id":"2602-Eval::Closure::Sandbox_520::__ANON__[(eval 688)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":9.3e-06},"id":"n2601"},{"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: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Eval::Closure::Sandbox_541::__ANON__[(eval 716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":9e-06,"$area":9e-06},"id":"2604-Eval::Closure::Sandbox_541::__ANON__[(eval 716)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":9e-06},"id":"n2603"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_477::__ANON__[(eval 643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":7e-06,"$area":7e-06},"id":"2606-Eval::Closure::Sandbox_477::__ANON__[(eval 643)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7e-06},"id":"n2605"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_30::__ANON__[(eval 112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"2608-Eval::Closure::Sandbox_30::__ANON__[(eval 112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":3.2e-06},"id":"n2607"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_806::__ANON__[(eval 1017)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":1,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2610-Eval::Closure::Sandbox_806::__ANON__[(eval 1017)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.2e-06},"id":"n2609"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1049::__ANON__[(eval 1264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2612-Eval::Closure::Sandbox_1049::__ANON__[(eval 1264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.6e-06},"id":"n2611"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_74::__ANON__[(eval 174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2614-Eval::Closure::Sandbox_74::__ANON__[(eval 174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n2613"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_740::__ANON__[(eval 951)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2616-Eval::Closure::Sandbox_740::__ANON__[(eval 951)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.1e-06},"id":"n2615"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_656::__ANON__[(eval 866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2618-Eval::Closure::Sandbox_656::__ANON__[(eval 866)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2617"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Eval::Closure::Sandbox_374::__ANON__[(eval 534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":0,"excl_time":1.17e-05,"$area":1.17e-05},"id":"2620-Eval::Closure::Sandbox_374::__ANON__[(eval 534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":1.17e-05},"id":"n2619"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1371::__ANON__[(eval 1711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2622-Eval::Closure::Sandbox_1371::__ANON__[(eval 1711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2621"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_1195::__ANON__[(eval 1422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":4,"excl_time":6.8e-06,"$area":6.8e-06},"id":"2624-Eval::Closure::Sandbox_1195::__ANON__[(eval 1422)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":6.8e-06},"id":"n2623"},{"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":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2626-Eval::Closure::Sandbox_774::__ANON__[(eval 985)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.7e-06},"id":"n2625"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_905::__ANON__[(eval 1119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2628-Eval::Closure::Sandbox_905::__ANON__[(eval 1119)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7.8e-06},"id":"n2627"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_403::__ANON__[(eval 563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2630-Eval::Closure::Sandbox_403::__ANON__[(eval 563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n2629"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Eval::Closure::Sandbox_773::__ANON__[(eval 984)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":1,"excl_time":1.18e-05,"$area":1.18e-05},"id":"2632-Eval::Closure::Sandbox_773::__ANON__[(eval 984)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":1.18e-05},"id":"n2631"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_1118::__ANON__[(eval 1333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":5.2e-06,"$area":5.2e-06},"id":"2634-Eval::Closure::Sandbox_1118::__ANON__[(eval 1333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.2e-06},"id":"n2633"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_847::__ANON__[(eval 1060)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":5e-06,"$area":5e-06},"id":"2636-Eval::Closure::Sandbox_847::__ANON__[(eval 1060)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5e-06},"id":"n2635"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_1140::__ANON__[(eval 1360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":6.2e-06,"$area":6.2e-06},"id":"2638-Eval::Closure::Sandbox_1140::__ANON__[(eval 1360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":6.2e-06},"id":"n2637"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_953::__ANON__[(eval 1167)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":5.9e-06,"$area":5.9e-06},"id":"2640-Eval::Closure::Sandbox_953::__ANON__[(eval 1167)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5.9e-06},"id":"n2639"},{"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: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"Eval::Closure::Sandbox_492::__ANON__[(eval 658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":1e-05,"$area":1e-05},"id":"2642-Eval::Closure::Sandbox_492::__ANON__[(eval 658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":1e-05},"id":"n2641"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1247::__ANON__[(eval 1563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2644-Eval::Closure::Sandbox_1247::__ANON__[(eval 1563)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2643"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_450::__ANON__[(eval 611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":7.7e-06,"$area":7.7e-06},"id":"2646-Eval::Closure::Sandbox_450::__ANON__[(eval 611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":7.7e-06},"id":"n2645"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_464::__ANON__[(eval 626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2648-Eval::Closure::Sandbox_464::__ANON__[(eval 626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n2647"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1006::__ANON__[(eval 1221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"2650-Eval::Closure::Sandbox_1006::__ANON__[(eval 1221)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.9e-06},"id":"n2649"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_473::__ANON__[(eval 639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2652-Eval::Closure::Sandbox_473::__ANON__[(eval 639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.1e-06},"id":"n2651"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_563::__ANON__[(eval 765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2654-Eval::Closure::Sandbox_563::__ANON__[(eval 765)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.8e-06},"id":"n2653"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_726::__ANON__[(eval 937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":6.3e-06,"$area":6.3e-06},"id":"2656-Eval::Closure::Sandbox_726::__ANON__[(eval 937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.3e-06},"id":"n2655"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1531::__ANON__[(eval 1899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.3e-06,"$area":2.3e-06},"id":"2658-Eval::Closure::Sandbox_1531::__ANON__[(eval 1899)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.3e-06},"id":"n2657"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1364::__ANON__[(eval 1704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2660-Eval::Closure::Sandbox_1364::__ANON__[(eval 1704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2659"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1154::__ANON__[(eval 1374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2662-Eval::Closure::Sandbox_1154::__ANON__[(eval 1374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n2661"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_156::__ANON__[(eval 258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2664-Eval::Closure::Sandbox_156::__ANON__[(eval 258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n2663"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_651::__ANON__[(eval 857)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2666-Eval::Closure::Sandbox_651::__ANON__[(eval 857)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.5e-06},"id":"n2665"},{"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":7.9e-06,"subname":"Eval::Closure::Sandbox_1488::__ANON__[(eval 1850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:74]","$color":4,"excl_time":7.9e-06,"$area":7.9e-06},"id":"2668-Eval::Closure::Sandbox_1488::__ANON__[(eval 1850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:74]"}],"data":{"$area":7.9e-06},"id":"n2667"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_8::__ANON__[(eval 90)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2670-Eval::Closure::Sandbox_8::__ANON__[(eval 90)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.6e-06},"id":"n2669"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_582::__ANON__[(eval 784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2672-Eval::Closure::Sandbox_582::__ANON__[(eval 784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n2671"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_1023::__ANON__[(eval 1238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2674-Eval::Closure::Sandbox_1023::__ANON__[(eval 1238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.8e-06},"id":"n2673"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1259::__ANON__[(eval 1599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2676-Eval::Closure::Sandbox_1259::__ANON__[(eval 1599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2675"},{"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":3.3e-06,"subname":"Eval::Closure::Sandbox_1069::__ANON__[(eval 1284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2678-Eval::Closure::Sandbox_1069::__ANON__[(eval 1284)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n2677"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1050::__ANON__[(eval 1265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"2680-Eval::Closure::Sandbox_1050::__ANON__[(eval 1265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.7e-06},"id":"n2679"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_137::__ANON__[(eval 237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2682-Eval::Closure::Sandbox_137::__ANON__[(eval 237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n2681"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_675::__ANON__[(eval 885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2684-Eval::Closure::Sandbox_675::__ANON__[(eval 885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.4e-06},"id":"n2683"},{"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":3.8e-06,"subname":"Eval::Closure::Sandbox_1287::__ANON__[(eval 1627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2686-Eval::Closure::Sandbox_1287::__ANON__[(eval 1627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2685"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1284::__ANON__[(eval 1624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2688-Eval::Closure::Sandbox_1284::__ANON__[(eval 1624)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2687"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1358::__ANON__[(eval 1698)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2690-Eval::Closure::Sandbox_1358::__ANON__[(eval 1698)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2689"},{"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":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2692-Eval::Closure::Sandbox_545::__ANON__[(eval 720)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n2691"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1327::__ANON__[(eval 1667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2694-Eval::Closure::Sandbox_1327::__ANON__[(eval 1667)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2693"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1322::__ANON__[(eval 1662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2696-Eval::Closure::Sandbox_1322::__ANON__[(eval 1662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2695"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_629::__ANON__[(eval 835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":6.3e-06,"$area":6.3e-06},"id":"2698-Eval::Closure::Sandbox_629::__ANON__[(eval 835)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.3e-06},"id":"n2697"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1464::__ANON__[(eval 1804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2700-Eval::Closure::Sandbox_1464::__ANON__[(eval 1804)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2699"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1134::__ANON__[(eval 1350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2702-Eval::Closure::Sandbox_1134::__ANON__[(eval 1350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2701"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_572::__ANON__[(eval 774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2704-Eval::Closure::Sandbox_572::__ANON__[(eval 774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":6.5e-06},"id":"n2703"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_1559::__ANON__[(eval 1927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"2706-Eval::Closure::Sandbox_1559::__ANON__[(eval 1927)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n2705"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1419::__ANON__[(eval 1759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2708-Eval::Closure::Sandbox_1419::__ANON__[(eval 1759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2707"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_54::__ANON__[(eval 136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2710-Eval::Closure::Sandbox_54::__ANON__[(eval 136)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2709"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1120::__ANON__[(eval 1335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2712-Eval::Closure::Sandbox_1120::__ANON__[(eval 1335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2711"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_233::__ANON__[(eval 350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2714-Eval::Closure::Sandbox_233::__ANON__[(eval 350)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n2713"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_106::__ANON__[(eval 206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"2716-Eval::Closure::Sandbox_106::__ANON__[(eval 206)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3e-06},"id":"n2715"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_5::__ANON__[(eval 87)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2718-Eval::Closure::Sandbox_5::__ANON__[(eval 87)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.6e-06},"id":"n2717"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1405::__ANON__[(eval 1745)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.4e-06,"$area":2.4e-06},"id":"2720-Eval::Closure::Sandbox_1405::__ANON__[(eval 1745)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n2719"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Eval::Closure::Sandbox_84::__ANON__[(eval 184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":3,"excl_time":8.3e-06,"$area":8.3e-06},"id":"2722-Eval::Closure::Sandbox_84::__ANON__[(eval 184)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":8.3e-06},"id":"n2721"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1430::__ANON__[(eval 1770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2724-Eval::Closure::Sandbox_1430::__ANON__[(eval 1770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n2723"},{"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":4.5e-06,"subname":"Eval::Closure::Sandbox_1317::__ANON__[(eval 1657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2726-Eval::Closure::Sandbox_1317::__ANON__[(eval 1657)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.5e-06},"id":"n2725"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_96::__ANON__[(eval 196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2728-Eval::Closure::Sandbox_96::__ANON__[(eval 196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.1e-06},"id":"n2727"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_846::__ANON__[(eval 1059)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2730-Eval::Closure::Sandbox_846::__ANON__[(eval 1059)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n2729"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Eval::Closure::Sandbox_77::__ANON__[(eval 177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]","$color":2,"excl_time":1.48e-05,"$area":1.48e-05},"id":"2732-Eval::Closure::Sandbox_77::__ANON__[(eval 177)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:106]"}],"data":{"$area":1.48e-05},"id":"n2731"},{"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: 27&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Eval::Closure::Sandbox_453::__ANON__[(eval 614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:112]","$color":4,"excl_time":2.7e-05,"$area":2.7e-05},"id":"2734-Eval::Closure::Sandbox_453::__ANON__[(eval 614)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:112]"}],"data":{"$area":2.7e-05},"id":"n2733"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_814::__ANON__[(eval 1025)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2736-Eval::Closure::Sandbox_814::__ANON__[(eval 1025)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.7e-06},"id":"n2735"},{"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":5e-06,"subname":"Eval::Closure::Sandbox_924::__ANON__[(eval 1138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":5e-06,"$area":5e-06},"id":"2738-Eval::Closure::Sandbox_924::__ANON__[(eval 1138)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5e-06},"id":"n2737"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Eval::Closure::Sandbox_909::__ANON__[(eval 1123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:61]","$color":10,"excl_time":8.8e-06,"$area":8.8e-06},"id":"2740-Eval::Closure::Sandbox_909::__ANON__[(eval 1123)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:61]"}],"data":{"$area":8.8e-06},"id":"n2739"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_639::__ANON__[(eval 845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2742-Eval::Closure::Sandbox_639::__ANON__[(eval 845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.7e-06},"id":"n2741"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_192::__ANON__[(eval 308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":3,"excl_time":7.6e-06,"$area":7.6e-06},"id":"2744-Eval::Closure::Sandbox_192::__ANON__[(eval 308)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":7.6e-06},"id":"n2743"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Eval::Closure::Sandbox_1053::__ANON__[(eval 1268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:73]","$color":5,"excl_time":1.01e-05,"$area":1.01e-05},"id":"2746-Eval::Closure::Sandbox_1053::__ANON__[(eval 1268)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:73]"}],"data":{"$area":1.01e-05},"id":"n2745"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_515::__ANON__[(eval 683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":6.4e-06,"$area":6.4e-06},"id":"2748-Eval::Closure::Sandbox_515::__ANON__[(eval 683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.4e-06},"id":"n2747"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_12::__ANON__[(eval 94)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2750-Eval::Closure::Sandbox_12::__ANON__[(eval 94)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n2749"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_1059::__ANON__[(eval 1274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":7.7e-06,"$area":7.7e-06},"id":"2752-Eval::Closure::Sandbox_1059::__ANON__[(eval 1274)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.7e-06},"id":"n2751"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_1411::__ANON__[(eval 1751)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":2,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2754-Eval::Closure::Sandbox_1411::__ANON__[(eval 1751)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":5.7e-06},"id":"n2753"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1460::__ANON__[(eval 1800)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2756-Eval::Closure::Sandbox_1460::__ANON__[(eval 1800)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2755"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_1271::__ANON__[(eval 1611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.1e-06,"$area":3.1e-06},"id":"2758-Eval::Closure::Sandbox_1271::__ANON__[(eval 1611)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n2757"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_913::__ANON__[(eval 1127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":8,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2760-Eval::Closure::Sandbox_913::__ANON__[(eval 1127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":7.8e-06},"id":"n2759"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_417::__ANON__[(eval 578)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2762-Eval::Closure::Sandbox_417::__ANON__[(eval 578)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2761"},{"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":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2764-Eval::Closure::Sandbox_1383::__ANON__[(eval 1723)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2763"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_1516::__ANON__[(eval 1884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":3,"excl_time":6.5e-06,"$area":6.5e-06},"id":"2766-Eval::Closure::Sandbox_1516::__ANON__[(eval 1884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":6.5e-06},"id":"n2765"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_93::__ANON__[(eval 193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2768-Eval::Closure::Sandbox_93::__ANON__[(eval 193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.4e-06},"id":"n2767"},{"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":4.3e-06,"subname":"Eval::Closure::Sandbox_322::__ANON__[(eval 443)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2770-Eval::Closure::Sandbox_322::__ANON__[(eval 443)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n2769"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1562::__ANON__[(eval 1930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2772-Eval::Closure::Sandbox_1562::__ANON__[(eval 1930)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.9e-06},"id":"n2771"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_282::__ANON__[(eval 401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":6.9e-06,"$area":6.9e-06},"id":"2774-Eval::Closure::Sandbox_282::__ANON__[(eval 401)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.9e-06},"id":"n2773"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1122::__ANON__[(eval 1337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"2776-Eval::Closure::Sandbox_1122::__ANON__[(eval 1337)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n2775"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_378::__ANON__[(eval 538)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2778-Eval::Closure::Sandbox_378::__ANON__[(eval 538)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2777"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_539::__ANON__[(eval 714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":7.6e-06,"$area":7.6e-06},"id":"2780-Eval::Closure::Sandbox_539::__ANON__[(eval 714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":7.6e-06},"id":"n2779"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_63::__ANON__[(eval 145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2782-Eval::Closure::Sandbox_63::__ANON__[(eval 145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n2781"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1370::__ANON__[(eval 1710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2784-Eval::Closure::Sandbox_1370::__ANON__[(eval 1710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2783"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_992::__ANON__[(eval 1207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2786-Eval::Closure::Sandbox_992::__ANON__[(eval 1207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2785"},{"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":3.7e-06,"subname":"Eval::Closure::Sandbox_1297::__ANON__[(eval 1637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2788-Eval::Closure::Sandbox_1297::__ANON__[(eval 1637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n2787"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_614::__ANON__[(eval 820)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2790-Eval::Closure::Sandbox_614::__ANON__[(eval 820)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2789"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_755::__ANON__[(eval 966)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"2792-Eval::Closure::Sandbox_755::__ANON__[(eval 966)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n2791"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_433::__ANON__[(eval 594)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.6e-06,"$area":6.6e-06},"id":"2794-Eval::Closure::Sandbox_433::__ANON__[(eval 594)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n2793"},{"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":0,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2796-Eval::Closure::Sandbox_1276::__ANON__[(eval 1616)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2795"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_758::__ANON__[(eval 969)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2798-Eval::Closure::Sandbox_758::__ANON__[(eval 969)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.7e-06},"id":"n2797"},{"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":4.4e-06,"subname":"Eval::Closure::Sandbox_873::__ANON__[(eval 1087)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2800-Eval::Closure::Sandbox_873::__ANON__[(eval 1087)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n2799"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_735::__ANON__[(eval 946)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":5.4e-06,"$area":5.4e-06},"id":"2802-Eval::Closure::Sandbox_735::__ANON__[(eval 946)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.4e-06},"id":"n2801"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_733::__ANON__[(eval 944)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2804-Eval::Closure::Sandbox_733::__ANON__[(eval 944)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n2803"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1112::__ANON__[(eval 1327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"2806-Eval::Closure::Sandbox_1112::__ANON__[(eval 1327)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n2805"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1343::__ANON__[(eval 1683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2808-Eval::Closure::Sandbox_1343::__ANON__[(eval 1683)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n2807"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_387::__ANON__[(eval 547)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2810-Eval::Closure::Sandbox_387::__ANON__[(eval 547)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n2809"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1169::__ANON__[(eval 1389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2812-Eval::Closure::Sandbox_1169::__ANON__[(eval 1389)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2811"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_714::__ANON__[(eval 924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"2814-Eval::Closure::Sandbox_714::__ANON__[(eval 924)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n2813"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1518::__ANON__[(eval 1886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2816-Eval::Closure::Sandbox_1518::__ANON__[(eval 1886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2815"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1521::__ANON__[(eval 1889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2818-Eval::Closure::Sandbox_1521::__ANON__[(eval 1889)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n2817"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_676::__ANON__[(eval 886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":3e-06,"$area":3e-06},"id":"2820-Eval::Closure::Sandbox_676::__ANON__[(eval 886)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3e-06},"id":"n2819"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_960::__ANON__[(eval 1174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2822-Eval::Closure::Sandbox_960::__ANON__[(eval 1174)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.6e-06},"id":"n2821"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_254::__ANON__[(eval 372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":6,"excl_time":7.9e-06,"$area":7.9e-06},"id":"2824-Eval::Closure::Sandbox_254::__ANON__[(eval 372)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":7.9e-06},"id":"n2823"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1398::__ANON__[(eval 1738)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2826-Eval::Closure::Sandbox_1398::__ANON__[(eval 1738)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.6e-06},"id":"n2825"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_391::__ANON__[(eval 551)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2828-Eval::Closure::Sandbox_391::__ANON__[(eval 551)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n2827"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_138::__ANON__[(eval 238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2830-Eval::Closure::Sandbox_138::__ANON__[(eval 238)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n2829"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_796::__ANON__[(eval 1007)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":3,"excl_time":8.6e-06,"$area":8.6e-06},"id":"2832-Eval::Closure::Sandbox_796::__ANON__[(eval 1007)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":8.6e-06},"id":"n2831"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_1437::__ANON__[(eval 1777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":7.3e-06,"$area":7.3e-06},"id":"2834-Eval::Closure::Sandbox_1437::__ANON__[(eval 1777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":7.3e-06},"id":"n2833"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_786::__ANON__[(eval 997)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2836-Eval::Closure::Sandbox_786::__ANON__[(eval 997)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.6e-06},"id":"n2835"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1027::__ANON__[(eval 1242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2838-Eval::Closure::Sandbox_1027::__ANON__[(eval 1242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n2837"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_463::__ANON__[(eval 625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2840-Eval::Closure::Sandbox_463::__ANON__[(eval 625)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n2839"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_18::__ANON__[(eval 100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2842-Eval::Closure::Sandbox_18::__ANON__[(eval 100)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n2841"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1060::__ANON__[(eval 1275)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2844-Eval::Closure::Sandbox_1060::__ANON__[(eval 1275)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.6e-06},"id":"n2843"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_397::__ANON__[(eval 557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2846-Eval::Closure::Sandbox_397::__ANON__[(eval 557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n2845"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1492::__ANON__[(eval 1854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"2848-Eval::Closure::Sandbox_1492::__ANON__[(eval 1854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.4e-06},"id":"n2847"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_274::__ANON__[(eval 392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2850-Eval::Closure::Sandbox_274::__ANON__[(eval 392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.6e-06},"id":"n2849"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1391::__ANON__[(eval 1731)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"2852-Eval::Closure::Sandbox_1391::__ANON__[(eval 1731)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n2851"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_534::__ANON__[(eval 709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":5.7e-06,"$area":5.7e-06},"id":"2854-Eval::Closure::Sandbox_534::__ANON__[(eval 709)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.7e-06},"id":"n2853"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_194::__ANON__[(eval 310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2856-Eval::Closure::Sandbox_194::__ANON__[(eval 310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2855"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1332::__ANON__[(eval 1672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2858-Eval::Closure::Sandbox_1332::__ANON__[(eval 1672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n2857"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_834::__ANON__[(eval 1045)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2860-Eval::Closure::Sandbox_834::__ANON__[(eval 1045)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.8e-06},"id":"n2859"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_892::__ANON__[(eval 1106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"2862-Eval::Closure::Sandbox_892::__ANON__[(eval 1106)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.5e-06},"id":"n2861"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_976::__ANON__[(eval 1190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"2864-Eval::Closure::Sandbox_976::__ANON__[(eval 1190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n2863"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Eval::Closure::Sandbox_978::__ANON__[(eval 1192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:110]","$color":4,"excl_time":1.09e-05,"$area":1.09e-05},"id":"2866-Eval::Closure::Sandbox_978::__ANON__[(eval 1192)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:110]"}],"data":{"$area":1.09e-05},"id":"n2865"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_188::__ANON__[(eval 304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"2868-Eval::Closure::Sandbox_188::__ANON__[(eval 304)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n2867"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1223::__ANON__[(eval 1510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2870-Eval::Closure::Sandbox_1223::__ANON__[(eval 1510)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2869"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_110::__ANON__[(eval 210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":10,"excl_time":5e-06,"$area":5e-06},"id":"2872-Eval::Closure::Sandbox_110::__ANON__[(eval 210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":5e-06},"id":"n2871"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_641::__ANON__[(eval 847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"2874-Eval::Closure::Sandbox_641::__ANON__[(eval 847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n2873"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1040::__ANON__[(eval 1255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":5.6e-06,"$area":5.6e-06},"id":"2876-Eval::Closure::Sandbox_1040::__ANON__[(eval 1255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.6e-06},"id":"n2875"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_901::__ANON__[(eval 1115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":4.6e-06,"$area":4.6e-06},"id":"2878-Eval::Closure::Sandbox_901::__ANON__[(eval 1115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.6e-06},"id":"n2877"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_71::__ANON__[(eval 171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2880-Eval::Closure::Sandbox_71::__ANON__[(eval 171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.8e-06},"id":"n2879"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1409::__ANON__[(eval 1749)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2882-Eval::Closure::Sandbox_1409::__ANON__[(eval 1749)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2881"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_292::__ANON__[(eval 411)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"2884-Eval::Closure::Sandbox_292::__ANON__[(eval 411)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n2883"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_723::__ANON__[(eval 934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"2886-Eval::Closure::Sandbox_723::__ANON__[(eval 934)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n2885"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Eval::Closure::Sandbox_1175::__ANON__[(eval 1395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]","$color":4,"excl_time":1.24e-05,"$area":1.24e-05},"id":"2888-Eval::Closure::Sandbox_1175::__ANON__[(eval 1395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:53]"}],"data":{"$area":1.24e-05},"id":"n2887"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_757::__ANON__[(eval 968)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":5.8e-06,"$area":5.8e-06},"id":"2890-Eval::Closure::Sandbox_757::__ANON__[(eval 968)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.8e-06},"id":"n2889"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_1199::__ANON__[(eval 1473)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":6.3e-06,"$area":6.3e-06},"id":"2892-Eval::Closure::Sandbox_1199::__ANON__[(eval 1473)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":6.3e-06},"id":"n2891"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1160::__ANON__[(eval 1380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2894-Eval::Closure::Sandbox_1160::__ANON__[(eval 1380)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":3.6e-06},"id":"n2893"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_317::__ANON__[(eval 438)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":6.4e-06,"$area":6.4e-06},"id":"2896-Eval::Closure::Sandbox_317::__ANON__[(eval 438)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.4e-06},"id":"n2895"},{"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: 2.59ms, 0.00%</p>","incl_time":0.0025913,"subname":"Eval::Closure::Sandbox_380::CORE:match","$color":3,"excl_time":0.0025913,"$area":0.0025913},"id":"2898-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: 32&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"Eval::Closure::Sandbox_380::__ANON__[(eval 540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:189]","$color":3,"excl_time":3.16e-05,"$area":3.16e-05},"id":"2899-Eval::Closure::Sandbox_380::__ANON__[(eval 540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:189]"}],"data":{"$area":0.0026229},"id":"n2897"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1483::__ANON__[(eval 1845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2901-Eval::Closure::Sandbox_1483::__ANON__[(eval 1845)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2900"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1110::__ANON__[(eval 1325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2903-Eval::Closure::Sandbox_1110::__ANON__[(eval 1325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.8e-06},"id":"n2902"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1252::__ANON__[(eval 1568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2905-Eval::Closure::Sandbox_1252::__ANON__[(eval 1568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2904"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_252::__ANON__[(eval 370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":0,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2907-Eval::Closure::Sandbox_252::__ANON__[(eval 370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":6.1e-06},"id":"n2906"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_168::__ANON__[(eval 279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"2909-Eval::Closure::Sandbox_168::__ANON__[(eval 279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n2908"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_525::__ANON__[(eval 700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":7.8e-06,"$area":7.8e-06},"id":"2911-Eval::Closure::Sandbox_525::__ANON__[(eval 700)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.8e-06},"id":"n2910"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1187::__ANON__[(eval 1408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2913-Eval::Closure::Sandbox_1187::__ANON__[(eval 1408)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2912"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_683::__ANON__[(eval 893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2915-Eval::Closure::Sandbox_683::__ANON__[(eval 893)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2914"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_923::__ANON__[(eval 1137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2917-Eval::Closure::Sandbox_923::__ANON__[(eval 1137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2916"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_105::__ANON__[(eval 205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"2919-Eval::Closure::Sandbox_105::__ANON__[(eval 205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4e-06},"id":"n2918"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1377::__ANON__[(eval 1717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2921-Eval::Closure::Sandbox_1377::__ANON__[(eval 1717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n2920"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1401::__ANON__[(eval 1741)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"2923-Eval::Closure::Sandbox_1401::__ANON__[(eval 1741)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n2922"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Eval::Closure::Sandbox_947::__ANON__[(eval 1161)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]","$color":7,"excl_time":8.8e-06,"$area":8.8e-06},"id":"2925-Eval::Closure::Sandbox_947::__ANON__[(eval 1161)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:59]"}],"data":{"$area":8.8e-06},"id":"n2924"},{"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: 51&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":9,"excl_time":3.85999999998655e-05,"$area":3.85999999998655e-05},"id":"2927-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.7e-06,"subname":"Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2928-Eval::Closure::Sandbox_401::__ANON__[(eval 561)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.12999999998655e-05},"id":"n2926"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1335::__ANON__[(eval 1675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"2930-Eval::Closure::Sandbox_1335::__ANON__[(eval 1675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n2929"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_28::__ANON__[(eval 110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"2932-Eval::Closure::Sandbox_28::__ANON__[(eval 110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.9e-06},"id":"n2931"},{"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":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2934-Eval::Closure::Sandbox_1293::__ANON__[(eval 1633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2933"},{"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":6,"excl_time":8.4e-06,"$area":8.4e-06},"id":"2936-Eval::Closure::Sandbox_1156::__ANON__[(eval 1376)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:70]"}],"data":{"$area":8.4e-06},"id":"n2935"},{"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":8,"excl_time":5.3e-06,"$area":5.3e-06},"id":"2938-Eval::Closure::Sandbox_129::__ANON__[(eval 229)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]"}],"data":{"$area":5.3e-06},"id":"n2937"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_867::__ANON__[(eval 1081)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2940-Eval::Closure::Sandbox_867::__ANON__[(eval 1081)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2939"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1422::__ANON__[(eval 1762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2942-Eval::Closure::Sandbox_1422::__ANON__[(eval 1762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2941"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_1508::__ANON__[(eval 1876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":5.9e-06,"$area":5.9e-06},"id":"2944-Eval::Closure::Sandbox_1508::__ANON__[(eval 1876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.9e-06},"id":"n2943"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_338::__ANON__[(eval 498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2946-Eval::Closure::Sandbox_338::__ANON__[(eval 498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2945"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_315::__ANON__[(eval 436)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"2948-Eval::Closure::Sandbox_315::__ANON__[(eval 436)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n2947"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_967::__ANON__[(eval 1181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2950-Eval::Closure::Sandbox_967::__ANON__[(eval 1181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.6e-06},"id":"n2949"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_39::__ANON__[(eval 121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2952-Eval::Closure::Sandbox_39::__ANON__[(eval 121)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.9e-06},"id":"n2951"},{"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":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2954-Eval::Closure::Sandbox_1434::__ANON__[(eval 1774)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n2953"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_238::__ANON__[(eval 355)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":4,"excl_time":7.2e-06,"$area":7.2e-06},"id":"2956-Eval::Closure::Sandbox_238::__ANON__[(eval 355)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":7.2e-06},"id":"n2955"},{"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":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"2958-Eval::Closure::Sandbox_1530::__ANON__[(eval 1898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n2957"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_154::__ANON__[(eval 255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"2960-Eval::Closure::Sandbox_154::__ANON__[(eval 255)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n2959"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_599::__ANON__[(eval 805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":4.2e-06,"$area":4.2e-06},"id":"2962-Eval::Closure::Sandbox_599::__ANON__[(eval 805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n2961"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1465::__ANON__[(eval 1805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2964-Eval::Closure::Sandbox_1465::__ANON__[(eval 1805)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n2963"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_623::__ANON__[(eval 829)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":6.1e-06,"$area":6.1e-06},"id":"2966-Eval::Closure::Sandbox_623::__ANON__[(eval 829)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.1e-06},"id":"n2965"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_600::__ANON__[(eval 806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2968-Eval::Closure::Sandbox_600::__ANON__[(eval 806)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n2967"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_936::__ANON__[(eval 1150)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"2970-Eval::Closure::Sandbox_936::__ANON__[(eval 1150)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n2969"},{"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":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2972-Eval::Closure::Sandbox_568::__ANON__[(eval 770)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n2971"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1550::__ANON__[(eval 1918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"2974-Eval::Closure::Sandbox_1550::__ANON__[(eval 1918)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n2973"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_181::__ANON__[(eval 297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"2976-Eval::Closure::Sandbox_181::__ANON__[(eval 297)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n2975"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_40::__ANON__[(eval 122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":4,"excl_time":1.05e-05,"$area":1.05e-05},"id":"2978-Eval::Closure::Sandbox_40::__ANON__[(eval 122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":1.05e-05},"id":"n2977"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1512::__ANON__[(eval 1880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"2980-Eval::Closure::Sandbox_1512::__ANON__[(eval 1880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n2979"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1064::__ANON__[(eval 1279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2982-Eval::Closure::Sandbox_1064::__ANON__[(eval 1279)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.7e-06},"id":"n2981"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_7::__ANON__[(eval 89)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"2984-Eval::Closure::Sandbox_7::__ANON__[(eval 89)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":4.1e-06},"id":"n2983"},{"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: 90&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":8.98e-05,"subname":"Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":1,"excl_time":6.83999999999397e-05,"$area":6.83999999999397e-05},"id":"2986-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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.9e-06,"$area":4.9e-06},"id":"2987-Eval::Closure::Sandbox_637::__ANON__[(eval 843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":7.32999999999397e-05},"id":"n2985"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Eval::Closure::Sandbox_306::__ANON__[(eval 425)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":3,"excl_time":1.06e-05,"$area":1.06e-05},"id":"2989-Eval::Closure::Sandbox_306::__ANON__[(eval 425)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":1.06e-05},"id":"n2988"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Eval::Closure::Sandbox_21::__ANON__[(eval 103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":5,"excl_time":8.9e-06,"$area":8.9e-06},"id":"2991-Eval::Closure::Sandbox_21::__ANON__[(eval 103)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":8.9e-06},"id":"n2990"},{"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":2.7e-06,"subname":"Eval::Closure::Sandbox_1352::__ANON__[(eval 1692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"2993-Eval::Closure::Sandbox_1352::__ANON__[(eval 1692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n2992"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_426::__ANON__[(eval 587)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"2995-Eval::Closure::Sandbox_426::__ANON__[(eval 587)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.1e-06},"id":"n2994"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1314::__ANON__[(eval 1654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"2997-Eval::Closure::Sandbox_1314::__ANON__[(eval 1654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n2996"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_776::__ANON__[(eval 987)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":2,"excl_time":6.6e-06,"$area":6.6e-06},"id":"2999-Eval::Closure::Sandbox_776::__ANON__[(eval 987)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":6.6e-06},"id":"n2998"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Eval::Closure::Sandbox_509::__ANON__[(eval 677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":4,"excl_time":9.7e-06,"$area":9.7e-06},"id":"3001-Eval::Closure::Sandbox_509::__ANON__[(eval 677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":9.7e-06},"id":"n3000"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_555::__ANON__[(eval 730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3003-Eval::Closure::Sandbox_555::__ANON__[(eval 730)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.6e-06},"id":"n3002"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1067::__ANON__[(eval 1282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3005-Eval::Closure::Sandbox_1067::__ANON__[(eval 1282)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.3e-06},"id":"n3004"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_781::__ANON__[(eval 992)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3007-Eval::Closure::Sandbox_781::__ANON__[(eval 992)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.6e-06},"id":"n3006"},{"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":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3009-Eval::Closure::Sandbox_1090::__ANON__[(eval 1305)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3008"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_540::__ANON__[(eval 715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":7.3e-06,"$area":7.3e-06},"id":"3011-Eval::Closure::Sandbox_540::__ANON__[(eval 715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":7.3e-06},"id":"n3010"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_950::__ANON__[(eval 1164)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"3013-Eval::Closure::Sandbox_950::__ANON__[(eval 1164)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n3012"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_353::__ANON__[(eval 513)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3015-Eval::Closure::Sandbox_353::__ANON__[(eval 513)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.2e-06},"id":"n3014"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_514::__ANON__[(eval 682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3017-Eval::Closure::Sandbox_514::__ANON__[(eval 682)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n3016"},{"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":5e-06,"subname":"Eval::Closure::Sandbox_593::__ANON__[(eval 795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":0,"excl_time":5e-06,"$area":5e-06},"id":"3019-Eval::Closure::Sandbox_593::__ANON__[(eval 795)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5e-06},"id":"n3018"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_885::__ANON__[(eval 1099)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3021-Eval::Closure::Sandbox_885::__ANON__[(eval 1099)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n3020"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Eval::Closure::Sandbox_706::__ANON__[(eval 916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":4,"excl_time":1.12e-05,"$area":1.12e-05},"id":"3023-Eval::Closure::Sandbox_706::__ANON__[(eval 916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":1.12e-05},"id":"n3022"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_1073::__ANON__[(eval 1288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3025-Eval::Closure::Sandbox_1073::__ANON__[(eval 1288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.9e-06},"id":"n3024"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_1003::__ANON__[(eval 1218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":7.4e-06,"$area":7.4e-06},"id":"3027-Eval::Closure::Sandbox_1003::__ANON__[(eval 1218)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":7.4e-06},"id":"n3026"},{"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":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3029-Eval::Closure::Sandbox_1362::__ANON__[(eval 1702)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3028"},{"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: 107&micro;s, 0.00%</p>","incl_time":0.0001065,"subname":"Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":1,"excl_time":0.0001065,"$area":0.0001065},"id":"3031-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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3032-Eval::Closure::Sandbox_50::__ANON__[(eval 132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":0.0001092},"id":"n3030"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_602::__ANON__[(eval 808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3034-Eval::Closure::Sandbox_602::__ANON__[(eval 808)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3033"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Eval::Closure::Sandbox_1266::__ANON__[(eval 1606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":5,"excl_time":1.06e-05,"$area":1.06e-05},"id":"3036-Eval::Closure::Sandbox_1266::__ANON__[(eval 1606)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":1.06e-05},"id":"n3035"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_574::__ANON__[(eval 776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":7,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3038-Eval::Closure::Sandbox_574::__ANON__[(eval 776)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.9e-06},"id":"n3037"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_805::__ANON__[(eval 1016)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":9,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3040-Eval::Closure::Sandbox_805::__ANON__[(eval 1016)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":6.1e-06},"id":"n3039"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Eval::Closure::Sandbox_86::__ANON__[(eval 186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:40]","$color":0,"excl_time":8.7e-06,"$area":8.7e-06},"id":"3042-Eval::Closure::Sandbox_86::__ANON__[(eval 186)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:40]"}],"data":{"$area":8.7e-06},"id":"n3041"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_945::__ANON__[(eval 1159)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3044-Eval::Closure::Sandbox_945::__ANON__[(eval 1159)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.4e-06},"id":"n3043"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1249::__ANON__[(eval 1565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3046-Eval::Closure::Sandbox_1249::__ANON__[(eval 1565)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3045"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_72::__ANON__[(eval 172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3048-Eval::Closure::Sandbox_72::__ANON__[(eval 172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.8e-06},"id":"n3047"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_1300::__ANON__[(eval 1640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"3050-Eval::Closure::Sandbox_1300::__ANON__[(eval 1640)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4e-06},"id":"n3049"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_266::__ANON__[(eval 384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":10,"excl_time":7e-06,"$area":7e-06},"id":"3052-Eval::Closure::Sandbox_266::__ANON__[(eval 384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":7e-06},"id":"n3051"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_288::__ANON__[(eval 407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3054-Eval::Closure::Sandbox_288::__ANON__[(eval 407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n3053"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_1182::__ANON__[(eval 1403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":3,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3056-Eval::Closure::Sandbox_1182::__ANON__[(eval 1403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":5.9e-06},"id":"n3055"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_461::__ANON__[(eval 623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3058-Eval::Closure::Sandbox_461::__ANON__[(eval 623)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3057"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1204::__ANON__[(eval 1491)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"3060-Eval::Closure::Sandbox_1204::__ANON__[(eval 1491)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n3059"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1008::__ANON__[(eval 1223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":6.7e-06,"$area":6.7e-06},"id":"3062-Eval::Closure::Sandbox_1008::__ANON__[(eval 1223)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.7e-06},"id":"n3061"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_488::__ANON__[(eval 654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3064-Eval::Closure::Sandbox_488::__ANON__[(eval 654)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.4e-06},"id":"n3063"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1117::__ANON__[(eval 1332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3066-Eval::Closure::Sandbox_1117::__ANON__[(eval 1332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n3065"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_348::__ANON__[(eval 508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3068-Eval::Closure::Sandbox_348::__ANON__[(eval 508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n3067"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_587::__ANON__[(eval 789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":5.4e-06,"$area":5.4e-06},"id":"3070-Eval::Closure::Sandbox_587::__ANON__[(eval 789)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.4e-06},"id":"n3069"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1456::__ANON__[(eval 1796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3072-Eval::Closure::Sandbox_1456::__ANON__[(eval 1796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.2e-06},"id":"n3071"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_507::__ANON__[(eval 675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3074-Eval::Closure::Sandbox_507::__ANON__[(eval 675)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n3073"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_838::__ANON__[(eval 1049)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3076-Eval::Closure::Sandbox_838::__ANON__[(eval 1049)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n3075"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_852::__ANON__[(eval 1066)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3078-Eval::Closure::Sandbox_852::__ANON__[(eval 1066)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3077"},{"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":3.2e-06,"subname":"Eval::Closure::Sandbox_1074::__ANON__[(eval 1289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3080-Eval::Closure::Sandbox_1074::__ANON__[(eval 1289)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n3079"},{"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":3.9e-06,"subname":"Eval::Closure::Sandbox_1192::__ANON__[(eval 1419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3082-Eval::Closure::Sandbox_1192::__ANON__[(eval 1419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":3.9e-06},"id":"n3081"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1047::__ANON__[(eval 1262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":8.4e-06,"$area":8.4e-06},"id":"3084-Eval::Closure::Sandbox_1047::__ANON__[(eval 1262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.4e-06},"id":"n3083"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_1129::__ANON__[(eval 1344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":0,"excl_time":5.8e-06,"$area":5.8e-06},"id":"3086-Eval::Closure::Sandbox_1129::__ANON__[(eval 1344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.8e-06},"id":"n3085"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1557::__ANON__[(eval 1925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3088-Eval::Closure::Sandbox_1557::__ANON__[(eval 1925)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3087"},{"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":2.7e-06,"subname":"Eval::Closure::Sandbox_367::__ANON__[(eval 527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3090-Eval::Closure::Sandbox_367::__ANON__[(eval 527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3089"},{"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":7e-06,"subname":"Eval::Closure::Sandbox_696::__ANON__[(eval 906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]","$color":6,"excl_time":7e-06,"$area":7e-06},"id":"3092-Eval::Closure::Sandbox_696::__ANON__[(eval 906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:33]"}],"data":{"$area":7e-06},"id":"n3091"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1528::__ANON__[(eval 1896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3094-Eval::Closure::Sandbox_1528::__ANON__[(eval 1896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3093"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Eval::Closure::Sandbox_654::__ANON__[(eval 860)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]","$color":10,"excl_time":8.5e-06,"$area":8.5e-06},"id":"3096-Eval::Closure::Sandbox_654::__ANON__[(eval 860)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:76]"}],"data":{"$area":8.5e-06},"id":"n3095"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_822::__ANON__[(eval 1033)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3098-Eval::Closure::Sandbox_822::__ANON__[(eval 1033)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n3097"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1533::__ANON__[(eval 1901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3100-Eval::Closure::Sandbox_1533::__ANON__[(eval 1901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3099"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_880::__ANON__[(eval 1094)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":7.6e-06,"$area":7.6e-06},"id":"3102-Eval::Closure::Sandbox_880::__ANON__[(eval 1094)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.6e-06},"id":"n3101"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1010::__ANON__[(eval 1225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":7,"excl_time":6.7e-06,"$area":6.7e-06},"id":"3104-Eval::Closure::Sandbox_1010::__ANON__[(eval 1225)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":6.7e-06},"id":"n3103"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_1237::__ANON__[(eval 1534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3106-Eval::Closure::Sandbox_1237::__ANON__[(eval 1534)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3105"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_119::__ANON__[(eval 219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"3108-Eval::Closure::Sandbox_119::__ANON__[(eval 219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3e-06},"id":"n3107"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1506::__ANON__[(eval 1874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3110-Eval::Closure::Sandbox_1506::__ANON__[(eval 1874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3109"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1083::__ANON__[(eval 1298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"3112-Eval::Closure::Sandbox_1083::__ANON__[(eval 1298)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n3111"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_816::__ANON__[(eval 1027)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3114-Eval::Closure::Sandbox_816::__ANON__[(eval 1027)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.2e-06},"id":"n3113"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_371::__ANON__[(eval 531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3116-Eval::Closure::Sandbox_371::__ANON__[(eval 531)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3115"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_359::__ANON__[(eval 519)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3118-Eval::Closure::Sandbox_359::__ANON__[(eval 519)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.6e-06},"id":"n3117"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_408::__ANON__[(eval 568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3120-Eval::Closure::Sandbox_408::__ANON__[(eval 568)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n3119"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1428::__ANON__[(eval 1768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3122-Eval::Closure::Sandbox_1428::__ANON__[(eval 1768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3121"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1228::__ANON__[(eval 1517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3124-Eval::Closure::Sandbox_1228::__ANON__[(eval 1517)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3123"},{"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":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3126-Eval::Closure::Sandbox_1403::__ANON__[(eval 1743)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3125"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_747::__ANON__[(eval 958)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3128-Eval::Closure::Sandbox_747::__ANON__[(eval 958)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.7e-06},"id":"n3127"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_199::__ANON__[(eval 315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":6.2e-06,"$area":6.2e-06},"id":"3130-Eval::Closure::Sandbox_199::__ANON__[(eval 315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.2e-06},"id":"n3129"},{"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":5.1e-06,"subname":"Eval::Closure::Sandbox_894::__ANON__[(eval 1108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3132-Eval::Closure::Sandbox_894::__ANON__[(eval 1108)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.1e-06},"id":"n3131"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_942::__ANON__[(eval 1156)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3134-Eval::Closure::Sandbox_942::__ANON__[(eval 1156)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.8e-06},"id":"n3133"},{"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":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3136-Eval::Closure::Sandbox_446::__ANON__[(eval 607)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3135"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_415::__ANON__[(eval 575)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3138-Eval::Closure::Sandbox_415::__ANON__[(eval 575)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n3137"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_994::__ANON__[(eval 1209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3140-Eval::Closure::Sandbox_994::__ANON__[(eval 1209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3139"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_91::__ANON__[(eval 191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3142-Eval::Closure::Sandbox_91::__ANON__[(eval 191)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.2e-06},"id":"n3141"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_741::__ANON__[(eval 952)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":6.2e-06,"$area":6.2e-06},"id":"3144-Eval::Closure::Sandbox_741::__ANON__[(eval 952)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.2e-06},"id":"n3143"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Eval::Closure::Sandbox_1307::__ANON__[(eval 1647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","$color":5,"excl_time":1.03e-05,"$area":1.03e-05},"id":"3146-Eval::Closure::Sandbox_1307::__ANON__[(eval 1647)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]"}],"data":{"$area":1.03e-05},"id":"n3145"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1544::__ANON__[(eval 1912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3148-Eval::Closure::Sandbox_1544::__ANON__[(eval 1912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3147"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_1211::__ANON__[(eval 1498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":6e-06,"$area":6e-06},"id":"3150-Eval::Closure::Sandbox_1211::__ANON__[(eval 1498)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6e-06},"id":"n3149"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_117::__ANON__[(eval 217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":0,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3152-Eval::Closure::Sandbox_117::__ANON__[(eval 217)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.3e-06},"id":"n3151"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1200::__ANON__[(eval 1474)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3154-Eval::Closure::Sandbox_1200::__ANON__[(eval 1474)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3153"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1392::__ANON__[(eval 1732)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3156-Eval::Closure::Sandbox_1392::__ANON__[(eval 1732)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3155"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1000::__ANON__[(eval 1215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3158-Eval::Closure::Sandbox_1000::__ANON__[(eval 1215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3157"},{"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":8,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3160-Eval::Closure::Sandbox_681::__ANON__[(eval 891)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3159"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1564::__ANON__[(eval 1932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3162-Eval::Closure::Sandbox_1564::__ANON__[(eval 1932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3161"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_399::__ANON__[(eval 559)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3164-Eval::Closure::Sandbox_399::__ANON__[(eval 559)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n3163"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_652::__ANON__[(eval 858)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"3166-Eval::Closure::Sandbox_652::__ANON__[(eval 858)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4e-06},"id":"n3165"},{"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":6.2e-06,"subname":"Eval::Closure::Sandbox_249::__ANON__[(eval 367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":6.2e-06,"$area":6.2e-06},"id":"3168-Eval::Closure::Sandbox_249::__ANON__[(eval 367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.2e-06},"id":"n3167"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1536::__ANON__[(eval 1904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3170-Eval::Closure::Sandbox_1536::__ANON__[(eval 1904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n3169"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Eval::Closure::Sandbox_962::__ANON__[(eval 1176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:117]","$color":9,"excl_time":1.85e-05,"$area":1.85e-05},"id":"3172-Eval::Closure::Sandbox_962::__ANON__[(eval 1176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:117]"}],"data":{"$area":1.85e-05},"id":"n3171"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1235::__ANON__[(eval 1532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":0,"excl_time":7.8e-06,"$area":7.8e-06},"id":"3174-Eval::Closure::Sandbox_1235::__ANON__[(eval 1532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":7.8e-06},"id":"n3173"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":2,"excl_time":9.9e-06,"$area":9.9e-06},"id":"3176-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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3177-Eval::Closure::Sandbox_65::__ANON__[(eval 147)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.26e-05},"id":"n3175"},{"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: 24&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Eval::Closure::Sandbox_769::__ANON__[(eval 980)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:122]","$color":4,"excl_time":2.35e-05,"$area":2.35e-05},"id":"3179-Eval::Closure::Sandbox_769::__ANON__[(eval 980)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:122]"}],"data":{"$area":2.35e-05},"id":"n3178"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_240::__ANON__[(eval 357)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3181-Eval::Closure::Sandbox_240::__ANON__[(eval 357)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.6e-06},"id":"n3180"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1086::__ANON__[(eval 1301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3183-Eval::Closure::Sandbox_1086::__ANON__[(eval 1301)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3182"},{"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":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3185-Eval::Closure::Sandbox_1124::__ANON__[(eval 1339)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n3184"},{"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":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3187-Eval::Closure::Sandbox_1146::__ANON__[(eval 1366)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3186"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_213::__ANON__[(eval 330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3189-Eval::Closure::Sandbox_213::__ANON__[(eval 330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.6e-06},"id":"n3188"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1282::__ANON__[(eval 1622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3191-Eval::Closure::Sandbox_1282::__ANON__[(eval 1622)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3190"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1076::__ANON__[(eval 1291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3193-Eval::Closure::Sandbox_1076::__ANON__[(eval 1291)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n3192"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_1415::__ANON__[(eval 1755)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3195-Eval::Closure::Sandbox_1415::__ANON__[(eval 1755)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.2e-06},"id":"n3194"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_184::__ANON__[(eval 300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":8.6e-06,"$area":8.6e-06},"id":"3197-Eval::Closure::Sandbox_184::__ANON__[(eval 300)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.6e-06},"id":"n3196"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_911::__ANON__[(eval 1125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3199-Eval::Closure::Sandbox_911::__ANON__[(eval 1125)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n3198"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_943::__ANON__[(eval 1157)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3201-Eval::Closure::Sandbox_943::__ANON__[(eval 1157)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3200"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1104::__ANON__[(eval 1319)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3203-Eval::Closure::Sandbox_1104::__ANON__[(eval 1319)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.4e-06},"id":"n3202"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_925::__ANON__[(eval 1139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3205-Eval::Closure::Sandbox_925::__ANON__[(eval 1139)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3204"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_669::__ANON__[(eval 879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3207-Eval::Closure::Sandbox_669::__ANON__[(eval 879)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.5e-06},"id":"n3206"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_844::__ANON__[(eval 1057)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3209-Eval::Closure::Sandbox_844::__ANON__[(eval 1057)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n3208"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_135::__ANON__[(eval 235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3211-Eval::Closure::Sandbox_135::__ANON__[(eval 235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n3210"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1432::__ANON__[(eval 1772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3213-Eval::Closure::Sandbox_1432::__ANON__[(eval 1772)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3212"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_284::__ANON__[(eval 403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3215-Eval::Closure::Sandbox_284::__ANON__[(eval 403)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.2e-06},"id":"n3214"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1418::__ANON__[(eval 1758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3217-Eval::Closure::Sandbox_1418::__ANON__[(eval 1758)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n3216"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_471::__ANON__[(eval 637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3219-Eval::Closure::Sandbox_471::__ANON__[(eval 637)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n3218"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1240::__ANON__[(eval 1545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3221-Eval::Closure::Sandbox_1240::__ANON__[(eval 1545)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3220"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_512::__ANON__[(eval 680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3223-Eval::Closure::Sandbox_512::__ANON__[(eval 680)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.9e-06},"id":"n3222"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1375::__ANON__[(eval 1715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3225-Eval::Closure::Sandbox_1375::__ANON__[(eval 1715)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3224"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_372::__ANON__[(eval 532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3227-Eval::Closure::Sandbox_372::__ANON__[(eval 532)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n3226"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_215::__ANON__[(eval 332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3229-Eval::Closure::Sandbox_215::__ANON__[(eval 332)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.9e-06},"id":"n3228"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_115::__ANON__[(eval 215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3231-Eval::Closure::Sandbox_115::__ANON__[(eval 215)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.3e-06},"id":"n3230"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Eval::Closure::Sandbox_186::__ANON__[(eval 302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":3,"excl_time":8.1e-06,"$area":8.1e-06},"id":"3233-Eval::Closure::Sandbox_186::__ANON__[(eval 302)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":8.1e-06},"id":"n3232"},{"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":2.8e-06,"subname":"Eval::Closure::Sandbox_1232::__ANON__[(eval 1529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3235-Eval::Closure::Sandbox_1232::__ANON__[(eval 1529)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.8e-06},"id":"n3234"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_737::__ANON__[(eval 948)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3237-Eval::Closure::Sandbox_737::__ANON__[(eval 948)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3236"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_14::__ANON__[(eval 96)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3239-Eval::Closure::Sandbox_14::__ANON__[(eval 96)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.6e-06},"id":"n3238"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_630::__ANON__[(eval 836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3241-Eval::Closure::Sandbox_630::__ANON__[(eval 836)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n3240"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_988::__ANON__[(eval 1203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3243-Eval::Closure::Sandbox_988::__ANON__[(eval 1203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.9e-06},"id":"n3242"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_46::__ANON__[(eval 128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3245-Eval::Closure::Sandbox_46::__ANON__[(eval 128)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3244"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_810::__ANON__[(eval 1021)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3247-Eval::Closure::Sandbox_810::__ANON__[(eval 1021)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.1e-06},"id":"n3246"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_1062::__ANON__[(eval 1277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]","$color":8,"excl_time":7.4e-06,"$area":7.4e-06},"id":"3249-Eval::Closure::Sandbox_1062::__ANON__[(eval 1277)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]"}],"data":{"$area":7.4e-06},"id":"n3248"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3251-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: 92&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":9.19e-05,"subname":"Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":10,"excl_time":5.30000000001582e-05,"$area":5.30000000001582e-05},"id":"3252-Eval::Closure::Sandbox_61::__ANON__[(eval 143)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":5.57000000001582e-05},"id":"n3250"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_956::__ANON__[(eval 1170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3254-Eval::Closure::Sandbox_956::__ANON__[(eval 1170)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.1e-06},"id":"n3253"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_1218::__ANON__[(eval 1505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3256-Eval::Closure::Sandbox_1218::__ANON__[(eval 1505)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.9e-06},"id":"n3255"},{"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":3.7e-06,"subname":"Eval::Closure::Sandbox_560::__ANON__[(eval 762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3258-Eval::Closure::Sandbox_560::__ANON__[(eval 762)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n3257"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_1420::__ANON__[(eval 1760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3260-Eval::Closure::Sandbox_1420::__ANON__[(eval 1760)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n3259"},{"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":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3262-Eval::Closure::Sandbox_16::__ANON__[(eval 98)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.5e-06},"id":"n3261"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3264-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: 12&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":6.1000000021063e-06,"$area":6.1000000021063e-06},"id":"3265-Eval::Closure::Sandbox_276::__ANON__[(eval 394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":9.8000000021063e-06},"id":"n3263"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_430::__ANON__[(eval 591)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":6e-06,"$area":6e-06},"id":"3267-Eval::Closure::Sandbox_430::__ANON__[(eval 591)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6e-06},"id":"n3266"},{"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":3.8e-06,"subname":"Eval::Closure::Sandbox_1346::__ANON__[(eval 1686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3269-Eval::Closure::Sandbox_1346::__ANON__[(eval 1686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3268"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_469::__ANON__[(eval 633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":5.4e-06,"$area":5.4e-06},"id":"3271-Eval::Closure::Sandbox_469::__ANON__[(eval 633)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.4e-06},"id":"n3270"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1333::__ANON__[(eval 1673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3273-Eval::Closure::Sandbox_1333::__ANON__[(eval 1673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n3272"},{"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.36e-05,"subname":"Eval::Closure::Sandbox_1439::__ANON__[(eval 1779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:164]","$color":10,"excl_time":1.36e-05,"$area":1.36e-05},"id":"3275-Eval::Closure::Sandbox_1439::__ANON__[(eval 1779)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:164]"}],"data":{"$area":1.36e-05},"id":"n3274"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_728::__ANON__[(eval 939)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3277-Eval::Closure::Sandbox_728::__ANON__[(eval 939)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3276"},{"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":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3279-Eval::Closure::Sandbox_1441::__ANON__[(eval 1781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3278"},{"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":5,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3281-Eval::Closure::Sandbox_49::__ANON__[(eval 131)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3280"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_712::__ANON__[(eval 922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3283-Eval::Closure::Sandbox_712::__ANON__[(eval 922)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.4e-06},"id":"n3282"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_1138::__ANON__[(eval 1358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3285-Eval::Closure::Sandbox_1138::__ANON__[(eval 1358)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.7e-06},"id":"n3284"},{"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: 19&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Eval::Closure::Sandbox_1471::__ANON__[(eval 1811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:269]","$color":0,"excl_time":1.88e-05,"$area":1.88e-05},"id":"3287-Eval::Closure::Sandbox_1471::__ANON__[(eval 1811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:269]"}],"data":{"$area":1.88e-05},"id":"n3286"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1025::__ANON__[(eval 1240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3289-Eval::Closure::Sandbox_1025::__ANON__[(eval 1240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n3288"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_431::__ANON__[(eval 592)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":4,"excl_time":7e-06,"$area":7e-06},"id":"3291-Eval::Closure::Sandbox_431::__ANON__[(eval 592)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":7e-06},"id":"n3290"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_223::__ANON__[(eval 340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":7e-06,"$area":7e-06},"id":"3293-Eval::Closure::Sandbox_223::__ANON__[(eval 340)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":7e-06},"id":"n3292"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"Eval::Closure::Sandbox_103::__ANON__[(eval 203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:133]","$color":8,"excl_time":1.2e-05,"$area":1.2e-05},"id":"3295-Eval::Closure::Sandbox_103::__ANON__[(eval 203)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:133]"}],"data":{"$area":1.2e-05},"id":"n3294"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_986::__ANON__[(eval 1201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":7.7e-06,"$area":7.7e-06},"id":"3297-Eval::Closure::Sandbox_986::__ANON__[(eval 1201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.7e-06},"id":"n3296"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Eval::Closure::Sandbox_1330::__ANON__[(eval 1670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3299-Eval::Closure::Sandbox_1330::__ANON__[(eval 1670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.2e-06},"id":"n3298"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_920::__ANON__[(eval 1134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"3301-Eval::Closure::Sandbox_920::__ANON__[(eval 1134)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n3300"},{"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":6e-06,"subname":"Eval::Closure::Sandbox_549::__ANON__[(eval 724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":6e-06,"$area":6e-06},"id":"3303-Eval::Closure::Sandbox_549::__ANON__[(eval 724)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6e-06},"id":"n3302"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_1095::__ANON__[(eval 1310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":6.3e-06,"$area":6.3e-06},"id":"3305-Eval::Closure::Sandbox_1095::__ANON__[(eval 1310)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.3e-06},"id":"n3304"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_860::__ANON__[(eval 1074)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"3307-Eval::Closure::Sandbox_860::__ANON__[(eval 1074)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3306"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_208::__ANON__[(eval 325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3309-Eval::Closure::Sandbox_208::__ANON__[(eval 325)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n3308"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_643::__ANON__[(eval 849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3311-Eval::Closure::Sandbox_643::__ANON__[(eval 849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.7e-06},"id":"n3310"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_883::__ANON__[(eval 1097)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3313-Eval::Closure::Sandbox_883::__ANON__[(eval 1097)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n3312"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1080::__ANON__[(eval 1295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":8.4e-06,"$area":8.4e-06},"id":"3315-Eval::Closure::Sandbox_1080::__ANON__[(eval 1295)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.4e-06},"id":"n3314"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1295::__ANON__[(eval 1635)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3317-Eval::Closure::Sandbox_1295::__ANON__[(eval 1635)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3316"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_151::__ANON__[(eval 252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3319-Eval::Closure::Sandbox_151::__ANON__[(eval 252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.5e-06},"id":"n3318"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_613::__ANON__[(eval 819)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3321-Eval::Closure::Sandbox_613::__ANON__[(eval 819)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n3320"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_27::__ANON__[(eval 109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3323-Eval::Closure::Sandbox_27::__ANON__[(eval 109)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.9e-06},"id":"n3322"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_190::__ANON__[(eval 306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":7.9e-06,"$area":7.9e-06},"id":"3325-Eval::Closure::Sandbox_190::__ANON__[(eval 306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.9e-06},"id":"n3324"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_341::__ANON__[(eval 501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3327-Eval::Closure::Sandbox_341::__ANON__[(eval 501)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3326"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_590::__ANON__[(eval 792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":9,"excl_time":7.2e-06,"$area":7.2e-06},"id":"3329-Eval::Closure::Sandbox_590::__ANON__[(eval 792)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":7.2e-06},"id":"n3328"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_760::__ANON__[(eval 971)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":7.3e-06,"$area":7.3e-06},"id":"3331-Eval::Closure::Sandbox_760::__ANON__[(eval 971)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.3e-06},"id":"n3330"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_485::__ANON__[(eval 651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":6.3e-06,"$area":6.3e-06},"id":"3333-Eval::Closure::Sandbox_485::__ANON__[(eval 651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.3e-06},"id":"n3332"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_854::__ANON__[(eval 1068)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3335-Eval::Closure::Sandbox_854::__ANON__[(eval 1068)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n3334"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_1114::__ANON__[(eval 1329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":6.4e-06,"$area":6.4e-06},"id":"3337-Eval::Closure::Sandbox_1114::__ANON__[(eval 1329)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.4e-06},"id":"n3336"},{"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: 3&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":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3339-Eval::Closure::Sandbox_1555::__ANON__[(eval 1923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.5e-06},"id":"n3338"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Eval::Closure::Sandbox_101::__ANON__[(eval 201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":1.71e-05,"$area":1.71e-05},"id":"3341-Eval::Closure::Sandbox_101::__ANON__[(eval 201)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":1.71e-05},"id":"n3340"},{"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":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3343-Eval::Closure::Sandbox_1359::__ANON__[(eval 1699)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3342"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Eval::Closure::Sandbox_319::__ANON__[(eval 440)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":3,"excl_time":7.3e-06,"$area":7.3e-06},"id":"3345-Eval::Closure::Sandbox_319::__ANON__[(eval 440)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":7.3e-06},"id":"n3344"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_875::__ANON__[(eval 1089)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3347-Eval::Closure::Sandbox_875::__ANON__[(eval 1089)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.9e-06},"id":"n3346"},{"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":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3349-Eval::Closure::Sandbox_1368::__ANON__[(eval 1708)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n3348"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1166::__ANON__[(eval 1386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3351-Eval::Closure::Sandbox_1166::__ANON__[(eval 1386)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3350"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_1179::__ANON__[(eval 1400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":0,"excl_time":6.8e-06,"$area":6.8e-06},"id":"3353-Eval::Closure::Sandbox_1179::__ANON__[(eval 1400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":6.8e-06},"id":"n3352"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_609::__ANON__[(eval 815)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3355-Eval::Closure::Sandbox_609::__ANON__[(eval 815)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3354"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_420::__ANON__[(eval 581)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3357-Eval::Closure::Sandbox_420::__ANON__[(eval 581)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3356"},{"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.21e-05,"subname":"Eval::Closure::Sandbox_1354::__ANON__[(eval 1694)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:286]","$color":6,"excl_time":3.21e-05,"$area":3.21e-05},"id":"3359-Eval::Closure::Sandbox_1354::__ANON__[(eval 1694)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:286]"}],"data":{"$area":3.21e-05},"id":"n3358"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_161::__ANON__[(eval 265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3361-Eval::Closure::Sandbox_161::__ANON__[(eval 265)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3360"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_122::__ANON__[(eval 222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3363-Eval::Closure::Sandbox_122::__ANON__[(eval 222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.3e-06},"id":"n3362"},{"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":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3365-Eval::Closure::Sandbox_1413::__ANON__[(eval 1753)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.1e-06},"id":"n3364"},{"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":3.2e-06,"subname":"Eval::Closure::Sandbox_606::__ANON__[(eval 812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3367-Eval::Closure::Sandbox_606::__ANON__[(eval 812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.2e-06},"id":"n3366"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_455::__ANON__[(eval 617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3369-Eval::Closure::Sandbox_455::__ANON__[(eval 617)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n3368"},{"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":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3371-Eval::Closure::Sandbox_1242::__ANON__[(eval 1555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n3370"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_256::__ANON__[(eval 374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":6e-06,"$area":6e-06},"id":"3373-Eval::Closure::Sandbox_256::__ANON__[(eval 374)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6e-06},"id":"n3372"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Eval::Closure::Sandbox_414::__ANON__[(eval 574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:243]","$color":0,"excl_time":1.82e-05,"$area":1.82e-05},"id":"3375-Eval::Closure::Sandbox_414::__ANON__[(eval 574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:243]"}],"data":{"$area":1.82e-05},"id":"n3374"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_579::__ANON__[(eval 781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3377-Eval::Closure::Sandbox_579::__ANON__[(eval 781)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3376"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1467::__ANON__[(eval 1807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3379-Eval::Closure::Sandbox_1467::__ANON__[(eval 1807)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3378"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_360::__ANON__[(eval 520)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3381-Eval::Closure::Sandbox_360::__ANON__[(eval 520)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.9e-06},"id":"n3380"},{"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":5.3e-06,"subname":"Eval::Closure::Sandbox_542::__ANON__[(eval 717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":5.3e-06,"$area":5.3e-06},"id":"3383-Eval::Closure::Sandbox_542::__ANON__[(eval 717)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.3e-06},"id":"n3382"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_228::__ANON__[(eval 345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3385-Eval::Closure::Sandbox_228::__ANON__[(eval 345)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.1e-06},"id":"n3384"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_259::__ANON__[(eval 377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":7.5e-06,"$area":7.5e-06},"id":"3387-Eval::Closure::Sandbox_259::__ANON__[(eval 377)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.5e-06},"id":"n3386"},{"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":3.2e-06,"subname":"Eval::Closure::Sandbox_770::__ANON__[(eval 981)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3389-Eval::Closure::Sandbox_770::__ANON__[(eval 981)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3388"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_704::__ANON__[(eval 914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":6.5e-06,"$area":6.5e-06},"id":"3391-Eval::Closure::Sandbox_704::__ANON__[(eval 914)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.5e-06},"id":"n3390"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1189::__ANON__[(eval 1415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3393-Eval::Closure::Sandbox_1189::__ANON__[(eval 1415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.2e-06},"id":"n3392"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_172::__ANON__[(eval 288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":3e-06,"$area":3e-06},"id":"3395-Eval::Closure::Sandbox_172::__ANON__[(eval 288)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3394"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1268::__ANON__[(eval 1608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3397-Eval::Closure::Sandbox_1268::__ANON__[(eval 1608)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n3396"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_779::__ANON__[(eval 990)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3399-Eval::Closure::Sandbox_779::__ANON__[(eval 990)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.6e-06},"id":"n3398"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1045::__ANON__[(eval 1260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3401-Eval::Closure::Sandbox_1045::__ANON__[(eval 1260)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n3400"},{"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":3.4e-06,"subname":"Eval::Closure::Sandbox_331::__ANON__[(eval 452)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3403-Eval::Closure::Sandbox_331::__ANON__[(eval 452)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n3402"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_304::__ANON__[(eval 423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3405-Eval::Closure::Sandbox_304::__ANON__[(eval 423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n3404"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_524::__ANON__[(eval 692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":5e-06,"$area":5e-06},"id":"3407-Eval::Closure::Sandbox_524::__ANON__[(eval 692)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5e-06},"id":"n3406"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_1030::__ANON__[(eval 1245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3409-Eval::Closure::Sandbox_1030::__ANON__[(eval 1245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n3408"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1174::__ANON__[(eval 1394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3411-Eval::Closure::Sandbox_1174::__ANON__[(eval 1394)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.2e-06},"id":"n3410"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_324::__ANON__[(eval 445)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3413-Eval::Closure::Sandbox_324::__ANON__[(eval 445)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.6e-06},"id":"n3412"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_949::__ANON__[(eval 1163)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3415-Eval::Closure::Sandbox_949::__ANON__[(eval 1163)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n3414"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_803::__ANON__[(eval 1014)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":9,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3417-Eval::Closure::Sandbox_803::__ANON__[(eval 1014)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.1e-06},"id":"n3416"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_1037::__ANON__[(eval 1252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3419-Eval::Closure::Sandbox_1037::__ANON__[(eval 1252)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.9e-06},"id":"n3418"},{"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":4.5e-06,"subname":"Eval::Closure::Sandbox_211::__ANON__[(eval 328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3421-Eval::Closure::Sandbox_211::__ANON__[(eval 328)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n3420"},{"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":3.8e-06,"subname":"Eval::Closure::Sandbox_1501::__ANON__[(eval 1869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3423-Eval::Closure::Sandbox_1501::__ANON__[(eval 1869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3422"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_501::__ANON__[(eval 669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":5e-06,"$area":5e-06},"id":"3425-Eval::Closure::Sandbox_501::__ANON__[(eval 669)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5e-06},"id":"n3424"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_937::__ANON__[(eval 1151)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3427-Eval::Closure::Sandbox_937::__ANON__[(eval 1151)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3426"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1499::__ANON__[(eval 1867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3429-Eval::Closure::Sandbox_1499::__ANON__[(eval 1867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n3428"},{"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":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3431-Eval::Closure::Sandbox_1485::__ANON__[(eval 1847)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3430"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_882::__ANON__[(eval 1096)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":6.5e-06,"$area":6.5e-06},"id":"3433-Eval::Closure::Sandbox_882::__ANON__[(eval 1096)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.5e-06},"id":"n3432"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1261::__ANON__[(eval 1601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3435-Eval::Closure::Sandbox_1261::__ANON__[(eval 1601)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3434"},{"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":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3437-Eval::Closure::Sandbox_145::__ANON__[(eval 245)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n3436"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1444::__ANON__[(eval 1784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3439-Eval::Closure::Sandbox_1444::__ANON__[(eval 1784)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3438"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_670::__ANON__[(eval 880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3441-Eval::Closure::Sandbox_670::__ANON__[(eval 880)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.7e-06},"id":"n3440"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_753::__ANON__[(eval 964)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3443-Eval::Closure::Sandbox_753::__ANON__[(eval 964)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.6e-06},"id":"n3442"},{"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":5.2e-06,"subname":"Eval::Closure::Sandbox_984::__ANON__[(eval 1199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3445-Eval::Closure::Sandbox_984::__ANON__[(eval 1199)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":5.2e-06},"id":"n3444"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Eval::Closure::Sandbox_536::__ANON__[(eval 711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":6,"excl_time":1.11e-05,"$area":1.11e-05},"id":"3447-Eval::Closure::Sandbox_536::__ANON__[(eval 711)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":1.11e-05},"id":"n3446"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_957::__ANON__[(eval 1171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3449-Eval::Closure::Sandbox_957::__ANON__[(eval 1171)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n3448"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_296::__ANON__[(eval 415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3451-Eval::Closure::Sandbox_296::__ANON__[(eval 415)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.7e-06},"id":"n3450"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_763::__ANON__[(eval 974)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3453-Eval::Closure::Sandbox_763::__ANON__[(eval 974)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.6e-06},"id":"n3452"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_801::__ANON__[(eval 1012)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":3,"excl_time":6.2e-06,"$area":6.2e-06},"id":"3455-Eval::Closure::Sandbox_801::__ANON__[(eval 1012)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":6.2e-06},"id":"n3454"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_299::__ANON__[(eval 418)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":5,"excl_time":6.4e-06,"$area":6.4e-06},"id":"3457-Eval::Closure::Sandbox_299::__ANON__[(eval 418)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":6.4e-06},"id":"n3456"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_930::__ANON__[(eval 1144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3459-Eval::Closure::Sandbox_930::__ANON__[(eval 1144)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5.9e-06},"id":"n3458"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Eval::Closure::Sandbox_33::__ANON__[(eval 115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":9,"excl_time":9.4e-06,"$area":9.4e-06},"id":"3461-Eval::Closure::Sandbox_33::__ANON__[(eval 115)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":9.4e-06},"id":"n3460"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Eval::Closure::Sandbox_621::__ANON__[(eval 827)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]","$color":0,"excl_time":1.31e-05,"$area":1.31e-05},"id":"3463-Eval::Closure::Sandbox_621::__ANON__[(eval 827)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:16]"}],"data":{"$area":1.31e-05},"id":"n3462"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_1524::__ANON__[(eval 1892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":7.2e-06,"$area":7.2e-06},"id":"3465-Eval::Closure::Sandbox_1524::__ANON__[(eval 1892)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.2e-06},"id":"n3464"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_1262::__ANON__[(eval 1602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":4,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3467-Eval::Closure::Sandbox_1262::__ANON__[(eval 1602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":6.6e-06},"id":"n3466"},{"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.46e-05,"subname":"Eval::Closure::Sandbox_691::__ANON__[(eval 901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:168]","$color":6,"excl_time":1.46e-05,"$area":1.46e-05},"id":"3469-Eval::Closure::Sandbox_691::__ANON__[(eval 901)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:168]"}],"data":{"$area":1.46e-05},"id":"n3468"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1316::__ANON__[(eval 1656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3471-Eval::Closure::Sandbox_1316::__ANON__[(eval 1656)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n3470"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_836::__ANON__[(eval 1047)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3473-Eval::Closure::Sandbox_836::__ANON__[(eval 1047)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.1e-06},"id":"n3472"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1092::__ANON__[(eval 1307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3475-Eval::Closure::Sandbox_1092::__ANON__[(eval 1307)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3474"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_818::__ANON__[(eval 1029)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3477-Eval::Closure::Sandbox_818::__ANON__[(eval 1029)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n3476"},{"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":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3479-Eval::Closure::Sandbox_355::__ANON__[(eval 515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n3478"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_979::__ANON__[(eval 1193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3481-Eval::Closure::Sandbox_979::__ANON__[(eval 1193)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3480"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_347::__ANON__[(eval 507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3483-Eval::Closure::Sandbox_347::__ANON__[(eval 507)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":3.8e-06},"id":"n3482"},{"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":0,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3485-Eval::Closure::Sandbox_1183::__ANON__[(eval 1404)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3484"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_164::__ANON__[(eval 269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3487-Eval::Closure::Sandbox_164::__ANON__[(eval 269)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3486"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_1057::__ANON__[(eval 1272)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"3489-Eval::Closure::Sandbox_1057::__ANON__[(eval 1272)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3488"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_207::__ANON__[(eval 324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3491-Eval::Closure::Sandbox_207::__ANON__[(eval 324)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n3490"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_500::__ANON__[(eval 668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"3493-Eval::Closure::Sandbox_500::__ANON__[(eval 668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.7e-06},"id":"n3492"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_449::__ANON__[(eval 610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3495-Eval::Closure::Sandbox_449::__ANON__[(eval 610)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.8e-06},"id":"n3494"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_824::__ANON__[(eval 1035)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":7.1e-06,"$area":7.1e-06},"id":"3497-Eval::Closure::Sandbox_824::__ANON__[(eval 1035)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.1e-06},"id":"n3496"},{"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":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3499-Eval::Closure::Sandbox_1167::__ANON__[(eval 1387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3498"},{"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":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3501-Eval::Closure::Sandbox_1::__ANON__[(eval 83)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.9e-06},"id":"n3500"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1190::__ANON__[(eval 1416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3503-Eval::Closure::Sandbox_1190::__ANON__[(eval 1416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3502"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1279::__ANON__[(eval 1619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3505-Eval::Closure::Sandbox_1279::__ANON__[(eval 1619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3504"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_855::__ANON__[(eval 1069)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3507-Eval::Closure::Sandbox_855::__ANON__[(eval 1069)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.8e-06},"id":"n3506"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_237::__ANON__[(eval 354)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":5.3e-06,"$area":5.3e-06},"id":"3509-Eval::Closure::Sandbox_237::__ANON__[(eval 354)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.3e-06},"id":"n3508"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Eval::Closure::Sandbox_1504::__ANON__[(eval 1872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":4,"excl_time":9.9e-06,"$area":9.9e-06},"id":"3511-Eval::Closure::Sandbox_1504::__ANON__[(eval 1872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":9.9e-06},"id":"n3510"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_721::__ANON__[(eval 932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3513-Eval::Closure::Sandbox_721::__ANON__[(eval 932)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.5e-06},"id":"n3512"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_1291::__ANON__[(eval 1631)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":8,"excl_time":6.4e-06,"$area":6.4e-06},"id":"3515-Eval::Closure::Sandbox_1291::__ANON__[(eval 1631)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":6.4e-06},"id":"n3514"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_263::__ANON__[(eval 381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3517-Eval::Closure::Sandbox_263::__ANON__[(eval 381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.5e-06},"id":"n3516"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_308::__ANON__[(eval 427)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":1,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3519-Eval::Closure::Sandbox_308::__ANON__[(eval 427)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n3518"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_1207::__ANON__[(eval 1494)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":3,"excl_time":6.5e-06,"$area":6.5e-06},"id":"3521-Eval::Closure::Sandbox_1207::__ANON__[(eval 1494)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":6.5e-06},"id":"n3520"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_694::__ANON__[(eval 904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"3523-Eval::Closure::Sandbox_694::__ANON__[(eval 904)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4e-06},"id":"n3522"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_783::__ANON__[(eval 994)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"3525-Eval::Closure::Sandbox_783::__ANON__[(eval 994)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.4e-06},"id":"n3524"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_251::__ANON__[(eval 369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]","$color":9,"excl_time":8e-06,"$area":8e-06},"id":"3527-Eval::Closure::Sandbox_251::__ANON__[(eval 369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:21]"}],"data":{"$area":8e-06},"id":"n3526"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_530::__ANON__[(eval 705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":6.2e-06,"$area":6.2e-06},"id":"3529-Eval::Closure::Sandbox_530::__ANON__[(eval 705)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.2e-06},"id":"n3528"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_100::__ANON__[(eval 200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3531-Eval::Closure::Sandbox_100::__ANON__[(eval 200)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.7e-06},"id":"n3530"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_368::__ANON__[(eval 528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3533-Eval::Closure::Sandbox_368::__ANON__[(eval 528)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n3532"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_78::__ANON__[(eval 178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":6,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3535-Eval::Closure::Sandbox_78::__ANON__[(eval 178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":6.6e-06},"id":"n3534"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_1288::__ANON__[(eval 1628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3537-Eval::Closure::Sandbox_1288::__ANON__[(eval 1628)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.1e-06},"id":"n3536"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1106::__ANON__[(eval 1321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3539-Eval::Closure::Sandbox_1106::__ANON__[(eval 1321)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n3538"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Eval::Closure::Sandbox_518::__ANON__[(eval 686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":1,"excl_time":9.6e-06,"$area":9.6e-06},"id":"3541-Eval::Closure::Sandbox_518::__ANON__[(eval 686)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":9.6e-06},"id":"n3540"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_767::__ANON__[(eval 978)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":7.5e-06,"$area":7.5e-06},"id":"3543-Eval::Closure::Sandbox_767::__ANON__[(eval 978)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.5e-06},"id":"n3542"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_648::__ANON__[(eval 854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":5.7e-06,"$area":5.7e-06},"id":"3545-Eval::Closure::Sandbox_648::__ANON__[(eval 854)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.7e-06},"id":"n3544"},{"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":4.8e-06,"subname":"Eval::Closure::Sandbox_713::__ANON__[(eval 923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3547-Eval::Closure::Sandbox_713::__ANON__[(eval 923)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n3546"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_729::__ANON__[(eval 940)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":7.7e-06,"$area":7.7e-06},"id":"3549-Eval::Closure::Sandbox_729::__ANON__[(eval 940)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.7e-06},"id":"n3548"},{"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: 23&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"Eval::Closure::Sandbox_1128::__ANON__[(eval 1343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":2.34e-05,"$area":2.34e-05},"id":"3551-Eval::Closure::Sandbox_1128::__ANON__[(eval 1343)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":2.34e-05},"id":"n3550"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_344::__ANON__[(eval 504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3553-Eval::Closure::Sandbox_344::__ANON__[(eval 504)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.6e-06},"id":"n3552"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_305::__ANON__[(eval 424)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":5.7e-06,"$area":5.7e-06},"id":"3555-Eval::Closure::Sandbox_305::__ANON__[(eval 424)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.7e-06},"id":"n3554"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Eval::Closure::Sandbox_384::__ANON__[(eval 544)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":1.63e-05,"$area":1.63e-05},"id":"3557-Eval::Closure::Sandbox_384::__ANON__[(eval 544)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":1.63e-05},"id":"n3556"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_1487::__ANON__[(eval 1849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.2e-06,"$area":3.2e-06},"id":"3559-Eval::Closure::Sandbox_1487::__ANON__[(eval 1849)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n3558"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_908::__ANON__[(eval 1122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3561-Eval::Closure::Sandbox_908::__ANON__[(eval 1122)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.1e-06},"id":"n3560"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_954::__ANON__[(eval 1168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3563-Eval::Closure::Sandbox_954::__ANON__[(eval 1168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n3562"},{"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":3.3e-06,"subname":"Eval::Closure::Sandbox_1196::__ANON__[(eval 1423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3565-Eval::Closure::Sandbox_1196::__ANON__[(eval 1423)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3564"},{"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":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3567-Eval::Closure::Sandbox_1408::__ANON__[(eval 1748)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3566"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_662::__ANON__[(eval 872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":7.2e-06,"$area":7.2e-06},"id":"3569-Eval::Closure::Sandbox_662::__ANON__[(eval 872)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.2e-06},"id":"n3568"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1490::__ANON__[(eval 1852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3571-Eval::Closure::Sandbox_1490::__ANON__[(eval 1852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.5e-06},"id":"n3570"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Eval::Closure::Sandbox_109::__ANON__[(eval 209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]","$color":0,"excl_time":8.3e-06,"$area":8.3e-06},"id":"3573-Eval::Closure::Sandbox_109::__ANON__[(eval 209)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:100]"}],"data":{"$area":8.3e-06},"id":"n3572"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1055::__ANON__[(eval 1270)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3575-Eval::Closure::Sandbox_1055::__ANON__[(eval 1270)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3574"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_751::__ANON__[(eval 962)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3577-Eval::Closure::Sandbox_751::__ANON__[(eval 962)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n3576"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_906::__ANON__[(eval 1120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3579-Eval::Closure::Sandbox_906::__ANON__[(eval 1120)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.8e-06},"id":"n3578"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1374::__ANON__[(eval 1714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3581-Eval::Closure::Sandbox_1374::__ANON__[(eval 1714)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3580"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1480::__ANON__[(eval 1841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3583-Eval::Closure::Sandbox_1480::__ANON__[(eval 1841)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.5e-06},"id":"n3582"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_966::__ANON__[(eval 1180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3585-Eval::Closure::Sandbox_966::__ANON__[(eval 1180)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3584"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_1097::__ANON__[(eval 1312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":6.8e-06,"$area":6.8e-06},"id":"3587-Eval::Closure::Sandbox_1097::__ANON__[(eval 1312)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.8e-06},"id":"n3586"},{"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.2e-06,"subname":"Eval::Closure::Sandbox_688::__ANON__[(eval 898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3589-Eval::Closure::Sandbox_688::__ANON__[(eval 898)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.2e-06},"id":"n3588"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_607::__ANON__[(eval 813)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3591-Eval::Closure::Sandbox_607::__ANON__[(eval 813)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3590"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1209::__ANON__[(eval 1496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3593-Eval::Closure::Sandbox_1209::__ANON__[(eval 1496)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3592"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_468::__ANON__[(eval 630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":7.4e-06,"$area":7.4e-06},"id":"3595-Eval::Closure::Sandbox_468::__ANON__[(eval 630)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.4e-06},"id":"n3594"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_166::__ANON__[(eval 276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3597-Eval::Closure::Sandbox_166::__ANON__[(eval 276)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3596"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_1039::__ANON__[(eval 1254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3599-Eval::Closure::Sandbox_1039::__ANON__[(eval 1254)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.9e-06},"id":"n3598"},{"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":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3601-Eval::Closure::Sandbox_81::__ANON__[(eval 181)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.7e-06},"id":"n3600"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1543::__ANON__[(eval 1911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3603-Eval::Closure::Sandbox_1543::__ANON__[(eval 1911)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3602"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_650::__ANON__[(eval 856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":5.5e-06,"$area":5.5e-06},"id":"3605-Eval::Closure::Sandbox_650::__ANON__[(eval 856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.5e-06},"id":"n3604"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1502::__ANON__[(eval 1870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3607-Eval::Closure::Sandbox_1502::__ANON__[(eval 1870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n3606"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3609-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: 77&micro;s, 0.00%</p>","incl_time":7.73e-05,"subname":"Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":3,"excl_time":7.73e-05,"$area":7.73e-05},"id":"3610-Eval::Closure::Sandbox_53::__ANON__[(eval 135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":8.04e-05},"id":"n3608"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_998::__ANON__[(eval 1213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3612-Eval::Closure::Sandbox_998::__ANON__[(eval 1213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.5e-06},"id":"n3611"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_535::__ANON__[(eval 710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":7,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3614-Eval::Closure::Sandbox_535::__ANON__[(eval 710)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":5.6e-06},"id":"n3613"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Eval::Closure::Sandbox_333::__ANON__[(eval 454)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":9,"excl_time":8.5e-06,"$area":8.5e-06},"id":"3616-Eval::Closure::Sandbox_333::__ANON__[(eval 454)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":8.5e-06},"id":"n3615"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_562::__ANON__[(eval 764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":5.2e-06,"$area":5.2e-06},"id":"3618-Eval::Closure::Sandbox_562::__ANON__[(eval 764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.2e-06},"id":"n3617"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_140::__ANON__[(eval 240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3620-Eval::Closure::Sandbox_140::__ANON__[(eval 240)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.8e-06},"id":"n3619"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_176::__ANON__[(eval 292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3622-Eval::Closure::Sandbox_176::__ANON__[(eval 292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3621"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1133::__ANON__[(eval 1348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3624-Eval::Closure::Sandbox_1133::__ANON__[(eval 1348)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n3623"},{"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":8,"excl_time":3e-06,"$area":3e-06},"id":"3626-Eval::Closure::Sandbox_692::__ANON__[(eval 902)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3625"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1561::__ANON__[(eval 1929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3628-Eval::Closure::Sandbox_1561::__ANON__[(eval 1929)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n3627"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1136::__ANON__[(eval 1352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3630-Eval::Closure::Sandbox_1136::__ANON__[(eval 1352)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3629"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_971::__ANON__[(eval 1185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":3e-06,"$area":3e-06},"id":"3632-Eval::Closure::Sandbox_971::__ANON__[(eval 1185)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3e-06},"id":"n3631"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Eval::Closure::Sandbox_1078::__ANON__[(eval 1293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":1.72e-05,"$area":1.72e-05},"id":"3634-Eval::Closure::Sandbox_1078::__ANON__[(eval 1293)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":1.72e-05},"id":"n3633"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_557::__ANON__[(eval 759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3636-Eval::Closure::Sandbox_557::__ANON__[(eval 759)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n3635"},{"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":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3638-Eval::Closure::Sandbox_1164::__ANON__[(eval 1384)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3637"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_9::__ANON__[(eval 91)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3640-Eval::Closure::Sandbox_9::__ANON__[(eval 91)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":4.6e-06},"id":"n3639"},{"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":2,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3642-Eval::Closure::Sandbox_1321::__ANON__[(eval 1661)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n3641"},{"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":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3644-Eval::Closure::Sandbox_329::__ANON__[(eval 450)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n3643"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1461::__ANON__[(eval 1801)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3646-Eval::Closure::Sandbox_1461::__ANON__[(eval 1801)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.3e-06},"id":"n3645"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Eval::Closure::Sandbox_632::__ANON__[(eval 838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":5.5e-06,"$area":5.5e-06},"id":"3648-Eval::Closure::Sandbox_632::__ANON__[(eval 838)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.5e-06},"id":"n3647"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"Eval::Closure::Sandbox_243::__ANON__[(eval 360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3650-Eval::Closure::Sandbox_243::__ANON__[(eval 360)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3649"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1244::__ANON__[(eval 1557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3652-Eval::Closure::Sandbox_1244::__ANON__[(eval 1557)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3651"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_286::__ANON__[(eval 405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3654-Eval::Closure::Sandbox_286::__ANON__[(eval 405)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n3653"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_1151::__ANON__[(eval 1371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3656-Eval::Closure::Sandbox_1151::__ANON__[(eval 1371)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.6e-06},"id":"n3655"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_230::__ANON__[(eval 347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":7.2e-06,"$area":7.2e-06},"id":"3658-Eval::Closure::Sandbox_230::__ANON__[(eval 347)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7.2e-06},"id":"n3657"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_730::__ANON__[(eval 941)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":7.2e-06,"$area":7.2e-06},"id":"3660-Eval::Closure::Sandbox_730::__ANON__[(eval 941)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":7.2e-06},"id":"n3659"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_88::__ANON__[(eval 188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":0,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3662-Eval::Closure::Sandbox_88::__ANON__[(eval 188)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.9e-06},"id":"n3661"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_452::__ANON__[(eval 613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":7.8e-06,"$area":7.8e-06},"id":"3664-Eval::Closure::Sandbox_452::__ANON__[(eval 613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.8e-06},"id":"n3663"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1328::__ANON__[(eval 1668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3666-Eval::Closure::Sandbox_1328::__ANON__[(eval 1668)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3665"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_809::__ANON__[(eval 1020)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":5.4e-06,"$area":5.4e-06},"id":"3668-Eval::Closure::Sandbox_809::__ANON__[(eval 1020)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.4e-06},"id":"n3667"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_297::__ANON__[(eval 416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"3670-Eval::Closure::Sandbox_297::__ANON__[(eval 416)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n3669"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_489::__ANON__[(eval 655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":7.6e-06,"$area":7.6e-06},"id":"3672-Eval::Closure::Sandbox_489::__ANON__[(eval 655)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":7.6e-06},"id":"n3671"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_1071::__ANON__[(eval 1286)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3674-Eval::Closure::Sandbox_1071::__ANON__[(eval 1286)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3673"},{"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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Eval::Closure::Sandbox_610::__ANON__[(eval 816)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":6e-06,"$area":6e-06},"id":"3676-Eval::Closure::Sandbox_610::__ANON__[(eval 816)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6e-06},"id":"n3675"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Eval::Closure::Sandbox_502::__ANON__[(eval 670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":5,"excl_time":7.4e-06,"$area":7.4e-06},"id":"3678-Eval::Closure::Sandbox_502::__ANON__[(eval 670)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.4e-06},"id":"n3677"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_97::__ANON__[(eval 197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3680-Eval::Closure::Sandbox_97::__ANON__[(eval 197)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.7e-06},"id":"n3679"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_709::__ANON__[(eval 919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":7.1e-06,"$area":7.1e-06},"id":"3682-Eval::Closure::Sandbox_709::__ANON__[(eval 919)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7.1e-06},"id":"n3681"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_995::__ANON__[(eval 1210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3684-Eval::Closure::Sandbox_995::__ANON__[(eval 1210)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3683"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Eval::Closure::Sandbox_800::__ANON__[(eval 1011)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"3686-Eval::Closure::Sandbox_800::__ANON__[(eval 1011)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.6e-06},"id":"n3685"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_811::__ANON__[(eval 1022)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":5.7e-06,"$area":5.7e-06},"id":"3688-Eval::Closure::Sandbox_811::__ANON__[(eval 1022)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.7e-06},"id":"n3687"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1463::__ANON__[(eval 1803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3690-Eval::Closure::Sandbox_1463::__ANON__[(eval 1803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3689"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_1149::__ANON__[(eval 1369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3692-Eval::Closure::Sandbox_1149::__ANON__[(eval 1369)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.9e-06},"id":"n3691"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_888::__ANON__[(eval 1102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":10,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3694-Eval::Closure::Sandbox_888::__ANON__[(eval 1102)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.7e-06},"id":"n3693"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_1255::__ANON__[(eval 1571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]","$color":1,"excl_time":8.4e-06,"$area":8.4e-06},"id":"3696-Eval::Closure::Sandbox_1255::__ANON__[(eval 1571)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:67]"}],"data":{"$area":8.4e-06},"id":"n3695"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Eval::Closure::Sandbox_983::__ANON__[(eval 1198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":3,"excl_time":8.5e-06,"$area":8.5e-06},"id":"3698-Eval::Closure::Sandbox_983::__ANON__[(eval 1198)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":8.5e-06},"id":"n3697"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_236::__ANON__[(eval 353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":5,"excl_time":5.9e-06,"$area":5.9e-06},"id":"3700-Eval::Closure::Sandbox_236::__ANON__[(eval 353)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.9e-06},"id":"n3699"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Eval::Closure::Sandbox_244::__ANON__[(eval 361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":1.07e-05,"$area":1.07e-05},"id":"3702-Eval::Closure::Sandbox_244::__ANON__[(eval 361)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.07e-05},"id":"n3701"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_529::__ANON__[(eval 704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":9,"excl_time":7.5e-06,"$area":7.5e-06},"id":"3704-Eval::Closure::Sandbox_529::__ANON__[(eval 704)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":7.5e-06},"id":"n3703"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_845::__ANON__[(eval 1058)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"3706-Eval::Closure::Sandbox_845::__ANON__[(eval 1058)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.1e-06},"id":"n3705"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Eval::Closure::Sandbox_1339::__ANON__[(eval 1679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3708-Eval::Closure::Sandbox_1339::__ANON__[(eval 1679)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3707"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_961::__ANON__[(eval 1175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3710-Eval::Closure::Sandbox_961::__ANON__[(eval 1175)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3709"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1143::__ANON__[(eval 1363)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3712-Eval::Closure::Sandbox_1143::__ANON__[(eval 1363)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n3711"},{"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":5e-06,"subname":"Eval::Closure::Sandbox_1366::__ANON__[(eval 1706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":5e-06,"$area":5e-06},"id":"3714-Eval::Closure::Sandbox_1366::__ANON__[(eval 1706)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":5e-06},"id":"n3713"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1553::__ANON__[(eval 1921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3716-Eval::Closure::Sandbox_1553::__ANON__[(eval 1921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:26]"}],"data":{"$area":4.5e-06},"id":"n3715"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_131::__ANON__[(eval 231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"3718-Eval::Closure::Sandbox_131::__ANON__[(eval 231)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3e-06},"id":"n3717"},{"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":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3720-Eval::Closure::Sandbox_1479::__ANON__[(eval 1839)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3719"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1318::__ANON__[(eval 1658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3722-Eval::Closure::Sandbox_1318::__ANON__[(eval 1658)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3721"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1567::__ANON__[(eval 1935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3724-Eval::Closure::Sandbox_1567::__ANON__[(eval 1935)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3723"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_597::__ANON__[(eval 803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3726-Eval::Closure::Sandbox_597::__ANON__[(eval 803)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3725"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_861::__ANON__[(eval 1075)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":7e-06,"$area":7e-06},"id":"3728-Eval::Closure::Sandbox_861::__ANON__[(eval 1075)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7e-06},"id":"n3727"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_583::__ANON__[(eval 785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3730-Eval::Closure::Sandbox_583::__ANON__[(eval 785)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3729"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_1527::__ANON__[(eval 1895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3732-Eval::Closure::Sandbox_1527::__ANON__[(eval 1895)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n3731"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_619::__ANON__[(eval 825)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3734-Eval::Closure::Sandbox_619::__ANON__[(eval 825)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3733"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1404::__ANON__[(eval 1744)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3736-Eval::Closure::Sandbox_1404::__ANON__[(eval 1744)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3735"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_124::__ANON__[(eval 224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3738-Eval::Closure::Sandbox_124::__ANON__[(eval 224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n3737"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Eval::Closure::Sandbox_711::__ANON__[(eval 921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:95]","$color":1,"excl_time":1.15e-05,"$area":1.15e-05},"id":"3740-Eval::Closure::Sandbox_711::__ANON__[(eval 921)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:95]"}],"data":{"$area":1.15e-05},"id":"n3739"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_221::__ANON__[(eval 338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3742-Eval::Closure::Sandbox_221::__ANON__[(eval 338)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n3741"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_666::__ANON__[(eval 876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3744-Eval::Closure::Sandbox_666::__ANON__[(eval 876)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n3743"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1017::__ANON__[(eval 1232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3746-Eval::Closure::Sandbox_1017::__ANON__[(eval 1232)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n3745"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1304::__ANON__[(eval 1644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3748-Eval::Closure::Sandbox_1304::__ANON__[(eval 1644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n3747"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Eval::Closure::Sandbox_1131::__ANON__[(eval 1346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]","$color":0,"excl_time":1.32e-05,"$area":1.32e-05},"id":"3750-Eval::Closure::Sandbox_1131::__ANON__[(eval 1346)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:79]"}],"data":{"$area":1.32e-05},"id":"n3749"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Eval::Closure::Sandbox_782::__ANON__[(eval 993)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":2,"excl_time":1.19e-05,"$area":1.19e-05},"id":"3752-Eval::Closure::Sandbox_782::__ANON__[(eval 993)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":1.19e-05},"id":"n3751"},{"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":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3754-Eval::Closure::Sandbox_1395::__ANON__[(eval 1735)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3753"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_158::__ANON__[(eval 262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3756-Eval::Closure::Sandbox_158::__ANON__[(eval 262)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3755"},{"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":7.9e-06,"subname":"Eval::Closure::Sandbox_1309::__ANON__[(eval 1649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":7.9e-06,"$area":7.9e-06},"id":"3758-Eval::Closure::Sandbox_1309::__ANON__[(eval 1649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":7.9e-06},"id":"n3757"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_1043::__ANON__[(eval 1258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":7.2e-06,"$area":7.2e-06},"id":"3760-Eval::Closure::Sandbox_1043::__ANON__[(eval 1258)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.2e-06},"id":"n3759"},{"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":4.4e-06,"subname":"Eval::Closure::Sandbox_1032::__ANON__[(eval 1247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3762-Eval::Closure::Sandbox_1032::__ANON__[(eval 1247)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.4e-06},"id":"n3761"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1264::__ANON__[(eval 1604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3764-Eval::Closure::Sandbox_1264::__ANON__[(eval 1604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3763"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_870::__ANON__[(eval 1084)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3766-Eval::Closure::Sandbox_870::__ANON__[(eval 1084)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.9e-06},"id":"n3765"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_1532::__ANON__[(eval 1900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3768-Eval::Closure::Sandbox_1532::__ANON__[(eval 1900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3767"},{"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":9,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3770-Eval::Closure::Sandbox_744::__ANON__[(eval 955)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.2e-06},"id":"n3769"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_958::__ANON__[(eval 1172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":0,"excl_time":8e-06,"$area":8e-06},"id":"3772-Eval::Closure::Sandbox_958::__ANON__[(eval 1172)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":8e-06},"id":"n3771"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1280::__ANON__[(eval 1620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3774-Eval::Closure::Sandbox_1280::__ANON__[(eval 1620)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3773"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_718::__ANON__[(eval 928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3776-Eval::Closure::Sandbox_718::__ANON__[(eval 928)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3775"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Eval::Closure::Sandbox_794::__ANON__[(eval 1005)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":5e-06,"$area":5e-06},"id":"3778-Eval::Closure::Sandbox_794::__ANON__[(eval 1005)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5e-06},"id":"n3777"},{"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":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3780-Eval::Closure::Sandbox_544::__ANON__[(eval 719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.6e-06},"id":"n3779"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_829::__ANON__[(eval 1040)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3782-Eval::Closure::Sandbox_829::__ANON__[(eval 1040)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.8e-06},"id":"n3781"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_25::__ANON__[(eval 107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3784-Eval::Closure::Sandbox_25::__ANON__[(eval 107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.6e-06},"id":"n3783"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_47::__ANON__[(eval 129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3786-Eval::Closure::Sandbox_47::__ANON__[(eval 129)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3785"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_3::__ANON__[(eval 85)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3788-Eval::Closure::Sandbox_3::__ANON__[(eval 85)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.5e-06},"id":"n3787"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1239::__ANON__[(eval 1540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3790-Eval::Closure::Sandbox_1239::__ANON__[(eval 1540)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.3e-06},"id":"n3789"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_522::__ANON__[(eval 690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":5.8e-06,"$area":5.8e-06},"id":"3792-Eval::Closure::Sandbox_522::__ANON__[(eval 690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":5.8e-06},"id":"n3791"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1102::__ANON__[(eval 1317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3794-Eval::Closure::Sandbox_1102::__ANON__[(eval 1317)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3793"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_573::__ANON__[(eval 775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3796-Eval::Closure::Sandbox_573::__ANON__[(eval 775)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n3795"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_216::__ANON__[(eval 333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3798-Eval::Closure::Sandbox_216::__ANON__[(eval 333)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.8e-06},"id":"n3797"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Eval::Closure::Sandbox_627::__ANON__[(eval 833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":6,"excl_time":8.8e-06,"$area":8.8e-06},"id":"3800-Eval::Closure::Sandbox_627::__ANON__[(eval 833)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":8.8e-06},"id":"n3799"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_594::__ANON__[(eval 796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3802-Eval::Closure::Sandbox_594::__ANON__[(eval 796)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.8e-06},"id":"n3801"},{"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":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3804-Eval::Closure::Sandbox_1446::__ANON__[(eval 1786)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n3803"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_183::__ANON__[(eval 299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3806-Eval::Closure::Sandbox_183::__ANON__[(eval 299)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n3805"},{"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":5e-06,"subname":"Eval::Closure::Sandbox_699::__ANON__[(eval 909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]","$color":3,"excl_time":5e-06,"$area":5e-06},"id":"3808-Eval::Closure::Sandbox_699::__ANON__[(eval 909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:19]"}],"data":{"$area":5e-06},"id":"n3807"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_1020::__ANON__[(eval 1235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":6.4e-06,"$area":6.4e-06},"id":"3810-Eval::Closure::Sandbox_1020::__ANON__[(eval 1235)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.4e-06},"id":"n3809"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_1186::__ANON__[(eval 1407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3812-Eval::Closure::Sandbox_1186::__ANON__[(eval 1407)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3811"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_412::__ANON__[(eval 572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":9,"excl_time":7.7e-06,"$area":7.7e-06},"id":"3814-Eval::Closure::Sandbox_412::__ANON__[(eval 572)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":7.7e-06},"id":"n3813"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_1068::__ANON__[(eval 1283)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3816-Eval::Closure::Sandbox_1068::__ANON__[(eval 1283)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3815"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_90::__ANON__[(eval 190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3818-Eval::Closure::Sandbox_90::__ANON__[(eval 190)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":6.1e-06},"id":"n3817"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Eval::Closure::Sandbox_1077::__ANON__[(eval 1292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":1.1e-05,"$area":1.1e-05},"id":"3820-Eval::Closure::Sandbox_1077::__ANON__[(eval 1292)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":1.1e-05},"id":"n3819"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1496::__ANON__[(eval 1864)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3822-Eval::Closure::Sandbox_1496::__ANON__[(eval 1864)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3821"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_302::__ANON__[(eval 421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3824-Eval::Closure::Sandbox_302::__ANON__[(eval 421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.7e-06},"id":"n3823"},{"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: 20&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Eval::Closure::Sandbox_628::__ANON__[(eval 834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","$color":10,"excl_time":1.96e-05,"$area":1.96e-05},"id":"3826-Eval::Closure::Sandbox_628::__ANON__[(eval 834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]"}],"data":{"$area":1.96e-05},"id":"n3825"},{"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":4.3e-06,"subname":"Eval::Closure::Sandbox_772::__ANON__[(eval 983)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"3828-Eval::Closure::Sandbox_772::__ANON__[(eval 983)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n3827"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Eval::Closure::Sandbox_83::__ANON__[(eval 183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]","$color":3,"excl_time":4.7e-06,"$area":4.7e-06},"id":"3830-Eval::Closure::Sandbox_83::__ANON__[(eval 183)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:27]"}],"data":{"$area":4.7e-06},"id":"n3829"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_279::__ANON__[(eval 397)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3832-Eval::Closure::Sandbox_279::__ANON__[(eval 397)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n3831"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_66::__ANON__[(eval 148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3834-Eval::Closure::Sandbox_66::__ANON__[(eval 148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3833"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_35::__ANON__[(eval 117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]","$color":9,"excl_time":5.8e-06,"$area":5.8e-06},"id":"3836-Eval::Closure::Sandbox_35::__ANON__[(eval 117)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:55]"}],"data":{"$area":5.8e-06},"id":"n3835"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_877::__ANON__[(eval 1091)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":7.1e-06,"$area":7.1e-06},"id":"3838-Eval::Closure::Sandbox_877::__ANON__[(eval 1091)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.1e-06},"id":"n3837"},{"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":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3840-Eval::Closure::Sandbox_1509::__ANON__[(eval 1877)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3839"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_896::__ANON__[(eval 1110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"3842-Eval::Closure::Sandbox_896::__ANON__[(eval 1110)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n3841"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Eval::Closure::Sandbox_480::__ANON__[(eval 646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":9.8e-06,"$area":9.8e-06},"id":"3844-Eval::Closure::Sandbox_480::__ANON__[(eval 646)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":9.8e-06},"id":"n3843"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_205::__ANON__[(eval 322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3846-Eval::Closure::Sandbox_205::__ANON__[(eval 322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.9e-06},"id":"n3845"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1451::__ANON__[(eval 1791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3848-Eval::Closure::Sandbox_1451::__ANON__[(eval 1791)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":4.6e-06},"id":"n3847"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_1024::__ANON__[(eval 1239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3850-Eval::Closure::Sandbox_1024::__ANON__[(eval 1239)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3849"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1424::__ANON__[(eval 1764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3852-Eval::Closure::Sandbox_1424::__ANON__[(eval 1764)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n3851"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_738::__ANON__[(eval 949)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"3854-Eval::Closure::Sandbox_738::__ANON__[(eval 949)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.2e-06},"id":"n3853"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Eval::Closure::Sandbox_443::__ANON__[(eval 604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":8.4e-06,"$area":8.4e-06},"id":"3856-Eval::Closure::Sandbox_443::__ANON__[(eval 604)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.4e-06},"id":"n3855"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1278::__ANON__[(eval 1618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3858-Eval::Closure::Sandbox_1278::__ANON__[(eval 1618)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3857"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_564::__ANON__[(eval 766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3860-Eval::Closure::Sandbox_564::__ANON__[(eval 766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n3859"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_457::__ANON__[(eval 619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3862-Eval::Closure::Sandbox_457::__ANON__[(eval 619)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3861"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1172::__ANON__[(eval 1392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3864-Eval::Closure::Sandbox_1172::__ANON__[(eval 1392)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3863"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1088::__ANON__[(eval 1303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3866-Eval::Closure::Sandbox_1088::__ANON__[(eval 1303)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n3865"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_404::__ANON__[(eval 564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3868-Eval::Closure::Sandbox_404::__ANON__[(eval 564)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.5e-06},"id":"n3867"},{"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":3.1e-06,"subname":"Eval::Closure::Sandbox_264::__ANON__[(eval 382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"3870-Eval::Closure::Sandbox_264::__ANON__[(eval 382)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.1e-06},"id":"n3869"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_227::__ANON__[(eval 344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]","$color":1,"excl_time":6.3e-06,"$area":6.3e-06},"id":"3872-Eval::Closure::Sandbox_227::__ANON__[(eval 344)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:28]"}],"data":{"$area":6.3e-06},"id":"n3871"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1538::__ANON__[(eval 1906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3874-Eval::Closure::Sandbox_1538::__ANON__[(eval 1906)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3873"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_270::__ANON__[(eval 388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":5.7e-06,"$area":5.7e-06},"id":"3876-Eval::Closure::Sandbox_270::__ANON__[(eval 388)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.7e-06},"id":"n3875"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Eval::Closure::Sandbox_571::__ANON__[(eval 773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":7.7e-06,"$area":7.7e-06},"id":"3878-Eval::Closure::Sandbox_571::__ANON__[(eval 773)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.7e-06},"id":"n3877"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_857::__ANON__[(eval 1071)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3880-Eval::Closure::Sandbox_857::__ANON__[(eval 1071)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n3879"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_702::__ANON__[(eval 912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":0,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3882-Eval::Closure::Sandbox_702::__ANON__[(eval 912)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n3881"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_277::__ANON__[(eval 395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3884-Eval::Closure::Sandbox_277::__ANON__[(eval 395)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3883"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1472::__ANON__[(eval 1812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3886-Eval::Closure::Sandbox_1472::__ANON__[(eval 1812)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3885"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Eval::Closure::Sandbox_68::__ANON__[(eval 168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":9.5e-06,"$area":9.5e-06},"id":"3888-Eval::Closure::Sandbox_68::__ANON__[(eval 168)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":9.5e-06},"id":"n3887"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1388::__ANON__[(eval 1728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3890-Eval::Closure::Sandbox_1388::__ANON__[(eval 1728)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3889"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_134::__ANON__[(eval 234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3892-Eval::Closure::Sandbox_134::__ANON__[(eval 234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:6]"}],"data":{"$area":2.6e-06},"id":"n3891"},{"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":1,"excl_time":1.58e-05,"$area":1.58e-05},"id":"3894-Eval::Closure::Sandbox_1381::__ANON__[(eval 1721)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:206]"}],"data":{"$area":1.58e-05},"id":"n3893"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_864::__ANON__[(eval 1078)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3896-Eval::Closure::Sandbox_864::__ANON__[(eval 1078)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n3895"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_393::__ANON__[(eval 553)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":4.9e-06,"$area":4.9e-06},"id":"3898-Eval::Closure::Sandbox_393::__ANON__[(eval 553)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n3897"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_202::__ANON__[(eval 318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":6.1e-06,"$area":6.1e-06},"id":"3900-Eval::Closure::Sandbox_202::__ANON__[(eval 318)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.1e-06},"id":"n3899"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1389::__ANON__[(eval 1729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"3902-Eval::Closure::Sandbox_1389::__ANON__[(eval 1729)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n3901"},{"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":4.6e-06,"subname":"Eval::Closure::Sandbox_1353::__ANON__[(eval 1693)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3904-Eval::Closure::Sandbox_1353::__ANON__[(eval 1693)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.6e-06},"id":"n3903"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1539::__ANON__[(eval 1907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3906-Eval::Closure::Sandbox_1539::__ANON__[(eval 1907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3905"},{"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.9e-06,"subname":"Eval::Closure::Sandbox_657::__ANON__[(eval 867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3908-Eval::Closure::Sandbox_657::__ANON__[(eval 867)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3907"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1548::__ANON__[(eval 1916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3910-Eval::Closure::Sandbox_1548::__ANON__[(eval 1916)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.6e-06},"id":"n3909"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_1482::__ANON__[(eval 1843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3912-Eval::Closure::Sandbox_1482::__ANON__[(eval 1843)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.3e-06},"id":"n3911"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_382::__ANON__[(eval 542)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":7.6e-06,"$area":7.6e-06},"id":"3914-Eval::Closure::Sandbox_382::__ANON__[(eval 542)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.6e-06},"id":"n3913"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Eval::Closure::Sandbox_320::__ANON__[(eval 441)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:62]","$color":1,"excl_time":1.1e-05,"$area":1.1e-05},"id":"3916-Eval::Closure::Sandbox_320::__ANON__[(eval 441)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:62]"}],"data":{"$area":1.1e-05},"id":"n3915"},{"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":3.8e-06,"subname":"Eval::Closure::Sandbox_272::__ANON__[(eval 390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"3918-Eval::Closure::Sandbox_272::__ANON__[(eval 390)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.8e-06},"id":"n3917"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Eval::Closure::Sandbox_465::__ANON__[(eval 627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3920-Eval::Closure::Sandbox_465::__ANON__[(eval 627)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.9e-06},"id":"n3919"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_964::__ANON__[(eval 1178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3922-Eval::Closure::Sandbox_964::__ANON__[(eval 1178)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n3921"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1427::__ANON__[(eval 1767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3924-Eval::Closure::Sandbox_1427::__ANON__[(eval 1767)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.4e-06},"id":"n3923"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1372::__ANON__[(eval 1712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"3926-Eval::Closure::Sandbox_1372::__ANON__[(eval 1712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n3925"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Eval::Closure::Sandbox_478::__ANON__[(eval 644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":2,"excl_time":9.1e-06,"$area":9.1e-06},"id":"3928-Eval::Closure::Sandbox_478::__ANON__[(eval 644)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":9.1e-06},"id":"n3927"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1341::__ANON__[(eval 1681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3930-Eval::Closure::Sandbox_1341::__ANON__[(eval 1681)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3929"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Eval::Closure::Sandbox_1273::__ANON__[(eval 1613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.4e-06,"$area":2.4e-06},"id":"3932-Eval::Closure::Sandbox_1273::__ANON__[(eval 1613)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n3931"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Eval::Closure::Sandbox_537::__ANON__[(eval 712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":8.2e-06,"$area":8.2e-06},"id":"3934-Eval::Closure::Sandbox_537::__ANON__[(eval 712)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":8.2e-06},"id":"n3933"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Eval::Closure::Sandbox_178::__ANON__[(eval 294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]","$color":10,"excl_time":1.5e-05,"$area":1.5e-05},"id":"3936-Eval::Closure::Sandbox_178::__ANON__[(eval 294)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:34]"}],"data":{"$area":1.5e-05},"id":"n3935"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_1066::__ANON__[(eval 1281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3938-Eval::Closure::Sandbox_1066::__ANON__[(eval 1281)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3937"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_646::__ANON__[(eval 852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":3,"excl_time":7.5e-06,"$area":7.5e-06},"id":"3940-Eval::Closure::Sandbox_646::__ANON__[(eval 852)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":7.5e-06},"id":"n3939"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1494::__ANON__[(eval 1856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3942-Eval::Closure::Sandbox_1494::__ANON__[(eval 1856)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n3941"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_716::__ANON__[(eval 926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.3e-06,"$area":2.3e-06},"id":"3944-Eval::Closure::Sandbox_716::__ANON__[(eval 926)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.3e-06},"id":"n3943"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_532::__ANON__[(eval 707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3946-Eval::Closure::Sandbox_532::__ANON__[(eval 707)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3945"},{"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":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3948-Eval::Closure::Sandbox_1541::__ANON__[(eval 1909)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3947"},{"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":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3950-Eval::Closure::Sandbox_143::__ANON__[(eval 243)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n3949"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_918::__ANON__[(eval 1132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3952-Eval::Closure::Sandbox_918::__ANON__[(eval 1132)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.4e-06},"id":"n3951"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_775::__ANON__[(eval 986)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"3954-Eval::Closure::Sandbox_775::__ANON__[(eval 986)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n3953"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_1007::__ANON__[(eval 1222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"3956-Eval::Closure::Sandbox_1007::__ANON__[(eval 1222)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.9e-06},"id":"n3955"},{"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":3.9e-06,"subname":"Eval::Closure::Sandbox_1500::__ANON__[(eval 1868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"3958-Eval::Closure::Sandbox_1500::__ANON__[(eval 1868)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.9e-06},"id":"n3957"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"Eval::Closure::Sandbox_505::__ANON__[(eval 673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":1,"excl_time":7.6e-06,"$area":7.6e-06},"id":"3960-Eval::Closure::Sandbox_505::__ANON__[(eval 673)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.6e-06},"id":"n3959"},{"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":3,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3962-Eval::Closure::Sandbox_365::__ANON__[(eval 525)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n3961"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_335::__ANON__[(eval 461)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3964-Eval::Closure::Sandbox_335::__ANON__[(eval 461)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3963"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_310::__ANON__[(eval 429)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":7,"excl_time":4.6e-06,"$area":4.6e-06},"id":"3966-Eval::Closure::Sandbox_310::__ANON__[(eval 429)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.6e-06},"id":"n3965"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_921::__ANON__[(eval 1135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.6e-06,"$area":6.6e-06},"id":"3968-Eval::Closure::Sandbox_921::__ANON__[(eval 1135)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n3967"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Eval::Closure::Sandbox_370::__ANON__[(eval 530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"3970-Eval::Closure::Sandbox_370::__ANON__[(eval 530)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4e-06},"id":"n3969"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_1517::__ANON__[(eval 1885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":2,"excl_time":5.3e-06,"$area":5.3e-06},"id":"3972-Eval::Closure::Sandbox_1517::__ANON__[(eval 1885)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.3e-06},"id":"n3971"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1474::__ANON__[(eval 1834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"3974-Eval::Closure::Sandbox_1474::__ANON__[(eval 1834)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n3973"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_727::__ANON__[(eval 938)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.3e-06,"$area":6.3e-06},"id":"3976-Eval::Closure::Sandbox_727::__ANON__[(eval 938)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.3e-06},"id":"n3975"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_686::__ANON__[(eval 896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":3.3e-06,"$area":3.3e-06},"id":"3978-Eval::Closure::Sandbox_686::__ANON__[(eval 896)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.3e-06},"id":"n3977"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_142::__ANON__[(eval 242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3980-Eval::Closure::Sandbox_142::__ANON__[(eval 242)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.8e-06},"id":"n3979"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_424::__ANON__[(eval 585)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"3982-Eval::Closure::Sandbox_424::__ANON__[(eval 585)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n3981"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1299::__ANON__[(eval 1639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"3984-Eval::Closure::Sandbox_1299::__ANON__[(eval 1639)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.4e-06},"id":"n3983"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_487::__ANON__[(eval 653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.6e-06,"$area":3.6e-06},"id":"3986-Eval::Closure::Sandbox_487::__ANON__[(eval 653)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n3985"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_504::__ANON__[(eval 672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"3988-Eval::Closure::Sandbox_504::__ANON__[(eval 672)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.8e-06},"id":"n3987"},{"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.01e-05,"subname":"Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":9,"excl_time":8.09999999972045e-06,"$area":8.09999999972045e-06},"id":"3990-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.9e-06,"subname":"Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"3991-Eval::Closure::Sandbox_788::__ANON__[(eval 999)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.09999999997204e-05},"id":"n3989"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_634::__ANON__[(eval 840)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":6.8e-06,"$area":6.8e-06},"id":"3993-Eval::Closure::Sandbox_634::__ANON__[(eval 840)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.8e-06},"id":"n3992"},{"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":2.6e-06,"subname":"Eval::Closure::Sandbox_155::__ANON__[(eval 256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"3995-Eval::Closure::Sandbox_155::__ANON__[(eval 256)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n3994"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_1379::__ANON__[(eval 1719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.7e-06,"$area":3.7e-06},"id":"3997-Eval::Closure::Sandbox_1379::__ANON__[(eval 1719)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n3996"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_660::__ANON__[(eval 870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.7e-06,"$area":2.7e-06},"id":"3999-Eval::Closure::Sandbox_660::__ANON__[(eval 870)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n3998"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_566::__ANON__[(eval 768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4001-Eval::Closure::Sandbox_566::__ANON__[(eval 768)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n4000"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1286::__ANON__[(eval 1626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4003-Eval::Closure::Sandbox_1286::__ANON__[(eval 1626)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4002"},{"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: 25&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"Eval::Closure::Sandbox_493::__ANON__[(eval 659)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:115]","$color":1,"excl_time":2.51e-05,"$area":2.51e-05},"id":"4005-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: 41&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Eval::Closure::Sandbox_493::CORE:match","$color":1,"excl_time":4.08e-05,"$area":4.08e-05},"id":"4006-Eval::Closure::Sandbox_493::CORE:match"}],"data":{"$area":6.59e-05},"id":"n4004"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4008-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: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":3,"excl_time":9.20000000028131e-06,"$area":9.20000000028131e-06},"id":"4009-Eval::Closure::Sandbox_848::__ANON__[(eval 1061)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":1.40000000002813e-05},"id":"n4007"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Eval::Closure::Sandbox_841::__ANON__[(eval 1054)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":5,"excl_time":1.15e-05,"$area":1.15e-05},"id":"4011-Eval::Closure::Sandbox_841::__ANON__[(eval 1054)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":1.15e-05},"id":"n4010"},{"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":3.2e-06,"subname":"Eval::Closure::Sandbox_916::__ANON__[(eval 1130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4013-Eval::Closure::Sandbox_916::__ANON__[(eval 1130)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.2e-06},"id":"n4012"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_476::__ANON__[(eval 642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4015-Eval::Closure::Sandbox_476::__ANON__[(eval 642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.9e-06},"id":"n4014"},{"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":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4017-Eval::Closure::Sandbox_1194::__ANON__[(eval 1421)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.1e-06},"id":"n4016"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Eval::Closure::Sandbox_585::__ANON__[(eval 787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":2,"excl_time":8.3e-06,"$area":8.3e-06},"id":"4019-Eval::Closure::Sandbox_585::__ANON__[(eval 787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":8.3e-06},"id":"n4018"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_559::__ANON__[(eval 761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":4,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4021-Eval::Closure::Sandbox_559::__ANON__[(eval 761)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.3e-06},"id":"n4020"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_690::__ANON__[(eval 900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":6,"excl_time":4e-06,"$area":4e-06},"id":"4023-Eval::Closure::Sandbox_690::__ANON__[(eval 900)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4e-06},"id":"n4022"},{"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":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4025-Eval::Closure::Sandbox_973::__ANON__[(eval 1187)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n4024"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_951::__ANON__[(eval 1165)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":10,"excl_time":7.8e-06,"$area":7.8e-06},"id":"4027-Eval::Closure::Sandbox_951::__ANON__[(eval 1165)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":7.8e-06},"id":"n4026"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_644::__ANON__[(eval 850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":6.7e-06,"$area":6.7e-06},"id":"4029-Eval::Closure::Sandbox_644::__ANON__[(eval 850)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.7e-06},"id":"n4028"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_1147::__ANON__[(eval 1367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"4031-Eval::Closure::Sandbox_1147::__ANON__[(eval 1367)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.3e-06},"id":"n4030"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1246::__ANON__[(eval 1562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4033-Eval::Closure::Sandbox_1246::__ANON__[(eval 1562)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4032"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1406::__ANON__[(eval 1746)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4035-Eval::Closure::Sandbox_1406::__ANON__[(eval 1746)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.4e-06},"id":"n4034"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_269::__ANON__[(eval 387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":6.1e-06,"$area":6.1e-06},"id":"4037-Eval::Closure::Sandbox_269::__ANON__[(eval 387)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.1e-06},"id":"n4036"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_246::__ANON__[(eval 364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":6.6e-06,"$area":6.6e-06},"id":"4039-Eval::Closure::Sandbox_246::__ANON__[(eval 364)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.6e-06},"id":"n4038"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_1363::__ANON__[(eval 1703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4041-Eval::Closure::Sandbox_1363::__ANON__[(eval 1703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4040"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_827::__ANON__[(eval 1038)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":4,"excl_time":6.9e-06,"$area":6.9e-06},"id":"4043-Eval::Closure::Sandbox_827::__ANON__[(eval 1038)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.9e-06},"id":"n4042"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"Eval::Closure::Sandbox_55::CORE:match","$color":6,"excl_time":8.2e-06,"$area":8.2e-06},"id":"4045-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":3e-06,"subname":"Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":3e-06,"$area":3e-06},"id":"4046-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: 23&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":6,"excl_time":1.50000000000973e-05,"$area":1.50000000000973e-05},"id":"4047-Eval::Closure::Sandbox_55::__ANON__[(eval 137)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]"}],"data":{"$area":2.62000000000973e-05},"id":"n4044"},{"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":4.3e-06,"subname":"Eval::Closure::Sandbox_575::__ANON__[(eval 777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4049-Eval::Closure::Sandbox_575::__ANON__[(eval 777)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.3e-06},"id":"n4048"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_1051::__ANON__[(eval 1266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":7.1e-06,"$area":7.1e-06},"id":"4051-Eval::Closure::Sandbox_1051::__ANON__[(eval 1266)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":7.1e-06},"id":"n4050"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_174::__ANON__[(eval 290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":5.8e-06,"$area":5.8e-06},"id":"4053-Eval::Closure::Sandbox_174::__ANON__[(eval 290)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.8e-06},"id":"n4052"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_898::__ANON__[(eval 1112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4055-Eval::Closure::Sandbox_898::__ANON__[(eval 1112)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n4054"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_107::__ANON__[(eval 207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":3.1e-06,"$area":3.1e-06},"id":"4057-Eval::Closure::Sandbox_107::__ANON__[(eval 207)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3.1e-06},"id":"n4056"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_76::__ANON__[(eval 176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":7,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4059-Eval::Closure::Sandbox_76::__ANON__[(eval 176)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n4058"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Eval::Closure::Sandbox_946::__ANON__[(eval 1160)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":9,"excl_time":7.9e-06,"$area":7.9e-06},"id":"4061-Eval::Closure::Sandbox_946::__ANON__[(eval 1160)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":7.9e-06},"id":"n4060"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1545::__ANON__[(eval 1913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4063-Eval::Closure::Sandbox_1545::__ANON__[(eval 1913)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n4062"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_673::__ANON__[(eval 883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4065-Eval::Closure::Sandbox_673::__ANON__[(eval 883)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n4064"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_592::__ANON__[(eval 794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":4,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4067-Eval::Closure::Sandbox_592::__ANON__[(eval 794)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":4.5e-06},"id":"n4066"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Eval::Closure::Sandbox_232::__ANON__[(eval 349)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":6.4e-06,"$area":6.4e-06},"id":"4069-Eval::Closure::Sandbox_232::__ANON__[(eval 349)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.4e-06},"id":"n4068"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_1203::__ANON__[(eval 1490)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4071-Eval::Closure::Sandbox_1203::__ANON__[(eval 1490)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n4070"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Eval::Closure::Sandbox_283::__ANON__[(eval 402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":10,"excl_time":1.16e-05,"$area":1.16e-05},"id":"4073-Eval::Closure::Sandbox_283::__ANON__[(eval 402)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":1.16e-05},"id":"n4072"},{"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":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4075-Eval::Closure::Sandbox_674::__ANON__[(eval 884)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.5e-06},"id":"n4074"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_454::__ANON__[(eval 615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"4077-Eval::Closure::Sandbox_454::__ANON__[(eval 615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.3e-06},"id":"n4076"},{"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":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4079-Eval::Closure::Sandbox_1311::__ANON__[(eval 1651)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n4078"},{"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":6.5e-06,"subname":"Eval::Closure::Sandbox_1526::__ANON__[(eval 1894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]","$color":7,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4081-Eval::Closure::Sandbox_1526::__ANON__[(eval 1894)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:45]"}],"data":{"$area":6.5e-06},"id":"n4080"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:3]","$color":9,"excl_time":1.72999999999787e-05,"$area":1.72999999999787e-05},"id":"4083-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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4084-Eval::Closure::Sandbox_421::__ANON__[(eval 582)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.00999999999787e-05},"id":"n4082"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1178::__ANON__[(eval 1399)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4086-Eval::Closure::Sandbox_1178::__ANON__[(eval 1399)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4.1e-06},"id":"n4085"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Eval::Closure::Sandbox_95::__ANON__[(eval 195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4088-Eval::Closure::Sandbox_95::__ANON__[(eval 195)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":4.2e-06},"id":"n4087"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_813::__ANON__[(eval 1024)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":6.2e-06,"$area":6.2e-06},"id":"4090-Eval::Closure::Sandbox_813::__ANON__[(eval 1024)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.2e-06},"id":"n4089"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1004::__ANON__[(eval 1219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":6,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4092-Eval::Closure::Sandbox_1004::__ANON__[(eval 1219)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n4091"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_616::__ANON__[(eval 822)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":8,"excl_time":8e-06,"$area":8e-06},"id":"4094-Eval::Closure::Sandbox_616::__ANON__[(eval 822)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":8e-06},"id":"n4093"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1426::__ANON__[(eval 1766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4096-Eval::Closure::Sandbox_1426::__ANON__[(eval 1766)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n4095"},{"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":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4098-Eval::Closure::Sandbox_1258::__ANON__[(eval 1574)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4097"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":3,"excl_time":5.2e-06,"$area":5.2e-06},"id":"4100-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: 236&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002361,"subname":"Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":1.61000000012233e-05,"$area":1.61000000012233e-05},"id":"4101-Eval::Closure::Sandbox_990::__ANON__[(eval 1205)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":2.13000000012233e-05},"id":"n4099"},{"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":4.1e-06,"subname":"Eval::Closure::Sandbox_725::__ANON__[(eval 936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4103-Eval::Closure::Sandbox_725::__ANON__[(eval 936)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.1e-06},"id":"n4102"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_807::__ANON__[(eval 1018)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":7,"excl_time":5.4e-06,"$area":5.4e-06},"id":"4105-Eval::Closure::Sandbox_807::__ANON__[(eval 1018)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.4e-06},"id":"n4104"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Eval::Closure::Sandbox_1022::__ANON__[(eval 1237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":9,"excl_time":1.26e-05,"$area":1.26e-05},"id":"4107-Eval::Closure::Sandbox_1022::__ANON__[(eval 1237)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.26e-05},"id":"n4106"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_981::__ANON__[(eval 1196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4109-Eval::Closure::Sandbox_981::__ANON__[(eval 1196)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n4108"},{"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":3.7e-06,"subname":"Eval::Closure::Sandbox_356::__ANON__[(eval 516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4111-Eval::Closure::Sandbox_356::__ANON__[(eval 516)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n4110"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_42::__ANON__[(eval 124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":4,"excl_time":5.3e-06,"$area":5.3e-06},"id":"4113-Eval::Closure::Sandbox_42::__ANON__[(eval 124)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.3e-06},"id":"n4112"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_519::__ANON__[(eval 687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":6.2e-06,"$area":6.2e-06},"id":"4115-Eval::Closure::Sandbox_519::__ANON__[(eval 687)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.2e-06},"id":"n4114"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_1357::__ANON__[(eval 1697)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":8,"excl_time":5.4e-06,"$area":5.4e-06},"id":"4117-Eval::Closure::Sandbox_1357::__ANON__[(eval 1697)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":5.4e-06},"id":"n4116"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_128::__ANON__[(eval 228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"4119-Eval::Closure::Sandbox_128::__ANON__[(eval 228)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":3e-06},"id":"n4118"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_1336::__ANON__[(eval 1676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"4121-Eval::Closure::Sandbox_1336::__ANON__[(eval 1676)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":4.4e-06},"id":"n4120"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Eval::Closure::Sandbox_831::__ANON__[(eval 1042)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4123-Eval::Closure::Sandbox_831::__ANON__[(eval 1042)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.3e-06},"id":"n4122"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Eval::Closure::Sandbox_516::__ANON__[(eval 684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":5,"excl_time":8.3e-06,"$area":8.3e-06},"id":"4125-Eval::Closure::Sandbox_516::__ANON__[(eval 684)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":8.3e-06},"id":"n4124"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_904::__ANON__[(eval 1118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":7.8e-06,"$area":7.8e-06},"id":"4127-Eval::Closure::Sandbox_904::__ANON__[(eval 1118)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.8e-06},"id":"n4126"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Eval::Closure::Sandbox_625::__ANON__[(eval 831)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]","$color":9,"excl_time":1.05e-05,"$area":1.05e-05},"id":"4129-Eval::Closure::Sandbox_625::__ANON__[(eval 831)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:20]"}],"data":{"$area":1.05e-05},"id":"n4128"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_234::__ANON__[(eval 351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":0,"excl_time":8.6e-06,"$area":8.6e-06},"id":"4131-Eval::Closure::Sandbox_234::__ANON__[(eval 351)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":8.6e-06},"id":"n4130"},{"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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Eval::Closure::Sandbox_11::__ANON__[(eval 93)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":2,"excl_time":7e-06,"$area":7e-06},"id":"4133-Eval::Closure::Sandbox_11::__ANON__[(eval 93)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":7e-06},"id":"n4132"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_1216::__ANON__[(eval 1503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":4,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4135-Eval::Closure::Sandbox_1216::__ANON__[(eval 1503)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.5e-06},"id":"n4134"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Eval::Closure::Sandbox_58::__ANON__[(eval 140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4137-Eval::Closure::Sandbox_58::__ANON__[(eval 140)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4136"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_934::__ANON__[(eval 1148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":3.1e-06,"$area":3.1e-06},"id":"4139-Eval::Closure::Sandbox_934::__ANON__[(eval 1148)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n4138"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_438::__ANON__[(eval 599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":5.4e-06,"$area":5.4e-06},"id":"4141-Eval::Closure::Sandbox_438::__ANON__[(eval 599)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.4e-06},"id":"n4140"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_1257::__ANON__[(eval 1573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"4143-Eval::Closure::Sandbox_1257::__ANON__[(eval 1573)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.6e-06},"id":"n4142"},{"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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"Eval::Closure::Sandbox_148::__ANON__[(eval 248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":3e-06,"$area":3e-06},"id":"4145-Eval::Closure::Sandbox_148::__ANON__[(eval 248)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n4144"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_418::__ANON__[(eval 579)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4147-Eval::Closure::Sandbox_418::__ANON__[(eval 579)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.7e-06},"id":"n4146"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Eval::Closure::Sandbox_260::__ANON__[(eval 378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":7,"excl_time":6.8e-06,"$area":6.8e-06},"id":"4149-Eval::Closure::Sandbox_260::__ANON__[(eval 378)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.8e-06},"id":"n4148"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Eval::Closure::Sandbox_1337::__ANON__[(eval 1677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4151-Eval::Closure::Sandbox_1337::__ANON__[(eval 1677)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":4.5e-06},"id":"n4150"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Eval::Closure::Sandbox_1029::__ANON__[(eval 1244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":5.8e-06,"$area":5.8e-06},"id":"4153-Eval::Closure::Sandbox_1029::__ANON__[(eval 1244)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.8e-06},"id":"n4152"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Eval::Closure::Sandbox_759::__ANON__[(eval 970)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4155-Eval::Closure::Sandbox_759::__ANON__[(eval 970)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.8e-06},"id":"n4154"},{"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":3e-06,"subname":"Eval::Closure::Sandbox_395::__ANON__[(eval 555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":4,"excl_time":3e-06,"$area":3e-06},"id":"4157-Eval::Closure::Sandbox_395::__ANON__[(eval 555)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3e-06},"id":"n4156"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_664::__ANON__[(eval 874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":6,"excl_time":6.9e-06,"$area":6.9e-06},"id":"4159-Eval::Closure::Sandbox_664::__ANON__[(eval 874)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":6.9e-06},"id":"n4158"},{"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":4.8e-06,"subname":"Eval::Closure::Sandbox_700::__ANON__[(eval 910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"4161-Eval::Closure::Sandbox_700::__ANON__[(eval 910)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":4.8e-06},"id":"n4160"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Eval::Closure::Sandbox_281::__ANON__[(eval 400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"4163-Eval::Closure::Sandbox_281::__ANON__[(eval 400)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.1e-06},"id":"n4162"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Eval::Closure::Sandbox_483::__ANON__[(eval 649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":1,"excl_time":7.2e-06,"$area":7.2e-06},"id":"4165-Eval::Closure::Sandbox_483::__ANON__[(eval 649)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":7.2e-06},"id":"n4164"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_940::__ANON__[(eval 1154)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":3,"excl_time":5.9e-06,"$area":5.9e-06},"id":"4167-Eval::Closure::Sandbox_940::__ANON__[(eval 1154)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":5.9e-06},"id":"n4166"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Eval::Closure::Sandbox_784::__ANON__[(eval 995)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":5.4e-06,"$area":5.4e-06},"id":"4169-Eval::Closure::Sandbox_784::__ANON__[(eval 995)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.4e-06},"id":"n4168"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_200::__ANON__[(eval 316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":7,"excl_time":6.3e-06,"$area":6.3e-06},"id":"4171-Eval::Closure::Sandbox_200::__ANON__[(eval 316)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":6.3e-06},"id":"n4170"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Eval::Closure::Sandbox_482::__ANON__[(eval 648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":7.1e-06,"$area":7.1e-06},"id":"4173-Eval::Closure::Sandbox_482::__ANON__[(eval 648)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.1e-06},"id":"n4172"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Eval::Closure::Sandbox_798::__ANON__[(eval 1009)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":0,"excl_time":5.3e-06,"$area":5.3e-06},"id":"4175-Eval::Closure::Sandbox_798::__ANON__[(eval 1009)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":5.3e-06},"id":"n4174"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Eval::Closure::Sandbox_290::__ANON__[(eval 409)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":4.9e-06,"$area":4.9e-06},"id":"4177-Eval::Closure::Sandbox_290::__ANON__[(eval 409)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.9e-06},"id":"n4176"},{"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":7e-06,"subname":"Eval::Closure::Sandbox_1091::__ANON__[(eval 1306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]","$color":4,"excl_time":7e-06,"$area":7e-06},"id":"4179-Eval::Closure::Sandbox_1091::__ANON__[(eval 1306)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:58]"}],"data":{"$area":7e-06},"id":"n4178"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Eval::Closure::Sandbox_1221::__ANON__[(eval 1508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"4181-Eval::Closure::Sandbox_1221::__ANON__[(eval 1508)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":4.4e-06},"id":"n4180"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_295::__ANON__[(eval 414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]","$color":8,"excl_time":8e-06,"$area":8e-06},"id":"4183-Eval::Closure::Sandbox_295::__ANON__[(eval 414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:38]"}],"data":{"$area":8e-06},"id":"n4182"},{"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":4.5e-06,"subname":"Eval::Closure::Sandbox_1100::__ANON__[(eval 1315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"4185-Eval::Closure::Sandbox_1100::__ANON__[(eval 1315)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.5e-06},"id":"n4184"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_825::__ANON__[(eval 1036)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":1,"excl_time":6.9e-06,"$area":6.9e-06},"id":"4187-Eval::Closure::Sandbox_825::__ANON__[(eval 1036)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.9e-06},"id":"n4186"},{"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.6e-06,"subname":"Eval::Closure::Sandbox_300::__ANON__[(eval 419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":3,"excl_time":6.6e-06,"$area":6.6e-06},"id":"4189-Eval::Closure::Sandbox_300::__ANON__[(eval 419)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.6e-06},"id":"n4188"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Eval::Closure::Sandbox_1226::__ANON__[(eval 1515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4191-Eval::Closure::Sandbox_1226::__ANON__[(eval 1515)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n4190"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1019::__ANON__[(eval 1234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4193-Eval::Closure::Sandbox_1019::__ANON__[(eval 1234)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.1e-06},"id":"n4192"},{"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":3.7e-06,"subname":"Eval::Closure::Sandbox_1302::__ANON__[(eval 1642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4195-Eval::Closure::Sandbox_1302::__ANON__[(eval 1642)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":3.7e-06},"id":"n4194"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Eval::Closure::Sandbox_1569::__ANON__[(eval 1937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4197-Eval::Closure::Sandbox_1569::__ANON__[(eval 1937)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.8e-06},"id":"n4196"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"Eval::Closure::Sandbox_551::__ANON__[(eval 726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":2,"excl_time":5.9e-06,"$area":5.9e-06},"id":"4199-Eval::Closure::Sandbox_551::__ANON__[(eval 726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":5.9e-06},"id":"n4198"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_697::__ANON__[(eval 907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]","$color":4,"excl_time":5.1e-06,"$area":5.1e-06},"id":"4201-Eval::Closure::Sandbox_697::__ANON__[(eval 907)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:15]"}],"data":{"$area":5.1e-06},"id":"n4200"},{"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":4.3e-06,"subname":"Eval::Closure::Sandbox_754::__ANON__[(eval 965)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4203-Eval::Closure::Sandbox_754::__ANON__[(eval 965)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.3e-06},"id":"n4202"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1477::__ANON__[(eval 1837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":8,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4205-Eval::Closure::Sandbox_1477::__ANON__[(eval 1837)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n4204"},{"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":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"4207-Eval::Closure::Sandbox_1230::__ANON__[(eval 1527)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.4e-06},"id":"n4206"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Eval::Closure::Sandbox_225::__ANON__[(eval 342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":1.48e-05,"$area":1.48e-05},"id":"4209-Eval::Closure::Sandbox_225::__ANON__[(eval 342)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.48e-05},"id":"n4208"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Eval::Closure::Sandbox_931::__ANON__[(eval 1145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":3,"excl_time":6.1e-06,"$area":6.1e-06},"id":"4211-Eval::Closure::Sandbox_931::__ANON__[(eval 1145)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.1e-06},"id":"n4210"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Eval::Closure::Sandbox_552::__ANON__[(eval 727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4213-Eval::Closure::Sandbox_552::__ANON__[(eval 727)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.5e-06},"id":"n4212"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Eval::Closure::Sandbox_1115::__ANON__[(eval 1330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]","$color":7,"excl_time":8e-06,"$area":8e-06},"id":"4215-Eval::Closure::Sandbox_1115::__ANON__[(eval 1330)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:25]"}],"data":{"$area":8e-06},"id":"n4214"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Eval::Closure::Sandbox_1107::__ANON__[(eval 1322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"4217-Eval::Closure::Sandbox_1107::__ANON__[(eval 1322)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.8e-06},"id":"n4216"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Eval::Closure::Sandbox_1012::__ANON__[(eval 1227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":6.7e-06,"$area":6.7e-06},"id":"4219-Eval::Closure::Sandbox_1012::__ANON__[(eval 1227)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.7e-06},"id":"n4218"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Eval::Closure::Sandbox_1513::__ANON__[(eval 1881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":2,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4221-Eval::Closure::Sandbox_1513::__ANON__[(eval 1881)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.5e-06},"id":"n4220"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_893::__ANON__[(eval 1107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"4223-Eval::Closure::Sandbox_893::__ANON__[(eval 1107)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.3e-06},"id":"n4222"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Eval::Closure::Sandbox_218::__ANON__[(eval 335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4225-Eval::Closure::Sandbox_218::__ANON__[(eval 335)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.7e-06},"id":"n4224"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Eval::Closure::Sandbox_528::__ANON__[(eval 703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"4227-Eval::Closure::Sandbox_528::__ANON__[(eval 703)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.9e-06},"id":"n4226"},{"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":10,"excl_time":7.3e-06,"$area":7.3e-06},"id":"4229-Eval::Closure::Sandbox_448::__ANON__[(eval 609)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:13]"}],"data":{"$area":7.3e-06},"id":"n4228"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Eval::Closure::Sandbox_1150::__ANON__[(eval 1370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":1,"excl_time":5.1e-06,"$area":5.1e-06},"id":"4231-Eval::Closure::Sandbox_1150::__ANON__[(eval 1370)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":5.1e-06},"id":"n4230"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1447::__ANON__[(eval 1787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4233-Eval::Closure::Sandbox_1447::__ANON__[(eval 1787)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":4.1e-06},"id":"n4232"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Eval::Closure::Sandbox_1126::__ANON__[(eval 1341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":5,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4235-Eval::Closure::Sandbox_1126::__ANON__[(eval 1341)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.4e-06},"id":"n4234"},{"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":6.5e-06,"subname":"Eval::Closure::Sandbox_1034::__ANON__[(eval 1249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":7,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4237-Eval::Closure::Sandbox_1034::__ANON__[(eval 1249)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":6.5e-06},"id":"n4236"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Eval::Closure::Sandbox_375::__ANON__[(eval 535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":9,"excl_time":1.06e-05,"$area":1.06e-05},"id":"4239-Eval::Closure::Sandbox_375::__ANON__[(eval 535)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":1.06e-05},"id":"n4238"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"Eval::Closure::Sandbox_1396::__ANON__[(eval 1736)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":0,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4241-Eval::Closure::Sandbox_1396::__ANON__[(eval 1736)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n4240"},{"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":2,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4243-Eval::Closure::Sandbox_1355::__ANON__[(eval 1695)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":3.2e-06},"id":"n4242"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Eval::Closure::Sandbox_45::__ANON__[(eval 127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:22]","$color":4,"excl_time":7.5e-06,"$area":7.5e-06},"id":"4245-Eval::Closure::Sandbox_45::__ANON__[(eval 127)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:22]"}],"data":{"$area":7.5e-06},"id":"n4244"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Eval::Closure::Sandbox_496::__ANON__[(eval 662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":6,"excl_time":7.8e-06,"$area":7.8e-06},"id":"4247-Eval::Closure::Sandbox_496::__ANON__[(eval 662)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":7.8e-06},"id":"n4246"},{"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":4e-06,"subname":"Eval::Closure::Sandbox_1161::__ANON__[(eval 1381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"4249-Eval::Closure::Sandbox_1161::__ANON__[(eval 1381)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:18]"}],"data":{"$area":4e-06},"id":"n4248"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1153::__ANON__[(eval 1373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"4251-Eval::Closure::Sandbox_1153::__ANON__[(eval 1373)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.1e-06},"id":"n4250"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Eval::Closure::Sandbox_707::__ANON__[(eval 917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]","$color":1,"excl_time":1.03e-05,"$area":1.03e-05},"id":"4253-Eval::Closure::Sandbox_707::__ANON__[(eval 917)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:17]"}],"data":{"$area":1.03e-05},"id":"n4252"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_1350::__ANON__[(eval 1690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4255-Eval::Closure::Sandbox_1350::__ANON__[(eval 1690)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.7e-06},"id":"n4254"},{"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.7e-06,"subname":"Eval::Closure::Sandbox_29::__ANON__[(eval 111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":5,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4257-Eval::Closure::Sandbox_29::__ANON__[(eval 111)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":2.7e-06},"id":"n4256"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Eval::Closure::Sandbox_479::__ANON__[(eval 645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":7,"excl_time":8.6e-06,"$area":8.6e-06},"id":"4259-Eval::Closure::Sandbox_479::__ANON__[(eval 645)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":8.6e-06},"id":"n4258"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1386::__ANON__[(eval 1726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4261-Eval::Closure::Sandbox_1386::__ANON__[(eval 1726)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n4260"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Eval::Closure::Sandbox_419::__ANON__[(eval 580)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":0,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4263-Eval::Closure::Sandbox_419::__ANON__[(eval 580)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":4.6e-06},"id":"n4262"},{"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":4.2e-06,"subname":"Eval::Closure::Sandbox_879::__ANON__[(eval 1093)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"4265-Eval::Closure::Sandbox_879::__ANON__[(eval 1093)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":4.2e-06},"id":"n4264"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Eval::Closure::Sandbox_866::__ANON__[(eval 1080)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"4267-Eval::Closure::Sandbox_866::__ANON__[(eval 1080)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:8]"}],"data":{"$area":3.6e-06},"id":"n4266"},{"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":2.9e-06,"subname":"Eval::Closure::Sandbox_1275::__ANON__[(eval 1615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4269-Eval::Closure::Sandbox_1275::__ANON__[(eval 1615)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":2.9e-06},"id":"n4268"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Eval::Closure::Sandbox_113::__ANON__[(eval 213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]","$color":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"4271-Eval::Closure::Sandbox_113::__ANON__[(eval 213)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:9]"}],"data":{"$area":5.7e-06},"id":"n4270"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Eval::Closure::Sandbox_891::__ANON__[(eval 1105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":10,"excl_time":6.2e-06,"$area":6.2e-06},"id":"4273-Eval::Closure::Sandbox_891::__ANON__[(eval 1105)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":6.2e-06},"id":"n4272"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Eval::Closure::Sandbox_197::__ANON__[(eval 313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":1,"excl_time":1.43e-05,"$area":1.43e-05},"id":"4275-Eval::Closure::Sandbox_197::__ANON__[(eval 313)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":1.43e-05},"id":"n4274"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Eval::Closure::Sandbox_19::__ANON__[(eval 101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]","$color":3,"excl_time":9.4e-06,"$area":9.4e-06},"id":"4277-Eval::Closure::Sandbox_19::__ANON__[(eval 101)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:52]"}],"data":{"$area":9.4e-06},"id":"n4276"},{"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":3.3e-06,"subname":"Eval::Closure::Sandbox_160::__ANON__[(eval 264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":5,"excl_time":3.3e-06,"$area":3.3e-06},"id":"4279-Eval::Closure::Sandbox_160::__ANON__[(eval 264)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":3.3e-06},"id":"n4278"},{"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.3e-06,"subname":"Eval::Closure::Sandbox_126::__ANON__[(eval 226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"4281-Eval::Closure::Sandbox_126::__ANON__[(eval 226)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:31]"}],"data":{"$area":5.3e-06},"id":"n4280"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Eval::Closure::Sandbox_605::__ANON__[(eval 811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":9,"excl_time":2.7e-06,"$area":2.7e-06},"id":"4283-Eval::Closure::Sandbox_605::__ANON__[(eval 811)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.7e-06},"id":"n4282"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Eval::Closure::Sandbox_1009::__ANON__[(eval 1224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]","$color":0,"excl_time":6.6e-06,"$area":6.6e-06},"id":"4285-Eval::Closure::Sandbox_1009::__ANON__[(eval 1224)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:11]"}],"data":{"$area":6.6e-06},"id":"n4284"},{"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.1e-06,"subname":"Eval::Closure::Sandbox_1458::__ANON__[(eval 1798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4287-Eval::Closure::Sandbox_1458::__ANON__[(eval 1798)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:12]"}],"data":{"$area":4.1e-06},"id":"n4286"},{"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.4e-06,"subname":"Eval::Closure::Sandbox_872::__ANON__[(eval 1086)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]","$color":4,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4289-Eval::Closure::Sandbox_872::__ANON__[(eval 1086)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:7]"}],"data":{"$area":3.4e-06},"id":"n4288"},{"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.8e-06,"subname":"Eval::Closure::Sandbox_659::__ANON__[(eval 869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":6,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4291-Eval::Closure::Sandbox_659::__ANON__[(eval 869)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":2.8e-06},"id":"n4290"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Eval::Closure::Sandbox_793::__ANON__[(eval 1004)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]","$color":8,"excl_time":1.15e-05,"$area":1.15e-05},"id":"4293-Eval::Closure::Sandbox_793::__ANON__[(eval 1004)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:48]"}],"data":{"$area":1.15e-05},"id":"n4292"},{"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: 4&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":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4295-Eval::Closure::Sandbox_1188::__ANON__[(eval 1414)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:10]"}],"data":{"$area":3.5e-06},"id":"n4294"},{"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.5e-06,"subname":"Eval::Closure::Sandbox_441::__ANON__[(eval 602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]","$color":1,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4297-Eval::Closure::Sandbox_441::__ANON__[(eval 602)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:5]"}],"data":{"$area":6.5e-06},"id":"n4296"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"Eval::Closure::Sandbox_376::__ANON__[(eval 536)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]","$color":3,"excl_time":9.9e-06,"$area":9.9e-06},"id":"4299-Eval::Closure::Sandbox_376::__ANON__[(eval 536)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:14]"}],"data":{"$area":9.9e-06},"id":"n4298"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Eval::Closure::Sandbox_742::__ANON__[(eval 953)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]","$color":5,"excl_time":1.15e-05,"$area":1.15e-05},"id":"4301-Eval::Closure::Sandbox_742::__ANON__[(eval 953)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:66]"}],"data":{"$area":1.15e-05},"id":"n4300"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Eval::Closure::Sandbox_820::__ANON__[(eval 1031)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]","$color":7,"excl_time":6.3e-06,"$area":6.3e-06},"id":"4303-Eval::Closure::Sandbox_820::__ANON__[(eval 1031)[/Users/edenc/perl5/lib/perl5/Eval/Closure.pm:125]:4]"}],"data":{"$area":6.3e-06},"id":"n4302"}],"data":{"$area":0.509006300000063},"id":"n1125"}],"data":{"$area":0.509006300000063},"id":"n1124"},{"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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Errno::BEGIN@9","$color":9,"excl_time":1.38999999999981e-05,"$area":1.38999999999981e-05},"id":"4305-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: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Errno::TIEHASH","$color":9,"excl_time":1.31e-05,"$area":1.31e-05},"id":"4306-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: 1.40ms, 0.00%<br />Exclusive time: 1.19ms, 0.00%</p>","incl_time":0.0014009,"subname":"Errno::BEGIN@8","$color":9,"excl_time":0.0011904,"$area":0.0011904},"id":"4307-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: 256&micro;s, 0.00%</p>","incl_time":0.0002561,"subname":"Errno::BEGIN@21","$color":9,"excl_time":0.0002561,"$area":0.0002561},"id":"4308-Errno::BEGIN@21"}],"data":{"$area":0.0014735},"id":"n4304"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"DBI::BEGIN@959","$color":0,"excl_time":8.49999999967881e-06,"$area":8.49999999967881e-06},"id":"4310-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":6e-06,"subname":"DBI::CORE:subst","$color":0,"excl_time":6e-06,"$area":6e-06},"id":"4311-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: 55&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.46e-05,"subname":"DBI::END","$color":0,"excl_time":2.43000000011826e-05,"$area":2.43000000011826e-05},"id":"4312-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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"DBI::BEGIN@157","$color":0,"excl_time":7.7e-06,"$area":7.7e-06},"id":"4313-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: 25&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"DBI::BEGIN@270","$color":0,"excl_time":1.8000000000237e-05,"$area":1.8000000000237e-05},"id":"4314-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: 395&micro;s, 0.00%</p>","incl_time":0.0003953,"subname":"DBI::_install_method","$color":0,"excl_time":0.0003953,"$area":0.0003953},"id":"4315-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: 111&micro;s, 0.00%</p>","incl_time":0.0001108,"subname":"DBI::_new_handle","$color":0,"excl_time":0.0001108,"$area":0.0001108},"id":"4316-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: 17&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"DBI::BEGIN@274","$color":0,"excl_time":1.2199999999862e-05,"$area":1.2199999999862e-05},"id":"4317-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: 59&micro;s, 0.00%</p>","incl_time":5.92000000000001e-05,"subname":"DBI::CORE:match","$color":0,"excl_time":5.92000000000001e-05,"$area":5.92000000000001e-05},"id":"4318-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: 79.0ms, 0.12%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0789513,"subname":"DBI::connect","$color":0,"excl_time":7.3499999999227e-05,"$area":7.3499999999227e-05},"id":"4319-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: 74.2ms, 0.11%<br />Exclusive time: 148&micro;s, 0.00%</p>","incl_time":0.0742221,"subname":"DBI::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:725]","$color":0,"excl_time":0.000147900000001686,"$area":0.000147900000001686},"id":"4320-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 2 times from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"DBI::_concat_hash_sorted","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4321-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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"DBI::BEGIN@862","$color":0,"excl_time":1.14000000003343e-05,"$area":1.14000000003343e-05},"id":"4322-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: 29&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"DBI::disconnect_all","$color":0,"excl_time":1.26000000013632e-05,"$area":1.26000000013632e-05},"id":"4323-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: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"DBI::BEGIN@1030","$color":0,"excl_time":1.27000000002397e-05,"$area":1.27000000002397e-05},"id":"4324-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: 35&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"DBI::_new_dbh","$color":0,"excl_time":1.35999999998698e-05,"$area":1.35999999998698e-05},"id":"4325-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: 38&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"DBI::BEGIN@797","$color":0,"excl_time":1.69000000000565e-05,"$area":1.69000000000565e-05},"id":"4326-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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"DBI::BEGIN@158","$color":0,"excl_time":6.3e-06,"$area":6.3e-06},"id":"4327-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: 197&micro;s, 0.00%<br />Exclusive time: 163&micro;s, 0.00%</p>","incl_time":0.0001974,"subname":"DBI::setup_driver","$color":0,"excl_time":0.000163199999989358,"$area":0.000163199999989358},"id":"4328-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: 32&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"DBI::BEGIN@684","$color":0,"excl_time":1.35999999999619e-05,"$area":1.35999999999619e-05},"id":"4329-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: 25&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"DBI::BEGIN@831","$color":0,"excl_time":1.10000000004272e-05,"$area":1.10000000004272e-05},"id":"4330-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: 26&micro;s, 0.00%</p>","incl_time":7.62e-05,"subname":"DBI::_new_sth","$color":0,"excl_time":2.56999999996026e-05,"$area":2.56999999996026e-05},"id":"4331-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: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"DBI::BEGIN@13","$color":0,"excl_time":1.74e-05,"$area":1.74e-05},"id":"4332-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: 516&micro;s, 0.00%</p>","incl_time":0.0005155,"subname":"DBI::bootstrap","$color":0,"excl_time":0.0005155,"$area":0.0005155},"id":"4333-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: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"DBI::BEGIN@159","$color":0,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4334-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.62ms, 0.01%<br />Exclusive time: 2.97ms, 0.00%</p>","incl_time":0.0046195,"subname":"DBI::install_driver","$color":0,"excl_time":0.00297349999999908,"$area":0.00297349999999908},"id":"4335-DBI::install_driver"},{"name":"looks_like_number","children":[],"data":{"tip":"<p><b>DBI::looks_like_number</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.43e-05,"subname":"DBI::looks_like_number","$color":0,"excl_time":1.43e-05,"$area":1.43e-05},"id":"4336-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.71ms, 0.00%<br />Exclusive time: 533&micro;s, 0.00%</p>","incl_time":0.0017117,"subname":"DBI::BEGIN@161","$color":0,"excl_time":0.000533100000000637,"$area":0.000533100000000637},"id":"4337-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: 57&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":5.69e-05,"subname":"DBI::BEGIN@527","$color":0,"excl_time":2.31000000002493e-05,"$area":2.31000000002493e-05},"id":"4338-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: 57&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":5.72e-05,"subname":"DBI::_new_drh","$color":0,"excl_time":1.87999999988958e-05,"$area":1.87999999988958e-05},"id":"4339-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: 444&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004435,"subname":"DBI::db::prepare","$color":2,"excl_time":1.14000000023961e-05,"$area":1.14000000023961e-05},"id":"4341-DBI::db::prepare"},{"name":"commit","children":[],"data":{"tip":"<p><b>DBI::db::commit</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116ms, 0.18%</p>","incl_time":0.1156692,"subname":"DBI::db::commit","$color":2,"excl_time":0.1156692,"$area":0.1156692},"id":"4342-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: 16&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"DBI::db::sqlite_create_function","$color":2,"excl_time":1.55e-05,"$area":1.55e-05},"id":"4343-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: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"DBI::db::connected","$color":2,"excl_time":1.03e-05,"$area":1.03e-05},"id":"4344-DBI::db::connected"},{"name":"begin_work","children":[],"data":{"tip":"<p><b>DBI::db::begin_work</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.2e-05,"subname":"DBI::db::begin_work","$color":2,"excl_time":1.41000000008075e-05,"$area":1.41000000008075e-05},"id":"4345-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: 19&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"DBI::db::sqlite_collation_needed","$color":2,"excl_time":1.92e-05,"$area":1.92e-05},"id":"4346-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: 122&micro;s, 0.00%</p>","incl_time":0.0001224,"subname":"DBI::db::sqlite_register_fts3_perl_tokenizer","$color":2,"excl_time":0.0001224,"$area":0.0001224},"id":"4347-DBI::db::sqlite_register_fts3_perl_tokenizer"},{"name":"prepare_cached","children":[],"data":{"tip":"<p><b>DBI::db::prepare_cached</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 510&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0005098,"subname":"DBI::db::prepare_cached","$color":2,"excl_time":1.93999999961123e-05,"$area":1.93999999961123e-05},"id":"4348-DBI::db::prepare_cached"}],"data":{"$area":0.115881499999999},"id":"n4340"},{"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: 19&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"DBI::var::TIESCALAR","$color":4,"excl_time":1.86e-05,"$area":1.86e-05},"id":"4350-DBI::var::TIESCALAR"}],"data":{"$area":1.86e-05},"id":"n4349"},{"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: 74.0ms, 0.11%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0740287,"subname":"DBI::dr::connect","$color":6,"excl_time":1.23000000021301e-05,"$area":1.23000000021301e-05},"id":"4352-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: 26&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"DBI::dr::default_user","$color":6,"excl_time":2.17999999983192e-05,"$area":2.17999999983192e-05},"id":"4353-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: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"DBI::dr::disconnect_all","$color":6,"excl_time":1.63e-05,"$area":1.63e-05},"id":"4354-DBI::dr::disconnect_all"}],"data":{"$area":5.04000000004492e-05},"id":"n4351"},{"name":"::common","children":[{"name":"FETCH","children":[],"data":{"tip":"<p><b>DBI::common::FETCH</b></p><p><br />Called 6 times from 5 places in 2 files<br />Inclusive time: 32&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"DBI::common::FETCH","$color":8,"excl_time":3.24e-05,"$area":3.24e-05},"id":"4356-DBI::common::FETCH"},{"name":"STORE","children":[],"data":{"tip":"<p><b>DBI::common::STORE</b></p><p><br />Called 9 times from 6 places in 2 files<br />Inclusive time: 49&micro;s, 0.00%</p>","incl_time":4.91e-05,"subname":"DBI::common::STORE","$color":8,"excl_time":4.91e-05,"$area":4.91e-05},"id":"4357-DBI::common::STORE"}],"data":{"$area":8.15e-05},"id":"n4355"},{"name":"::st","children":[{"name":"execute","children":[],"data":{"tip":"<p><b>DBI::st::execute</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 147ms, 0.22%</p>","incl_time":0.146974,"subname":"DBI::st::execute","$color":10,"excl_time":0.146974,"$area":0.146974},"id":"4359-DBI::st::execute"},{"name":"finish","children":[],"data":{"tip":"<p><b>DBI::st::finish</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.9e-06,"subname":"DBI::st::finish","$color":10,"excl_time":4.9e-06,"$area":4.9e-06},"id":"4360-DBI::st::finish"},{"name":"execute_for_fetch","children":[],"data":{"tip":"<p><b>DBI::st::execute_for_fetch</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 170ms, 0.26%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.1695809,"subname":"DBI::st::execute_for_fetch","$color":10,"excl_time":1.32999999993846e-05,"$area":1.32999999993846e-05},"id":"4361-DBI::st::execute_for_fetch"},{"name":"bind_param_array","children":[],"data":{"tip":"<p><b>DBI::st::bind_param_array</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 129&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0001287,"subname":"DBI::st::bind_param_array","$color":10,"excl_time":3.9300000021077e-05,"$area":3.9300000021077e-05},"id":"4362-DBI::st::bind_param_array"},{"name":"execute_array","children":[],"data":{"tip":"<p><b>DBI::st::execute_array</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 170ms, 0.26%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.1696981,"subname":"DBI::st::execute_array","$color":10,"excl_time":1.11999999979106e-05,"$area":1.11999999979106e-05},"id":"4363-DBI::st::execute_array"}],"data":{"$area":0.147042700000018},"id":"n4358"}],"data":{"$area":0.26833070000001},"id":"n4309"},{"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: 154ms, 0.23%<br />Exclusive time: 40.3ms, 0.06%<br />Recursion: max depth 2, recursive inclusive time 44.0ms</p>","incl_time":0.1537995,"subname":"base::import","$color":1,"excl_time":0.0402943999999936,"$area":0.0402943999999936},"id":"4365-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: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"base::BEGIN@4","$color":1,"excl_time":7.79999999999894e-06,"$area":7.79999999999894e-06},"id":"4366-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: 29&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"base::BEGIN@3","$color":1,"excl_time":1.24999999999997e-05,"$area":1.24999999999997e-05},"id":"4367-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: 762&micro;s, 0.00%</p>","incl_time":0.0007618,"subname":"base::has_fields","$color":1,"excl_time":0.0007618,"$area":0.0007618},"id":"4368-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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"base::BEGIN@1","$color":1,"excl_time":1.58000000000007e-05,"$area":1.58000000000007e-05},"id":"4369-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: 565&micro;s, 0.00%</p>","incl_time":0.0005651,"subname":"base::has_attr","$color":1,"excl_time":0.0005651,"$area":0.0005651},"id":"4370-base::has_attr"}],"data":{"$area":0.0416573999999936},"id":"n4364"},{"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: 1.34ms, 0.00%<br />Exclusive time: 140&micro;s, 0.00%</p>","incl_time":0.0013413,"subname":"warnings::register::import","$color":3,"excl_time":0.000139600000000124,"$area":0.000139600000000124},"id":"4373-warnings::register::import"}],"data":{"$area":0.000139600000000124},"id":"n4372"},{"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: 108&micro;s, 0.00%</p>","incl_time":0.0001083,"subname":"warnings::_mkMask","$color":5,"excl_time":0.0001083,"$area":0.0001083},"id":"4374-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.83ms, 0.01%<br />Exclusive time: 675&micro;s, 0.00%</p>","incl_time":0.0048303,"subname":"warnings::__chk","$color":5,"excl_time":0.000675400000000816,"$area":0.000675400000000816},"id":"4375-warnings::__chk"},{"name":"import","children":[],"data":{"tip":"<p><b>warnings::import</b></p><p><br />Called 523 times from 241 places in 236 files<br />Inclusive time: 4.55ms, 0.01%<br />Exclusive time: 4.52ms, 0.01%</p>","incl_time":0.0045452,"subname":"warnings::import","$color":5,"excl_time":0.00451860000000001,"$area":0.00451860000000001},"id":"4376-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: 1.20ms, 0.00%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0012017,"subname":"warnings::register_categories","$color":5,"excl_time":0.00109340000000005,"$area":0.00109340000000005},"id":"4377-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: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"warnings::CORE:match","$color":5,"excl_time":1.01e-05,"$area":1.01e-05},"id":"4378-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.60ms, 0.00%</p>","incl_time":0.0016029,"subname":"warnings::unimport","$color":5,"excl_time":0.0016029,"$area":0.0016029},"id":"4379-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.95ms, 0.01%<br />Exclusive time: 123&micro;s, 0.00%</p>","incl_time":0.004953,"subname":"warnings::enabled","$color":5,"excl_time":0.000122700000000157,"$area":0.000122700000000157},"id":"4380-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: 27&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"warnings::_bits","$color":5,"excl_time":2.66e-05,"$area":2.66e-05},"id":"4381-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: 31&micro;s, 0.00%</p>","incl_time":3.06e-05,"subname":"warnings::CORE:regcomp","$color":5,"excl_time":3.06e-05,"$area":3.06e-05},"id":"4382-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: 88&micro;s, 0.00%</p>","incl_time":8.79e-05,"subname":"warnings::_error_loc","$color":5,"excl_time":8.79e-05,"$area":8.79e-05},"id":"4383-warnings::_error_loc"}],"data":{"$area":0.00841610000000116},"id":"n4371"},{"name":"DBD","children":[{"name":"::Switch","children":[{"name":"::dr","children":[],"data":{"$area":0},"id":"n4386"}],"data":{"$area":0},"id":"n4385"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"DBD::SQLite::_WriteOnceHash::TIEHASH","$color":9,"excl_time":9.8e-06,"$area":9.8e-06},"id":"4389-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.6e-06,"subname":"DBD::SQLite::_WriteOnceHash::STORE","$color":9,"excl_time":5.6e-06,"$area":5.6e-06},"id":"4390-DBD::SQLite::_WriteOnceHash::STORE"}],"data":{"$area":1.54e-05},"id":"n4388"},{"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: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.8e-05,"subname":"DBD::SQLite::BEGIN@30","$color":0,"excl_time":1.13000000013772e-05,"$area":1.13000000013772e-05},"id":"4391-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":4.3e-06,"subname":"DBD::SQLite::BEGIN@6","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"4392-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.58e-05,"subname":"DBD::SQLite::BEGIN@3","$color":0,"excl_time":2.58e-05,"$area":2.58e-05},"id":"4393-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: 209&micro;s, 0.00%</p>","incl_time":0.0002089,"subname":"DBD::SQLite::bootstrap","$color":0,"excl_time":0.0002089,"$area":0.0002089},"id":"4394-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: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"DBD::SQLite::BEGIN@12","$color":0,"excl_time":1.09e-05,"$area":1.09e-05},"id":"4395-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: 72&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.21e-05,"subname":"DBD::SQLite::BEGIN@9","$color":0,"excl_time":7.39999999708479e-06,"$area":7.39999999708479e-06},"id":"4396-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: 26&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"DBD::SQLite::BEGIN@10","$color":0,"excl_time":7.09999999813863e-06,"$area":7.09999999813863e-06},"id":"4397-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: 488&micro;s, 0.00%<br />Exclusive time: 75&micro;s, 0.00%</p>","incl_time":0.0004877,"subname":"DBD::SQLite::driver","$color":0,"excl_time":7.45000000101006e-05,"$area":7.45000000101006e-05},"id":"4398-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: 35&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"DBD::SQLite::BEGIN@5","$color":0,"excl_time":2.29999999983696e-05,"$area":2.29999999983696e-05},"id":"4399-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: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.94e-05,"subname":"DBD::SQLite::BEGIN@8","$color":0,"excl_time":9.09999999800848e-06,"$area":9.09999999800848e-06},"id":"4400-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: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"DBD::SQLite::BEGIN@34","$color":0,"excl_time":1.01999999981316e-05,"$area":1.01999999981316e-05},"id":"4401-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"DBD::SQLite::BEGIN@4","$color":0,"excl_time":8.69999999696302e-06,"$area":8.69999999696302e-06},"id":"4402-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: 432&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0004321,"subname":"DBD::SQLite::db::prepare","$color":2,"excl_time":3.38999999935455e-05,"$area":3.38999999935455e-05},"id":"4404-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: 73.7ms, 0.11%</p>","incl_time":0.0737106,"subname":"DBD::SQLite::db::_login","$color":2,"excl_time":0.0737106,"$area":0.0737106},"id":"4405-DBD::SQLite::db::_login"}],"data":{"$area":0.0737444999999936},"id":"n4403"},{"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: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"DBD::SQLite::dr::BEGIN@178","$color":4,"excl_time":1.02000000003751e-05,"$area":1.02000000003751e-05},"id":"4407-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: 74.0ms, 0.11%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0740164,"subname":"DBD::SQLite::dr::connect","$color":4,"excl_time":0.000108099999993519,"$area":0.000108099999993519},"id":"4408-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":5.1e-06,"subname":"DBD::SQLite::dr::CORE:match","$color":4,"excl_time":5.1e-06,"$area":5.1e-06},"id":"4409-DBD::SQLite::dr::CORE:match"}],"data":{"$area":0.000123399999993894},"id":"n4406"},{"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: 322&micro;s, 0.00%</p>","incl_time":0.000322,"subname":"DBD::SQLite::st::_prepare","$color":6,"excl_time":0.000322,"$area":0.000322},"id":"4411-DBD::SQLite::st::_prepare"}],"data":{"$area":0.000322},"id":"n4410"}],"data":{"$area":0.0746064999999856},"id":"n4387"},{"name":"::_","children":[{"name":"::db","children":[{"name":"prepare_cached","children":[],"data":{"tip":"<p><b>DBD::_::db::prepare_cached</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 490&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0004904,"subname":"DBD::_::db::prepare_cached","$color":8,"excl_time":4.34999999928667e-05,"$area":4.34999999928667e-05},"id":"4414-DBD::_::db::prepare_cached"},{"name":"begin_work","children":[],"data":{"tip":"<p><b>DBD::_::db::begin_work</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"DBD::_::db::begin_work","$color":8,"excl_time":2.02000000023876e-05,"$area":2.02000000023876e-05},"id":"4415-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: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"DBD::_::db::BEGIN@1510","$color":8,"excl_time":1.53999999998151e-05,"$area":1.53999999998151e-05},"id":"4416-DBD::_::db::BEGIN@1510"}],"data":{"$area":7.90999999950694e-05},"id":"n4413"},{"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.34e-05,"subname":"DBD::_::dr::BEGIN@1449","$color":10,"excl_time":1.0199999999908e-05,"$area":1.0199999999908e-05},"id":"4418-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.4e-06,"subname":"DBD::_::dr::default_user","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"4419-DBD::_::dr::default_user"}],"data":{"$area":1.4599999999908e-05},"id":"n4417"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"DBD::_::st::BEGIN@1821","$color":1,"excl_time":2.77999999995859e-05,"$area":2.77999999995859e-05},"id":"4421-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 1165 times from 1 place in 1 file<br />Inclusive time: 13.3ms, 0.02%</p>","incl_time":0.0132599999999999,"subname":"DBD::_::st::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/DBI.pm:1971]","$color":1,"excl_time":0.0132599999999999,"$area":0.0132599999999999},"id":"4422-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 2 times from 1 place in 1 file<br />Inclusive time: 170ms, 0.26%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.1696869,"subname":"DBD::_::st::execute_array","$color":1,"excl_time":9.29000000035381e-05,"$area":9.29000000035381e-05},"id":"4423-DBD::_::st::execute_array"},{"name":"bind_param_array","children":[],"data":{"tip":"<p><b>DBD::_::st::bind_param_array</b></p><p><br />Called 12 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.94e-05,"subname":"DBD::_::st::bind_param_array","$color":1,"excl_time":7.51000000105245e-05,"$area":7.51000000105245e-05},"id":"4424-DBD::_::st::bind_param_array"},{"name":"execute_for_fetch","children":[],"data":{"tip":"<p><b>DBD::_::st::execute_for_fetch</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 170ms, 0.26%<br />Exclusive time: 9.33ms, 0.01%</p>","incl_time":0.1695676,"subname":"DBD::_::st::execute_for_fetch","$color":1,"excl_time":0.00933359999972734,"$area":0.00933359999972734},"id":"4425-DBD::_::st::execute_for_fetch"}],"data":{"$area":0.0227893999997409},"id":"n4420"},{"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: 46&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"DBD::_::common::CORE:match","$color":3,"excl_time":4.63e-05,"$area":4.63e-05},"id":"4427-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: 12&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"DBD::_::common::BEGIN@1343","$color":3,"excl_time":1.24000000002362e-05,"$area":1.24000000002362e-05},"id":"4428-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: 336&micro;s, 0.00%<br />Exclusive time: 214&micro;s, 0.00%</p>","incl_time":0.0003355,"subname":"DBD::_::common::install_method","$color":3,"excl_time":0.000214099999988182,"$area":0.000214099999988182},"id":"4429-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: 1&micro;s, 0.00%</p>","incl_time":1.4e-06,"subname":"DBD::_::common::trace_msg","$color":3,"excl_time":1.4e-06,"$area":1.4e-06},"id":"4430-DBD::_::common::trace_msg"}],"data":{"$area":0.000274199999988419},"id":"n4426"}],"data":{"$area":0.0231572999997243},"id":"n4412"}],"data":{"$area":0.0977637999997099},"id":"n4384"},{"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: 16&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"English::BEGIN@47","$color":5,"excl_time":1.55000000001459e-05,"$area":1.55000000001459e-05},"id":"4432-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: 466&micro;s, 0.00%<br />Exclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0004661,"subname":"English::BEGIN@148","$color":5,"excl_time":0.000161000000000608,"$area":0.000161000000000608},"id":"4433-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: 454&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0004545,"subname":"English::import","$color":5,"excl_time":2.39999999997776e-05,"$area":2.39999999997776e-05},"id":"4434-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"English::BEGIN@1","$color":5,"excl_time":1.59999999998611e-05,"$area":1.59999999998611e-05},"id":"4435-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":5,"excl_time":2e-06,"$area":2e-06},"id":"4436-English::CORE:match"}],"data":{"$area":0.000218500000000393},"id":"n4431"},{"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: 560&micro;s, 0.00%</p>","incl_time":0.000560200000000005,"subname":"MIME::Type::system","$color":7,"excl_time":0.000560200000000005,"$area":0.000560200000000005},"id":"4439-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.77ms, 0.00%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.0017732,"subname":"MIME::Type::mediaType","$color":7,"excl_time":0.00131300000000264,"$area":0.00131300000000264},"id":"4440-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: 47&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"MIME::Type::BEGIN@12","$color":7,"excl_time":8.10000000020504e-06,"$area":8.10000000020504e-06},"id":"4441-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.66ms, 0.00%</p>","incl_time":0.0026564,"subname":"MIME::Type::CORE:match","$color":7,"excl_time":0.0026564,"$area":0.0026564},"id":"4442-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: 11.9ms, 0.02%<br />Exclusive time: 2.47ms, 0.00%</p>","incl_time":0.0119352,"subname":"MIME::Type::new","$color":7,"excl_time":0.00246900000001035,"$area":0.00246900000001035},"id":"4443-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: 720&micro;s, 0.00%</p>","incl_time":0.0007197,"subname":"MIME::Type::extensions","$color":7,"excl_time":0.0007197,"$area":0.0007197},"id":"4444-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: 13&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"MIME::Type::BEGIN@6","$color":7,"excl_time":1.28999999997752e-05,"$area":1.28999999997752e-05},"id":"4445-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.05e-05,"subname":"MIME::Type::BEGIN@10","$color":7,"excl_time":8.10000000037508e-06,"$area":8.10000000037508e-06},"id":"4446-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.84ms, 0.01%<br />Exclusive time: 4.64ms, 0.01%</p>","incl_time":0.0068399,"subname":"MIME::Type::simplified","$color":7,"excl_time":0.00464370000005487,"$area":0.00464370000005487},"id":"4447-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.47ms, 0.01%<br />Exclusive time: 4.33ms, 0.01%</p>","incl_time":0.0094662,"subname":"MIME::Type::init","$color":7,"excl_time":0.00433060000003906,"$area":0.00433060000003906},"id":"4448-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: 56&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.64e-05,"subname":"MIME::Type::BEGIN@18","$color":7,"excl_time":8.79999999974145e-06,"$area":8.79999999974145e-06},"id":"4449-MIME::Type::BEGIN@18"}],"data":{"$area":0.016730500000107},"id":"n4438"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"MIME::Types::CORE:regcomp","$color":9,"excl_time":1.64e-05,"$area":1.64e-05},"id":"4451-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.2ms, 0.04%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0261598,"subname":"MIME::Types::new","$color":9,"excl_time":1.83999999997936e-05,"$area":1.83999999997936e-05},"id":"4452-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.1ms, 0.04%<br />Exclusive time: 9.75ms, 0.01%</p>","incl_time":0.0261414,"subname":"MIME::Types::init","$color":9,"excl_time":0.0097548999999544,"$area":0.0097548999999544},"id":"4453-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.3e-06,"subname":"MIME::Types::CORE:match","$color":9,"excl_time":1.3e-06,"$area":1.3e-06},"id":"4454-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: 69&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":6.91e-05,"subname":"MIME::Types::BEGIN@7","$color":9,"excl_time":2.36000000003014e-05,"$area":2.36000000003014e-05},"id":"4455-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: 400&micro;s, 0.00%</p>","incl_time":0.000400000000000006,"subname":"MIME::Types::CORE:subst","$color":9,"excl_time":0.000400000000000006,"$area":0.000400000000000006},"id":"4456-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":3.6e-06,"subname":"MIME::Types::CORE:seek","$color":9,"excl_time":3.6e-06,"$area":3.6e-06},"id":"4457-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: 62&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"MIME::Types::BEGIN@191","$color":9,"excl_time":2.72999999997353e-05,"$area":2.72999999997353e-05},"id":"4458-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: 920&micro;s, 0.00%<br />Exclusive time: 774&micro;s, 0.00%</p>","incl_time":0.0009203,"subname":"MIME::Types::BEGIN@13","$color":9,"excl_time":0.000773799999999507,"$area":0.000773799999999507},"id":"4459-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: 540&micro;s, 0.00%</p>","incl_time":0.000540000000000003,"subname":"MIME::Types::CORE:readline","$color":9,"excl_time":0.000540000000000003,"$area":0.000540000000000003},"id":"4460-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: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"MIME::Types::BEGIN@11","$color":9,"excl_time":1.04000000000026e-05,"$area":1.04000000000026e-05},"id":"4461-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: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"MIME::Types::BEGIN@14","$color":9,"excl_time":8.80000000006264e-06,"$area":8.80000000006264e-06},"id":"4462-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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"MIME::Types::CORE:tell","$color":9,"excl_time":7.9e-06,"$area":7.9e-06},"id":"4463-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.11ms, 0.01%<br />Exclusive time: 4.83ms, 0.01%</p>","incl_time":0.0061108,"subname":"MIME::Types::create_type_index","$color":9,"excl_time":0.00482809999991121,"$area":0.00482809999991121},"id":"4464-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: 63&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.28e-05,"subname":"MIME::Types::BEGIN@138","$color":9,"excl_time":1.1300000000351e-05,"$area":1.1300000000351e-05},"id":"4465-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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"MIME::Types::CORE:qr","$color":9,"excl_time":7.4e-06,"$area":7.4e-06},"id":"4466-MIME::Types::CORE:qr"}],"data":{"$area":0.0164331999998654},"id":"n4450"}],"data":{"$area":0.0331636999999724},"id":"n4437"},{"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: 88&micro;s, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":8.8e-05,"subname":"Parse::Method::Signatures::_tc_union","$color":0,"excl_time":6.21000000010871e-05,"$area":6.21000000010871e-05},"id":"4470-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: 245&micro;s, 0.00%<br />Exclusive time: 95&micro;s, 0.00%</p>","incl_time":0.0002449,"subname":"Parse::Method::Signatures::BUILDARGS","$color":0,"excl_time":9.47000000006769e-05,"$area":9.47000000006769e-05},"id":"4471-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: 185&micro;s, 0.00%<br />Exclusive time: 149&micro;s, 0.00%</p>","incl_time":0.0001847,"subname":"Parse::Method::Signatures::_set_ppi","$color":0,"excl_time":0.00014910000000586,"$area":0.00014910000000586},"id":"4472-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: 491ms, 0.75%<br />Exclusive time: 430&micro;s, 0.00%</p>","incl_time":0.4913757,"subname":"Parse::Method::Signatures::new","$color":0,"excl_time":0.000429700000002205,"$area":0.000429700000002205},"id":"4473-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.47e-05,"subname":"Parse::Method::Signatures::input","$color":0,"excl_time":2.47e-05,"$area":2.47e-05},"id":"4474-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: 49.3ms, 0.08%<br />Exclusive time: 646&micro;s, 0.00%</p>","incl_time":0.0493027,"subname":"Parse::Method::Signatures::BEGIN@10","$color":0,"excl_time":0.000646100000000732,"$area":0.000646100000000732},"id":"4475-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: 4.43ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0044311,"subname":"Parse::Method::Signatures::BEGIN@4","$color":0,"excl_time":1.84999999997895e-05,"$area":1.84999999997895e-05},"id":"4476-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: 868&micro;s, 0.00%<br />Exclusive time: 75&micro;s, 0.00%</p>","incl_time":0.0008684,"subname":"Parse::Method::Signatures::_ident","$color":0,"excl_time":7.47999999980517e-05,"$area":7.47999999980517e-05},"id":"4477-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: 21&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Parse::Method::Signatures::offset","$color":0,"excl_time":2.14e-05,"$area":2.14e-05},"id":"4478-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: 15.5ms, 0.02%<br />Exclusive time: 144&micro;s, 0.00%</p>","incl_time":0.0154724,"subname":"Parse::Method::Signatures::ppi_doc","$color":0,"excl_time":0.000143799999995424,"$area":0.000143799999995424},"id":"4479-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: 150&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0001502,"subname":"Parse::Method::Signatures::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures.pm:122]","$color":0,"excl_time":4.79999999998367e-05,"$area":4.79999999998367e-05},"id":"4480-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":0,"excl_time":2.49e-05,"$area":2.49e-05},"id":"4481-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: 16.2ms, 0.02%<br />Exclusive time: 390&micro;s, 0.00%</p>","incl_time":0.0161659,"subname":"Parse::Method::Signatures::ppi","$color":0,"excl_time":0.000389899999999321,"$area":0.000389899999999321},"id":"4482-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: 86.4ms, 0.13%<br />Exclusive time: 810&micro;s, 0.00%</p>","incl_time":0.0864015,"subname":"Parse::Method::Signatures::BEGIN@8","$color":0,"excl_time":0.000809800000000291,"$area":0.000809800000000291},"id":"4483-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.47ms, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0014685,"subname":"Parse::Method::Signatures::_replace_magic","$color":0,"excl_time":5.54999999996693e-05,"$area":5.54999999996693e-05},"id":"4484-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.32ms, 0.00%<br />Exclusive time: 157&micro;s, 0.00%</p>","incl_time":0.0013161,"subname":"Parse::Method::Signatures::tc","$color":0,"excl_time":0.000157400000001375,"$area":0.000157400000001375},"id":"4485-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: 97&micro;s, 0.00%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":9.74e-05,"subname":"Parse::Method::Signatures::_param_default","$color":0,"excl_time":7.1899999998212e-05,"$area":7.1899999998212e-05},"id":"4486-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: 2.26ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0022614,"subname":"Parse::Method::Signatures::BEGIN@11","$color":0,"excl_time":1.51000000000764e-05,"$area":1.51000000000764e-05},"id":"4487-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: 22&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Parse::Method::Signatures::type_constraint_callback","$color":0,"excl_time":2.22e-05,"$area":2.22e-05},"id":"4488-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: 87&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":8.73e-05,"subname":"Parse::Method::Signatures::_param_named","$color":0,"excl_time":6.02999999988905e-05,"$area":6.02999999988905e-05},"id":"4489-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.47ms, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0014651,"subname":"Parse::Method::Signatures::_fixup_hex","$color":0,"excl_time":5.18999999986644e-05,"$area":5.18999999986644e-05},"id":"4490-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.42ms, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0014192,"subname":"Parse::Method::Signatures::_replace_labels","$color":0,"excl_time":5.15999999981992e-05,"$area":5.15999999981992e-05},"id":"4491-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: 491ms, 0.75%<br />Exclusive time: 350&micro;s, 0.00%</p>","incl_time":0.4906226,"subname":"Parse::Method::Signatures::BUILD","$color":0,"excl_time":0.000350099999998126,"$area":0.000350099999998126},"id":"4492-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: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Parse::Method::Signatures::has_from_namespace","$color":0,"excl_time":2.1e-05,"$area":2.1e-05},"id":"4493-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: 102&micro;s, 0.00%<br />Exclusive time: 75&micro;s, 0.00%</p>","incl_time":0.0001016,"subname":"Parse::Method::Signatures::bracketed","$color":0,"excl_time":7.51000000011809e-05,"$area":7.51000000011809e-05},"id":"4494-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.82ms, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0018205,"subname":"Parse::Method::Signatures::_replace_regexps","$color":0,"excl_time":5.87000000007417e-05,"$area":5.87000000007417e-05},"id":"4495-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: 126&micro;s, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0001258,"subname":"Parse::Method::Signatures::remaining_input","$color":0,"excl_time":8.40999999994115e-05,"$area":8.40999999994115e-05},"id":"4496-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: 27&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Parse::Method::Signatures::signature_class","$color":0,"excl_time":2.67e-05,"$area":2.67e-05},"id":"4497-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.09ms, 0.00%<br />Exclusive time: 231&micro;s, 0.00%</p>","incl_time":0.002094,"subname":"Parse::Method::Signatures::_param_variable","$color":0,"excl_time":0.000231299999995342,"$area":0.000231299999995342},"id":"4498-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: 15.3ms, 0.02%<br />Exclusive time: 307&micro;s, 0.00%</p>","incl_time":0.0153017,"subname":"Parse::Method::Signatures::parse","$color":0,"excl_time":0.000307099999999476,"$area":0.000307099999999476},"id":"4499-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: 240&micro;s, 0.00%<br />Exclusive time: 75&micro;s, 0.00%</p>","incl_time":0.0002401,"subname":"Parse::Method::Signatures::_param_constraint_or_traits","$color":0,"excl_time":7.51000000009174e-05,"$area":7.51000000009174e-05},"id":"4500-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: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Parse::Method::Signatures::meta","$color":0,"excl_time":9.69999999983985e-06,"$area":9.69999999983985e-06},"id":"4501-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: 60&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"Parse::Method::Signatures::type_constraint_class","$color":0,"excl_time":6.01e-05,"$area":6.01e-05},"id":"4502-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: 49&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"Parse::Method::Signatures::BEGIN@15","$color":0,"excl_time":1.24000000001803e-05,"$area":1.24000000001803e-05},"id":"4503-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.76ms, 0.00%<br />Exclusive time: 575&micro;s, 0.00%</p>","incl_time":0.0027634,"subname":"Parse::Method::Signatures::consume_token","$color":0,"excl_time":0.000574699999997292,"$area":0.000574699999997292},"id":"4504-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: 71&micro;s, 0.00%</p>","incl_time":9.66e-05,"subname":"Parse::Method::Signatures::_param_opt_or_req","$color":0,"excl_time":7.1000000000152e-05,"$area":7.1000000000152e-05},"id":"4505-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: 15.7ms, 0.02%<br />Exclusive time: 110&micro;s, 0.00%</p>","incl_time":0.0157485,"subname":"Parse::Method::Signatures::_build_ppi","$color":0,"excl_time":0.000110399999999678,"$area":0.000110399999999678},"id":"4506-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.60ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0045968,"subname":"Parse::Method::Signatures::BEGIN@3","$color":0,"excl_time":2.14000000002147e-05,"$area":2.14000000002147e-05},"id":"4507-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: 86&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":8.61e-05,"subname":"Parse::Method::Signatures::_param_where","$color":0,"excl_time":5.30999999984959e-05,"$area":5.30999999984959e-05},"id":"4508-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: 124&micro;s, 0.00%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0001235,"subname":"Parse::Method::Signatures::_param_labeled","$color":0,"excl_time":8.95999999977484e-05,"$area":8.95999999977484e-05},"id":"4509-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: 21&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Parse::Method::Signatures::has_type_constraint_callback","$color":0,"excl_time":2.11e-05,"$area":2.11e-05},"id":"4510-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: 102ms, 0.16%<br />Exclusive time: 345&micro;s, 0.00%</p>","incl_time":0.1017247,"subname":"Parse::Method::Signatures::param","$color":0,"excl_time":0.000344699999997981,"$area":0.000344699999997981},"id":"4511-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.5e-05,"subname":"Parse::Method::Signatures::DESTROY","$color":0,"excl_time":5.02000000016383e-05,"$area":5.02000000016383e-05},"id":"4512-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.03ms, 0.00%<br />Exclusive time: 274&micro;s, 0.00%</p>","incl_time":0.0020284,"subname":"Parse::Method::Signatures::_param_typed","$color":0,"excl_time":0.000273600000005273,"$area":0.000273600000005273},"id":"4513-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: 41&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"Parse::Method::Signatures::param_class","$color":0,"excl_time":4.12e-05,"$area":4.12e-05},"id":"4514-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: 1.02ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0010199,"subname":"Parse::Method::Signatures::BEGIN@17","$color":0,"excl_time":1.28000000001835e-05,"$area":1.28000000001835e-05},"id":"4515-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: 96.6ms, 0.15%<br />Exclusive time: 140&micro;s, 0.00%</p>","incl_time":0.0965932,"subname":"Parse::Method::Signatures::create_param","$color":0,"excl_time":0.000139600000001527,"$area":0.000139600000001527},"id":"4516-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.89e-05,"subname":"Parse::Method::Signatures::_param_traits","$color":0,"excl_time":5.51999999979307e-05,"$area":5.51999999979307e-05},"id":"4517-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: 2.07ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0020746,"subname":"Parse::Method::Signatures::BEGIN@9","$color":0,"excl_time":1.55999999999672e-05,"$area":1.55999999999672e-05},"id":"4518-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: 4.38ms, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0043811,"subname":"Parse::Method::Signatures::Param::Positional::BEGIN@3","$color":2,"excl_time":2.99000000001113e-05,"$area":2.99000000001113e-05},"id":"4521-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: 355&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003554,"subname":"Parse::Method::Signatures::Param::Positional::BEGIN@4","$color":2,"excl_time":1.27999999998073e-05,"$area":1.27999999998073e-05},"id":"4522-Parse::Method::Signatures::Param::Positional::BEGIN@4"}],"data":{"$area":4.26999999999185e-05},"id":"n4520"},{"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: 577&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.000577,"subname":"Parse::Method::Signatures::Param::DESTROY","$color":4,"excl_time":6.75999999992297e-05,"$area":6.75999999992297e-05},"id":"4523-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.58ms, 0.00%<br />Exclusive time: 187&micro;s, 0.00%</p>","incl_time":0.0025774,"subname":"Parse::Method::Signatures::Param::meta_type_constraint","$color":4,"excl_time":0.000187300000000494,"$area":0.000187300000000494},"id":"4524-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: 5.21ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0052131,"subname":"Parse::Method::Signatures::Param::BEGIN@3","$color":4,"excl_time":2.08999999997978e-05,"$area":2.08999999997978e-05},"id":"4525-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: 12.8ms, 0.02%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0128085,"subname":"Parse::Method::Signatures::Param::new","$color":4,"excl_time":8.95000000011861e-05,"$area":8.95000000011861e-05},"id":"4526-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: 20&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Parse::Method::Signatures::Param::has_type_constraints","$color":4,"excl_time":2.02e-05,"$area":2.02e-05},"id":"4527-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: 420&micro;s, 0.00%<br />Exclusive time: 201&micro;s, 0.00%</p>","incl_time":0.0004202,"subname":"Parse::Method::Signatures::Param::meta","$color":4,"excl_time":0.000200600000005898,"$area":0.000200600000005898},"id":"4528-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: 742&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0007417,"subname":"Parse::Method::Signatures::Param::BEGIN@7","$color":4,"excl_time":1.83999999997956e-05,"$area":1.83999999997956e-05},"id":"4529-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: 19&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Parse::Method::Signatures::Param::has_constraints","$color":4,"excl_time":1.89e-05,"$area":1.89e-05},"id":"4530-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: 4.97ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0049665,"subname":"Parse::Method::Signatures::Param::BEGIN@5","$color":4,"excl_time":1.8199999999872e-05,"$area":1.8199999999872e-05},"id":"4531-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: 22&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Parse::Method::Signatures::Param::type_constraints","$color":4,"excl_time":2.17e-05,"$area":2.17e-05},"id":"4532-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: 252ms, 0.38%<br />Exclusive time: 3.37ms, 0.01%</p>","incl_time":0.2522466,"subname":"Parse::Method::Signatures::Param::BEGIN@4","$color":4,"excl_time":0.00337210000000054,"$area":0.00337210000000054},"id":"4533-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.39ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0013942,"subname":"Parse::Method::Signatures::Param::Bindable::BEGIN@4","$color":6,"excl_time":1.76000000000499e-05,"$area":1.76000000000499e-05},"id":"4535-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: 603&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0006032,"subname":"Parse::Method::Signatures::Param::Bindable::BEGIN@6","$color":6,"excl_time":1.35000000000847e-05,"$area":1.35000000000847e-05},"id":"4536-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: 4.05ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0040461,"subname":"Parse::Method::Signatures::Param::Bindable::BEGIN@3","$color":6,"excl_time":2.03000000000321e-05,"$area":2.03000000000321e-05},"id":"4537-Parse::Method::Signatures::Param::Bindable::BEGIN@3"}],"data":{"$area":5.14000000001667e-05},"id":"n4534"}],"data":{"$area":0.0041295000000069},"id":"n4519"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@1","$color":8,"excl_time":1.86000000001893e-05,"$area":1.86000000001893e-05},"id":"4539-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: 3.32ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0033187,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@4","$color":8,"excl_time":1.58000000000024e-05,"$area":1.58000000000024e-05},"id":"4540-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: 624&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0006245,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@7","$color":8,"excl_time":1.91000000000218e-05,"$area":1.91000000000218e-05},"id":"4541-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.75ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0047539,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@3","$color":8,"excl_time":1.96000000000311e-05,"$area":1.96000000000311e-05},"id":"4542-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@2","$color":8,"excl_time":8.60000000009727e-06,"$area":8.60000000009727e-06},"id":"4543-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: 29.8ms, 0.05%<br />Exclusive time: 1.20ms, 0.00%</p>","incl_time":0.0297836,"subname":"Parse::Method::Signatures::ParamCollection::BEGIN@5","$color":8,"excl_time":0.00119540000000116,"$area":0.00119540000000116},"id":"4544-Parse::Method::Signatures::ParamCollection::BEGIN@5"}],"data":{"$area":0.0012771000000015},"id":"n4538"},{"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: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"Parse::Method::Signatures::TypeConstraint::meta","$color":10,"excl_time":1.11000000000769e-05,"$area":1.11000000000769e-05},"id":"4546-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: 63&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":6.31e-05,"subname":"Parse::Method::Signatures::TypeConstraint::DESTROY","$color":10,"excl_time":5.64000000003069e-05,"$area":5.64000000003069e-05},"id":"4547-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: 2.03ms, 0.00%<br />Exclusive time: 162&micro;s, 0.00%</p>","incl_time":0.0020348,"subname":"Parse::Method::Signatures::TypeConstraint::_walk_data","$color":10,"excl_time":0.000162199999996445,"$area":0.000162199999996445},"id":"4548-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: 78&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":7.79e-05,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@5","$color":10,"excl_time":2.68000000001404e-05,"$area":2.68000000001404e-05},"id":"4549-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: 5.61ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0056094,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@4","$color":10,"excl_time":1.7100000000006e-05,"$area":1.7100000000006e-05},"id":"4550-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: 78&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":7.85e-05,"subname":"Parse::Method::Signatures::TypeConstraint::_union_node","$color":10,"excl_time":4.33000000003201e-05,"$area":4.33000000003201e-05},"id":"4551-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: 853&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0008532,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@9","$color":10,"excl_time":2.1200000000056e-05,"$area":2.1200000000056e-05},"id":"4552-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: 605&micro;s, 0.00%<br />Exclusive time: 244&micro;s, 0.00%</p>","incl_time":0.0006051,"subname":"Parse::Method::Signatures::TypeConstraint::find_registered_constraint","$color":10,"excl_time":0.00024390000000005,"$area":0.00024390000000005},"id":"4553-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: 114&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0001144,"subname":"Parse::Method::Signatures::TypeConstraint::_str_node","$color":10,"excl_time":6.41000000010516e-05,"$area":6.41000000010516e-05},"id":"4554-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: 60&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":5.99e-05,"subname":"Parse::Method::Signatures::TypeConstraint::_params_node","$color":10,"excl_time":4.29999999992365e-05,"$area":4.29999999992365e-05},"id":"4555-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: 93&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":9.27e-05,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@3","$color":10,"excl_time":2.67000000001005e-05,"$area":2.67000000001005e-05},"id":"4556-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.76e-05,"subname":"Parse::Method::Signatures::TypeConstraint::has_from_namespace","$color":10,"excl_time":1.76e-05,"$area":1.76e-05},"id":"4557-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.80ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0018011,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@7","$color":10,"excl_time":1.59999999997942e-05,"$area":1.59999999997942e-05},"id":"4558-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: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Parse::Method::Signatures::TypeConstraint::ppi","$color":10,"excl_time":2.16e-05,"$area":2.16e-05},"id":"4559-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.34ms, 0.00%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0023405,"subname":"Parse::Method::Signatures::TypeConstraint::tc","$color":10,"excl_time":0.000133299999999147,"$area":0.000133299999999147},"id":"4560-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.58ms, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.0015757,"subname":"Parse::Method::Signatures::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/TypeConstraint.pm:95]","$color":10,"excl_time":6.56000000004854e-05,"$area":6.56000000004854e-05},"id":"4561-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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Parse::Method::Signatures::TypeConstraint::CORE:match","$color":10,"excl_time":1.24e-05,"$area":1.24e-05},"id":"4562-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: 24&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Parse::Method::Signatures::TypeConstraint::tc_callback","$color":10,"excl_time":2.36e-05,"$area":2.36e-05},"id":"4563-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: 324&micro;s, 0.00%<br />Exclusive time: 273&micro;s, 0.00%</p>","incl_time":0.0003244,"subname":"Parse::Method::Signatures::TypeConstraint::new","$color":10,"excl_time":0.00027319999999986,"$area":0.00027319999999986},"id":"4564-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: 44&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"Parse::Method::Signatures::TypeConstraint::_leaf","$color":10,"excl_time":4.41e-05,"$area":4.41e-05},"id":"4565-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.49ms, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0014901,"subname":"Parse::Method::Signatures::TypeConstraint::_invoke_callback","$color":10,"excl_time":6.25000000000267e-05,"$area":6.25000000000267e-05},"id":"4566-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.96ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0039558,"subname":"Parse::Method::Signatures::TypeConstraint::BEGIN@6","$color":10,"excl_time":1.57000000001097e-05,"$area":1.57000000001097e-05},"id":"4567-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: 32&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"Parse::Method::Signatures::TypeConstraint::from_namespace","$color":10,"excl_time":3.21e-05,"$area":3.21e-05},"id":"4568-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.18ms, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0021815,"subname":"Parse::Method::Signatures::TypeConstraint::_build_tc","$color":10,"excl_time":0.000116400000003289,"$area":0.000116400000003289},"id":"4569-Parse::Method::Signatures::TypeConstraint::_build_tc"}],"data":{"$area":0.0015499000000005},"id":"n4545"},{"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.95ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0019531,"subname":"Parse::Method::Signatures::Types::BEGIN@6","$color":1,"excl_time":1.23999999999825e-05,"$area":1.23999999999825e-05},"id":"4571-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: 352&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0003515,"subname":"Parse::Method::Signatures::Types::VariableName","$color":1,"excl_time":0.00020000000000236,"$area":0.00020000000000236},"id":"4572-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: 81&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":8.12e-05,"subname":"Parse::Method::Signatures::Types::__ANON__[/Users/edenc/perl5/lib/perl5/Parse/Method/Signatures/Types.pm:22]","$color":1,"excl_time":4.74000000002493e-05,"$area":4.74000000002493e-05},"id":"4573-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: 34&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Parse::Method::Signatures::Types::CORE:match","$color":1,"excl_time":3.38e-05,"$area":3.38e-05},"id":"4574-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: 7.73ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.007729,"subname":"Parse::Method::Signatures::Types::BEGIN@10","$color":1,"excl_time":1.52999999999525e-05,"$area":1.52999999999525e-05},"id":"4575-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: 450&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0004497,"subname":"Parse::Method::Signatures::Types::BEGIN@8","$color":1,"excl_time":1.8500000000035e-05,"$area":1.8500000000035e-05},"id":"4576-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: 4.09ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0040912,"subname":"Parse::Method::Signatures::Types::BEGIN@7","$color":1,"excl_time":1.63000000000073e-05,"$area":1.63000000000073e-05},"id":"4577-Parse::Method::Signatures::Types::BEGIN@7"}],"data":{"$area":0.000343700000002587},"id":"n4570"},{"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: 782&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0007817,"subname":"Parse::Method::Signatures::Sig::BEGIN@8","$color":3,"excl_time":1.86000000000945e-05,"$area":1.86000000000945e-05},"id":"4579-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: 2.41ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0024126,"subname":"Parse::Method::Signatures::Sig::BEGIN@5","$color":3,"excl_time":1.84999999999344e-05,"$area":1.84999999999344e-05},"id":"4580-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: 3.65ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0036532,"subname":"Parse::Method::Signatures::Sig::BEGIN@4","$color":3,"excl_time":1.81000000001089e-05,"$area":1.81000000001089e-05},"id":"4581-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Parse::Method::Signatures::Sig::meta","$color":3,"excl_time":9.19999999976996e-06,"$area":9.19999999976996e-06},"id":"4582-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: 78&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":7.75e-05,"subname":"Parse::Method::Signatures::Sig::BEGIN@6","$color":3,"excl_time":2.05999999998626e-05,"$area":2.05999999998626e-05},"id":"4583-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: 7.53ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0075336,"subname":"Parse::Method::Signatures::Sig::BEGIN@3","$color":3,"excl_time":2.71000000001392e-05,"$area":2.71000000001392e-05},"id":"4584-Parse::Method::Signatures::Sig::BEGIN@3"}],"data":{"$area":0.000112099999999909},"id":"n4578"}],"data":{"$area":0.0140213000000031},"id":"n4469"}],"data":{"$area":0.0140213000000031},"id":"n4468"},{"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: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"Parse::Yapp::Driver::BEGIN@20","$color":5,"excl_time":2.14000000000955e-05,"$area":2.14000000000955e-05},"id":"4587-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: 86&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.56e-05,"subname":"Parse::Yapp::Driver::BEGIN@28","$color":5,"excl_time":1.52000000001961e-05,"$area":1.52000000001961e-05},"id":"4588-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: 90&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.04e-05,"subname":"Parse::Yapp::Driver::BEGIN@22","$color":5,"excl_time":1.1199999999943e-05,"$area":1.1199999999943e-05},"id":"4589-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: 47&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"Parse::Yapp::Driver::BEGIN@201","$color":5,"excl_time":1.81000000001768e-05,"$area":1.81000000001768e-05},"id":"4590-Parse::Yapp::Driver::BEGIN@201"}],"data":{"$area":6.59000000004113e-05},"id":"n4586"}],"data":{"$area":6.59000000004113e-05},"id":"n4585"}],"data":{"$area":0.0140872000000035},"id":"n4467"},{"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: 134ms, 0.20%<br />Exclusive time: 3.60ms, 0.01%</p>","incl_time":0.1340145,"subname":"KiokuDB::BEGIN@13","$color":7,"excl_time":0.00360349999999951,"$area":0.00360349999999951},"id":"4592-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: 94&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":9.35e-05,"subname":"KiokuDB::BEGIN@8","$color":7,"excl_time":1.96999999999873e-05,"$area":1.96999999999873e-05},"id":"4593-KiokuDB::BEGIN@8"},{"name":"store","children":[],"data":{"tip":"<p><b>KiokuDB::store</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.85s, 5.88%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":3.8504623,"subname":"KiokuDB::store","$color":7,"excl_time":5.40000000270879e-06,"$area":5.40000000270879e-06},"id":"4594-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":1.3e-06,"subname":"KiokuDB::CORE:match","$color":7,"excl_time":1.3e-06,"$area":1.3e-06},"id":"4595-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: 331&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0003312,"subname":"KiokuDB::BEGIN@19","$color":7,"excl_time":1.69999999999578e-05,"$area":1.69999999999578e-05},"id":"4596-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: 178&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001776,"subname":"KiokuDB::_build_linker","$color":7,"excl_time":2.20999999946958e-05,"$area":2.20999999946958e-05},"id":"4597-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: 9.32ms, 0.01%<br />Exclusive time: 1.50ms, 0.00%</p>","incl_time":0.0093192,"subname":"KiokuDB::BEGIN@4","$color":7,"excl_time":0.00150140000000024,"$area":0.00150140000000024},"id":"4598-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: 48.6ms, 0.07%<br />Exclusive time: 2.12ms, 0.00%</p>","incl_time":0.0485676,"subname":"KiokuDB::BEGIN@12","$color":7,"excl_time":0.00211670000000093,"$area":0.00211670000000093},"id":"4599-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: 61&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"KiokuDB::BUILD","$color":7,"excl_time":1.33999999997415e-05,"$area":1.33999999997415e-05},"id":"4600-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: 208ms, 0.32%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.2084714,"subname":"KiokuDB::typemap_resolver","$color":7,"excl_time":2.22999999971544e-05,"$area":2.22999999971544e-05},"id":"4601-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: 329&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.000329,"subname":"KiokuDB::live_objects","$color":7,"excl_time":3.78999999999004e-05,"$area":3.78999999999004e-05},"id":"4602-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: 72&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.18e-05,"subname":"KiokuDB::BEGIN@23","$color":7,"excl_time":1.62000000003996e-05,"$area":1.62000000003996e-05},"id":"4603-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: 947&micro;s, 0.00%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":0.0009468,"subname":"KiokuDB::new","$color":7,"excl_time":8.20000000004452e-05,"$area":8.20000000004452e-05},"id":"4604-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: 136ms, 0.21%<br />Exclusive time: 1.00ms, 0.00%</p>","incl_time":0.1364923,"subname":"KiokuDB::BEGIN@17","$color":7,"excl_time":0.00100339999999965,"$area":0.00100339999999965},"id":"4605-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: 358&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0003584,"subname":"KiokuDB::new_scope","$color":7,"excl_time":4.81000000046773e-05,"$area":4.81000000046773e-05},"id":"4606-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: 52&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.16e-05,"subname":"KiokuDB::BEGIN@22","$color":7,"excl_time":1.37000000002979e-05,"$area":1.37000000002979e-05},"id":"4607-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: 208ms, 0.32%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.2078725,"subname":"KiokuDB::merged_typemap","$color":7,"excl_time":1.75999999990073e-05,"$area":1.75999999990073e-05},"id":"4608-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":3.2e-06,"subname":"KiokuDB::linker_queue","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4609-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: 289&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0002893,"subname":"KiokuDB::lookup","$color":7,"excl_time":2.05000000064813e-05,"$area":2.05000000064813e-05},"id":"4610-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: 286&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002863,"subname":"KiokuDB::_build_live_objects","$color":7,"excl_time":1.02000000002207e-05,"$area":1.02000000002207e-05},"id":"4611-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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::allow_classes","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4612-KiokuDB::allow_classes"},{"name":"collapser","children":[],"data":{"tip":"<p><b>KiokuDB::collapser</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 209ms, 0.32%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.2086205,"subname":"KiokuDB::collapser","$color":7,"excl_time":2.00999999983298e-05,"$area":2.00999999983298e-05},"id":"4613-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: 207ms, 0.32%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.2074865,"subname":"KiokuDB::_find_default_typemaps","$color":7,"excl_time":3.05999999864193e-05,"$area":3.05999999864193e-05},"id":"4614-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: 712&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0007124,"subname":"KiokuDB::BEGIN@25","$color":7,"excl_time":1.77999999998994e-05,"$area":1.77999999998994e-05},"id":"4615-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.61e-05,"subname":"KiokuDB::meta","$color":7,"excl_time":9.09999999990973e-06,"$area":9.09999999990973e-06},"id":"4616-KiokuDB::meta"},{"name":"_parse_args","children":[],"data":{"tip":"<p><b>KiokuDB::_parse_args</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":"KiokuDB::_parse_args","$color":7,"excl_time":7.7e-06,"$area":7.7e-06},"id":"4617-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.2e-06,"subname":"KiokuDB::class_version_table","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"4618-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: 145ms, 0.22%<br />Exclusive time: 1.52ms, 0.00%</p>","incl_time":0.1450172,"subname":"KiokuDB::BEGIN@16","$color":7,"excl_time":0.00151860000000176,"$area":0.00151860000000176},"id":"4619-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":3.1e-06,"subname":"KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:153]","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"4620-KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:153]"},{"name":"_store","children":[],"data":{"tip":"<p><b>KiokuDB::_store</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.85s, 5.88%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.8504569,"subname":"KiokuDB::_store","$color":7,"excl_time":2.26999999979327e-05,"$area":2.26999999979327e-05},"id":"4621-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: 93&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":9.26e-05,"subname":"KiokuDB::BEGIN@21","$color":7,"excl_time":2.17000000001262e-05,"$area":2.17000000001262e-05},"id":"4622-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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::allow_bases","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4623-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.64e-05,"subname":"KiokuDB::CORE:ftdir","$color":7,"excl_time":2.64e-05,"$area":2.64e-05},"id":"4624-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: 200&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002004,"subname":"KiokuDB::linker","$color":7,"excl_time":1.96999999986341e-05,"$area":1.96999999986341e-05},"id":"4625-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: 209ms, 0.32%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.2085972,"subname":"KiokuDB::_build_collapser","$color":7,"excl_time":1.91999999971937e-05,"$area":1.91999999971937e-05},"id":"4626-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: 38&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"KiokuDB::BEGIN@29","$color":7,"excl_time":1.48999999997301e-05,"$area":1.48999999997301e-05},"id":"4627-KiokuDB::BEGIN@29"},{"name":"_register","children":[],"data":{"tip":"<p><b>KiokuDB::_register</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":"KiokuDB::_register","$color":7,"excl_time":1.00000000023876e-05,"$area":1.00000000023876e-05},"id":"4628-KiokuDB::_register"},{"name":"directory","children":[],"data":{"tip":"<p><b>KiokuDB::directory</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"KiokuDB::directory","$color":7,"excl_time":9.8e-06,"$area":9.8e-06},"id":"4629-KiokuDB::directory"},{"name":"store_objects","children":[],"data":{"tip":"<p><b>KiokuDB::store_objects</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.85s, 5.88%<br />Exclusive time: 3.83ms, 0.01%</p>","incl_time":3.8504165,"subname":"KiokuDB::store_objects","$color":7,"excl_time":0.00383110000000464,"$area":0.00383110000000464},"id":"4630-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"KiokuDB::BEGIN@14","$color":7,"excl_time":1.13000000001875e-05,"$area":1.13000000001875e-05},"id":"4631-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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::allow_class_builders","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4632-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: 18.9ms, 0.03%<br />Exclusive time: 426&micro;s, 0.00%</p>","incl_time":0.0188526,"subname":"KiokuDB::BEGIN@15","$color":7,"excl_time":0.000426499999998997,"$area":0.000426499999998997},"id":"4633-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: 51&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.09e-05,"subname":"KiokuDB::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB.pm:320]","$color":7,"excl_time":6.8000000033393e-06,"$area":6.8000000033393e-06},"id":"4634-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: 742ms, 1.13%<br />Exclusive time: 1.34ms, 0.00%</p>","incl_time":0.7421555,"subname":"KiokuDB::connect","$color":7,"excl_time":0.00133579999999978,"$area":0.00133579999999978},"id":"4635-KiokuDB::connect"},{"name":"backend","children":[],"data":{"tip":"<p><b>KiokuDB::backend</b></p><p><br />Called 5 times from 5 places in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"KiokuDB::backend","$color":7,"excl_time":1.31e-05,"$area":1.31e-05},"id":"4636-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":3.4e-06,"subname":"KiokuDB::check_class_versions","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4637-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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"KiokuDB::typemap","$color":7,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4638-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: 18.5ms, 0.03%<br />Exclusive time: 1.15ms, 0.00%</p>","incl_time":0.0185421,"subname":"KiokuDB::BEGIN@10","$color":7,"excl_time":0.00115240000000016,"$area":0.00115240000000016},"id":"4639-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: 208ms, 0.32%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.2077033,"subname":"KiokuDB::_build_merged_typemap","$color":7,"excl_time":3.46999999947806e-05,"$area":3.46999999947806e-05},"id":"4640-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: 428ms, 0.65%<br />Exclusive time: 4.00ms, 0.01%</p>","incl_time":0.4284417,"subname":"KiokuDB::BEGIN@11","$color":7,"excl_time":0.00399910000000014,"$area":0.00399910000000014},"id":"4641-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: 208ms, 0.32%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.2084455,"subname":"KiokuDB::_build_typemap_resolver","$color":7,"excl_time":2.50999999986123e-05,"$area":2.50999999986123e-05},"id":"4642-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: 580&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.00058,"subname":"KiokuDB::Stream::Objects::BEGIN@6","$color":9,"excl_time":1.82999999995576e-05,"$area":1.82999999995576e-05},"id":"4645-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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"KiokuDB::Stream::Objects::meta","$color":9,"excl_time":7.39999999967619e-06,"$area":7.39999999967619e-06},"id":"4646-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: 6.50ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0064999,"subname":"KiokuDB::Stream::Objects::BEGIN@4","$color":9,"excl_time":2.37999999995716e-05,"$area":2.37999999995716e-05},"id":"4647-KiokuDB::Stream::Objects::BEGIN@4"}],"data":{"$area":4.94999999988053e-05},"id":"n4644"}],"data":{"$area":4.94999999988053e-05},"id":"n4643"},{"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: 58&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.75e-05,"subname":"KiokuDB::Entry::BEGIN@199","$color":0,"excl_time":1.24999999999272e-05,"$area":1.24999999999272e-05},"id":"4649-KiokuDB::Entry::BEGIN@199"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::DESTROY</b></p><p><br />Called 2261 times from 1 place in 1 file<br />Inclusive time: 9.83ms, 0.02%<br />Exclusive time: 8.83ms, 0.01%</p>","incl_time":0.00983319999999993,"subname":"KiokuDB::Entry::DESTROY","$color":0,"excl_time":0.00883390000492737,"$area":0.00883390000492737},"id":"4650-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: 95&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":9.55e-05,"subname":"KiokuDB::Entry::BEGIN@196","$color":0,"excl_time":1.4699999999897e-05,"$area":1.4699999999897e-05},"id":"4651-KiokuDB::Entry::BEGIN@196"},{"name":"tied","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::tied</b></p><p><br />Called 3424 times from 2 places in 2 files<br />Inclusive time: 4.47ms, 0.01%</p>","incl_time":0.0044735,"subname":"KiokuDB::Entry::tied","$color":0,"excl_time":0.0044735,"$area":0.0044735},"id":"4652-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: 27&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"KiokuDB::Entry::BEGIN@251","$color":0,"excl_time":1.22999999996797e-05,"$area":1.22999999996797e-05},"id":"4653-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: 3.51ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0035102,"subname":"KiokuDB::Entry::BEGIN@6","$color":0,"excl_time":2.04000000003459e-05,"$area":2.04000000003459e-05},"id":"4654-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: 30&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"KiokuDB::Entry::BEGIN@218","$color":0,"excl_time":1.35000000004281e-05,"$area":1.35000000004281e-05},"id":"4655-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: 8.36ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0083626,"subname":"KiokuDB::Entry::BEGIN@4","$color":0,"excl_time":2.20999999999173e-05,"$area":2.20999999999173e-05},"id":"4656-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: 52&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.17e-05,"subname":"KiokuDB::Entry::BEGIN@139","$color":0,"excl_time":2.43000000004333e-05,"$area":2.43000000004333e-05},"id":"4657-KiokuDB::Entry::BEGIN@139"},{"name":"deleted","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::deleted</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.43ms, 0.00%</p>","incl_time":0.00143320000000001,"subname":"KiokuDB::Entry::deleted","$color":0,"excl_time":0.00143320000000001,"$area":0.00143320000000001},"id":"4658-KiokuDB::Entry::deleted"},{"name":"has_tied","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_tied</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.43ms, 0.00%</p>","incl_time":0.00142980000000001,"subname":"KiokuDB::Entry::has_tied","$color":0,"excl_time":0.00142980000000001,"$area":0.00142980000000001},"id":"4659-KiokuDB::Entry::has_tied"},{"name":"has_root","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_root</b></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::Entry::has_root","$color":0,"excl_time":2.9e-06,"$area":2.9e-06},"id":"4660-KiokuDB::Entry::has_root"},{"name":"class_version","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::class_version</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.52ms, 0.00%</p>","incl_time":0.00151520000000002,"subname":"KiokuDB::Entry::class_version","$color":0,"excl_time":0.00151520000000002,"$area":0.00151520000000002},"id":"4661-KiokuDB::Entry::class_version"},{"name":"_build_root","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::_build_root</b></p><p><br />Called 1162 times from 1 place in 1 file<br />Inclusive time: 8.72ms, 0.01%<br />Exclusive time: 5.98ms, 0.01%</p>","incl_time":0.008719,"subname":"KiokuDB::Entry::_build_root","$color":0,"excl_time":0.00598030000194502,"$area":0.00598030000194502},"id":"4662-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: 33&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"KiokuDB::Entry::BEGIN@182","$color":0,"excl_time":1.3400000000383e-05,"$area":1.3400000000383e-05},"id":"4663-KiokuDB::Entry::BEGIN@182"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::new</b></p><p><br />Called 3424 times from 1 place in 1 file<br />Inclusive time: 74.3ms, 0.11%<br />Exclusive time: 67.6ms, 0.10%</p>","incl_time":0.0742987999999999,"subname":"KiokuDB::Entry::new","$color":0,"excl_time":0.0675721999988628,"$area":0.0675721999988628},"id":"4664-KiokuDB::Entry::new"},{"name":"has_id","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_id</b></p><p><br />Called 1162 times from 1 place in 1 file<br />Inclusive time: 1.37ms, 0.00%</p>","incl_time":0.0013734,"subname":"KiokuDB::Entry::has_id","$color":0,"excl_time":0.0013734,"$area":0.0013734},"id":"4665-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: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"KiokuDB::Entry::meta","$color":0,"excl_time":8.90000000042546e-06,"$area":8.90000000042546e-06},"id":"4666-KiokuDB::Entry::meta"},{"name":"class","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::class</b></p><p><br />Called 4587 times from 3 places in 3 files<br />Inclusive time: 6.18ms, 0.01%</p>","incl_time":0.00617879999999994,"subname":"KiokuDB::Entry::class","$color":0,"excl_time":0.00617879999999994,"$area":0.00617879999999994},"id":"4667-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: 63&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":6.3e-05,"subname":"KiokuDB::Entry::BEGIN@198","$color":0,"excl_time":1.69000000003952e-05,"$area":1.69000000003952e-05},"id":"4668-KiokuDB::Entry::BEGIN@198"},{"name":"backend_data","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::backend_data</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.45ms, 0.00%</p>","incl_time":0.00144840000000001,"subname":"KiokuDB::Entry::backend_data","$color":0,"excl_time":0.00144840000000001,"$area":0.00144840000000001},"id":"4669-KiokuDB::Entry::backend_data"},{"name":"data","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::data</b></p><p><br />Called 10334 times from 5 places in 4 files<br />Inclusive time: 14.3ms, 0.02%</p>","incl_time":0.0143244,"subname":"KiokuDB::Entry::data","$color":0,"excl_time":0.0143244,"$area":0.0143244},"id":"4670-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: 1.50ms, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0014984,"subname":"KiokuDB::Entry::BEGIN@8","$color":0,"excl_time":2.33999999998849e-05,"$area":2.33999999998849e-05},"id":"4671-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: 53&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"KiokuDB::Entry::BEGIN@201","$color":0,"excl_time":1.04000000001599e-05,"$area":1.04000000001599e-05},"id":"4672-KiokuDB::Entry::BEGIN@201"},{"name":"id","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::id</b></p><p><br />Called 3489 times from 3 places in 2 files<br />Inclusive time: 5.82ms, 0.01%</p>","incl_time":0.00581679999999998,"subname":"KiokuDB::Entry::id","$color":0,"excl_time":0.00581679999999998,"$area":0.00581679999999998},"id":"4673-KiokuDB::Entry::id"},{"name":"has_class","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_class</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.54ms, 0.00%</p>","incl_time":0.00153740000000002,"subname":"KiokuDB::Entry::has_class","$color":0,"excl_time":0.00153740000000002,"$area":0.00153740000000002},"id":"4674-KiokuDB::Entry::has_class"},{"name":"has_class_meta","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::has_class_meta</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.50ms, 0.00%</p>","incl_time":0.00149500000000002,"subname":"KiokuDB::Entry::has_class_meta","$color":0,"excl_time":0.00149500000000002,"$area":0.00149500000000002},"id":"4675-KiokuDB::Entry::has_class_meta"},{"name":"root","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::root</b></p><p><br />Called 3490 times from 4 places in 4 files<br />Inclusive time: 24.1ms, 0.04%<br />Exclusive time: 14.4ms, 0.02%</p>","incl_time":0.0240845,"subname":"KiokuDB::Entry::root","$color":0,"excl_time":0.0143832999983779,"$area":0.0143832999983779},"id":"4676-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: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.75e-05,"subname":"KiokuDB::Entry::BEGIN@202","$color":0,"excl_time":1.10000000001617e-05,"$area":1.10000000001617e-05},"id":"4677-KiokuDB::Entry::BEGIN@202"},{"name":"prev","children":[],"data":{"tip":"<p><b>KiokuDB::Entry::prev</b></p><p><br />Called 2325 times from 2 places in 2 files<br />Inclusive time: 3.09ms, 0.00%</p>","incl_time":0.00308599999999998,"subname":"KiokuDB::Entry::prev","$color":0,"excl_time":0.00308599999999998,"$area":0.00308599999999998},"id":"4678-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: 32&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"KiokuDB::Entry::Skip::meta","$color":2,"excl_time":1.40999999998212e-05,"$area":1.40999999998212e-05},"id":"4680-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: 5.86ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0058625,"subname":"KiokuDB::Entry::Skip::BEGIN@4","$color":2,"excl_time":2.23999999996519e-05,"$area":2.23999999996519e-05},"id":"4681-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: 316&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003158,"subname":"KiokuDB::Entry::Skip::BEGIN@6","$color":2,"excl_time":1.19999999998127e-05,"$area":1.19999999998127e-05},"id":"4682-KiokuDB::Entry::Skip::BEGIN@6"}],"data":{"$area":4.84999999992858e-05},"id":"n4679"}],"data":{"$area":0.141136800004114},"id":"n4648"},{"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.94ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0019445,"subname":"KiokuDB::Set::BEGIN@4","$color":4,"excl_time":1.87999999989707e-05,"$area":1.87999999989707e-05},"id":"4684-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":2.96e-05,"subname":"KiokuDB::Set::BEGIN@8","$color":4,"excl_time":1.0699999999401e-05,"$area":1.0699999999401e-05},"id":"4685-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: 452&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004518,"subname":"KiokuDB::Set::BEGIN@6","$color":4,"excl_time":1.08999999990345e-05,"$area":1.08999999990345e-05},"id":"4686-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: 196&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001965,"subname":"KiokuDB::Set::BEGIN@10","$color":4,"excl_time":8.59999999975935e-06,"$area":8.59999999975935e-06},"id":"4687-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: 4.38ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0043767,"subname":"KiokuDB::Set::Loaded::BEGIN@4","$color":6,"excl_time":2.43999999992471e-05,"$area":2.43999999992471e-05},"id":"4689-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: 517&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0005173,"subname":"KiokuDB::Set::Loaded::BEGIN@8","$color":6,"excl_time":1.55999999990625e-05,"$area":1.55999999990625e-05},"id":"4690-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: 742&micro;s, 0.00%<br />Exclusive time: 608&micro;s, 0.00%</p>","incl_time":0.0007423,"subname":"KiokuDB::Set::Loaded::BEGIN@6","$color":6,"excl_time":0.000608000000000857,"$area":0.000608000000000857},"id":"4691-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: 9&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"KiokuDB::Set::Loaded::meta","$color":6,"excl_time":8.59999999752563e-06,"$area":8.59999999752563e-06},"id":"4692-KiokuDB::Set::Loaded::meta"}],"data":{"$area":0.000656599999996692},"id":"n4688"},{"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: 3.80ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0037988,"subname":"KiokuDB::Set::Stored::BEGIN@4","$color":8,"excl_time":1.5200000001556e-05,"$area":1.5200000001556e-05},"id":"4694-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.48e-05,"subname":"KiokuDB::Set::Stored::meta","$color":8,"excl_time":7.80000000346245e-06,"$area":7.80000000346245e-06},"id":"4695-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: 278&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002781,"subname":"KiokuDB::Set::Stored::BEGIN@6","$color":8,"excl_time":1.02000000027879e-05,"$area":1.02000000027879e-05},"id":"4696-KiokuDB::Set::Stored::BEGIN@6"}],"data":{"$area":3.32000000078064e-05},"id":"n4693"},{"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: 310&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003102,"subname":"KiokuDB::Set::Deferred::BEGIN@12","$color":10,"excl_time":1.11000000005585e-05,"$area":1.11000000005585e-05},"id":"4698-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"KiokuDB::Set::Deferred::meta","$color":10,"excl_time":9.00000000346245e-06,"$area":9.00000000346245e-06},"id":"4699-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: 62&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.22e-05,"subname":"KiokuDB::Set::Deferred::BEGIN@6","$color":10,"excl_time":1.45999999979651e-05,"$area":1.45999999979651e-05},"id":"4700-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: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"KiokuDB::Set::Deferred::BEGIN@10","$color":10,"excl_time":1.09000000019328e-05,"$area":1.09000000019328e-05},"id":"4701-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: 34.7ms, 0.05%<br />Exclusive time: 557&micro;s, 0.00%</p>","incl_time":0.0346718,"subname":"KiokuDB::Set::Deferred::BEGIN@8","$color":10,"excl_time":0.0005568000000001,"$area":0.0005568000000001},"id":"4702-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.07ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0040695,"subname":"KiokuDB::Set::Deferred::BEGIN@4","$color":10,"excl_time":1.93999999993887e-05,"$area":1.93999999993887e-05},"id":"4703-KiokuDB::Set::Deferred::BEGIN@4"}],"data":{"$area":0.000621800000003408},"id":"n4697"},{"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.05ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0040501,"subname":"KiokuDB::Set::Base::BEGIN@4","$color":1,"excl_time":2.44000000003122e-05,"$area":2.44000000003122e-05},"id":"4705-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: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"KiokuDB::Set::Base::meta","$color":1,"excl_time":8.39999999448864e-06,"$area":8.39999999448864e-06},"id":"4706-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: 283&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002829,"subname":"KiokuDB::Set::Base::BEGIN@6","$color":1,"excl_time":1.02000000035382e-05,"$area":1.02000000035382e-05},"id":"4707-KiokuDB::Set::Base::BEGIN@6"}],"data":{"$area":4.2999999998339e-05},"id":"n4704"},{"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: 4.50ms, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0044991,"subname":"KiokuDB::Set::Storage::BEGIN@4","$color":3,"excl_time":2.98999999973843e-05,"$area":2.98999999973843e-05},"id":"4709-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: 394&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003936,"subname":"KiokuDB::Set::Storage::BEGIN@8","$color":3,"excl_time":1.08000000029811e-05,"$area":1.08000000029811e-05},"id":"4710-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: 37&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.66e-05,"subname":"KiokuDB::Set::Storage::BEGIN@6","$color":3,"excl_time":1.45999999987012e-05,"$area":1.45999999987012e-05},"id":"4711-KiokuDB::Set::Storage::BEGIN@6"}],"data":{"$area":5.52999999990666e-05},"id":"n4708"}],"data":{"$area":0.00145890000000248},"id":"n4683"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"KiokuDB::Util::BEGIN@5","$color":5,"excl_time":1.81999999999089e-05,"$area":1.81999999999089e-05},"id":"4713-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.0001892,"subname":"KiokuDB::Util::BEGIN@13","$color":5,"excl_time":8.70000000008315e-06,"$area":8.70000000008315e-06},"id":"4714-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.7e-06,"subname":"KiokuDB::Util::CORE:match","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"4715-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: 739ms, 1.13%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.7387721,"subname":"KiokuDB::Util::dsn_to_backend","$color":5,"excl_time":2.52000000001695e-05,"$area":2.52000000001695e-05},"id":"4716-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"KiokuDB::Util::BEGIN@6","$color":5,"excl_time":8.69999999967706e-06,"$area":8.69999999967706e-06},"id":"4717-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: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.08e-05,"subname":"KiokuDB::Util::BEGIN@11","$color":5,"excl_time":8.19999999968319e-06,"$area":8.19999999968319e-06},"id":"4718-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: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"KiokuDB::Util::BEGIN@10","$color":5,"excl_time":8.19999999982384e-06,"$area":8.19999999982384e-06},"id":"4719-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: 374&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003743,"subname":"KiokuDB::Util::BEGIN@15","$color":5,"excl_time":1.23000000000265e-05,"$area":1.23000000000265e-05},"id":"4720-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: 59&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.91e-05,"subname":"KiokuDB::Util::BEGIN@168","$color":5,"excl_time":1.23999999996008e-05,"$area":1.23999999996008e-05},"id":"4721-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: 13&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"KiokuDB::Util::BEGIN@8","$color":5,"excl_time":1.27000000003457e-05,"$area":1.27000000003457e-05},"id":"4722-KiokuDB::Util::BEGIN@8"}],"data":{"$area":0.000118299999999319},"id":"n4712"},{"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: 4.09ms, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.004089,"subname":"KiokuDB::Error::BEGIN@2","$color":7,"excl_time":2.27000000001436e-05,"$area":2.27000000001436e-05},"id":"4724-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: 335&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003352,"subname":"KiokuDB::Error::BEGIN@4","$color":7,"excl_time":1.13000000002894e-05,"$area":1.13000000002894e-05},"id":"4725-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"KiokuDB::Error::MissingObjects::meta","$color":9,"excl_time":8.10000000009727e-06,"$area":8.10000000009727e-06},"id":"4727-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: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"KiokuDB::Error::MissingObjects::BEGIN@6","$color":9,"excl_time":9.90000000006527e-06,"$area":9.90000000006527e-06},"id":"4728-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: 5.58ms, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0055818,"subname":"KiokuDB::Error::MissingObjects::BEGIN@2","$color":9,"excl_time":2.29999999998036e-05,"$area":2.29999999998036e-05},"id":"4729-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: 352&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003515,"subname":"KiokuDB::Error::MissingObjects::BEGIN@4","$color":9,"excl_time":1.24000000002965e-05,"$area":1.24000000002965e-05},"id":"4730-KiokuDB::Error::MissingObjects::BEGIN@4"}],"data":{"$area":5.34000000002626e-05},"id":"n4726"},{"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: 5.80ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.005802,"subname":"KiokuDB::Error::UnknownObjects::BEGIN@2","$color":0,"excl_time":1.78000000000938e-05,"$area":1.78000000000938e-05},"id":"4732-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: 25&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"KiokuDB::Error::UnknownObjects::meta","$color":0,"excl_time":1.18000000002397e-05,"$area":1.18000000002397e-05},"id":"4733-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: 50&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"KiokuDB::Error::UnknownObjects::BEGIN@6","$color":0,"excl_time":1.06999999996442e-05,"$area":1.06999999996442e-05},"id":"4734-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: 322&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.000322,"subname":"KiokuDB::Error::UnknownObjects::BEGIN@4","$color":0,"excl_time":1.27999999997685e-05,"$area":1.27999999997685e-05},"id":"4735-KiokuDB::Error::UnknownObjects::BEGIN@4"}],"data":{"$area":5.30999999997461e-05},"id":"n4731"}],"data":{"$area":0.000140500000000442},"id":"n4723"},{"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: 93.3ms, 0.14%<br />Exclusive time: 760&micro;s, 0.00%</p>","incl_time":0.0932995,"subname":"KiokuDB::GC::Naive::BEGIN@7","$color":2,"excl_time":0.000759500000001273,"$area":0.000759500000001273},"id":"4738-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: 123ms, 0.19%<br />Exclusive time: 1.53ms, 0.00%</p>","incl_time":0.1225045,"subname":"KiokuDB::GC::Naive::BEGIN@6","$color":2,"excl_time":0.00153209999999702,"$area":0.00153209999999702},"id":"4739-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: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"KiokuDB::GC::Naive::meta","$color":2,"excl_time":9.30000000056612e-06,"$area":9.30000000056612e-06},"id":"4740-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.34ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0043428,"subname":"KiokuDB::GC::Naive::BEGIN@4","$color":2,"excl_time":1.81000000002629e-05,"$area":1.81000000002629e-05},"id":"4741-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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"KiokuDB::GC::Naive::CORE:qr","$color":2,"excl_time":8e-06,"$area":8e-06},"id":"4742-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: 353&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003528,"subname":"KiokuDB::GC::Naive::BEGIN@9","$color":2,"excl_time":1.18000000002974e-05,"$area":1.18000000002974e-05},"id":"4743-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: 494&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0004936,"subname":"KiokuDB::GC::Naive::Mark::BEGIN@6","$color":4,"excl_time":1.89999999995642e-05,"$area":1.89999999995642e-05},"id":"4745-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"KiokuDB::GC::Naive::Mark::meta","$color":4,"excl_time":7.80000000033082e-06,"$area":7.80000000033082e-06},"id":"4746-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.22ms, 0.01%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0042241,"subname":"KiokuDB::GC::Naive::Mark::BEGIN@4","$color":4,"excl_time":3.21999999996405e-05,"$area":3.21999999996405e-05},"id":"4747-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: 7.59ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0075925,"subname":"KiokuDB::GC::Naive::Mark::Results::BEGIN@12","$color":6,"excl_time":2.68999999996078e-05,"$area":2.68999999996078e-05},"id":"4749-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: 7.76ms, 0.01%<br />Exclusive time: 6.53ms, 0.01%</p>","incl_time":0.0077599,"subname":"KiokuDB::GC::Naive::Mark::Results::BEGIN@14","$color":6,"excl_time":0.00653359999999921,"$area":0.00653359999999921},"id":"4750-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: 30&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"KiokuDB::GC::Naive::Mark::Results::meta","$color":6,"excl_time":1.35000000001477e-05,"$area":1.35000000001477e-05},"id":"4751-KiokuDB::GC::Naive::Mark::Results::meta"}],"data":{"$area":0.00657399999999897},"id":"n4748"}],"data":{"$area":0.0066329999999985},"id":"n4744"},{"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: 526&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0005261,"subname":"KiokuDB::GC::Naive::Sweep::BEGIN@6","$color":8,"excl_time":1.75000000001409e-05,"$area":1.75000000001409e-05},"id":"4753-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"KiokuDB::GC::Naive::Sweep::CORE:qr","$color":8,"excl_time":4.7e-06,"$area":4.7e-06},"id":"4754-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: 35&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"KiokuDB::GC::Naive::Sweep::meta","$color":8,"excl_time":1.52000000006634e-05,"$area":1.52000000006634e-05},"id":"4755-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: 7.74ms, 0.01%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0077356,"subname":"KiokuDB::GC::Naive::Sweep::BEGIN@4","$color":8,"excl_time":4.68999999998967e-05,"$area":4.68999999998967e-05},"id":"4756-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: 39&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"KiokuDB::GC::Naive::Sweep::Results::meta","$color":10,"excl_time":2.25999999995399e-05,"$area":2.25999999995399e-05},"id":"4758-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: 7.35ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0073506,"subname":"KiokuDB::GC::Naive::Sweep::Results::BEGIN@12","$color":10,"excl_time":1.33999999997348e-05,"$area":1.33999999997348e-05},"id":"4759-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: 35&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"KiokuDB::GC::Naive::Sweep::Results::BEGIN@14","$color":10,"excl_time":1.25999999999636e-05,"$area":1.25999999999636e-05},"id":"4760-KiokuDB::GC::Naive::Sweep::Results::BEGIN@14"}],"data":{"$area":4.85999999992383e-05},"id":"n4757"}],"data":{"$area":0.000132899999999939},"id":"n4752"}],"data":{"$area":0.00910469999999786},"id":"n4737"}],"data":{"$area":0.00910469999999786},"id":"n4736"},{"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: 600&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0005996,"subname":"KiokuDB::Role::TypeMap::BEGIN@6","$color":1,"excl_time":1.76000000003616e-05,"$area":1.76000000003616e-05},"id":"4763-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: 4.68ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0046822,"subname":"KiokuDB::Role::TypeMap::BEGIN@4","$color":1,"excl_time":2.78000000002747e-05,"$area":2.78000000002747e-05},"id":"4764-KiokuDB::Role::TypeMap::BEGIN@4"}],"data":{"$area":4.54000000006362e-05},"id":"n4762"},{"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: 55&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.54e-05,"subname":"KiokuDB::Role::UUIDs::BEGIN@6","$color":3,"excl_time":1.19999999999732e-05,"$area":1.19999999999732e-05},"id":"4766-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: 94&micro;s, 0.00%</p>","incl_time":9.38e-05,"subname":"KiokuDB::Role::UUIDs::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/UUIDs.pm:13]","$color":3,"excl_time":9.38e-05,"$area":9.38e-05},"id":"4767-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: 370&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003705,"subname":"KiokuDB::Role::UUIDs::BEGIN@8","$color":3,"excl_time":1.0200000000353e-05,"$area":1.0200000000353e-05},"id":"4768-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: 3.27ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0032747,"subname":"KiokuDB::Role::UUIDs::BEGIN@4","$color":3,"excl_time":2.01000000000038e-05,"$area":2.01000000000038e-05},"id":"4769-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: 4.26ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0042613,"subname":"KiokuDB::Role::UUIDs::DataUUID::BEGIN@4","$color":5,"excl_time":2.79999999998936e-05,"$area":2.79999999998936e-05},"id":"4771-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: 425&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0004248,"subname":"KiokuDB::Role::UUIDs::DataUUID::BEGIN@8","$color":5,"excl_time":1.19000000002838e-05,"$area":1.19000000002838e-05},"id":"4772-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: 863&micro;s, 0.00%<br />Exclusive time: 288&micro;s, 0.00%</p>","incl_time":0.0008626,"subname":"KiokuDB::Role::UUIDs::DataUUID::BEGIN@6","$color":5,"excl_time":0.000287800000000125,"$area":0.000287800000000125},"id":"4773-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 3424 times from 2 places in 1 file<br />Inclusive time: 22.3ms, 0.03%<br />Exclusive time: 8.90ms, 0.01%</p>","incl_time":0.0223096000000001,"subname":"KiokuDB::Role::UUIDs::DataUUID::generate_uuid","$color":5,"excl_time":0.00890359999895215,"$area":0.00890359999895215},"id":"4774-KiokuDB::Role::UUIDs::DataUUID::generate_uuid"}],"data":{"$area":0.00923129999895245},"id":"n4770"}],"data":{"$area":0.00936739999895278},"id":"n4765"},{"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: 4.12ms, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0041154,"subname":"KiokuDB::Role::Verbosity::BEGIN@4","$color":7,"excl_time":2.26000000004365e-05,"$area":2.26000000004365e-05},"id":"4776-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: 615&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0006147,"subname":"KiokuDB::Role::Verbosity::BEGIN@6","$color":7,"excl_time":1.84000000002279e-05,"$area":1.84000000002279e-05},"id":"4777-KiokuDB::Role::Verbosity::BEGIN@6"}],"data":{"$area":4.10000000006644e-05},"id":"n4775"},{"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: 3.60ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0035992,"subname":"KiokuDB::Role::API::BEGIN@2","$color":9,"excl_time":2.83000000002899e-05,"$area":2.83000000002899e-05},"id":"4779-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: 328&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003284,"subname":"KiokuDB::Role::API::BEGIN@4","$color":9,"excl_time":1.22999999999587e-05,"$area":1.22999999999587e-05},"id":"4780-KiokuDB::Role::API::BEGIN@4"}],"data":{"$area":4.06000000002486e-05},"id":"n4778"},{"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: 692&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0006923,"subname":"KiokuDB::Role::Scan::BEGIN@6","$color":0,"excl_time":1.82999999999365e-05,"$area":1.82999999999365e-05},"id":"4782-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: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"KiokuDB::Role::Scan::CORE:qr","$color":0,"excl_time":1.27e-05,"$area":1.27e-05},"id":"4783-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: 11.8ms, 0.02%<br />Exclusive time: 138&micro;s, 0.00%</p>","incl_time":0.0118246,"subname":"KiokuDB::Role::Scan::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Role/Scan.pm:94]","$color":0,"excl_time":0.000137699999999168,"$area":0.000137699999999168},"id":"4784-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: 7.76ms, 0.01%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.007759,"subname":"KiokuDB::Role::Scan::BEGIN@4","$color":0,"excl_time":3.44999999998662e-05,"$area":3.44999999998662e-05},"id":"4785-KiokuDB::Role::Scan::BEGIN@4"}],"data":{"$area":0.000203199999998971},"id":"n4781"}],"data":{"$area":0.0096975999989533},"id":"n4761"},{"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: 582&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0005822,"subname":"KiokuDB::Thunk::BEGIN@6","$color":2,"excl_time":1.79999999996523e-05,"$area":1.79999999996523e-05},"id":"4787-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"KiokuDB::Thunk::meta","$color":2,"excl_time":8.80000000005039e-06,"$area":8.80000000005039e-06},"id":"4788-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: 7.46ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.007463,"subname":"KiokuDB::Thunk::BEGIN@4","$color":2,"excl_time":2.63999999998727e-05,"$area":2.63999999998727e-05},"id":"4789-KiokuDB::Thunk::BEGIN@4"}],"data":{"$area":5.31999999995754e-05},"id":"n4786"},{"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: 31.4ms, 0.05%<br />Exclusive time: 558&micro;s, 0.00%</p>","incl_time":0.0314439,"subname":"KiokuDB::Collapser::BEGIN@18","$color":4,"excl_time":0.000558099999999923,"$area":0.000558099999999923},"id":"4791-KiokuDB::Collapser::BEGIN@18"},{"name":"make_ref","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::make_ref</b></p><p><br />Called 4536 times from 3 places in 1 file<br />Inclusive time: 85.3ms, 0.13%<br />Exclusive time: 28.9ms, 0.04%</p>","incl_time":0.0853098000000002,"subname":"KiokuDB::Collapser::make_ref","$color":4,"excl_time":0.0288507000018425,"$area":0.0288507000018425},"id":"4792-KiokuDB::Collapser::make_ref"},{"name":"visit_ref_data","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_ref_data</b></p><p><br />Called 2262 times from 2 places in 2 files<br />Inclusive time: 2.50s, 3.81%<br />Exclusive time: 15.0ms, 0.02%<br />Recursion: max depth 2, recursive inclusive time 2.77s</p>","incl_time":2.4974803,"subname":"KiokuDB::Collapser::visit_ref_data","$color":4,"excl_time":0.0149547999999466,"$area":0.0149547999999466},"id":"4793-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: 30.4ms, 0.05%<br />Exclusive time: 12.6ms, 0.02%</p>","incl_time":0.0304461999999999,"subname":"KiokuDB::Collapser::id_method","$color":4,"excl_time":0.012608300000572,"$area":0.012608300000572},"id":"4794-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: 105&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0001052,"subname":"KiokuDB::Collapser::new","$color":4,"excl_time":5.31999999962843e-05,"$area":5.31999999962843e-05},"id":"4795-KiokuDB::Collapser::new"},{"name":"weaken","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::weaken</b></p><p><br />Called 4536 times from 1 place in 1 file<br />Inclusive time: 8.17ms, 0.01%</p>","incl_time":0.00816930000000004,"subname":"KiokuDB::Collapser::weaken","$color":4,"excl_time":0.00816930000000004,"$area":0.00816930000000004},"id":"4796-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: 420&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0004198,"subname":"KiokuDB::Collapser::BEGIN@10","$color":4,"excl_time":6.77000000002557e-05,"$area":6.77000000002557e-05},"id":"4797-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: 20.2ms, 0.03%<br />Exclusive time: 3.30ms, 0.01%</p>","incl_time":0.020196,"subname":"KiokuDB::Collapser::BEGIN@20","$color":4,"excl_time":0.00329739999999979,"$area":0.00329739999999979},"id":"4798-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: 97&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":9.66e-05,"subname":"KiokuDB::Collapser::BEGIN@6","$color":4,"excl_time":1.97999999995679e-05,"$area":1.97999999995679e-05},"id":"4799-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: 73.7ms, 0.11%<br />Exclusive time: 2.34ms, 0.00%</p>","incl_time":0.0737497,"subname":"KiokuDB::Collapser::BEGIN@17","$color":4,"excl_time":0.00233849999999911,"$area":0.00233849999999911},"id":"4800-KiokuDB::Collapser::BEGIN@17"},{"name":"visit_with_typemap","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_with_typemap</b></p><p><br />Called 3424 times from 2 places in 1 file<br />Inclusive time: 2.50s, 3.81%<br />Exclusive time: 20.6ms, 0.03%<br />Recursion: max depth 5, recursive inclusive time 7.96s</p>","incl_time":2.4986491,"subname":"KiokuDB::Collapser::visit_with_typemap","$color":4,"excl_time":0.0205674999989099,"$area":0.0205674999989099},"id":"4801-KiokuDB::Collapser::visit_with_typemap"},{"name":"visit_object","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_object</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 2.50s, 3.81%<br />Exclusive time: 3.22ms, 0.00%<br />Recursion: max depth 3, recursive inclusive time 4.72s</p>","incl_time":2.4986531,"subname":"KiokuDB::Collapser::visit_object","$color":4,"excl_time":0.00321599999988804,"$area":0.00321599999988804},"id":"4802-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: 80&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":7.98e-05,"subname":"KiokuDB::Collapser::BEGIN@11","$color":4,"excl_time":1.69999999997485e-05,"$area":1.69999999997485e-05},"id":"4803-KiokuDB::Collapser::BEGIN@11"},{"name":"collapse","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::collapse</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.66s, 4.06%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":2.6597098,"subname":"KiokuDB::Collapser::collapse","$color":4,"excl_time":7.42000000055754e-05,"$area":7.42000000055754e-05},"id":"4804-KiokuDB::Collapser::collapse"},{"name":"typemap_resolver","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::typemap_resolver</b></p><p><br />Called 4587 times from 1 place in 1 file<br />Inclusive time: 6.43ms, 0.01%</p>","incl_time":0.00643160000000007,"subname":"KiokuDB::Collapser::typemap_resolver","$color":4,"excl_time":0.00643160000000007,"$area":0.00643160000000007},"id":"4805-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: 378&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003776,"subname":"KiokuDB::Collapser::BEGIN@24","$color":4,"excl_time":1.03999999996549e-05,"$area":1.03999999996549e-05},"id":"4806-KiokuDB::Collapser::BEGIN@24"},{"name":"_set_buffer","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_set_buffer</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.79e-05,"subname":"KiokuDB::Collapser::_set_buffer","$color":4,"excl_time":1.62000000014499e-05,"$area":1.62000000014499e-05},"id":"4807-KiokuDB::Collapser::_set_buffer"},{"name":"collapse_first_class","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::collapse_first_class</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 2.50s, 3.81%<br />Exclusive time: 51.8ms, 0.08%<br />Recursion: max depth 3, recursive inclusive time 4.64s</p>","incl_time":2.4979776,"subname":"KiokuDB::Collapser::collapse_first_class","$color":4,"excl_time":0.0517789999941201,"$area":0.0517789999941201},"id":"4808-KiokuDB::Collapser::collapse_first_class"},{"name":"visit_seen","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_seen</b></p><p><br />Called 1112 times from 1 place in 1 file<br />Inclusive time: 52.6ms, 0.08%<br />Exclusive time: 16.2ms, 0.02%</p>","incl_time":0.0525698,"subname":"KiokuDB::Collapser::visit_seen","$color":4,"excl_time":0.0161700999986317,"$area":0.0161700999986317},"id":"4809-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 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":"KiokuDB::Collapser::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser.pm:84]","$color":4,"excl_time":7.90000000173122e-06,"$area":7.90000000173122e-06},"id":"4810-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: 184ms, 0.28%<br />Exclusive time: 3.34ms, 0.01%</p>","incl_time":0.1835967,"subname":"KiokuDB::Collapser::BEGIN@14","$color":4,"excl_time":0.00333870000000241,"$area":0.00333870000000241},"id":"4811-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: 352&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0003521,"subname":"KiokuDB::Collapser::BEGIN@1","$color":4,"excl_time":2.0099999999779e-05,"$area":2.0099999999779e-05},"id":"4812-KiokuDB::Collapser::BEGIN@1"},{"name":"make_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::make_entry</b></p><p><br />Called 3424 times from 4 places in 4 files<br />Inclusive time: 282ms, 0.43%<br />Exclusive time: 73.5ms, 0.11%</p>","incl_time":0.282200200000001,"subname":"KiokuDB::Collapser::make_entry","$color":4,"excl_time":0.0734820999888955,"$area":0.0734820999888955},"id":"4813-KiokuDB::Collapser::make_entry"},{"name":"_clear_buffer","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_clear_buffer</b></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":"KiokuDB::Collapser::_clear_buffer","$color":4,"excl_time":3.5e-06,"$area":3.5e-06},"id":"4814-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: 825&micro;s, 0.00%<br />Exclusive time: 665&micro;s, 0.00%</p>","incl_time":0.0008253,"subname":"KiokuDB::Collapser::BEGIN@8","$color":4,"excl_time":0.000664900000000495,"$area":0.000664900000000495},"id":"4815-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: 20.9ms, 0.03%<br />Exclusive time: 611&micro;s, 0.00%</p>","incl_time":0.0209004,"subname":"KiokuDB::Collapser::BEGIN@16","$color":4,"excl_time":0.000611399999999998,"$area":0.000611399999999998},"id":"4816-KiokuDB::Collapser::BEGIN@16"},{"name":"live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::live_objects</b></p><p><br />Called 6849 times from 4 places in 1 file<br />Inclusive time: 9.86ms, 0.02%</p>","incl_time":0.00986039999999995,"subname":"KiokuDB::Collapser::live_objects","$color":4,"excl_time":0.00986039999999995,"$area":0.00986039999999995},"id":"4817-KiokuDB::Collapser::live_objects"},{"name":"compact","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::compact</b></p><p><br />Called 2262 times from 2 places in 1 file<br />Inclusive time: 3.98ms, 0.01%</p>","incl_time":0.00398200000000007,"subname":"KiokuDB::Collapser::compact","$color":4,"excl_time":0.00398200000000007,"$area":0.00398200000000007},"id":"4818-KiokuDB::Collapser::compact"},{"name":"visit_ref","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_ref</b></p><p><br />Called 2261 times from 1 place in 1 file<br />Inclusive time: 2.34s, 3.57%<br />Exclusive time: 6.26ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 905ms</p>","incl_time":2.3406356,"subname":"KiokuDB::Collapser::visit_ref","$color":4,"excl_time":0.00626019999985474,"$area":0.00626019999985474},"id":"4819-KiokuDB::Collapser::visit_ref"},{"name":"collapse_method","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::collapse_method</b></p><p><br />Called 3424 times from 1 place in 1 file<br />Inclusive time: 125ms, 0.19%<br />Exclusive time: 38.9ms, 0.06%</p>","incl_time":0.124771899999999,"subname":"KiokuDB::Collapser::collapse_method","$color":4,"excl_time":0.0389364999958924,"$area":0.0389364999958924},"id":"4820-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: 27.4ms, 0.04%<br />Exclusive time: 395&micro;s, 0.00%</p>","incl_time":0.0273755,"subname":"KiokuDB::Collapser::BEGIN@15","$color":4,"excl_time":0.000395200000000932,"$area":0.000395200000000932},"id":"4821-KiokuDB::Collapser::BEGIN@15"},{"name":"visit_ref_fallback","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::visit_ref_fallback</b></p><p><br />Called 2261 times from 1 place in 1 file<br />Inclusive time: 2.34s, 3.57%<br />Exclusive time: 53.5ms, 0.08%<br />Recursion: max depth 1, recursive inclusive time 824ms</p>","incl_time":2.3391439,"subname":"KiokuDB::Collapser::visit_ref_fallback","$color":4,"excl_time":0.0535029999884538,"$area":0.0535029999884538},"id":"4822-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: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"KiokuDB::Collapser::meta","$color":4,"excl_time":9.70000000047322e-06,"$area":9.70000000047322e-06},"id":"4823-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: 267&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002672,"subname":"KiokuDB::Collapser::BEGIN@12","$color":4,"excl_time":1.58999999996016e-05,"$area":1.58999999996016e-05},"id":"4824-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: 8.41ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0084103,"subname":"KiokuDB::Collapser::BEGIN@4","$color":4,"excl_time":2.46000000001714e-05,"$area":2.46000000001714e-05},"id":"4825-KiokuDB::Collapser::BEGIN@4"},{"name":"retain_magic","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::retain_magic</b></p><p><br />Called 2262 times from 2 places in 1 file<br />Inclusive time: 3.87ms, 0.01%</p>","incl_time":0.00386790000000006,"subname":"KiokuDB::Collapser::retain_magic","$color":4,"excl_time":0.00386790000000006,"$area":0.00386790000000006},"id":"4826-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: 53&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.33e-05,"subname":"KiokuDB::Collapser::BEGIN@9","$color":4,"excl_time":1.31000000000653e-05,"$area":1.31000000000653e-05},"id":"4827-KiokuDB::Collapser::BEGIN@9"},{"name":"_ref_id","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_ref_id</b></p><p><br />Called 2261 times from 1 place in 1 file<br />Inclusive time: 101ms, 0.15%<br />Exclusive time: 35.4ms, 0.05%</p>","incl_time":0.1006595,"subname":"KiokuDB::Collapser::_ref_id","$color":4,"excl_time":0.0354137000013292,"$area":0.0354137000013292},"id":"4828-KiokuDB::Collapser::_ref_id"},{"name":"_buffer","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::_buffer</b></p><p><br />Called 13594 times from 7 places in 1 file<br />Inclusive time: 19.7ms, 0.03%</p>","incl_time":0.0196584000000001,"subname":"KiokuDB::Collapser::_buffer","$color":4,"excl_time":0.0196584000000001,"$area":0.0196584000000001},"id":"4829-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: 49&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.92e-05,"subname":"KiokuDB::Collapser::BEGIN@22","$color":4,"excl_time":1.12000000000175e-05,"$area":1.12000000000175e-05},"id":"4830-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 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"KiokuDB::Collapser::Buffer::_entry_args","$color":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"4832-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 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:37]","$color":6,"excl_time":2.2e-06,"$area":2.2e-06},"id":"4833-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 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"KiokuDB::Collapser::Buffer::imply_root","$color":6,"excl_time":2.0600000002438e-05,"$area":2.0600000002438e-05},"id":"4834-KiokuDB::Collapser::Buffer::imply_root"},{"name":"first_class","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::first_class</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"KiokuDB::Collapser::Buffer::first_class","$color":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"4835-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 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":5.99e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:100]","$color":6,"excl_time":6.60000000240861e-06,"$area":6.60000000240861e-06},"id":"4836-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 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.41e-05,"subname":"KiokuDB::Collapser::Buffer::merged_objects_to_ids","$color":6,"excl_time":1.34999999969196e-05,"$area":1.34999999969196e-05},"id":"4837-KiokuDB::Collapser::Buffer::merged_objects_to_ids"},{"name":"intrinsic","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::intrinsic</b></p><p><br />Called 1112 times from 1 place in 1 file<br />Inclusive time: 1.57ms, 0.00%</p>","incl_time":0.00157050000000001,"subname":"KiokuDB::Collapser::Buffer::intrinsic","$color":6,"excl_time":0.00157050000000001,"$area":0.00157050000000001},"id":"4838-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 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:43]","$color":6,"excl_time":2.3e-06,"$area":2.3e-06},"id":"4839-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 1113 times from 2 places in 2 files<br />Inclusive time: 5.98ms, 0.01%<br />Exclusive time: 4.58ms, 0.01%</p>","incl_time":0.00597540000000003,"subname":"KiokuDB::Collapser::Buffer::object_to_id","$color":6,"excl_time":0.00458440000055609,"$area":0.00458440000055609},"id":"4840-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: 36&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"KiokuDB::Collapser::Buffer::BEGIN@5","$color":6,"excl_time":1.44000000004307e-05,"$area":1.44000000004307e-05},"id":"4841-KiokuDB::Collapser::Buffer::BEGIN@5"},{"name":"_entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::_entries</b></p><p><br />Called 3427 times from 4 places in 1 file<br />Inclusive time: 4.90ms, 0.01%</p>","incl_time":0.00489779999999989,"subname":"KiokuDB::Collapser::Buffer::_entries","$color":6,"excl_time":0.00489779999999989,"$area":0.00489779999999989},"id":"4842-KiokuDB::Collapser::Buffer::_entries"},{"name":"compact_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::compact_entry</b></p><p><br />Called 3424 times from 2 places in 1 file<br />Inclusive time: 132ms, 0.20%<br />Exclusive time: 18.0ms, 0.03%<br />Recursion: max depth 2, recursive inclusive time 83.7ms</p>","incl_time":0.131614,"subname":"KiokuDB::Collapser::Buffer::compact_entry","$color":6,"excl_time":0.0180224999987276,"$area":0.0180224999987276},"id":"4843-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 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:92]","$color":6,"excl_time":2.2e-06,"$area":2.2e-06},"id":"4844-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 1 time from 1 place in 1 file<br />Inclusive time: 165ms, 0.25%<br />Exclusive time: 10.9ms, 0.02%</p>","incl_time":0.1648212,"subname":"KiokuDB::Collapser::Buffer::update_entries","$color":6,"excl_time":0.0108829000007602,"$area":0.0108829000007602},"id":"4845-KiokuDB::Collapser::Buffer::update_entries"},{"name":"_ids","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::_ids</b></p><p><br />Called 6849 times from 2 places in 1 file<br />Inclusive time: 10.2ms, 0.02%</p>","incl_time":0.0101507999999996,"subname":"KiokuDB::Collapser::Buffer::_ids","$color":6,"excl_time":0.0101507999999996,"$area":0.0101507999999996},"id":"4846-KiokuDB::Collapser::Buffer::_ids"},{"name":"simple_entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::simple_entries</b></p><p><br />Called 2262 times from 2 places in 2 files<br />Inclusive time: 3.37ms, 0.01%</p>","incl_time":0.00337040000000001,"subname":"KiokuDB::Collapser::Buffer::simple_entries","$color":6,"excl_time":0.00337040000000001,"$area":0.00337040000000001},"id":"4847-KiokuDB::Collapser::Buffer::simple_entries"},{"name":"insert","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::insert</b></p><p><br />Called 6848 times from 3 places in 2 files<br />Inclusive time: 74.4ms, 0.11%<br />Exclusive time: 55.1ms, 0.08%</p>","incl_time":0.0744170000000002,"subname":"KiokuDB::Collapser::Buffer::insert","$color":6,"excl_time":0.0550786999938953,"$area":0.0550786999938953},"id":"4848-KiokuDB::Collapser::Buffer::insert"},{"name":"live_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::live_objects</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"KiokuDB::Collapser::Buffer::live_objects","$color":6,"excl_time":1e-05,"$area":1e-05},"id":"4849-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: 30&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"KiokuDB::Collapser::Buffer::meta","$color":6,"excl_time":1.4099999999493e-05,"$area":1.4099999999493e-05},"id":"4850-KiokuDB::Collapser::Buffer::meta"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::DESTROY</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.6e-05,"subname":"KiokuDB::Collapser::Buffer::DESTROY","$color":6,"excl_time":1.20999999970568e-05,"$area":1.20999999970568e-05},"id":"4851-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: 547&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0005473,"subname":"KiokuDB::Collapser::Buffer::BEGIN@7","$color":6,"excl_time":1.3199999999685e-05,"$area":1.3199999999685e-05},"id":"4852-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: 6.47ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0064747,"subname":"KiokuDB::Collapser::Buffer::BEGIN@2","$color":6,"excl_time":1.88999999996553e-05,"$area":1.88999999996553e-05},"id":"4853-KiokuDB::Collapser::Buffer::BEGIN@2"},{"name":"commit","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::commit</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 978ms, 1.49%<br />Exclusive time: 106&micro;s, 0.00%</p>","incl_time":0.978182,"subname":"KiokuDB::Collapser::Buffer::commit","$color":6,"excl_time":0.000105800000003153,"$area":0.000105800000003153},"id":"4854-KiokuDB::Collapser::Buffer::commit"},{"name":"insert_to_backend","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::insert_to_backend</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 813ms, 1.24%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.8132522,"subname":"KiokuDB::Collapser::Buffer::insert_to_backend","$color":6,"excl_time":1.64000000060227e-05,"$area":1.64000000060227e-05},"id":"4855-KiokuDB::Collapser::Buffer::insert_to_backend"},{"name":"compact_data","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::compact_data</b></p><p><br />Called 7959 times from 2 places in 1 file<br />Inclusive time: 124ms, 0.19%<br />Exclusive time: 83.1ms, 0.13%<br />Recursion: max depth 5, recursive inclusive time 232ms</p>","incl_time":0.1236771,"subname":"KiokuDB::Collapser::Buffer::compact_data","$color":6,"excl_time":0.083104099996009,"$area":0.083104099996009},"id":"4856-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 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:60]","$color":6,"excl_time":2.1e-06,"$area":2.1e-06},"id":"4857-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 1 time from 1 place in 1 file<br />Inclusive time: 160ms, 0.24%<br />Exclusive time: 17.4ms, 0.03%</p>","incl_time":0.1600048,"subname":"KiokuDB::Collapser::Buffer::compact_entries","$color":6,"excl_time":0.017354700005957,"$area":0.017354700005957},"id":"4858-KiokuDB::Collapser::Buffer::compact_entries"},{"name":"options","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::options</b></p><p><br />Called 5686 times from 4 places in 2 files<br />Inclusive time: 7.86ms, 0.01%</p>","incl_time":0.00786259999999989,"subname":"KiokuDB::Collapser::Buffer::options","$color":6,"excl_time":0.00786259999999989,"$area":0.00786259999999989},"id":"4859-KiokuDB::Collapser::Buffer::options"},{"name":"entries","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::entries</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0001943,"subname":"KiokuDB::Collapser::Buffer::entries","$color":6,"excl_time":0.0001943,"$area":0.0001943},"id":"4860-KiokuDB::Collapser::Buffer::entries"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 194&micro;s, 0.00%<br />Exclusive time: 85&micro;s, 0.00%</p>","incl_time":0.0001938,"subname":"KiokuDB::Collapser::Buffer::new","$color":6,"excl_time":8.46000000028551e-05,"$area":8.46000000028551e-05},"id":"4861-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 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:18]","$color":6,"excl_time":5.40000000281307e-06,"$area":5.40000000281307e-06},"id":"4862-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 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"KiokuDB::Collapser::Buffer::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Collapser/Buffer.pm:75]","$color":6,"excl_time":4.59999999780694e-06,"$area":4.59999999780694e-06},"id":"4863-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: 94&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":9.39e-05,"subname":"KiokuDB::Collapser::Buffer::BEGIN@4","$color":6,"excl_time":2.24000000002199e-05,"$area":2.24000000002199e-05},"id":"4864-KiokuDB::Collapser::Buffer::BEGIN@4"},{"name":"_objects","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::_objects</b></p><p><br />Called 7961 times from 2 places in 1 file<br />Inclusive time: 10.6ms, 0.02%</p>","incl_time":0.0105820999999999,"subname":"KiokuDB::Collapser::Buffer::_objects","$color":6,"excl_time":0.0105820999999999,"$area":0.0105820999999999},"id":"4865-KiokuDB::Collapser::Buffer::_objects"},{"name":"intrinsic_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::intrinsic_entry</b></p><p><br />Called 1112 times from 1 place in 1 file<br />Inclusive time: 6.01ms, 0.01%<br />Exclusive time: 4.44ms, 0.01%</p>","incl_time":0.00601069999999999,"subname":"KiokuDB::Collapser::Buffer::intrinsic_entry","$color":6,"excl_time":0.00444019999977292,"$area":0.00444019999977292},"id":"4866-KiokuDB::Collapser::Buffer::intrinsic_entry"},{"name":"insert_entry","children":[],"data":{"tip":"<p><b>KiokuDB::Collapser::Buffer::insert_entry</b></p><p><br />Called 3424 times from 1 place in 1 file<br />Inclusive time: 61.3ms, 0.09%<br />Exclusive time: 23.7ms, 0.04%</p>","incl_time":0.0613345999999997,"subname":"KiokuDB::Collapser::Buffer::insert_entry","$color":6,"excl_time":0.0237224999957044,"$area":0.0237224999957044},"id":"4867-KiokuDB::Collapser::Buffer::insert_entry"}],"data":{"$area":0.256197399991393},"id":"n4831"}],"data":{"$area":0.675477599959736},"id":"n4790"},{"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: 526&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0005255,"subname":"KiokuDB::Reference::BEGIN@6","$color":8,"excl_time":1.78000000000002e-05,"$area":1.78000000000002e-05},"id":"4869-KiokuDB::Reference::BEGIN@6"},{"name":"new","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::new</b></p><p><br />Called 4536 times from 1 place in 1 file<br />Inclusive time: 53.6ms, 0.08%<br />Exclusive time: 51.5ms, 0.08%</p>","incl_time":0.0536201999999993,"subname":"KiokuDB::Reference::new","$color":8,"excl_time":0.0514540000085067,"$area":0.0514540000085067},"id":"4870-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: 6.57ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0065715,"subname":"KiokuDB::Reference::BEGIN@4","$color":8,"excl_time":2.82000000003044e-05,"$area":2.82000000003044e-05},"id":"4871-KiokuDB::Reference::BEGIN@4"},{"name":"is_weak","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::is_weak</b></p><p><br />Called 2274 times from 1 place in 1 file<br />Inclusive time: 2.83ms, 0.00%</p>","incl_time":0.00282689999999995,"subname":"KiokuDB::Reference::is_weak","$color":8,"excl_time":0.00282689999999995,"$area":0.00282689999999995},"id":"4872-KiokuDB::Reference::is_weak"},{"name":"id","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::id</b></p><p><br />Called 6809 times from 2 places in 2 files<br />Inclusive time: 10.7ms, 0.02%</p>","incl_time":0.0107025000000003,"subname":"KiokuDB::Reference::id","$color":8,"excl_time":0.0107025000000003,"$area":0.0107025000000003},"id":"4873-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.83e-05,"subname":"KiokuDB::Reference::meta","$color":8,"excl_time":9.00000000056524e-06,"$area":9.00000000056524e-06},"id":"4874-KiokuDB::Reference::meta"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>KiokuDB::Reference::DESTROY</b></p><p><br />Called 2262 times from 2 places in 2 files<br />Inclusive time: 10.6ms, 0.02%<br />Exclusive time: 9.36ms, 0.01%</p>","incl_time":0.0105553999999998,"subname":"KiokuDB::Reference::DESTROY","$color":8,"excl_time":0.00935660000248934,"$area":0.00935660000248934},"id":"4875-KiokuDB::Reference::DESTROY"}],"data":{"$area":0.0743950000109971},"id":"n4868"},{"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: 192&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0001922,"subname":"KiokuDB::TypeMap::_build_all_isa_entry_classes","$color":10,"excl_time":2.54999999917092e-05,"$area":2.54999999917092e-05},"id":"4877-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: 79&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":7.91e-05,"subname":"KiokuDB::TypeMap::BEGIN@6","$color":10,"excl_time":1.78999999997945e-05,"$area":1.78999999997945e-05},"id":"4878-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: 162&micro;s, 0.00%<br />Exclusive time: 122&micro;s, 0.00%</p>","incl_time":0.0001624,"subname":"KiokuDB::TypeMap::CORE:sort","$color":10,"excl_time":0.000122099999998008,"$area":0.000122099999998008},"id":"4879-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: 622&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0006223,"subname":"KiokuDB::TypeMap::BEGIN@12","$color":10,"excl_time":1.62000000002793e-05,"$area":1.62000000002793e-05},"id":"4880-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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"KiokuDB::TypeMap::CORE:match","$color":10,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4881-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: 310&micro;s, 0.00%</p>","incl_time":0.0003103,"subname":"KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:56]","$color":10,"excl_time":0.0003103,"$area":0.0003103},"id":"4882-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: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"KiokuDB::TypeMap::_build_entries","$color":10,"excl_time":1.08e-05,"$area":1.08e-05},"id":"4883-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: 635&micro;s, 0.00%<br />Exclusive time: 163&micro;s, 0.00%</p>","incl_time":0.0006351,"subname":"KiokuDB::TypeMap::new","$color":10,"excl_time":0.000163400000020131,"$area":0.000163400000020131},"id":"4884-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: 73&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.26e-05,"subname":"KiokuDB::TypeMap::BEGIN@7","$color":10,"excl_time":1.95999999996972e-05,"$area":1.95999999996972e-05},"id":"4885-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: 59&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"KiokuDB::TypeMap::isa_entries","$color":10,"excl_time":5.43000000019188e-05,"$area":5.43000000019188e-05},"id":"4886-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: 48&micro;s, 0.00%</p>","incl_time":4.76e-05,"subname":"KiokuDB::TypeMap::CORE:subst","$color":10,"excl_time":4.76e-05,"$area":4.76e-05},"id":"4887-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: 33&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"KiokuDB::TypeMap::CORE:regcomp","$color":10,"excl_time":3.3e-05,"$area":3.3e-05},"id":"4888-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: 137&micro;s, 0.00%<br />Exclusive time: 94&micro;s, 0.00%</p>","incl_time":0.0001372,"subname":"KiokuDB::TypeMap::_build_all_isa_entries","$color":10,"excl_time":9.35999999594444e-05,"$area":9.35999999594444e-05},"id":"4889-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: 20.0ms, 0.03%<br />Exclusive time: 476&micro;s, 0.00%</p>","incl_time":0.0199698,"subname":"KiokuDB::TypeMap::BEGIN@10","$color":10,"excl_time":0.000475900000000383,"$area":0.000475900000000383},"id":"4890-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: 207ms, 0.32%<br />Exclusive time: 234&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 339&micro;s</p>","incl_time":0.2069982,"subname":"KiokuDB::TypeMap::BUILD","$color":10,"excl_time":0.000233699999994415,"$area":0.000233699999994415},"id":"4891-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: 8.80ms, 0.01%<br />Exclusive time: 523&micro;s, 0.00%</p>","incl_time":0.008797,"subname":"KiokuDB::TypeMap::BEGIN@9","$color":10,"excl_time":0.000523200000000447,"$area":0.000523200000000447},"id":"4892-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: 118&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0001175,"subname":"KiokuDB::TypeMap::entries","$color":10,"excl_time":9.70000000109013e-05,"$area":9.70000000109013e-05},"id":"4893-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: 286&micro;s, 0.00%<br />Exclusive time: 146&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 13&micro;s</p>","incl_time":0.0002862,"subname":"KiokuDB::TypeMap::all_entries","$color":10,"excl_time":0.000146399999998995,"$area":0.000146399999998995},"id":"4894-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: 62&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":6.22e-05,"subname":"KiokuDB::TypeMap::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap.pm:58]","$color":10,"excl_time":2.63999999937525e-05,"$area":2.63999999937525e-05},"id":"4895-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: 31&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.07e-05,"subname":"KiokuDB::TypeMap::meta","$color":10,"excl_time":1.34000000003352e-05,"$area":1.34000000003352e-05},"id":"4896-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: 268&micro;s, 0.00%<br />Exclusive time: 134&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 12&micro;s</p>","incl_time":0.0002685,"subname":"KiokuDB::TypeMap::all_isa_entries","$color":10,"excl_time":0.000134299999985015,"$area":0.000134299999985015},"id":"4897-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: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"KiokuDB::TypeMap::_build_includes","$color":10,"excl_time":1.22e-05,"$area":1.22e-05},"id":"4898-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: 207ms, 0.32%<br />Exclusive time: 218&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 154&micro;s</p>","incl_time":0.2065908,"subname":"KiokuDB::TypeMap::includes","$color":10,"excl_time":0.000218099999977041,"$area":0.000218099999977041},"id":"4899-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: 43&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"KiokuDB::TypeMap::resolve_entry","$color":10,"excl_time":2.80999999988384e-05,"$area":2.80999999988384e-05},"id":"4900-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: 6.38ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0063837,"subname":"KiokuDB::TypeMap::BEGIN@4","$color":10,"excl_time":2.12000000001733e-05,"$area":2.12000000001733e-05},"id":"4901-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.64ms, 0.00%<br />Exclusive time: 826&micro;s, 0.00%</p>","incl_time":0.0026425,"subname":"KiokuDB::TypeMap::resolve","$color":10,"excl_time":0.000826399999979474,"$area":0.000826399999979474},"id":"4902-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: 143&micro;s, 0.00%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.0001428,"subname":"KiokuDB::TypeMap::_build_all_entries","$color":10,"excl_time":9.59999999859977e-05,"$area":9.59999999859977e-05},"id":"4903-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":1.7e-06,"subname":"KiokuDB::TypeMap::_build_isa_entries","$color":10,"excl_time":1.7e-06,"$area":1.7e-06},"id":"4904-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: 320&micro;s, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.0003202,"subname":"KiokuDB::TypeMap::all_isa_entry_classes","$color":10,"excl_time":9.96000000013171e-05,"$area":9.96000000013171e-05},"id":"4905-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: 6.16ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0061596,"subname":"KiokuDB::TypeMap::Shadow::BEGIN@4","$color":1,"excl_time":2.08999999998377e-05,"$area":2.08999999998377e-05},"id":"4907-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: 172&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0001717,"subname":"KiokuDB::TypeMap::Shadow::new","$color":1,"excl_time":2.84000000022631e-05,"$area":2.84000000022631e-05},"id":"4908-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.82ms, 0.00%<br />Exclusive time: 154&micro;s, 0.00%</p>","incl_time":0.0028218,"subname":"KiokuDB::TypeMap::Shadow::resolve","$color":1,"excl_time":0.000154499999986971,"$area":0.000154499999986971},"id":"4909-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: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"KiokuDB::TypeMap::Shadow::meta","$color":1,"excl_time":1.18000000001485e-05,"$area":1.18000000001485e-05},"id":"4910-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: 25&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"KiokuDB::TypeMap::Shadow::typemaps","$color":1,"excl_time":2.48e-05,"$area":2.48e-05},"id":"4911-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: 325&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003253,"subname":"KiokuDB::TypeMap::Shadow::BEGIN@6","$color":1,"excl_time":1.29999999999569e-05,"$area":1.29999999999569e-05},"id":"4912-KiokuDB::TypeMap::Shadow::BEGIN@6"}],"data":{"$area":0.000253399999989178},"id":"n4906"},{"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: 598&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.000598,"subname":"KiokuDB::TypeMap::Default::BEGIN@6","$color":3,"excl_time":2.43999999999371e-05,"$area":2.43999999999371e-05},"id":"4914-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: 18.1ms, 0.03%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0181394,"subname":"KiokuDB::TypeMap::Default::_build_tie_typemap","$color":3,"excl_time":1.03999999981619e-05,"$area":1.03999999981619e-05},"id":"4915-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":4e-06,"subname":"KiokuDB::TypeMap::Default::reftype_entries","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"4916-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: 147ms, 0.22%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.1466494,"subname":"KiokuDB::TypeMap::Default::_build_core_typemap","$color":3,"excl_time":1.98999999969085e-05,"$area":1.98999999969085e-05},"id":"4917-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: 3.01ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0030102,"subname":"KiokuDB::TypeMap::Default::BEGIN@4","$color":3,"excl_time":1.99999999998344e-05,"$area":1.99999999998344e-05},"id":"4918-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: 219&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002194,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_path_class_typemap","$color":5,"excl_time":1.04000000018726e-05,"$area":1.04000000018726e-05},"id":"4920-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: 328&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003282,"subname":"KiokuDB::TypeMap::Default::Canonical::BEGIN@6","$color":5,"excl_time":1.03999999996322e-05,"$area":1.03999999996322e-05},"id":"4921-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: 167&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001667,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_authen_passphrase_typemap","$color":5,"excl_time":8.90000000334493e-06,"$area":8.90000000334493e-06},"id":"4922-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: 280&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0002803,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_uri_typemap","$color":5,"excl_time":1.38999999990008e-05,"$area":1.38999999990008e-05},"id":"4923-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: 25.5ms, 0.04%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0255413,"subname":"KiokuDB::TypeMap::Default::Canonical::_build_datetime_typemap","$color":5,"excl_time":1.49999999972256e-05,"$area":1.49999999972256e-05},"id":"4924-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.79ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0027889,"subname":"KiokuDB::TypeMap::Default::Canonical::BEGIN@4","$color":5,"excl_time":1.77000000002483e-05,"$area":1.77000000002483e-05},"id":"4925-KiokuDB::TypeMap::Default::Canonical::BEGIN@4"}],"data":{"$area":7.63000000013244e-05},"id":"n4919"},{"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: 44&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"KiokuDB::TypeMap::Default::JSON::meta","$color":7,"excl_time":2.0900000000712e-05,"$area":2.0900000000712e-05},"id":"4927-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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"KiokuDB::TypeMap::Default::JSON::intrinsic_sets","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"4928-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.39e-05,"subname":"KiokuDB::TypeMap::Default::JSON::reftype_entries","$color":7,"excl_time":9.9000000029936e-06,"$area":9.9000000029936e-06},"id":"4929-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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"KiokuDB::TypeMap::Default::JSON::exclude","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"4930-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: 62&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":6.19e-05,"subname":"KiokuDB::TypeMap::Default::JSON::_exclude","$color":7,"excl_time":5.19000000039313e-05,"$area":5.19000000039313e-05},"id":"4931-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: 11.8ms, 0.02%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0118461,"subname":"KiokuDB::TypeMap::Default::JSON::_build_json_boolean_typemap","$color":7,"excl_time":9.70000000003086e-06,"$area":9.70000000003086e-06},"id":"4932-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: 302&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003025,"subname":"KiokuDB::TypeMap::Default::JSON::BEGIN@6","$color":7,"excl_time":1.09000000002746e-05,"$area":1.09000000002746e-05},"id":"4933-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: 207ms, 0.32%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.2069406,"subname":"KiokuDB::TypeMap::Default::JSON::new","$color":7,"excl_time":6.48000000011972e-05,"$area":6.48000000011972e-05},"id":"4934-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: 35&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"KiokuDB::TypeMap::Default::JSON::override","$color":7,"excl_time":3.51e-05,"$area":3.51e-05},"id":"4935-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: 3.97ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0039709,"subname":"KiokuDB::TypeMap::Default::JSON::BEGIN@4","$color":7,"excl_time":1.65000000004198e-05,"$area":1.65000000004198e-05},"id":"4936-KiokuDB::TypeMap::Default::JSON::BEGIN@4"}],"data":{"$area":0.000225600000009559},"id":"n4926"}],"data":{"$area":0.000380600000005726},"id":"n4913"},{"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: 627&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0006268,"subname":"KiokuDB::TypeMap::Entry::BEGIN@6","$color":9,"excl_time":2.04999999997183e-05,"$area":2.04999999997183e-05},"id":"4938-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: 5.72ms, 0.01%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0057192,"subname":"KiokuDB::TypeMap::Entry::BEGIN@4","$color":9,"excl_time":3.33000000004224e-05,"$area":3.33000000004224e-05},"id":"4939-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: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@5","$color":0,"excl_time":8.29999999860747e-06,"$area":8.29999999860747e-06},"id":"4941-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: 4.31ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0043095,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@2","$color":0,"excl_time":1.83999999967882e-05,"$area":1.83999999967882e-05},"id":"4942-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: 305&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003047,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@9","$color":0,"excl_time":9.69999999873351e-06,"$area":9.69999999873351e-06},"id":"4943-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: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.55e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@4","$color":0,"excl_time":1.12999999982394e-05,"$area":1.12999999982394e-05},"id":"4944-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.28e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@7","$color":0,"excl_time":7.99999999757602e-06,"$area":7.99999999757602e-06},"id":"4945-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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::meta","$color":0,"excl_time":7.49999999995662e-06,"$area":7.49999999995662e-06},"id":"4946-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: 25&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::BEGIN@122","$color":0,"excl_time":9.80000000234422e-06,"$area":9.80000000234422e-06},"id":"4947-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: 18&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"KiokuDB::TypeMap::Entry::Closure::new","$color":0,"excl_time":1.73000000012624e-05,"$area":1.73000000012624e-05},"id":"4948-KiokuDB::TypeMap::Entry::Closure::new"}],"data":{"$area":9.02999999935078e-05},"id":"n4940"},{"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: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.65e-05,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@8","$color":2,"excl_time":1.09000000031951e-05,"$area":1.09000000031951e-05},"id":"4950-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"KiokuDB::TypeMap::Entry::Callback::meta","$color":2,"excl_time":7.90000000112523e-06,"$area":7.90000000112523e-06},"id":"4951-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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@6","$color":2,"excl_time":1.11999999977636e-05,"$area":1.11999999977636e-05},"id":"4952-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: 300&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@10","$color":2,"excl_time":1.14000000024703e-05,"$area":1.14000000024703e-05},"id":"4953-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: 109&micro;s, 0.00%<br />Exclusive time: 106&micro;s, 0.00%</p>","incl_time":0.0001089,"subname":"KiokuDB::TypeMap::Entry::Callback::new","$color":2,"excl_time":0.000106200000003975,"$area":0.000106200000003975},"id":"4954-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.79ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0047925,"subname":"KiokuDB::TypeMap::Entry::Callback::BEGIN@4","$color":2,"excl_time":2.00999999997687e-05,"$area":2.00999999997687e-05},"id":"4955-KiokuDB::TypeMap::Entry::Callback::BEGIN@4"}],"data":{"$area":0.000167700000008298},"id":"n4949"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::BEGIN@4","$color":4,"excl_time":9.99999999748224e-06,"$area":9.99999999748224e-06},"id":"4957-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: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::compile_refresh","$color":4,"excl_time":1.42e-05,"$area":1.42e-05},"id":"4958-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: 37&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::new","$color":4,"excl_time":3.52000000014499e-05,"$area":3.52000000014499e-05},"id":"4959-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"KiokuDB::TypeMap::Entry::Ref::meta","$color":4,"excl_time":9.00000000112523e-06,"$area":9.00000000112523e-06},"id":"4960-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: 4.07ms, 0.01%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0040731,"subname":"KiokuDB::TypeMap::Entry::Ref::BEGIN@2","$color":4,"excl_time":4.96999999987681e-05,"$area":4.96999999987681e-05},"id":"4961-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: 280&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002797,"subname":"KiokuDB::TypeMap::Entry::Ref::BEGIN@6","$color":4,"excl_time":8.49999999975095e-06,"$area":8.49999999975095e-06},"id":"4962-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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"KiokuDB::TypeMap::Entry::Ref::compile_expand","$color":4,"excl_time":6.5e-06,"$area":6.5e-06},"id":"4963-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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"KiokuDB::TypeMap::Entry::Ref::compile_collapse","$color":4,"excl_time":8.1e-06,"$area":8.1e-06},"id":"4964-KiokuDB::TypeMap::Entry::Ref::compile_collapse"}],"data":{"$area":0.000141199999998576},"id":"n4956"},{"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: 44&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@6","$color":6,"excl_time":1.15000000003891e-05,"$area":1.15000000003891e-05},"id":"4966-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::meta","$color":6,"excl_time":8.8999999976194e-06,"$area":8.8999999976194e-06},"id":"4967-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: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@9","$color":6,"excl_time":8.09999999748225e-06,"$area":8.09999999748225e-06},"id":"4968-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.10ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0041013,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@4","$color":6,"excl_time":2.04000000018339e-05,"$area":2.04000000018339e-05},"id":"4969-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":6,"excl_time":2.01000000012624e-05,"$area":2.01000000012624e-05},"id":"4970-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: 29&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@7","$color":6,"excl_time":7.80000000328191e-06,"$area":7.80000000328191e-06},"id":"4971-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: 356&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003559,"subname":"KiokuDB::TypeMap::Entry::StorableHook::BEGIN@16","$color":6,"excl_time":9.69999999726127e-06,"$area":9.69999999726127e-06},"id":"4972-KiokuDB::TypeMap::Entry::StorableHook::BEGIN@16"}],"data":{"$area":8.64999999991302e-05},"id":"n4965"},{"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: 8.87ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0088671,"subname":"KiokuDB::TypeMap::Entry::Naive::BEGIN@4","$color":8,"excl_time":2.78000000000049e-05,"$area":2.78000000000049e-05},"id":"4974-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 1 time from 1 place in 1 file<br />Inclusive time: 2.50s, 3.81%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.4975717,"subname":"KiokuDB::TypeMap::Entry::Naive::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Naive.pm:24]","$color":8,"excl_time":1.56000000028911e-05,"$area":1.56000000028911e-05},"id":"4975-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.6e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::compile_expand","$color":8,"excl_time":4.6e-06,"$area":4.6e-06},"id":"4976-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: 510&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0005096,"subname":"KiokuDB::TypeMap::Entry::Naive::BEGIN@8","$color":8,"excl_time":1.38999999999011e-05,"$area":1.38999999999011e-05},"id":"4977-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: 43&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"KiokuDB::TypeMap::Entry::Naive::BEGIN@6","$color":8,"excl_time":1.69999999999185e-05,"$area":1.69999999999185e-05},"id":"4978-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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::intrinsic","$color":8,"excl_time":2.4e-06,"$area":2.4e-06},"id":"4979-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::compile_collapse_body","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"4980-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: 64&micro;s, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":6.43e-05,"subname":"KiokuDB::TypeMap::Entry::Naive::new","$color":8,"excl_time":6.22000000038809e-05,"$area":6.22000000038809e-05},"id":"4981-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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"KiokuDB::TypeMap::Entry::Naive::compile_refresh","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"4982-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: 35&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"KiokuDB::TypeMap::Entry::Naive::meta","$color":8,"excl_time":1.51999999998221e-05,"$area":1.51999999998221e-05},"id":"4983-KiokuDB::TypeMap::Entry::Naive::meta"}],"data":{"$area":0.000166800000006419},"id":"n4973"},{"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: 70.7ms, 0.11%<br />Exclusive time: 1.04ms, 0.00%</p>","incl_time":0.0707459,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@9","$color":10,"excl_time":0.00104189999999846,"$area":0.00104189999999846},"id":"4985-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: 25&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@6","$color":10,"excl_time":1.04000000034191e-05,"$area":1.04000000034191e-05},"id":"4986-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"KiokuDB::TypeMap::Entry::Set::meta","$color":10,"excl_time":8.89999999635702e-06,"$area":8.89999999635702e-06},"id":"4987-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: 293&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000293,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@12","$color":10,"excl_time":9.70000000045771e-06,"$area":9.70000000045771e-06},"id":"4988-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@10","$color":10,"excl_time":1.05000000001875e-05,"$area":1.05000000001875e-05},"id":"4989-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: 23&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"KiokuDB::TypeMap::Entry::Set::new","$color":10,"excl_time":2.22000000012624e-05,"$area":2.22000000012624e-05},"id":"4990-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: 17.7ms, 0.03%<br />Exclusive time: 247&micro;s, 0.00%</p>","incl_time":0.017748,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@8","$color":10,"excl_time":0.000247299999993525,"$area":0.000247299999993525},"id":"4991-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: 4.12ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0041162,"subname":"KiokuDB::TypeMap::Entry::Set::BEGIN@4","$color":10,"excl_time":1.84000000032899e-05,"$area":1.84000000032899e-05},"id":"4992-KiokuDB::TypeMap::Entry::Set::BEGIN@4"}],"data":{"$area":0.00136929999999696},"id":"n4984"},{"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: 60&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::new","$color":1,"excl_time":5.59999999983192e-05,"$area":5.59999999983192e-05},"id":"4994-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: 36&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@11","$color":1,"excl_time":1.47000000000565e-05,"$area":1.47000000000565e-05},"id":"4995-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: 255&micro;s, 0.00%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0002552,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_create","$color":1,"excl_time":8.77000000036766e-05,"$area":8.77000000036766e-05},"id":"4996-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: 48&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":4.85e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@239","$color":1,"excl_time":2.36000000003387e-05,"$area":2.36000000003387e-05},"id":"4997-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: 54&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@7","$color":1,"excl_time":1.45999999996442e-05,"$area":1.45999999996442e-05},"id":"4998-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: 30&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@261","$color":1,"excl_time":1.53999999998663e-05,"$area":1.53999999998663e-05},"id":"4999-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: 35&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::meta","$color":1,"excl_time":1.35999999997761e-05,"$area":1.35999999997761e-05},"id":"5000-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: 197&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0001971,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_id","$color":1,"excl_time":6.04000000012316e-05,"$area":6.04000000012316e-05},"id":"5001-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: 603&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0006029,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@19","$color":1,"excl_time":1.42999999996168e-05,"$area":1.42999999996168e-05},"id":"5002-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: 71&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.08e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@6","$color":1,"excl_time":1.57000000000254e-05,"$area":1.57000000000254e-05},"id":"5003-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: 846&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0008464,"subname":"KiokuDB::TypeMap::Entry::MOP::should_compile_intrinsic","$color":1,"excl_time":6.90000000030694e-05,"$area":6.90000000030694e-05},"id":"5004-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: 34.8ms, 0.05%<br />Exclusive time: 718&micro;s, 0.00%</p>","incl_time":0.0348452,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@9","$color":1,"excl_time":0.000718499999999268,"$area":0.000718499999999268},"id":"5005-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: 29&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_clear","$color":1,"excl_time":2.89e-05,"$area":2.89e-05},"id":"5006-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: 15.3ms, 0.02%<br />Exclusive time: 2.50ms, 0.00%</p>","incl_time":0.0152506,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_expand_data","$color":1,"excl_time":0.00249759999999643,"$area":0.00249759999999643},"id":"5007-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: 27&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@287","$color":1,"excl_time":1.46999999999124e-05,"$area":1.46999999999124e-05},"id":"5008-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: 13.7ms, 0.02%<br />Exclusive time: 2.28ms, 0.00%</p>","incl_time":0.0136683,"subname":"KiokuDB::TypeMap::Entry::MOP::does_role","$color":1,"excl_time":0.00227599999969023,"$area":0.00227599999969023},"id":"5009-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.6e-06,"subname":"KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:37]","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5010-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: 7.96ms, 0.01%<br />Exclusive time: 137&micro;s, 0.00%</p>","incl_time":0.0079641,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_expand","$color":1,"excl_time":0.000137299999989208,"$area":0.000137299999989208},"id":"5011-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 1159 times from 1 place in 1 file<br />Inclusive time: 4.35s, 6.64%<br />Exclusive time: 151ms, 0.23%</p>","incl_time":4.3505479,"subname":"KiokuDB::TypeMap::Entry::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/MOP.pm:179]","$color":1,"excl_time":0.151407000007201,"$area":0.151407000007201},"id":"5012-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: 13&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"KiokuDB::TypeMap::Entry::MOP::has_intrinsic","$color":1,"excl_time":1.3e-05,"$area":1.3e-05},"id":"5013-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: 8.11ms, 0.01%<br />Exclusive time: 1.14ms, 0.00%</p>","incl_time":0.0081128,"subname":"KiokuDB::TypeMap::Entry::MOP::compile_collapse_body","$color":1,"excl_time":0.0011397999998842,"$area":0.0011397999998842},"id":"5014-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: 7.39ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0073888,"subname":"KiokuDB::TypeMap::Entry::MOP::BEGIN@4","$color":1,"excl_time":2.43999999998412e-05,"$area":2.43999999998412e-05},"id":"5015-KiokuDB::TypeMap::Entry::MOP::BEGIN@4"}],"data":{"$area":0.158644800006766},"id":"n4993"},{"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: 7.93ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0079287,"subname":"KiokuDB::TypeMap::Entry::Alias::BEGIN@4","$color":3,"excl_time":2.82000000001344e-05,"$area":2.82000000001344e-05},"id":"5017-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: 30&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"KiokuDB::TypeMap::Entry::Alias::meta","$color":3,"excl_time":1.39000000001008e-05,"$area":1.39000000001008e-05},"id":"5018-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: 530&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0005299,"subname":"KiokuDB::TypeMap::Entry::Alias::BEGIN@6","$color":3,"excl_time":1.66999999996755e-05,"$area":1.66999999996755e-05},"id":"5019-KiokuDB::TypeMap::Entry::Alias::BEGIN@6"}],"data":{"$area":5.87999999999107e-05},"id":"n5016"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@10","$color":5,"excl_time":8.00000000332529e-06,"$area":8.00000000332529e-06},"id":"5021-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: 57&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":5.7e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@6","$color":5,"excl_time":1.64000000016081e-05,"$area":1.64000000016081e-05},"id":"5022-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::meta","$color":5,"excl_time":8.70000000005039e-06,"$area":8.70000000005039e-06},"id":"5023-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: 4.00ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0040016,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@4","$color":5,"excl_time":1.7199999999779e-05,"$area":1.7199999999779e-05},"id":"5024-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: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@8","$color":5,"excl_time":1.14999999993002e-05,"$area":1.14999999993002e-05},"id":"5025-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: 20&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"KiokuDB::TypeMap::Entry::Passthrough::new","$color":5,"excl_time":1.94000000012624e-05,"$area":1.94000000012624e-05},"id":"5026-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: 289&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002893,"subname":"KiokuDB::TypeMap::Entry::Passthrough::BEGIN@12","$color":5,"excl_time":8.60000000241993e-06,"$area":8.60000000241993e-06},"id":"5027-KiokuDB::TypeMap::Entry::Passthrough::BEGIN@12"}],"data":{"$area":8.98000000077453e-05},"id":"n5020"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::new","$color":7,"excl_time":2.63000000001875e-05,"$area":2.63000000001875e-05},"id":"5030-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: 286&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002862,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@6","$color":7,"excl_time":8.79999999835147e-06,"$area":8.79999999835147e-06},"id":"5031-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::meta","$color":7,"excl_time":8.39999999995662e-06,"$area":8.39999999995662e-06},"id":"5032-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.39ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.004387,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@2","$color":7,"excl_time":1.75999999983663e-05,"$area":1.75999999983663e-05},"id":"5033-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: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@4","$color":7,"excl_time":1.1200000000007e-05,"$area":1.1200000000007e-05},"id":"5034-KiokuDB::TypeMap::Entry::JSON::Scalar::BEGIN@4"}],"data":{"$area":7.22999999968689e-05},"id":"n5029"}],"data":{"$area":7.22999999968689e-05},"id":"n5028"},{"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: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@12","$color":9,"excl_time":9.60000000025281e-06,"$area":9.60000000025281e-06},"id":"5037-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::meta","$color":9,"excl_time":8.59999999990973e-06,"$area":8.59999999990973e-06},"id":"5038-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: 18&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::new","$color":9,"excl_time":1.67999999965879e-05,"$area":1.67999999965879e-05},"id":"5039-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: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@2","$color":9,"excl_time":1.18e-05,"$area":1.18e-05},"id":"5040-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: 49&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.94e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@10","$color":9,"excl_time":1.11000000000644e-05,"$area":1.11000000000644e-05},"id":"5041-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.29ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0042871,"subname":"KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@8","$color":9,"excl_time":1.12999999997265e-05,"$area":1.12999999997265e-05},"id":"5042-KiokuDB::TypeMap::Entry::DBIC::Schema::BEGIN@8"}],"data":{"$area":6.91999999965413e-05},"id":"n5036"},{"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.27ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0042713,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@14","$color":0,"excl_time":1.07999999999992e-05,"$area":1.07999999999992e-05},"id":"5044-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: 99&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":9.94e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@16","$color":0,"excl_time":5.8600000000159e-05,"$area":5.8600000000159e-05},"id":"5045-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.6e-06,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@8","$color":0,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5046-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: 38&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::meta","$color":0,"excl_time":2.07000000000548e-05,"$area":2.07000000000548e-05},"id":"5047-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.5e-06,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@11","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"5048-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: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.25e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@18","$color":0,"excl_time":9.20000000025368e-06,"$area":9.20000000025368e-06},"id":"5049-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: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::BEGIN@2","$color":0,"excl_time":1.11e-05,"$area":1.11e-05},"id":"5050-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: 13&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSource::new","$color":0,"excl_time":1.3000000002431e-05,"$area":1.3000000002431e-05},"id":"5051-KiokuDB::TypeMap::Entry::DBIC::ResultSource::new"}],"data":{"$area":0.000130500000002898},"id":"n5043"},{"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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::meta","$color":2,"excl_time":7.90000000014328e-06,"$area":7.90000000014328e-06},"id":"5053-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.77e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@13","$color":2,"excl_time":8.20000000025193e-06,"$area":8.20000000025193e-06},"id":"5054-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: 16&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::new","$color":2,"excl_time":1.5700000002431e-05,"$area":1.5700000002431e-05},"id":"5055-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: 127&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.000127,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@10","$color":2,"excl_time":1.08000000001003e-05,"$area":1.08000000001003e-05},"id":"5056-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: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.03e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@11","$color":2,"excl_time":9.19999999982735e-06,"$area":9.19999999982735e-06},"id":"5057-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: 5.60ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0055964,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@8","$color":2,"excl_time":1.2599999999861e-05,"$area":1.2599999999861e-05},"id":"5058-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: 17&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@2","$color":2,"excl_time":1.66e-05,"$area":1.66e-05},"id":"5059-KiokuDB::TypeMap::Entry::DBIC::ResultSet::BEGIN@2"}],"data":{"$area":8.10000000026148e-05},"id":"n5052"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::meta","$color":4,"excl_time":7.80000000028393e-06,"$area":7.80000000028393e-06},"id":"5061-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: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@13","$color":4,"excl_time":1.06000000000653e-05,"$area":1.06000000000653e-05},"id":"5062-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: 130&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001304,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@10","$color":4,"excl_time":1.05000000003825e-05,"$area":1.05000000003825e-05},"id":"5063-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: 26&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/DBIC/Row.pm:20]","$color":4,"excl_time":8.40000000164446e-06,"$area":8.40000000164446e-06},"id":"5064-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":1.02e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@2","$color":4,"excl_time":1.02e-05,"$area":1.02e-05},"id":"5065-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: 39&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@11","$color":4,"excl_time":9.60000000020067e-06,"$area":9.60000000020067e-06},"id":"5066-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.47ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.004467,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::BEGIN@8","$color":4,"excl_time":1.09999999997621e-05,"$area":1.09999999997621e-05},"id":"5067-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: 54&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":5.35e-05,"subname":"KiokuDB::TypeMap::Entry::DBIC::Row::new","$color":4,"excl_time":2.54999999996389e-05,"$area":2.54999999996389e-05},"id":"5068-KiokuDB::TypeMap::Entry::DBIC::Row::new"}],"data":{"$area":9.36000000019778e-05},"id":"n5060"}],"data":{"$area":0.000374300000004032},"id":"n5035"},{"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: 7.39ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0073904,"subname":"KiokuDB::TypeMap::Entry::Compiled::BEGIN@2","$color":6,"excl_time":2.64000000000739e-05,"$area":2.64000000000739e-05},"id":"5070-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 3424 times from 1 place in 1 file<br />Inclusive time: 5.69ms, 0.01%</p>","incl_time":0.00568710000000008,"subname":"KiokuDB::TypeMap::Entry::Compiled::collapse_method","$color":6,"excl_time":0.00568710000000008,"$area":0.00568710000000008},"id":"5071-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: 530&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0005298,"subname":"KiokuDB::TypeMap::Entry::Compiled::BEGIN@6","$color":6,"excl_time":1.46000000002841e-05,"$area":1.46000000002841e-05},"id":"5072-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.03ms, 0.00%</p>","incl_time":0.0020331,"subname":"KiokuDB::TypeMap::Entry::Compiled::id_method","$color":6,"excl_time":0.0020331,"$area":0.0020331},"id":"5073-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: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"KiokuDB::TypeMap::Entry::Compiled::meta","$color":6,"excl_time":1.27999999995859e-05,"$area":1.27999999995859e-05},"id":"5074-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: 41&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"KiokuDB::TypeMap::Entry::Compiled::BEGIN@4","$color":6,"excl_time":1.7100000000198e-05,"$area":1.7100000000198e-05},"id":"5075-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: 2.38ms, 0.00%<br />Exclusive time: 508&micro;s, 0.00%</p>","incl_time":0.0023789,"subname":"KiokuDB::TypeMap::Entry::Compiled::new","$color":6,"excl_time":0.000508000000014091,"$area":0.000508000000014091},"id":"5076-KiokuDB::TypeMap::Entry::Compiled::new"}],"data":{"$area":0.00829910000001432},"id":"n5069"},{"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: 550&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.00055,"subname":"KiokuDB::TypeMap::Entry::Std::ID::BEGIN@4","$color":8,"excl_time":1.7700000000292e-05,"$area":1.7700000000292e-05},"id":"5079-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: 18&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"KiokuDB::TypeMap::Entry::Std::ID::compile_id","$color":8,"excl_time":1.75e-05,"$area":1.75e-05},"id":"5080-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: 4.73ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0047265,"subname":"KiokuDB::TypeMap::Entry::Std::ID::BEGIN@2","$color":8,"excl_time":2.81999999997336e-05,"$area":2.81999999997336e-05},"id":"5081-KiokuDB::TypeMap::Entry::Std::ID::BEGIN@2"}],"data":{"$area":6.34000000000257e-05},"id":"n5078"},{"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: 549&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0005489,"subname":"KiokuDB::TypeMap::Entry::Std::BEGIN@8","$color":10,"excl_time":1.69999999996374e-05,"$area":1.69999999996374e-05},"id":"5082-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: 5.66ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0056607,"subname":"KiokuDB::TypeMap::Entry::Std::BEGIN@4","$color":10,"excl_time":2.71999999999313e-05,"$area":2.71999999999313e-05},"id":"5083-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: 43.8ms, 0.07%<br />Exclusive time: 559&micro;s, 0.00%</p>","incl_time":0.0437755,"subname":"KiokuDB::TypeMap::Entry::Std::BEGIN@6","$color":10,"excl_time":0.000559499999999852,"$area":0.000559499999999852},"id":"5084-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: 5.66ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0056637,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@2","$color":1,"excl_time":2.78000000003059e-05,"$area":2.78000000003059e-05},"id":"5086-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: 554&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0005537,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@6","$color":1,"excl_time":1.41000000002486e-05,"$area":1.41000000002486e-05},"id":"5087-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: 28.3ms, 0.04%<br />Exclusive time: 227&micro;s, 0.00%</p>","incl_time":0.0282599,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::compile","$color":1,"excl_time":0.000226999999993423,"$area":0.000226999999993423},"id":"5088-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::BEGIN@4","$color":1,"excl_time":1.77999999997213e-05,"$area":1.77999999997213e-05},"id":"5089-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: 2.49ms, 0.00%<br />Exclusive time: 110&micro;s, 0.00%</p>","incl_time":0.0024889,"subname":"KiokuDB::TypeMap::Entry::Std::Compile::new_compiled","$color":1,"excl_time":0.00011000000000348,"$area":0.00011000000000348},"id":"5090-KiokuDB::TypeMap::Entry::Std::Compile::new_compiled"}],"data":{"$area":0.000396699999997178},"id":"n5085"},{"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: 610&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0006105,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@6","$color":3,"excl_time":1.61000000002272e-05,"$area":1.61000000002272e-05},"id":"5092-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: 4.32ms, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0043158,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@2","$color":3,"excl_time":3.03000000000577e-05,"$area":3.03000000000577e-05},"id":"5093-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 1163 times from 1 place in 1 file<br />Inclusive time: 7.15s, 10.91%<br />Exclusive time: 5.40ms, 0.01%</p>","incl_time":7.147521,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Entry/Std/Intrinsic.pm:53]","$color":3,"excl_time":0.00540269999997892,"$area":0.00540269999997892},"id":"5094-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: 8.22ms, 0.01%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.0082203,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse_wrapper","$color":3,"excl_time":9.3099999995892e-05,"$area":9.3099999995892e-05},"id":"5095-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: 24&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::should_compile_intrinsic","$color":3,"excl_time":1.71999999974319e-05,"$area":1.71999999974319e-05},"id":"5096-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: 39&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::BEGIN@4","$color":3,"excl_time":1.67999999999167e-05,"$area":1.67999999999167e-05},"id":"5097-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: 9.23ms, 0.01%<br />Exclusive time: 81&micro;s, 0.00%</p>","incl_time":0.0092309,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_collapse","$color":3,"excl_time":8.05000000184264e-05,"$area":8.05000000184264e-05},"id":"5098-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: 8.28ms, 0.01%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0082805,"subname":"KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_first_class_collapse","$color":3,"excl_time":6.02000000021512e-05,"$area":6.02000000021512e-05},"id":"5099-KiokuDB::TypeMap::Entry::Std::Intrinsic::compile_first_class_collapse"}],"data":{"$area":0.00571689999999302},"id":"n5091"},{"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: 41&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@4","$color":5,"excl_time":1.87000000002909e-05,"$area":1.87000000002909e-05},"id":"5101-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: 8.09ms, 0.01%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":0.008087,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::compile_refresh","$color":5,"excl_time":8.74000000020024e-05,"$area":8.74000000020024e-05},"id":"5102-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: 5.17ms, 0.01%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0051701,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@2","$color":5,"excl_time":2.86000000003124e-05,"$area":2.86000000003124e-05},"id":"5103-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: 622&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0006225,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::BEGIN@6","$color":5,"excl_time":1.51999999995786e-05,"$area":1.51999999995786e-05},"id":"5104-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: 7.63ms, 0.01%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.0076307,"subname":"KiokuDB::TypeMap::Entry::Std::Expand::compile_expand","$color":5,"excl_time":9.56000000016485e-05,"$area":9.56000000016485e-05},"id":"5105-KiokuDB::TypeMap::Entry::Std::Expand::compile_expand"}],"data":{"$area":0.000245500000003833},"id":"n5100"}],"data":{"$area":0.00702619999999348},"id":"n5077"}],"data":{"$area":0.176640900006785},"id":"n4937"},{"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: 26.6ms, 0.04%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.026626,"subname":"KiokuDB::TypeMap::Resolver::resolve_fallback","$color":7,"excl_time":4.96000000038271e-05,"$area":4.96000000038271e-05},"id":"5107-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: 31.5ms, 0.05%<br />Exclusive time: 106&micro;s, 0.00%</p>","incl_time":0.0315332,"subname":"KiokuDB::TypeMap::Resolver::resolve","$color":7,"excl_time":0.000106399999987367,"$area":0.000106399999987367},"id":"5108-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: 28.5ms, 0.04%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.0284629,"subname":"KiokuDB::TypeMap::Resolver::compile_entry","$color":7,"excl_time":9.11000000049391e-05,"$area":9.11000000049391e-05},"id":"5109-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: 22&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"KiokuDB::TypeMap::Resolver::typemap","$color":7,"excl_time":2.22e-05,"$area":2.22e-05},"id":"5110-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: 14.0ms, 0.02%<br />Exclusive time: 6.39ms, 0.01%</p>","incl_time":0.0139815,"subname":"KiokuDB::TypeMap::Resolver::id_method","$color":7,"excl_time":0.00638689999784973,"$area":0.00638689999784973},"id":"5111-KiokuDB::TypeMap::Resolver::id_method"},{"name":"collapse_method","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::collapse_method</b></p><p><br />Called 3424 times from 1 place in 1 file<br />Inclusive time: 73.8ms, 0.11%<br />Exclusive time: 18.9ms, 0.03%</p>","incl_time":0.0738035999999992,"subname":"KiokuDB::TypeMap::Resolver::collapse_method","$color":7,"excl_time":0.0189422999958872,"$area":0.0189422999958872},"id":"5112-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.3e-06,"subname":"KiokuDB::TypeMap::Resolver::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Resolver.pm:21]","$color":7,"excl_time":2.3e-06,"$area":2.3e-06},"id":"5113-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 4596 times from 2 places in 1 file<br />Inclusive time: 6.28ms, 0.01%</p>","incl_time":0.00628379999999989,"subname":"KiokuDB::TypeMap::Resolver::_compiled","$color":7,"excl_time":0.00628379999999989,"$area":0.00628379999999989},"id":"5114-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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@8","$color":7,"excl_time":1.43999999996744e-05,"$area":1.43999999996744e-05},"id":"5115-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: 481&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0004809,"subname":"KiokuDB::TypeMap::Resolver::new","$color":7,"excl_time":4.5800000002865e-05,"$area":4.5800000002865e-05},"id":"5116-KiokuDB::TypeMap::Resolver::new"},{"name":"find_or_resolve","children":[],"data":{"tip":"<p><b>KiokuDB::TypeMap::Resolver::find_or_resolve</b></p><p><br />Called 4587 times from 2 places in 1 file<br />Inclusive time: 54.7ms, 0.08%<br />Exclusive time: 16.9ms, 0.03%</p>","incl_time":0.0547357000000017,"subname":"KiokuDB::TypeMap::Resolver::find_or_resolve","$color":7,"excl_time":0.016944299999357,"$area":0.016944299999357},"id":"5117-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: 112&micro;s, 0.00%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":0.0001119,"subname":"KiokuDB::TypeMap::Resolver::register_compiled","$color":7,"excl_time":8.62999999992639e-05,"$area":8.62999999992639e-05},"id":"5118-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: 117ms, 0.18%<br />Exclusive time: 4.73ms, 0.01%</p>","incl_time":0.1172165,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@9","$color":7,"excl_time":0.00472700000000031,"$area":0.00472700000000031},"id":"5119-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: 6.17ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0061706,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@4","$color":7,"excl_time":2.63000000001196e-05,"$area":2.63000000001196e-05},"id":"5120-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: 15&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"KiokuDB::TypeMap::Resolver::fallback_entry","$color":7,"excl_time":1.46e-05,"$area":1.46e-05},"id":"5121-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: 31&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"KiokuDB::TypeMap::Resolver::meta","$color":7,"excl_time":1.36999999997743e-05,"$area":1.36999999997743e-05},"id":"5122-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: 26.6ms, 0.04%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0265703,"subname":"KiokuDB::TypeMap::Resolver::resolve_fallback_with_meta","$color":7,"excl_time":4.96000000081518e-05,"$area":4.96000000081518e-05},"id":"5123-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: 67&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.74e-05,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@6","$color":7,"excl_time":1.52000000001643e-05,"$area":1.52000000001643e-05},"id":"5124-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: 578&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0005785,"subname":"KiokuDB::TypeMap::Resolver::BEGIN@11","$color":7,"excl_time":1.83000000002114e-05,"$area":1.83000000002114e-05},"id":"5125-KiokuDB::TypeMap::Resolver::BEGIN@11"}],"data":{"$area":0.0538400999931005},"id":"n5106"},{"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: 202ms, 0.31%<br />Exclusive time: 119&micro;s, 0.00%</p>","incl_time":0.2021646,"subname":"KiokuDB::TypeMap::Composite::_create_entries","$color":9,"excl_time":0.000118800000006623,"$area":0.000118800000006623},"id":"5127-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: 307&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003067,"subname":"KiokuDB::TypeMap::Composite::BEGIN@8","$color":9,"excl_time":8.70000000009058e-06,"$area":8.70000000009058e-06},"id":"5128-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: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:28]","$color":9,"excl_time":2.3e-06,"$area":2.3e-06},"id":"5129-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: 2&micro;s, 0.00%</p>","incl_time":2.1e-06,"subname":"KiokuDB::TypeMap::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/TypeMap/Composite.pm:22]","$color":9,"excl_time":2.1e-06,"$area":2.1e-06},"id":"5130-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: 206ms, 0.32%<br />Exclusive time: 198&micro;s, 0.00%</p>","incl_time":0.2064564,"subname":"KiokuDB::TypeMap::Composite::_build_includes","$color":9,"excl_time":0.000197700000007767,"$area":0.000197700000007767},"id":"5131-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: 14&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"KiokuDB::TypeMap::Composite::BEGIN@6","$color":9,"excl_time":1.10000000001415e-05,"$area":1.10000000001415e-05},"id":"5132-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: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"KiokuDB::TypeMap::Composite::CORE:subst","$color":9,"excl_time":2.16e-05,"$area":2.16e-05},"id":"5133-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: 202ms, 0.31%<br />Exclusive time: 274&micro;s, 0.00%</p>","incl_time":0.2018139,"subname":"KiokuDB::TypeMap::Composite::_construct_entry","$color":9,"excl_time":0.000273800000004551,"$area":0.000273800000004551},"id":"5134-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.80ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0028039,"subname":"KiokuDB::TypeMap::Composite::BEGIN@4","$color":9,"excl_time":1.87000000000681e-05,"$area":1.87000000000681e-05},"id":"5135-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: 203ms, 0.31%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.2027374,"subname":"KiokuDB::TypeMap::Composite::_create_typemap","$color":9,"excl_time":0.000110900000006151,"$area":0.000110900000006151},"id":"5136-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: 202&micro;s, 0.00%<br />Exclusive time: 167&micro;s, 0.00%</p>","incl_time":0.0002018,"subname":"KiokuDB::TypeMap::Composite::_entry_options","$color":9,"excl_time":0.000166699999980616,"$area":0.000166699999980616},"id":"5137-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: 9&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"KiokuDB::TypeMap::Composite::_build__exclude","$color":9,"excl_time":6.20000000280606e-06,"$area":6.20000000280606e-06},"id":"5138-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: 202ms, 0.31%<br />Exclusive time: 180&micro;s, 0.00%</p>","incl_time":0.2020458,"subname":"KiokuDB::TypeMap::Composite::_create_entry","$color":9,"excl_time":0.000179999999971359,"$area":0.000179999999971359},"id":"5139-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.45ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.002447,"subname":"KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@12","$color":0,"excl_time":8.90000000000135e-06,"$area":8.90000000000135e-06},"id":"5141-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: 281&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002812,"subname":"KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@14","$color":0,"excl_time":9.29999999956432e-06,"$area":9.29999999956432e-06},"id":"5142-KiokuDB::TypeMap::Composite::TypeMapAttr::BEGIN@14"}],"data":{"$area":1.81999999995657e-05},"id":"n5140"}],"data":{"$area":0.00113669999997974},"id":"n5126"}],"data":{"$area":0.236122399999759},"id":"n4876"},{"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: 328&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003277,"subname":"KiokuDB::LiveObjects::Scope::BEGIN@6","$color":2,"excl_time":1.30999999997242e-05,"$area":1.30999999997242e-05},"id":"5145-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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"KiokuDB::LiveObjects::Scope::_clear_live_objects","$color":2,"excl_time":6.1e-06,"$area":6.1e-06},"id":"5146-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"KiokuDB::LiveObjects::Scope::meta","$color":2,"excl_time":8.79999999963018e-06,"$area":8.79999999963018e-06},"id":"5147-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: 294&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0002944,"subname":"KiokuDB::LiveObjects::Scope::remove","$color":2,"excl_time":2.99999999939513e-05,"$area":2.99999999939513e-05},"id":"5148-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.68ms, 0.00%</p>","incl_time":0.00268160000000002,"subname":"KiokuDB::LiveObjects::Scope::push","$color":2,"excl_time":0.00268160000000002,"$area":0.00268160000000002},"id":"5149-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: 349&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0003491,"subname":"KiokuDB::LiveObjects::Scope::DESTROY","$color":2,"excl_time":5.53999999997146e-05,"$area":5.53999999997146e-05},"id":"5150-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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"KiokuDB::LiveObjects::Scope::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects/Scope.pm:11]","$color":2,"excl_time":7.7e-06,"$area":7.7e-06},"id":"5151-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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"KiokuDB::LiveObjects::Scope::live_objects","$color":2,"excl_time":1.02e-05,"$area":1.02e-05},"id":"5152-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: 220&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.00022,"subname":"KiokuDB::LiveObjects::Scope::DEMOLISH","$color":2,"excl_time":9.20000000215397e-06,"$area":9.20000000215397e-06},"id":"5153-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: 5.54ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0055397,"subname":"KiokuDB::LiveObjects::Scope::BEGIN@4","$color":2,"excl_time":2.07999999997845e-05,"$area":2.07999999997845e-05},"id":"5154-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: 136&micro;s, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0001357,"subname":"KiokuDB::LiveObjects::Scope::new","$color":2,"excl_time":0.000115899999988884,"$area":0.000115899999988884},"id":"5155-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: 100&micro;s, 0.00%</p>","incl_time":0.0001,"subname":"KiokuDB::LiveObjects::Scope::clear","$color":2,"excl_time":0.0001,"$area":0.0001},"id":"5156-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"KiokuDB::LiveObjects::Scope::parent","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5157-KiokuDB::LiveObjects::Scope::parent"}],"data":{"$area":0.00306419999998386},"id":"n5144"},{"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: 80&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":8.03e-05,"subname":"KiokuDB::LiveObjects::detach_scope","$color":4,"excl_time":3.38999999977776e-05,"$area":3.38999999977776e-05},"id":"5158-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: 594&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0005938,"subname":"KiokuDB::LiveObjects::BEGIN@18","$color":4,"excl_time":1.18000000003617e-05,"$area":1.18000000003617e-05},"id":"5159-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: 252&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0002518,"subname":"KiokuDB::LiveObjects::remove_scope","$color":4,"excl_time":5.83999999923292e-05,"$area":5.83999999923292e-05},"id":"5160-KiokuDB::LiveObjects::remove_scope"},{"name":"current_scope","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::current_scope</b></p><p><br />Called 1168 times from 3 places in 1 file<br />Inclusive time: 1.60ms, 0.00%</p>","incl_time":0.00159770000000002,"subname":"KiokuDB::LiveObjects::current_scope","$color":4,"excl_time":0.00159770000000002,"$area":0.00159770000000002},"id":"5161-KiokuDB::LiveObjects::current_scope"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"KiokuDB::LiveObjects::BEGIN@11","$color":4,"excl_time":1.41000000002441e-05,"$area":1.41000000002441e-05},"id":"5162-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: 276&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0002761,"subname":"KiokuDB::LiveObjects::new","$color":4,"excl_time":6.41000000005652e-05,"$area":6.41000000005652e-05},"id":"5163-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: 80&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":7.95e-05,"subname":"KiokuDB::LiveObjects::_set_current_scope","$color":4,"excl_time":6.08000000017382e-05,"$area":6.08000000017382e-05},"id":"5164-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: 48&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"KiokuDB::LiveObjects::BEGIN@9","$color":4,"excl_time":1.26000000001564e-05,"$area":1.26000000001564e-05},"id":"5165-KiokuDB::LiveObjects::BEGIN@9"},{"name":"_vivify_id_info","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_vivify_id_info</b></p><p><br />Called 2326 times from 2 places in 1 file<br />Inclusive time: 28.6ms, 0.04%<br />Exclusive time: 17.0ms, 0.03%</p>","incl_time":0.028588,"subname":"KiokuDB::LiveObjects::_vivify_id_info","$color":4,"excl_time":0.0169663999983252,"$area":0.0169663999983252},"id":"5166-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":2e-06,"subname":"KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:56]","$color":4,"excl_time":2e-06,"$area":2e-06},"id":"5167-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 1163 times from 1 place in 1 file<br />Inclusive time: 1.54ms, 0.00%</p>","incl_time":0.00153820000000001,"subname":"KiokuDB::LiveObjects::txn_scope","$color":4,"excl_time":0.00153820000000001,"$area":0.00153820000000001},"id":"5168-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: 77&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.7e-05,"subname":"KiokuDB::LiveObjects::BEGIN@6","$color":4,"excl_time":1.53000000001687e-05,"$area":1.53000000001687e-05},"id":"5169-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: 88.2ms, 0.13%<br />Exclusive time: 45.0ms, 0.07%</p>","incl_time":0.0882356999999998,"subname":"KiokuDB::LiveObjects::register_object","$color":4,"excl_time":0.0449633999953619,"$area":0.0449633999953619},"id":"5170-KiokuDB::LiveObjects::register_object"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"KiokuDB::LiveObjects::clear_leak_tracker","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"5171-KiokuDB::LiveObjects::clear_leak_tracker"},{"name":"_id_info","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_id_info</b></p><p><br />Called 6914 times from 2 places in 1 file<br />Inclusive time: 38.3ms, 0.06%<br />Exclusive time: 28.9ms, 0.04%</p>","incl_time":0.0382810000000001,"subname":"KiokuDB::LiveObjects::_id_info","$color":4,"excl_time":0.0289154999986768,"$area":0.0289154999986768},"id":"5172-KiokuDB::LiveObjects::_id_info"},{"name":"id_in_storage","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::id_in_storage</b></p><p><br />Called 4587 times from 2 places in 1 file<br />Inclusive time: 43.1ms, 0.07%<br />Exclusive time: 17.4ms, 0.03%</p>","incl_time":0.0430977000000008,"subname":"KiokuDB::LiveObjects::id_in_storage","$color":4,"excl_time":0.0174105999996882,"$area":0.0174105999996882},"id":"5173-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: 30.0ms, 0.05%<br />Exclusive time: 14.1ms, 0.02%</p>","incl_time":0.0299683999999999,"subname":"KiokuDB::LiveObjects::id_to_object","$color":4,"excl_time":0.0141175999988818,"$area":0.0141175999988818},"id":"5174-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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"KiokuDB::LiveObjects::leak_tracker","$color":4,"excl_time":7e-06,"$area":7e-06},"id":"5175-KiokuDB::LiveObjects::leak_tracker"},{"name":"_object_entries","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_object_entries</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.49ms, 0.00%</p>","incl_time":0.00149300000000001,"subname":"KiokuDB::LiveObjects::_object_entries","$color":4,"excl_time":0.00149300000000001,"$area":0.00149300000000001},"id":"5176-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: 75&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":7.45e-05,"subname":"KiokuDB::LiveObjects::BEGIN@8","$color":4,"excl_time":1.8500000000166e-05,"$area":1.8500000000166e-05},"id":"5177-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.26ms, 0.00%</p>","incl_time":0.00325689999999993,"subname":"KiokuDB::LiveObjects::cache","$color":4,"excl_time":0.00325689999999993,"$area":0.00325689999999993},"id":"5178-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: 30&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"KiokuDB::LiveObjects::meta","$color":4,"excl_time":1.35999999999141e-05,"$area":1.35999999999141e-05},"id":"5179-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: 5.59ms, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0055875,"subname":"KiokuDB::LiveObjects::BEGIN@4","$color":4,"excl_time":2.20999999999459e-05,"$area":2.20999999999459e-05},"id":"5180-KiokuDB::LiveObjects::BEGIN@4"},{"name":"register_entry","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::register_entry</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 59.0ms, 0.09%<br />Exclusive time: 27.2ms, 0.04%</p>","incl_time":0.0590464,"subname":"KiokuDB::LiveObjects::register_entry","$color":4,"excl_time":0.027248999990029,"$area":0.027248999990029},"id":"5181-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.02ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0020206,"subname":"KiokuDB::LiveObjects::BEGIN@16","$color":4,"excl_time":1.43999999997089e-05,"$area":1.43999999997089e-05},"id":"5182-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: 31.8ms, 0.05%<br />Exclusive time: 587&micro;s, 0.00%</p>","incl_time":0.0317917,"subname":"KiokuDB::LiveObjects::BEGIN@13","$color":4,"excl_time":0.000586799999999464,"$area":0.000586799999999464},"id":"5183-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: 1.14ms, 0.00%<br />Exclusive time: 564&micro;s, 0.00%</p>","incl_time":0.00114,"subname":"KiokuDB::LiveObjects::BEGIN@7","$color":4,"excl_time":0.000563699999999471,"$area":0.000563699999999471},"id":"5184-KiokuDB::LiveObjects::BEGIN@7"},{"name":"keep_entries","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::keep_entries</b></p><p><br />Called 2326 times from 2 places in 1 file<br />Inclusive time: 3.55ms, 0.01%</p>","incl_time":0.00355009999999997,"subname":"KiokuDB::LiveObjects::keep_entries","$color":4,"excl_time":0.00355009999999997,"$area":0.00355009999999997},"id":"5185-KiokuDB::LiveObjects::keep_entries"},{"name":"_entries","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_entries</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 1.73ms, 0.00%</p>","incl_time":0.00172959999999999,"subname":"KiokuDB::LiveObjects::_entries","$color":4,"excl_time":0.00172959999999999,"$area":0.00172959999999999},"id":"5186-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: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"KiokuDB::LiveObjects::_known_scopes","$color":4,"excl_time":1.5e-05,"$area":1.5e-05},"id":"5187-KiokuDB::LiveObjects::_known_scopes"},{"name":"object_to_entry","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::object_to_entry</b></p><p><br />Called 3424 times from 1 place in 1 file<br />Inclusive time: 30.0ms, 0.05%<br />Exclusive time: 12.1ms, 0.02%</p>","incl_time":0.0299957000000009,"subname":"KiokuDB::LiveObjects::object_to_entry","$color":4,"excl_time":0.01210920000291,"$area":0.01210920000291},"id":"5188-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: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"KiokuDB::LiveObjects::clear_leaks","$color":4,"excl_time":1.52e-05,"$area":1.52e-05},"id":"5189-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: 313&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0003127,"subname":"KiokuDB::LiveObjects::BEGIN@1","$color":4,"excl_time":1.67999999997623e-05,"$area":1.67999999997623e-05},"id":"5190-KiokuDB::LiveObjects::BEGIN@1"},{"name":"_objects","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_objects</b></p><p><br />Called 10337 times from 2 places in 1 file<br />Inclusive time: 13.3ms, 0.02%</p>","incl_time":0.0132652999999995,"subname":"KiokuDB::LiveObjects::_objects","$color":4,"excl_time":0.0132652999999995,"$area":0.0132652999999995},"id":"5191-KiokuDB::LiveObjects::_objects"},{"name":"_ids","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::_ids</b></p><p><br />Called 9240 times from 2 places in 1 file<br />Inclusive time: 12.3ms, 0.02%</p>","incl_time":0.0123035999999994,"subname":"KiokuDB::LiveObjects::_ids","$color":4,"excl_time":0.0123035999999994,"$area":0.0123035999999994},"id":"5192-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: 48&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:48]","$color":4,"excl_time":1.39000000002493e-05,"$area":1.39000000002493e-05},"id":"5193-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: 21.6ms, 0.03%<br />Exclusive time: 658&micro;s, 0.00%</p>","incl_time":0.0216179,"subname":"KiokuDB::LiveObjects::BEGIN@14","$color":4,"excl_time":0.000658399999999094,"$area":0.000658399999999094},"id":"5194-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: 294&micro;s, 0.00%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":0.0002936,"subname":"KiokuDB::LiveObjects::new_scope","$color":4,"excl_time":7.3799999996455e-05,"$area":7.3799999996455e-05},"id":"5195-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: 371&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0003712,"subname":"KiokuDB::LiveObjects::BEGIN@10","$color":4,"excl_time":5.84999999997233e-05,"$area":5.84999999997233e-05},"id":"5196-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: 160&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001598,"subname":"KiokuDB::LiveObjects::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/LiveObjects.pm:166]","$color":4,"excl_time":8.80000000020979e-06,"$area":8.80000000020979e-06},"id":"5197-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: 27&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"KiokuDB::LiveObjects::BEGIN@67","$color":4,"excl_time":1.03999999998672e-05,"$area":1.03999999998672e-05},"id":"5198-KiokuDB::LiveObjects::BEGIN@67"},{"name":"object_to_id","children":[],"data":{"tip":"<p><b>KiokuDB::LiveObjects::object_to_id</b></p><p><br />Called 9174 times from 5 places in 3 files<br />Inclusive time: 51.6ms, 0.08%<br />Exclusive time: 39.9ms, 0.06%</p>","incl_time":0.0516360999999998,"subname":"KiokuDB::LiveObjects::object_to_id","$color":4,"excl_time":0.0398668000041378,"$area":0.0398668000041378},"id":"5199-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: 31&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@3","$color":6,"excl_time":2.44000000001433e-05,"$area":2.44000000001433e-05},"id":"5201-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: 262&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.000262,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@8","$color":6,"excl_time":1.51000000003942e-05,"$area":1.51000000003942e-05},"id":"5202-KiokuDB::LiveObjects::Guard::BEGIN@8"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@4","$color":6,"excl_time":1.20999999996311e-05,"$area":1.20999999996311e-05},"id":"5203-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.34ms, 0.01%<br />Exclusive time: 6.50ms, 0.01%</p>","incl_time":0.00734379999999999,"subname":"KiokuDB::LiveObjects::Guard::new","$color":6,"excl_time":0.00650309999945517,"$area":0.00650309999945517},"id":"5204-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: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"KiokuDB::LiveObjects::Guard::BEGIN@6","$color":6,"excl_time":1.17999999997857e-05,"$area":1.17999999997857e-05},"id":"5205-KiokuDB::LiveObjects::Guard::BEGIN@6"}],"data":{"$area":0.00656649999945513},"id":"n5200"},{"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: 6.88ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0068751,"subname":"KiokuDB::LiveObjects::TXNScope::BEGIN@4","$color":8,"excl_time":2.52999999996503e-05,"$area":2.52999999996503e-05},"id":"5207-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.62e-05,"subname":"KiokuDB::LiveObjects::TXNScope::meta","$color":8,"excl_time":8.40000000033082e-06,"$area":8.40000000033082e-06},"id":"5208-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: 383&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003831,"subname":"KiokuDB::LiveObjects::TXNScope::BEGIN@8","$color":8,"excl_time":1.27999999998434e-05,"$area":1.27999999998434e-05},"id":"5209-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: 66&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.6e-05,"subname":"KiokuDB::LiveObjects::TXNScope::BEGIN@6","$color":8,"excl_time":1.5599999999883e-05,"$area":1.5599999999883e-05},"id":"5210-KiokuDB::LiveObjects::TXNScope::BEGIN@6"}],"data":{"$area":6.20999999997074e-05},"id":"n5206"}],"data":{"$area":0.252400199987436},"id":"n5143"},{"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":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"5212-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: 52&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.24e-05,"subname":"KiokuDB::Linker::BEGIN@14","$color":10,"excl_time":1.3200000000205e-05,"$area":1.3200000000205e-05},"id":"5213-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.1e-06,"subname":"KiokuDB::Linker::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Linker.pm:51]","$color":10,"excl_time":2.1e-06,"$area":2.1e-06},"id":"5214-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: 17.0ms, 0.03%<br />Exclusive time: 513&micro;s, 0.00%</p>","incl_time":0.0169646,"subname":"KiokuDB::Linker::BEGIN@18","$color":10,"excl_time":0.00051259999999987,"$area":0.00051259999999987},"id":"5215-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: 7&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"KiokuDB::Linker::get_or_load_objects","$color":10,"excl_time":7.49999999861448e-06,"$area":7.49999999861448e-06},"id":"5216-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: 67&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.73e-05,"subname":"KiokuDB::Linker::BEGIN@15","$color":10,"excl_time":1.36000000003987e-05,"$area":1.36000000003987e-05},"id":"5217-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"KiokuDB::Linker::meta","$color":10,"excl_time":9.19999999986372e-06,"$area":9.19999999986372e-06},"id":"5218-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":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5219-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: 5.58ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.005576,"subname":"KiokuDB::Linker::BEGIN@4","$color":10,"excl_time":2.59999999996114e-05,"$area":2.59999999996114e-05},"id":"5220-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: 333&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003328,"subname":"KiokuDB::Linker::BEGIN@20","$color":10,"excl_time":1.08999999996809e-05,"$area":1.08999999996809e-05},"id":"5221-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: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::Linker::BEGIN@16","$color":10,"excl_time":1.19000000002353e-05,"$area":1.19000000002353e-05},"id":"5222-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: 74&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.4e-05,"subname":"KiokuDB::Linker::BEGIN@13","$color":10,"excl_time":1.62999999998396e-05,"$area":1.62999999998396e-05},"id":"5223-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: 144&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0001444,"subname":"KiokuDB::Linker::new","$color":10,"excl_time":6.47999999934922e-05,"$area":6.47999999934922e-05},"id":"5224-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.66e-05,"subname":"KiokuDB::Linker::get_or_load_object","$color":10,"excl_time":1.12999999956643e-05,"$area":1.12999999956643e-05},"id":"5225-KiokuDB::Linker::get_or_load_object"}],"data":{"$area":0.000704699999987476},"id":"n5211"},{"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.78ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0027819,"subname":"KiokuDB::Serializer::BEGIN@4","$color":1,"excl_time":1.6100000000293e-05,"$area":1.6100000000293e-05},"id":"5227-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: 584&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0005838,"subname":"KiokuDB::Serializer::BEGIN@10","$color":1,"excl_time":1.00999999996566e-05,"$area":1.00999999996566e-05},"id":"5228-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.80ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0018041,"subname":"KiokuDB::Serializer::BEGIN@8","$color":1,"excl_time":9.40000000040605e-06,"$area":9.40000000040605e-06},"id":"5229-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: 44&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"KiokuDB::Serializer::BEGIN@6","$color":1,"excl_time":1.1000000000436e-05,"$area":1.1000000000436e-05},"id":"5230-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 1163 times from 1 place in 1 file<br />Inclusive time: 300ms, 0.46%<br />Exclusive time: 12.1ms, 0.02%</p>","incl_time":0.3002086,"subname":"KiokuDB::Serializer::JSON::collapse_jspon","$color":3,"excl_time":0.0120662000025598,"$area":0.0120662000025598},"id":"5232-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"KiokuDB::Serializer::JSON::inline_data","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5233-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: 419&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0004191,"subname":"KiokuDB::Serializer::JSON::BEGIN@6","$color":3,"excl_time":1.22000000002342e-05,"$area":1.22000000002342e-05},"id":"5234-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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"KiokuDB::Serializer::JSON::tied_field","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"5235-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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"KiokuDB::Serializer::JSON::class_meta_field","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"5236-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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"KiokuDB::Serializer::JSON::class_field","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"5237-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"KiokuDB::Serializer::JSON::meta","$color":3,"excl_time":8.20000000033082e-06,"$area":8.20000000033082e-06},"id":"5238-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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"KiokuDB::Serializer::JSON::backend_data_field","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"5239-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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"KiokuDB::Serializer::JSON::data_field","$color":3,"excl_time":4e-06,"$area":4e-06},"id":"5240-KiokuDB::Serializer::JSON::data_field"},{"name":"collapser","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::collapser</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 2.26ms, 0.00%<br />Exclusive time: 1.93ms, 0.00%</p>","incl_time":0.00226450000000003,"subname":"KiokuDB::Serializer::JSON::collapser","$color":3,"excl_time":0.00193179999999872,"$area":0.00193179999999872},"id":"5241-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.5e-06,"subname":"KiokuDB::Serializer::JSON::ref_field","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"5242-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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"KiokuDB::Serializer::JSON::id_field","$color":3,"excl_time":6.3e-06,"$area":6.3e-06},"id":"5243-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: 207ms, 0.32%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.2072249,"subname":"KiokuDB::Serializer::JSON::default_typemap","$color":3,"excl_time":1.84000000019169e-05,"$area":1.84000000019169e-05},"id":"5244-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.25ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0042522,"subname":"KiokuDB::Serializer::JSON::BEGIN@4","$color":3,"excl_time":1.75999999998009e-05,"$area":1.75999999998009e-05},"id":"5245-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"KiokuDB::Serializer::JSON::canonical","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5246-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: 213&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0002132,"subname":"KiokuDB::Serializer::JSON::_jspon_params","$color":3,"excl_time":2.46999999998531e-05,"$area":2.46999999998531e-05},"id":"5247-KiokuDB::Serializer::JSON::_jspon_params"},{"name":"json","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::json</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 2.24ms, 0.00%<br />Exclusive time: 2.15ms, 0.00%</p>","incl_time":0.00223540000000001,"subname":"KiokuDB::Serializer::JSON::json","$color":3,"excl_time":0.00215199999999884,"$area":0.00215199999999884},"id":"5248-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"KiokuDB::Serializer::JSON::root_field","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5249-KiokuDB::Serializer::JSON::root_field"},{"name":"encode","children":[],"data":{"tip":"<p><b>KiokuDB::Serializer::JSON::encode</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 37.7ms, 0.06%<br />Exclusive time: 12.8ms, 0.02%</p>","incl_time":0.0377220999999999,"subname":"KiokuDB::Serializer::JSON::encode","$color":3,"excl_time":0.0128350999990056,"$area":0.0128350999990056},"id":"5250-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"KiokuDB::Serializer::JSON::utf8","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5251-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"KiokuDB::Serializer::JSON::deleted_field","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"5252-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"KiokuDB::Serializer::JSON::pretty","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5253-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"KiokuDB::Serializer::JSON::class_version_field","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"5254-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.55e-05,"subname":"KiokuDB::Serializer::JSON::new","$color":3,"excl_time":4.49000000000938e-05,"$area":4.49000000000938e-05},"id":"5255-KiokuDB::Serializer::JSON::new"}],"data":{"$area":0.0291650000015652},"id":"n5231"}],"data":{"$area":0.029211600001566},"id":"n5226"},{"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: 7.13ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0071281,"subname":"KiokuDB::Backend::BEGIN@4","$color":5,"excl_time":2.57000000000477e-05,"$area":2.57000000000477e-05},"id":"5257-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: 1.21ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0012115,"subname":"KiokuDB::Backend::BEGIN@9","$color":5,"excl_time":1.66000000002234e-05,"$area":1.66000000002234e-05},"id":"5258-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: 3.56ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0035582,"subname":"KiokuDB::Backend::BEGIN@6","$color":5,"excl_time":2.53000000002722e-05,"$area":2.53000000002722e-05},"id":"5259-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: 86&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":8.6e-05,"subname":"KiokuDB::Backend::BEGIN@7","$color":5,"excl_time":1.86999999995635e-05,"$area":1.86999999995635e-05},"id":"5260-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.96ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0029585,"subname":"KiokuDB::Backend::TypeMap::Default::BEGIN@4","$color":7,"excl_time":1.85000000002791e-05,"$area":1.85000000002791e-05},"id":"5263-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: 311&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003112,"subname":"KiokuDB::Backend::TypeMap::Default::BEGIN@6","$color":7,"excl_time":1.14000000003718e-05,"$area":1.14000000003718e-05},"id":"5264-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: 107ms, 0.16%<br />Exclusive time: 380&micro;s, 0.00%</p>","incl_time":0.1072447,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@6","$color":9,"excl_time":0.000380100000000244,"$area":0.000380100000000244},"id":"5266-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: 319&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003189,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@8","$color":9,"excl_time":1.12999999998145e-05,"$area":1.12999999998145e-05},"id":"5267-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: 207ms, 0.32%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.2069498,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::_build_default_typemap","$color":9,"excl_time":9.19999999710042e-06,"$area":9.19999999710042e-06},"id":"5268-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: 2.78ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0027837,"subname":"KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@4","$color":9,"excl_time":1.76999999997314e-05,"$area":1.76999999997314e-05},"id":"5269-KiokuDB::Backend::TypeMap::Default::JSON::BEGIN@4"}],"data":{"$area":0.00041829999999689},"id":"n5265"}],"data":{"$area":0.000448199999997541},"id":"n5262"}],"data":{"$area":0.000448199999997541},"id":"n5261"},{"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: 320ms, 0.49%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.3196078,"subname":"KiokuDB::Backend::Serialize::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/Serialize.pm:24]","$color":0,"excl_time":1.70999999999921e-05,"$area":1.70999999999921e-05},"id":"5271-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.71ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0017104,"subname":"KiokuDB::Backend::Serialize::BEGIN@6","$color":0,"excl_time":1.07000000003623e-05,"$area":1.07000000003623e-05},"id":"5272-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.86ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0028622,"subname":"KiokuDB::Backend::Serialize::BEGIN@4","$color":0,"excl_time":1.82000000003755e-05,"$area":1.82000000003755e-05},"id":"5273-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: 508&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0005079,"subname":"KiokuDB::Backend::Serialize::BEGIN@8","$color":0,"excl_time":9.89999999966853e-06,"$area":9.89999999966853e-06},"id":"5274-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: 345&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003449,"subname":"KiokuDB::Backend::Serialize::Delegate::BEGIN@8","$color":2,"excl_time":9.90000000024782e-06,"$area":9.90000000024782e-06},"id":"5276-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.19ms, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0031872,"subname":"KiokuDB::Backend::Serialize::Delegate::BEGIN@4","$color":2,"excl_time":2.3799999999961e-05,"$area":2.3799999999961e-05},"id":"5277-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: 16.8ms, 0.03%<br />Exclusive time: 494&micro;s, 0.00%</p>","incl_time":0.0168293,"subname":"KiokuDB::Backend::Serialize::Delegate::BEGIN@6","$color":2,"excl_time":0.000494100000000559,"$area":0.000494100000000559},"id":"5278-KiokuDB::Backend::Serialize::Delegate::BEGIN@6"}],"data":{"$area":0.000527800000000768},"id":"n5275"},{"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.95ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0029521,"subname":"KiokuDB::Backend::Serialize::JSON::BEGIN@4","$color":4,"excl_time":1.78000000002768e-05,"$area":1.78000000002768e-05},"id":"5280-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: 80&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":7.96e-05,"subname":"KiokuDB::Backend::Serialize::JSON::_build_json","$color":4,"excl_time":5.05000000009951e-05,"$area":5.05000000009951e-05},"id":"5281-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: 299&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002989,"subname":"KiokuDB::Backend::Serialize::JSON::BEGIN@8","$color":4,"excl_time":9.29999999966597e-06,"$area":9.29999999966597e-06},"id":"5282-KiokuDB::Backend::Serialize::JSON::BEGIN@8"},{"name":"serialize","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSON::serialize</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 344ms, 0.53%<br />Exclusive time: 6.24ms, 0.01%</p>","incl_time":0.3441688,"subname":"KiokuDB::Backend::Serialize::JSON::serialize","$color":4,"excl_time":0.00623809999962938,"$area":0.00623809999962938},"id":"5283-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.41e-05,"subname":"KiokuDB::Backend::Serialize::JSON::BEGIN@6","$color":4,"excl_time":1.43999999998221e-05,"$area":1.43999999998221e-05},"id":"5284-KiokuDB::Backend::Serialize::JSON::BEGIN@6"}],"data":{"$area":0.00633009999963014},"id":"n5279"},{"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: 315&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003154,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@9","$color":6,"excl_time":1.06999999999534e-05,"$area":1.06999999999534e-05},"id":"5286-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.70ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027023,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@4","$color":6,"excl_time":1.66000000002089e-05,"$area":1.66000000002089e-05},"id":"5287-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: 47.7ms, 0.07%<br />Exclusive time: 705&micro;s, 0.00%</p>","incl_time":0.0476789,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@7","$color":6,"excl_time":0.000705299999999714,"$area":0.000705299999999714},"id":"5288-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: 327&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0003266,"subname":"KiokuDB::Backend::Serialize::JSPON::_build_collapser","$color":6,"excl_time":2.47000000033646e-05,"$area":2.47000000033646e-05},"id":"5289-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: 54.3ms, 0.08%<br />Exclusive time: 1.12ms, 0.00%</p>","incl_time":0.0542954,"subname":"KiokuDB::Backend::Serialize::JSPON::BEGIN@6","$color":6,"excl_time":0.00112050000000075,"$area":0.00112050000000075},"id":"5290-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.74ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0027369,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@4","$color":8,"excl_time":1.89999999996161e-05,"$area":1.89999999996161e-05},"id":"5292-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: 39&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::_jspon_fields","$color":8,"excl_time":3.94e-05,"$area":3.94e-05},"id":"5293-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: 294&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000294,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::BEGIN@6","$color":8,"excl_time":1.00000000002711e-05,"$area":1.00000000002711e-05},"id":"5294-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: 187&micro;s, 0.00%<br />Exclusive time: 109&micro;s, 0.00%</p>","incl_time":0.0001869,"subname":"KiokuDB::Backend::Serialize::JSPON::Converter::_build__jspon_params","$color":8,"excl_time":0.000109100000000316,"$area":0.000109100000000316},"id":"5295-KiokuDB::Backend::Serialize::JSPON::Converter::_build__jspon_params"}],"data":{"$area":0.000177500000000203},"id":"n5291"},{"name":"::Collapser","children":[{"name":"class_field","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::Serialize::JSPON::Collapser::class_field</b></p><p><br />Called 1164 times from 2 places in 1 file<br />Inclusive time: 1.75ms, 0.00%</p>","incl_time":0.00174539999999998,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::class_field","$color":10,"excl_time":0.00174539999999998,"$area":0.00174539999999998},"id":"5297-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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:qr","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"5298-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: 8&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::meta","$color":10,"excl_time":7.99999999990973e-06,"$area":7.99999999990973e-06},"id":"5299-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.2e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::deleted_field","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5300-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 3438 times from 3 places in 1 file<br />Inclusive time: 4.86ms, 0.01%</p>","incl_time":0.00486430000000003,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::data_field","$color":10,"excl_time":0.00486430000000003,"$area":0.00486430000000003},"id":"5301-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.29ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0042917,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@4","$color":10,"excl_time":1.87999999998649e-05,"$area":1.87999999998649e-05},"id":"5302-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 2275 times from 2 places in 1 file<br />Inclusive time: 3.44ms, 0.01%</p>","incl_time":0.00343710000000007,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::ref_field","$color":10,"excl_time":0.00343710000000007,"$area":0.00343710000000007},"id":"5303-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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::tied_field","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"5304-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: 130&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001296,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@8","$color":10,"excl_time":8.30000000000915e-06,"$area":8.30000000000915e-06},"id":"5305-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 2 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::root_field","$color":10,"excl_time":7.3e-06,"$area":7.3e-06},"id":"5306-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: 197&micro;s, 0.00%<br />Exclusive time: 101&micro;s, 0.00%</p>","incl_time":0.000197,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::_build_reserved_key","$color":10,"excl_time":0.000101399999998361,"$area":0.000101399999998361},"id":"5307-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 3437 times from 2 places in 1 file<br />Inclusive time: 5.01ms, 0.01%</p>","incl_time":0.0050108,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::inline_data","$color":10,"excl_time":0.0050108,"$area":0.0050108},"id":"5308-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 1164 times from 2 places in 1 file<br />Inclusive time: 1.80ms, 0.00%</p>","incl_time":0.00180159999999999,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::id_field","$color":10,"excl_time":0.00180159999999999,"$area":0.00180159999999999},"id":"5309-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":10,"excl_time":8.39999999986022e-06,"$area":8.39999999986022e-06},"id":"5310-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: 89&micro;s, 0.00%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":8.87e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::new","$color":10,"excl_time":8.70000000014499e-05,"$area":8.70000000014499e-05},"id":"5311-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":3e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::backend_data_field","$color":10,"excl_time":3e-06,"$area":3e-06},"id":"5312-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 17943 times from 2 places in 1 file<br />Inclusive time: 13.6ms, 0.02%</p>","incl_time":0.0135783999999978,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:regcomp","$color":10,"excl_time":0.0135783999999978,"$area":0.0135783999999978},"id":"5313-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":3.3e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::class_meta_field","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"5314-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 17942 times from 1 place in 1 file<br />Inclusive time: 28.6ms, 0.04%</p>","incl_time":0.0285681999999986,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::CORE:match","$color":10,"excl_time":0.0285681999999986,"$area":0.0285681999999986},"id":"5315-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@6","$color":10,"excl_time":1.35999999996744e-05,"$area":1.35999999996744e-05},"id":"5316-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: 366&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003661,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::BEGIN@10","$color":10,"excl_time":9.90000000030436e-06,"$area":9.90000000030436e-06},"id":"5317-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 6861 times from 3 places in 2 files<br />Inclusive time: 284ms, 0.43%<br />Exclusive time: 200ms, 0.31%<br />Recursion: max depth 4, recursive inclusive time 350ms</p>","incl_time":0.2839408,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::collapse_jspon","$color":10,"excl_time":0.200156899955611,"$area":0.200156899955611},"id":"5318-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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::class_version_field","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"5319-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 1217 times from 1 place in 1 file<br />Inclusive time: 2.27ms, 0.00%<br />Exclusive time: 2.06ms, 0.00%</p>","incl_time":0.00226960000000003,"subname":"KiokuDB::Backend::Serialize::JSPON::Collapser::reserved_key","$color":10,"excl_time":0.00206140000000414,"$area":0.00206140000000414},"id":"5320-KiokuDB::Backend::Serialize::JSPON::Collapser::reserved_key"}],"data":{"$area":0.261505999955611},"id":"n5296"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::meta","$color":1,"excl_time":8.10000000023705e-06,"$area":8.10000000023705e-06},"id":"5322-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@10","$color":1,"excl_time":1.06999999998602e-05,"$area":1.06999999998602e-05},"id":"5323-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: 12&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@9","$color":1,"excl_time":1.19999999999549e-05,"$area":1.19999999999549e-05},"id":"5324-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: 12&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@6","$color":1,"excl_time":1.170000000039e-05,"$area":1.170000000039e-05},"id":"5325-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: 307&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003066,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@12","$color":1,"excl_time":9.09999999971638e-06,"$area":9.09999999971638e-06},"id":"5326-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.28ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0042758,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@4","$color":1,"excl_time":1.69000000000462e-05,"$area":1.69000000000462e-05},"id":"5327-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.06e-05,"subname":"KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@7","$color":1,"excl_time":8.99999999982297e-06,"$area":8.99999999982297e-06},"id":"5328-KiokuDB::Backend::Serialize::JSPON::Expander::BEGIN@7"}],"data":{"$area":7.75000000000276e-05},"id":"n5321"}],"data":{"$area":0.263638799955616},"id":"n5285"}],"data":{"$area":0.270552599955247},"id":"n5270"},{"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: 70&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":6.98e-05,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@7","$color":3,"excl_time":3.79999999996407e-05,"$area":3.79999999996407e-05},"id":"5331-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.75ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027533,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@4","$color":3,"excl_time":1.6900000000139e-05,"$area":1.6900000000139e-05},"id":"5332-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: 360&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003603,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@9","$color":3,"excl_time":1.04999999996002e-05,"$area":1.04999999996002e-05},"id":"5333-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: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"KiokuDB::Backend::Role::TXN::BEGIN@6","$color":3,"excl_time":1.08999999996893e-05,"$area":1.08999999996893e-05},"id":"5334-KiokuDB::Backend::Role::TXN::BEGIN@6"}],"data":{"$area":7.62999999990692e-05},"id":"n5330"},{"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.87ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0028693,"subname":"KiokuDB::Backend::Role::Query::GIN::BEGIN@4","$color":5,"excl_time":1.63000000000055e-05,"$area":1.63000000000055e-05},"id":"5337-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: 306&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003056,"subname":"KiokuDB::Backend::Role::Query::GIN::BEGIN@6","$color":5,"excl_time":1.00999999999959e-05,"$area":1.00999999999959e-05},"id":"5338-KiokuDB::Backend::Role::Query::GIN::BEGIN@6"}],"data":{"$area":2.64000000000015e-05},"id":"n5336"},{"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: 2.71ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027083,"subname":"KiokuDB::Backend::Role::Query::Simple::BEGIN@4","$color":7,"excl_time":1.70999999998841e-05,"$area":1.70999999998841e-05},"id":"5340-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: 300&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002996,"subname":"KiokuDB::Backend::Role::Query::Simple::BEGIN@6","$color":7,"excl_time":9.90000000027373e-06,"$area":9.90000000027373e-06},"id":"5341-KiokuDB::Backend::Role::Query::Simple::BEGIN@6"}],"data":{"$area":2.70000000001579e-05},"id":"n5339"}],"data":{"$area":5.34000000001593e-05},"id":"n5335"},{"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: 315&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003153,"subname":"KiokuDB::Backend::Role::UnicodeSafe::BEGIN@6","$color":9,"excl_time":1.08999999999065e-05,"$area":1.08999999999065e-05},"id":"5343-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.74ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.002739,"subname":"KiokuDB::Backend::Role::UnicodeSafe::BEGIN@4","$color":9,"excl_time":2.05999999999913e-05,"$area":2.05999999999913e-05},"id":"5344-KiokuDB::Backend::Role::UnicodeSafe::BEGIN@4"}],"data":{"$area":3.14999999998978e-05},"id":"n5342"},{"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: 311&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0003106,"subname":"KiokuDB::Backend::Role::GC::BEGIN@4","$color":0,"excl_time":2.29999999999455e-05,"$area":2.29999999999455e-05},"id":"5346-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.80ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.002798,"subname":"KiokuDB::Backend::Role::GC::BEGIN@2","$color":0,"excl_time":1.74999999999256e-05,"$area":1.74999999999256e-05},"id":"5347-KiokuDB::Backend::Role::GC::BEGIN@2"}],"data":{"$area":4.04999999998711e-05},"id":"n5345"},{"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: 2.70ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0027033,"subname":"KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@2","$color":2,"excl_time":1.67999999997419e-05,"$area":1.67999999997419e-05},"id":"5350-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: 301&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003009,"subname":"KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@4","$color":2,"excl_time":1.02000000001339e-05,"$area":1.02000000001339e-05},"id":"5351-KiokuDB::Backend::Role::Concurrency::POSIX::BEGIN@4"}],"data":{"$area":2.69999999998759e-05},"id":"n5349"}],"data":{"$area":2.69999999998759e-05},"id":"n5348"},{"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: 324&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003242,"subname":"KiokuDB::Backend::Role::Scan::BEGIN@11","$color":4,"excl_time":1.20000000002373e-05,"$area":1.20000000002373e-05},"id":"5353-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.34ms, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0023427,"subname":"KiokuDB::Backend::Role::Scan::BEGIN@4","$color":4,"excl_time":2.2200000000275e-05,"$area":2.2200000000275e-05},"id":"5354-KiokuDB::Backend::Role::Scan::BEGIN@4"}],"data":{"$area":3.42000000005122e-05},"id":"n5352"},{"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.98ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0029828,"subname":"KiokuDB::Backend::Role::Clear::BEGIN@4","$color":6,"excl_time":1.689999999959e-05,"$area":1.689999999959e-05},"id":"5356-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: 302&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003019,"subname":"KiokuDB::Backend::Role::Clear::BEGIN@6","$color":6,"excl_time":1.09999999995731e-05,"$area":1.09999999995731e-05},"id":"5357-KiokuDB::Backend::Role::Clear::BEGIN@6"}],"data":{"$area":2.78999999991631e-05},"id":"n5355"}],"data":{"$area":0.000290799999998549},"id":"n5329"},{"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.33ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0043259,"subname":"KiokuDB::Backend::DBI::Schema::BEGIN@10","$color":8,"excl_time":1.1700000000398e-05,"$area":1.1700000000398e-05},"id":"5360-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.11e-05,"subname":"KiokuDB::Backend::DBI::Schema::BEGIN@4","$color":8,"excl_time":1.11e-05,"$area":1.11e-05},"id":"5361-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: 304&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003038,"subname":"KiokuDB::Backend::DBI::Schema::BEGIN@12","$color":8,"excl_time":1.16999999997606e-05,"$area":1.16999999997606e-05},"id":"5362-KiokuDB::Backend::DBI::Schema::BEGIN@12"}],"data":{"$area":3.45000000001586e-05},"id":"n5359"},{"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: 21.7ms, 0.03%<br />Exclusive time: 541&micro;s, 0.00%</p>","incl_time":0.0216972,"subname":"KiokuDB::Backend::DBI::BEGIN@21","$color":10,"excl_time":0.000541499999999556,"$area":0.000541499999999556},"id":"5363-KiokuDB::Backend::DBI::BEGIN@21"},{"name":"insert","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::insert</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 813ms, 1.24%<br />Exclusive time: 229&micro;s, 0.00%</p>","incl_time":0.8130415,"subname":"KiokuDB::Backend::DBI::insert","$color":10,"excl_time":0.000228699999996751,"$area":0.000228699999996751},"id":"5364-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":2.6e-06,"subname":"KiokuDB::Backend::DBI::dsn","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5365-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: 79&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":7.94e-05,"subname":"KiokuDB::Backend::DBI::SchemaProto","$color":10,"excl_time":1.87999999997007e-05,"$area":1.87999999997007e-05},"id":"5366-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: 92&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":9.21e-05,"subname":"KiokuDB::Backend::DBI::_build_connect_info","$color":10,"excl_time":2.75000000000298e-05,"$area":2.75000000000298e-05},"id":"5367-KiokuDB::Backend::DBI::_build_connect_info"},{"name":"dbh_do","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::dbh_do</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 171ms, 0.26%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.1708552,"subname":"KiokuDB::Backend::DBI::dbh_do","$color":10,"excl_time":1.92999999927279e-05,"$area":1.92999999927279e-05},"id":"5368-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.17e-05,"subname":"KiokuDB::Backend::DBI::_build_dbic_attrs","$color":10,"excl_time":6.09999999964243e-06,"$area":6.09999999964243e-06},"id":"5369-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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"KiokuDB::Backend::DBI::meta","$color":10,"excl_time":7.29999999995662e-06,"$area":7.29999999995662e-06},"id":"5370-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: 55.6ms, 0.08%<br />Exclusive time: 275&micro;s, 0.00%</p>","incl_time":0.0556341,"subname":"KiokuDB::Backend::DBI::BEGIN@26","$color":10,"excl_time":0.00027459999999932,"$area":0.00027459999999932},"id":"5371-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":10,"excl_time":2.5e-06,"$area":2.5e-06},"id":"5372-KiokuDB::Backend::DBI::has_sqlite_fsync_mode"},{"name":"extract","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::extract</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"KiokuDB::Backend::DBI::extract","$color":10,"excl_time":6.5e-06,"$area":6.5e-06},"id":"5373-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.73ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0017294,"subname":"KiokuDB::Backend::DBI::BEGIN@12","$color":10,"excl_time":1.10000000003243e-05,"$area":1.10000000003243e-05},"id":"5374-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: 819&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0008192,"subname":"KiokuDB::Backend::DBI::BEGIN@33","$color":10,"excl_time":1.00000000000456e-05,"$area":1.00000000000456e-05},"id":"5375-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":4.5e-06,"subname":"KiokuDB::Backend::DBI::create","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"5376-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.2e-06,"subname":"KiokuDB::Backend::DBI::mysql_strict","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5377-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: 46&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"KiokuDB::Backend::DBI::ValidColumnName","$color":10,"excl_time":3.43999999994913e-05,"$area":3.43999999994913e-05},"id":"5378-KiokuDB::Backend::DBI::ValidColumnName"},{"name":"serializer","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::serializer</b></p><p><br />Called 1165 times from 2 places in 2 files<br />Inclusive time: 1.57ms, 0.00%</p>","incl_time":0.00157320000000001,"subname":"KiokuDB::Backend::DBI::serializer","$color":10,"excl_time":0.00157320000000001,"$area":0.00157320000000001},"id":"5379-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.3e-06,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:54]","$color":10,"excl_time":2.3e-06,"$area":2.3e-06},"id":"5380-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: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.29e-05,"subname":"KiokuDB::Backend::DBI::BEGIN@24","$color":10,"excl_time":1.01000000003891e-05,"$area":1.01000000003891e-05},"id":"5381-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.26ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0042599,"subname":"KiokuDB::Backend::DBI::BEGIN@10","$color":10,"excl_time":1.15999999995738e-05,"$area":1.15999999995738e-05},"id":"5382-KiokuDB::Backend::DBI::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::CORE:match</b></p><p><br />Called 2326 times from 1 place in 1 file<br />Inclusive time: 710&micro;s, 0.00%</p>","incl_time":0.000710099999999991,"subname":"KiokuDB::Backend::DBI::CORE:match","$color":10,"excl_time":0.000710099999999991,"$area":0.000710099999999991},"id":"5383-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"KiokuDB::Backend::DBI::BEGIN@27","$color":10,"excl_time":1.06000000001875e-05,"$area":1.06000000001875e-05},"id":"5384-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 1 time from 1 place in 1 file<br />Inclusive time: 442ms, 0.67%<br />Exclusive time: 13.1ms, 0.02%</p>","incl_time":0.4422912,"subname":"KiokuDB::Backend::DBI::entries_to_rows","$color":10,"excl_time":0.013057899996625,"$area":0.013057899996625},"id":"5385-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 1 time from 1 place in 1 file<br />Inclusive time: 171ms, 0.26%<br />Exclusive time: 233&micro;s, 0.00%</p>","incl_time":0.1707658,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:492]","$color":10,"excl_time":0.000232500000011765,"$area":0.000232500000011765},"id":"5386-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: 62&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":6.18e-05,"subname":"KiokuDB::Backend::DBI::kiokudb_entries_source_name","$color":10,"excl_time":3.02000000002016e-05,"$area":3.02000000002016e-05},"id":"5387-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: 141&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001406,"subname":"KiokuDB::Backend::DBI::BEGIN@23","$color":10,"excl_time":1.08000000001533e-05,"$area":1.08000000001533e-05},"id":"5388-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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"KiokuDB::Backend::DBI::_build_on_connect_call","$color":10,"excl_time":1.67000000000026e-05,"$area":1.67000000000026e-05},"id":"5389-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.85ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0038505,"subname":"KiokuDB::Backend::DBI::BEGIN@14","$color":10,"excl_time":1.3399999999851e-05,"$area":1.3399999999851e-05},"id":"5390-KiokuDB::Backend::DBI::BEGIN@14"},{"name":"_columns","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_columns</b></p><p><br />Called 1164 times from 2 places in 1 file<br />Inclusive time: 2.63ms, 0.00%<br />Exclusive time: 2.47ms, 0.00%</p>","incl_time":0.0026332,"subname":"KiokuDB::Backend::DBI::_columns","$color":10,"excl_time":0.00246820000000447,"$area":0.00246820000000447},"id":"5391-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":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5392-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: 460&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0004603,"subname":"KiokuDB::Backend::DBI::BEGIN@18","$color":10,"excl_time":1.36999999999254e-05,"$area":1.36999999999254e-05},"id":"5393-KiokuDB::Backend::DBI::BEGIN@18"},{"name":"prepare_insert","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::prepare_insert</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 402&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0004018,"subname":"KiokuDB::Backend::DBI::prepare_insert","$color":10,"excl_time":2.10999999991002e-05,"$area":2.10999999991002e-05},"id":"5394-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":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5395-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: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"KiokuDB::Backend::DBI::CORE:sort","$color":10,"excl_time":1.6e-06,"$area":1.6e-06},"id":"5396-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: 220&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0002204,"subname":"KiokuDB::Backend::DBI::default_typemap","$color":10,"excl_time":3.85999999928848e-05,"$area":3.85999999928848e-05},"id":"5397-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: 349ms, 0.53%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.3492055,"subname":"KiokuDB::Backend::DBI::new_from_dsn","$color":10,"excl_time":1.00999999997908e-05,"$area":1.00999999997908e-05},"id":"5398-KiokuDB::Backend::DBI::new_from_dsn"},{"name":"schema","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::schema</b></p><p><br />Called 8 times from 8 places in 2 files<br />Inclusive time: 28.0ms, 0.04%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0279941,"subname":"KiokuDB::Backend::DBI::schema","$color":10,"excl_time":4.08999999993237e-05,"$area":4.08999999993237e-05},"id":"5399-KiokuDB::Backend::DBI::schema"},{"name":"entry_to_row","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::entry_to_row</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 424ms, 0.65%<br />Exclusive time: 35.2ms, 0.05%</p>","incl_time":0.4242191,"subname":"KiokuDB::Backend::DBI::entry_to_row","$color":10,"excl_time":0.0352431999924699,"$area":0.0352431999924699},"id":"5400-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: 27.9ms, 0.04%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0279495,"subname":"KiokuDB::Backend::DBI::_build_schema","$color":10,"excl_time":7.28999999983077e-05,"$area":7.28999999983077e-05},"id":"5401-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: 43&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"KiokuDB::Backend::DBI::register_handle","$color":10,"excl_time":1.34000000002007e-05,"$area":1.34000000002007e-05},"id":"5402-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":10,"excl_time":2.8e-06,"$area":2.8e-06},"id":"5403-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: 31&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:135]","$color":10,"excl_time":1.09000000020195e-05,"$area":1.09000000020195e-05},"id":"5404-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.3e-06,"subname":"KiokuDB::Backend::DBI::_schema_proto","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"5405-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.56e-05,"subname":"KiokuDB::Backend::DBI::on_connect_call","$color":10,"excl_time":1.22000000001043e-05,"$area":1.22000000001043e-05},"id":"5406-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: 163&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0001633,"subname":"KiokuDB::Backend::DBI::_build__columns","$color":10,"excl_time":4.59000000065051e-05,"$area":4.59000000065051e-05},"id":"5407-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: 349ms, 0.53%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.3491954,"subname":"KiokuDB::Backend::DBI::new","$color":10,"excl_time":8.40999999994207e-05,"$area":8.40999999994207e-05},"id":"5408-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: 13.9ms, 0.02%<br />Exclusive time: 655&micro;s, 0.00%</p>","incl_time":0.0138612,"subname":"KiokuDB::Backend::DBI::BEGIN@28","$color":10,"excl_time":0.000654599999999821,"$area":0.000654599999999821},"id":"5409-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.46ms, 0.01%<br />Exclusive time: 586&micro;s, 0.00%</p>","incl_time":0.0094618,"subname":"KiokuDB::Backend::DBI::BEGIN@31","$color":10,"excl_time":0.000586100000000069,"$area":0.000586100000000069},"id":"5410-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: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.42e-05,"subname":"KiokuDB::Backend::DBI::dbic_attrs","$color":10,"excl_time":1.15000000001599e-05,"$area":1.15000000001599e-05},"id":"5411-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: 7.07ms, 0.01%<br />Exclusive time: 6.92ms, 0.01%</p>","incl_time":0.0070652,"subname":"KiokuDB::Backend::DBI::BEGIN@22","$color":10,"excl_time":0.00692120000000119,"$area":0.00692120000000119},"id":"5412-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: 2.75ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0027525,"subname":"KiokuDB::Backend::DBI::BEGIN@16","$color":10,"excl_time":1.20000000001876e-05,"$area":1.20000000001876e-05},"id":"5413-KiokuDB::Backend::DBI::BEGIN@16"},{"name":"prepare_update","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::prepare_update</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 163&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001628,"subname":"KiokuDB::Backend::DBI::prepare_update","$color":10,"excl_time":2.44000000026816e-05,"$area":2.44000000026816e-05},"id":"5414-KiokuDB::Backend::DBI::prepare_update"},{"name":"storage","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::storage</b></p><p><br />Called 13 times from 2 places in 2 files<br />Inclusive time: 76&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":7.62e-05,"subname":"KiokuDB::Backend::DBI::storage","$color":10,"excl_time":5.42999999927644e-05,"$area":5.42999999927644e-05},"id":"5415-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":10,"excl_time":7.00000000028918e-06,"$area":7.00000000028918e-06},"id":"5416-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":9.9e-06,"subname":"KiokuDB::Backend::DBI::BEGIN@4","$color":10,"excl_time":9.9e-06,"$area":9.9e-06},"id":"5417-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.4e-06,"subname":"KiokuDB::Backend::DBI::password","$color":10,"excl_time":2.4e-06,"$area":2.4e-06},"id":"5418-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":2.6e-06,"subname":"KiokuDB::Backend::DBI::user","$color":10,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5419-KiokuDB::Backend::DBI::user"},{"name":"serialize","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::serialize</b></p><p><br />Called 1163 times from 1 place in 1 file<br />Inclusive time: 360ms, 0.55%<br />Exclusive time: 12.0ms, 0.02%</p>","incl_time":0.360107199999999,"subname":"KiokuDB::Backend::DBI::serialize","$color":10,"excl_time":0.0120195999972152,"$area":0.0120195999972152},"id":"5420-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: 106&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001065,"subname":"KiokuDB::Backend::DBI::connect_info","$color":10,"excl_time":1.32999999997624e-05,"$area":1.32999999997624e-05},"id":"5421-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: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"KiokuDB::Backend::DBI::_build_storage","$color":10,"excl_time":6.89999999944439e-06,"$area":6.89999999944439e-06},"id":"5422-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: 206&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.000206,"subname":"KiokuDB::Backend::DBI::_build__ordered_columns","$color":10,"excl_time":2.06000000005529e-05,"$area":2.06000000005529e-05},"id":"5423-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: 75&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":7.53e-05,"subname":"KiokuDB::Backend::DBI::BEGIN@20","$color":10,"excl_time":1.65000000003076e-05,"$area":1.65000000003076e-05},"id":"5424-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: 28.0ms, 0.04%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0279893,"subname":"KiokuDB::Backend::DBI::BUILD","$color":10,"excl_time":1.11999999996629e-05,"$area":1.11999999996629e-05},"id":"5425-KiokuDB::Backend::DBI::BUILD"},{"name":"_ordered_columns","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::_ordered_columns</b></p><p><br />Called 4 times from 3 places in 1 file<br />Inclusive time: 242&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0002423,"subname":"KiokuDB::Backend::DBI::_ordered_columns","$color":10,"excl_time":3.45000000016851e-05,"$area":3.45000000016851e-05},"id":"5426-KiokuDB::Backend::DBI::_ordered_columns"},{"name":"insert_rows","children":[],"data":{"tip":"<p><b>KiokuDB::Backend::DBI::insert_rows</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 171ms, 0.26%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.1712741,"subname":"KiokuDB::Backend::DBI::insert_rows","$color":10,"excl_time":4.63000000030522e-05,"$area":4.63000000030522e-05},"id":"5427-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: 12.5ms, 0.02%<br />Exclusive time: 473&micro;s, 0.00%</p>","incl_time":0.0124569,"subname":"KiokuDB::Backend::DBI::BEGIN@30","$color":10,"excl_time":0.000472799999999725,"$area":0.000472799999999725},"id":"5428-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: 26&micro;s, 0.00%</p>","incl_time":5.61e-05,"subname":"KiokuDB::Backend::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/KiokuDB/Backend/DBI.pm:58]","$color":10,"excl_time":2.56000000006218e-05,"$area":2.56000000006218e-05},"id":"5429-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: 12.6ms, 0.02%<br />Exclusive time: 708&micro;s, 0.00%</p>","incl_time":0.0125722,"subname":"KiokuDB::Backend::DBI::BEGIN@29","$color":10,"excl_time":0.000707599999999997,"$area":0.000707599999999997},"id":"5430-KiokuDB::Backend::DBI::BEGIN@29"}],"data":{"$area":0.0766619999863139},"id":"n5358"}],"data":{"$area":0.348039899941557},"id":"n5256"}],"data":{"$area":1.79929079990409},"id":"n4591"},{"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: 73&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.32e-05,"subname":"Hash::Util::FieldHash::BEGIN@6","$color":1,"excl_time":1.35999999998405e-05,"$area":1.35999999998405e-05},"id":"5434-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: 23&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"Hash::Util::FieldHash::BEGIN@5","$color":1,"excl_time":1.34000000003786e-05,"$area":1.34000000003786e-05},"id":"5435-Hash::Util::FieldHash::BEGIN@5"},{"name":"_fieldhash","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::_fieldhash</b></p><p><br />Called 12 times from 4 places in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"Hash::Util::FieldHash::_fieldhash","$color":1,"excl_time":2.83e-05,"$area":2.83e-05},"id":"5436-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Hash::Util::FieldHash::_ob_reg","$color":1,"excl_time":5.5e-06,"$area":5.5e-06},"id":"5437-Hash::Util::FieldHash::_ob_reg"},{"name":"idhash","children":[],"data":{"tip":"<p><b>Hash::Util::FieldHash::idhash</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Hash::Util::FieldHash::idhash","$color":1,"excl_time":2.09999999973381e-05,"$area":2.09999999973381e-05},"id":"5438-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: 44&micro;s, 0.00%</p>","incl_time":4.36e-05,"subname":"Hash::Util::FieldHash::BEGIN@3","$color":1,"excl_time":4.36e-05,"$area":4.36e-05},"id":"5439-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: 70&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":7.02e-05,"subname":"Hash::Util::FieldHash::fieldhash","$color":1,"excl_time":4.32000000015551e-05,"$area":4.32000000015551e-05},"id":"5440-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: 17&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Hash::Util::FieldHash::BEGIN@4","$color":1,"excl_time":1.25000000000955e-05,"$area":1.25000000000955e-05},"id":"5441-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Hash::Util::FieldHash::Compat::BEGIN@6","$color":3,"excl_time":1.15999999998177e-05,"$area":1.15999999998177e-05},"id":"5443-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: 32&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"Hash::Util::FieldHash::Compat::BEGIN@5","$color":3,"excl_time":2.56000000000964e-05,"$area":2.56000000000964e-05},"id":"5444-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: 2.16ms, 0.00%<br />Exclusive time: 924&micro;s, 0.00%</p>","incl_time":0.0021611,"subname":"Hash::Util::FieldHash::Compat::BEGIN@8","$color":3,"excl_time":0.000923900000000617,"$area":0.000923900000000617},"id":"5445-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: 279&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0002794,"subname":"Hash::Util::FieldHash::Compat::BEGIN@10","$color":3,"excl_time":2.21999999999315e-05,"$area":2.21999999999315e-05},"id":"5446-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: 99&micro;s, 0.00%<br />Exclusive time: 82&micro;s, 0.00%</p>","incl_time":9.92e-05,"subname":"Hash::Util::FieldHash::Compat::import","$color":3,"excl_time":8.17000000006625e-05,"$area":8.17000000006625e-05},"id":"5447-Hash::Util::FieldHash::Compat::import"}],"data":{"$area":0.00106500000000112},"id":"n5442"}],"data":{"$area":0.00124610000000033},"id":"n5433"}],"data":{"$area":0.00124610000000033},"id":"n5432"}],"data":{"$area":0.00124610000000033},"id":"n5431"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"vars::BEGIN@8","$color":5,"excl_time":7.89999999999993e-06,"$area":7.89999999999993e-06},"id":"5449-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: 11.4ms, 0.02%<br />Exclusive time: 9.03ms, 0.01%</p>","incl_time":0.011379,"subname":"vars::import","$color":5,"excl_time":0.00902660000000725,"$area":0.00902660000000725},"id":"5450-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: 2.35ms, 0.00%</p>","incl_time":0.0023524,"subname":"vars::CORE:match","$color":5,"excl_time":0.0023524,"$area":0.0023524},"id":"5451-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: 378&micro;s, 0.00%<br />Exclusive time: 269&micro;s, 0.00%</p>","incl_time":0.0003783,"subname":"vars::BEGIN@7","$color":5,"excl_time":0.000269,"$area":0.000269},"id":"5452-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: 37&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"vars::BEGIN@3","$color":5,"excl_time":3.69e-05,"$area":3.69e-05},"id":"5453-vars::BEGIN@3"}],"data":{"$area":0.0116928000000073},"id":"n5448"},{"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: 13&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"CatalystX::Test::MockContext::mock_context","$color":7,"excl_time":1.33999999998317e-05,"$area":1.33999999998317e-05},"id":"5457-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: 65.8ms, 0.10%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0657688,"subname":"CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:30]","$color":7,"excl_time":5.89999999982271e-06,"$area":5.89999999982271e-06},"id":"5458-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: 68.1ms, 0.10%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0681186,"subname":"CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:32]","$color":7,"excl_time":1.34999999996388e-05,"$area":1.34999999996388e-05},"id":"5459-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: 5.26ms, 0.01%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0052566,"subname":"CatalystX::Test::MockContext::__ANON__[/Users/edenc/perl5/lib/perl5/CatalystX/Test/MockContext.pm:26]","$color":7,"excl_time":3.37999999996952e-05,"$area":3.37999999996952e-05},"id":"5460-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":4.1e-06,"subname":"CatalystX::Test::MockContext::BEGIN@5","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"5461-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: 392&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003916,"subname":"CatalystX::Test::MockContext::BEGIN@10","$color":7,"excl_time":1.30999999999407e-05,"$area":1.30999999999407e-05},"id":"5462-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: 45&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"CatalystX::Test::MockContext::BEGIN@4","$color":7,"excl_time":1.21999999997345e-05,"$area":1.21999999997345e-05},"id":"5463-CatalystX::Test::MockContext::BEGIN@4"}],"data":{"$area":9.59999999986636e-05},"id":"n5456"}],"data":{"$area":9.59999999986636e-05},"id":"n5455"}],"data":{"$area":9.59999999986636e-05},"id":"n5454"},{"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.25ms, 0.00%</p>","incl_time":0.0012534,"subname":"strict::bits","$color":9,"excl_time":0.0012534,"$area":0.0012534},"id":"5465-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.54ms, 0.00%<br />Exclusive time: 1.33ms, 0.00%</p>","incl_time":0.0025424,"subname":"strict::unimport","$color":9,"excl_time":0.00133189999999898,"$area":0.00133189999999898},"id":"5466-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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"strict::CORE:match","$color":9,"excl_time":9.7e-06,"$area":9.7e-06},"id":"5467-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: 23&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"strict::CORE:regcomp","$color":9,"excl_time":2.29e-05,"$area":2.29e-05},"id":"5468-strict::CORE:regcomp"},{"name":"import","children":[],"data":{"tip":"<p><b>strict::import</b></p><p><br />Called 768 times from 486 places in 473 files<br />Inclusive time: 3.73ms, 0.01%<br />Exclusive time: 3.69ms, 0.01%</p>","incl_time":0.0037261,"subname":"strict::import","$color":9,"excl_time":0.00369489999999982,"$area":0.00369489999999982},"id":"5469-strict::import"}],"data":{"$area":0.0063127999999988},"id":"n5464"},{"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: 3.27ms, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0032728,"subname":"Throwable::BEGIN@5","$color":0,"excl_time":2.17999999998848e-05,"$area":2.17999999998848e-05},"id":"5471-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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Throwable::BEGIN@2","$color":0,"excl_time":1.16e-05,"$area":1.16e-05},"id":"5472-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: 176&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001764,"subname":"Throwable::BEGIN@31","$color":0,"excl_time":1.54000000001443e-05,"$area":1.54000000001443e-05},"id":"5473-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":3.4e-06,"subname":"Throwable::X::__payload","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"5475-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: 572&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0005718,"subname":"Throwable::X::BEGIN@11","$color":2,"excl_time":1.99999999997868e-05,"$area":1.99999999997868e-05},"id":"5476-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.48ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0034753,"subname":"Throwable::X::BEGIN@5","$color":2,"excl_time":1.12000000000298e-05,"$area":1.12000000000298e-05},"id":"5477-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: 572&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0005722,"subname":"Throwable::X::BEGIN@14","$color":2,"excl_time":1.77000000002088e-05,"$area":1.77000000002088e-05},"id":"5478-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: 43&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":4.33e-05,"subname":"Throwable::X::BEGIN@1","$color":2,"excl_time":3.40000000001211e-05,"$area":3.40000000001211e-05},"id":"5479-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.90ms, 0.01%<br />Exclusive time: 1.13ms, 0.00%</p>","incl_time":0.0039006,"subname":"Throwable::X::BEGIN@9","$color":2,"excl_time":0.00113009999999955,"$area":0.00113009999999955},"id":"5480-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: 29&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Throwable::X::BEGIN@2.9","$color":2,"excl_time":1.56999999999592e-05,"$area":1.56999999999592e-05},"id":"5481-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: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Throwable::X::BEGIN@2","$color":2,"excl_time":1.26e-05,"$area":1.26e-05},"id":"5482-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.72ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0017159,"subname":"Throwable::X::Types::BEGIN@10","$color":4,"excl_time":1.06000000002014e-05,"$area":1.06000000002014e-05},"id":"5484-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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Throwable::X::Types::BEGIN@4","$color":4,"excl_time":6.3e-06,"$area":6.3e-06},"id":"5485-Throwable::X::Types::BEGIN@4"}],"data":{"$area":1.69000000002014e-05},"id":"n5483"}],"data":{"$area":0.00126159999999985},"id":"n5474"}],"data":{"$area":0.00131039999999988},"id":"n5470"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Class::Struct::Tie_ISA::TIEARRAY","$color":6,"excl_time":9.1e-06,"$area":9.1e-06},"id":"5489-Class::Struct::Tie_ISA::TIEARRAY"}],"data":{"$area":9.1e-06},"id":"n5488"},{"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: 60&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"Class::Struct::BEGIN@11","$color":8,"excl_time":9.69999999999925e-06,"$area":9.69999999999925e-06},"id":"5490-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: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"Class::Struct::BEGIN@188","$color":8,"excl_time":9.19999999999897e-06,"$area":9.19999999999897e-06},"id":"5491-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: 9&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Class::Struct::BEGIN@108","$color":8,"excl_time":8.6000000000015e-06,"$area":8.6000000000015e-06},"id":"5492-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: 31&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Class::Struct::BEGIN@99","$color":8,"excl_time":1.0200000000001e-05,"$area":1.0200000000001e-05},"id":"5493-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: 1.02ms, 0.00%<br />Exclusive time: 944&micro;s, 0.00%</p>","incl_time":0.0010186,"subname":"Class::Struct::struct","$color":8,"excl_time":0.000943799999999993,"$area":0.000943799999999993},"id":"5494-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: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Class::Struct::BEGIN@7","$color":8,"excl_time":9.89999999999925e-06,"$area":9.89999999999925e-06},"id":"5495-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.87ms, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0018688,"subname":"Class::Struct::import","$color":8,"excl_time":2.33000000000002e-05,"$area":2.33000000000002e-05},"id":"5496-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: 104&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001045,"subname":"Class::Struct::BEGIN@8","$color":8,"excl_time":8.29999999999886e-06,"$area":8.29999999999886e-06},"id":"5497-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":2.5e-06,"subname":"Class::Struct::CORE:match","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"5498-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: 54&micro;s, 0.00%</p>","incl_time":5.42e-05,"subname":"Class::Struct::BEGIN@5","$color":8,"excl_time":5.42e-05,"$area":5.42e-05},"id":"5499-Class::Struct::BEGIN@5"}],"data":{"$area":0.00108879999999999},"id":"n5487"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Class::C3::Adopt::NEXT::BEGIN@5","$color":10,"excl_time":8.6e-06,"$area":8.6e-06},"id":"5503-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: 3.68ms, 0.01%<br />Exclusive time: 3.13ms, 0.00%</p>","incl_time":0.0036807,"subname":"Class::C3::Adopt::NEXT::BEGIN@13","$color":10,"excl_time":0.00312890000000023,"$area":0.00312890000000023},"id":"5504-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: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Class::C3::Adopt::NEXT::BEGIN@14","$color":10,"excl_time":1.23e-05,"$area":1.23e-05},"id":"5505-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: 83&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":8.29e-05,"subname":"Class::C3::Adopt::NEXT::BEGIN@15","$color":10,"excl_time":1.70999999999953e-05,"$area":1.70999999999953e-05},"id":"5506-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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Class::C3::Adopt::NEXT::BEGIN@8","$color":10,"excl_time":7.3e-06,"$area":7.3e-06},"id":"5507-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: 45&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"Class::C3::Adopt::NEXT::BEGIN@27","$color":10,"excl_time":2.04999999999645e-05,"$area":2.04999999999645e-05},"id":"5508-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: 16&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Class::C3::Adopt::NEXT::import","$color":10,"excl_time":1.62e-05,"$area":1.62e-05},"id":"5509-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: 188&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001884,"subname":"Class::C3::Adopt::NEXT::BEGIN@16","$color":10,"excl_time":1.66999999998921e-05,"$area":1.66999999998921e-05},"id":"5510-Class::C3::Adopt::NEXT::BEGIN@16"}],"data":{"$area":0.00322760000000008},"id":"n5502"}],"data":{"$area":0.00322760000000008},"id":"n5501"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Class::C3::Componentised::CORE:qr","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"5512-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: 141&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0001409,"subname":"Class::C3::Componentised::inject_base","$color":1,"excl_time":7.29999999996573e-05,"$area":7.29999999996573e-05},"id":"5513-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: 1.92ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0019185,"subname":"Class::C3::Componentised::load_optional_class","$color":1,"excl_time":1.20999999971387e-05,"$area":1.20999999971387e-05},"id":"5514-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: 28.5ms, 0.04%<br />Exclusive time: 46&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 9.57ms</p>","incl_time":0.0284777,"subname":"Class::C3::Componentised::_load_components","$color":1,"excl_time":4.5700000000256e-05,"$area":4.5700000000256e-05},"id":"5515-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.7e-06,"subname":"Class::C3::Componentised::BEGIN@51","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"5516-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: 50&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Class::C3::Componentised::__ANON__[/Users/edenc/perl5/lib/perl5/Class/C3/Componentised.pm:199]","$color":1,"excl_time":5.01e-05,"$area":5.01e-05},"id":"5517-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: 30&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Class::C3::Componentised::BEGIN@198","$color":1,"excl_time":1.95000000001919e-05,"$area":1.95000000001919e-05},"id":"5518-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":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"5519-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Class::C3::Componentised::BEGIN@40","$color":1,"excl_time":1.3500000000422e-05,"$area":1.3500000000422e-05},"id":"5520-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: 28.5ms, 0.04%<br />Exclusive time: 53&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 9.60ms</p>","incl_time":0.0285048,"subname":"Class::C3::Componentised::load_components","$color":1,"excl_time":5.33999999999552e-05,"$area":5.33999999999552e-05},"id":"5521-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.18e-05,"subname":"Class::C3::Componentised::BEGIN@41","$color":1,"excl_time":7.40000000009552e-06,"$area":7.40000000009552e-06},"id":"5522-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.9e-06,"subname":"Class::C3::Componentised::CORE:match","$color":1,"excl_time":5.9e-06,"$area":5.9e-06},"id":"5523-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":1,"excl_time":8.49999999962668e-06,"$area":8.49999999962668e-06},"id":"5524-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: 54.7ms, 0.08%<br />Exclusive time: 18.0ms, 0.03%<br />Recursion: max depth 1, recursive inclusive time 9.39ms</p>","incl_time":0.0546649,"subname":"Class::C3::Componentised::ensure_class_loaded","$color":1,"excl_time":0.0179677999999818,"$area":0.0179677999999818},"id":"5525-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: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Class::C3::Componentised::BEGIN@133","$color":1,"excl_time":7.89999999986635e-06,"$area":7.89999999986635e-06},"id":"5526-Class::C3::Componentised::BEGIN@133"}],"data":{"$area":0.018274499999979},"id":"n5511"}],"data":{"$area":0.0215020999999791},"id":"n5500"},{"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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Class::XSAccessor::BEGIN@4","$color":3,"excl_time":9.90000000042283e-06,"$area":9.90000000042283e-06},"id":"5528-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: 428&micro;s, 0.00%<br />Exclusive time: 246&micro;s, 0.00%</p>","incl_time":0.0004281,"subname":"Class::XSAccessor::_generate_method","$color":3,"excl_time":0.000245799999983489,"$area":0.000245799999983489},"id":"5529-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.85ms, 0.00%<br />Exclusive time: 1.20ms, 0.00%</p>","incl_time":0.0018484,"subname":"Class::XSAccessor::import","$color":3,"excl_time":0.00120169999999034,"$area":0.00120169999999034},"id":"5530-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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Class::XSAccessor::BEGIN@80","$color":3,"excl_time":8.40000000009814e-06,"$area":8.40000000009814e-06},"id":"5531-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: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"Class::XSAccessor::BEGIN@5","$color":3,"excl_time":7.70000000024931e-06,"$area":7.70000000024931e-06},"id":"5532-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.5e-06,"subname":"Class::XSAccessor::END","$color":3,"excl_time":1.5e-06,"$area":1.5e-06},"id":"5533-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: 52&micro;s, 0.00%</p>","incl_time":5.17e-05,"subname":"Class::XSAccessor::BEGIN@2","$color":3,"excl_time":5.17e-05,"$area":5.17e-05},"id":"5534-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: 219&micro;s, 0.00%</p>","incl_time":0.0002186,"subname":"Class::XSAccessor::_make_hash","$color":3,"excl_time":0.0002186,"$area":0.0002186},"id":"5535-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: 484&micro;s, 0.00%<br />Exclusive time: 361&micro;s, 0.00%</p>","incl_time":0.0004838,"subname":"Class::XSAccessor::BEGIN@6","$color":3,"excl_time":0.000360899999999963,"$area":0.000360899999999963},"id":"5536-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: 159&micro;s, 0.00%</p>","incl_time":0.000159,"subname":"Class::XSAccessor::newxs_accessor","$color":3,"excl_time":0.000159,"$area":0.000159},"id":"5537-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: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Class::XSAccessor::BEGIN@3","$color":3,"excl_time":7.50000000042196e-06,"$area":7.50000000042196e-06},"id":"5538-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: 23&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Class::XSAccessor::CORE:match","$color":3,"excl_time":2.33e-05,"$area":2.33e-05},"id":"5539-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":9.8e-06,"subname":"Class::XSAccessor::BEGIN@7","$color":3,"excl_time":8.60000000018754e-06,"$area":8.60000000018754e-06},"id":"5540-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: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@6","$color":5,"excl_time":6.29999999976821e-06,"$area":6.29999999976821e-06},"id":"5542-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@7","$color":5,"excl_time":8.49999999978133e-06,"$area":8.49999999978133e-06},"id":"5543-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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@30","$color":5,"excl_time":7.7999999998646e-06,"$area":7.7999999998646e-06},"id":"5544-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: 20&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@4","$color":5,"excl_time":1.96e-05,"$area":1.96e-05},"id":"5545-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: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Class::XSAccessor::Heavy::BEGIN@5","$color":5,"excl_time":7.09999999981421e-06,"$area":7.09999999981421e-06},"id":"5546-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: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Class::XSAccessor::Heavy::BEGIN@27","$color":5,"excl_time":7.59999999977258e-06,"$area":7.59999999977258e-06},"id":"5547-Class::XSAccessor::Heavy::BEGIN@27"}],"data":{"$area":5.68999999990009e-05},"id":"n5541"}],"data":{"$area":0.00236149999997417},"id":"n5527"},{"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: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"Class::Data::Inheritable::BEGIN@4","$color":7,"excl_time":9.69999999964155e-06,"$area":9.69999999964155e-06},"id":"5550-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 6 times from 3 places in 2 files<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"Class::Data::Inheritable::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Data/Inheritable.pm:23]","$color":7,"excl_time":3.11999999997734e-05,"$area":3.11999999997734e-05},"id":"5551-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: 50&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"Class::Data::Inheritable::BEGIN@3","$color":7,"excl_time":2.41000000002458e-05,"$area":2.41000000002458e-05},"id":"5552-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.44e-05,"subname":"Class::Data::Inheritable::mk_classdata","$color":7,"excl_time":2.44e-05,"$area":2.44e-05},"id":"5553-Class::Data::Inheritable::mk_classdata"}],"data":{"$area":8.93999999996608e-05},"id":"n5549"}],"data":{"$area":8.93999999996608e-05},"id":"n5548"},{"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: 135&micro;s, 0.00%</p>","incl_time":0.0001345,"subname":"Class::Load::CORE:regcomp","$color":9,"excl_time":0.0001345,"$area":0.0001345},"id":"5555-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.79ms, 0.01%<br />Exclusive time: 966&micro;s, 0.00%</p>","incl_time":0.0037862,"subname":"Class::Load::BEGIN@9","$color":9,"excl_time":0.00096609999999998,"$area":0.00096609999999998},"id":"5556-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: 38&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"Class::Load::_error","$color":9,"excl_time":3.79e-05,"$area":3.79e-05},"id":"5557-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.90s, 5.95%<br />Exclusive time: 26.2ms, 0.04%<br />Recursion: max depth 6, recursive inclusive time 1.55s</p>","incl_time":3.9020192,"subname":"Class::Load::try_load_class","$color":9,"excl_time":0.0261637000000224,"$area":0.0261637000000224},"id":"5558-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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Class::Load::BEGIN@5","$color":9,"excl_time":1.6500000000006e-05,"$area":1.6500000000006e-05},"id":"5559-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: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Class::Load::CORE:qr","$color":9,"excl_time":7.5e-06,"$area":7.5e-06},"id":"5560-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: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Class::Load::BEGIN@6","$color":9,"excl_time":8.29999999999675e-06,"$area":8.29999999999675e-06},"id":"5561-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Class::Load::BEGIN@1","$color":9,"excl_time":1.53999999999965e-05,"$area":1.53999999999965e-05},"id":"5562-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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Class::Load::CORE:match","$color":9,"excl_time":8.5e-06,"$area":8.5e-06},"id":"5563-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.91s, 5.97%<br />Exclusive time: 15.9ms, 0.02%<br />Recursion: max depth 6, recursive inclusive time 1.55s</p>","incl_time":3.9105087,"subname":"Class::Load::load_class","$color":9,"excl_time":0.0159226000000338,"$area":0.0159226000000338},"id":"5564-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: 96&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":9.55e-05,"subname":"Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:183]","$color":9,"excl_time":5.75999999994098e-05,"$area":5.75999999994098e-05},"id":"5565-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: 396&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0003963,"subname":"Class::Load::load_optional_class","$color":9,"excl_time":3.08999999993737e-05,"$area":3.08999999993737e-05},"id":"5566-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: 69&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":6.87e-05,"subname":"Class::Load::_nonexistent_fail_re","$color":9,"excl_time":1.95000000005836e-05,"$area":1.95000000005836e-05},"id":"5567-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Class::Load::BEGIN@2","$color":9,"excl_time":8.30000000000688e-06,"$area":8.30000000000688e-06},"id":"5568-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: 6.79ms, 0.01%<br />Exclusive time: 407&micro;s, 0.00%</p>","incl_time":0.0067932,"subname":"Class::Load::load_first_existing_class","$color":9,"excl_time":0.000406800000001096,"$area":0.000406800000001096},"id":"5569-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.09ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.00209,"subname":"Class::Load::_croak","$color":9,"excl_time":1.91999999997387e-05,"$area":1.91999999997387e-05},"id":"5570-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: 82&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.24e-05,"subname":"Class::Load::BEGIN@7","$color":9,"excl_time":7.70000000000301e-06,"$area":7.70000000000301e-06},"id":"5571-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: 68&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.78e-05,"subname":"Class::Load::BEGIN@10","$color":9,"excl_time":1.54000000000059e-05,"$area":1.54000000000059e-05},"id":"5572-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: 7.89ms, 0.01%<br />Exclusive time: 821&micro;s, 0.00%</p>","incl_time":0.0078943,"subname":"Class::Load::BEGIN@8","$color":9,"excl_time":0.000820599999999998,"$area":0.000820599999999998},"id":"5573-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: 5.36s, 8.17%<br />Exclusive time: 2.16ms, 0.00%</p>","incl_time":5.3555245,"subname":"Class::Load::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Load.pm:180]","$color":9,"excl_time":0.00216340000000563,"$area":0.00216340000000563},"id":"5574-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: 55&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.46e-05,"subname":"Class::Load::BEGIN@16","$color":9,"excl_time":1.00999999999971e-05,"$area":1.00999999999971e-05},"id":"5575-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Class::Load::XS::BEGIN@7","$color":0,"excl_time":8.89999999999913e-06,"$area":8.89999999999913e-06},"id":"5577-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: 12.5ms, 0.02%</p>","incl_time":0.0124853,"subname":"Class::Load::XS::is_class_loaded","$color":0,"excl_time":0.0124853,"$area":0.0124853},"id":"5578-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: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"Class::Load::XS::BEGIN@6","$color":0,"excl_time":1.82000000000055e-05,"$area":1.82000000000055e-05},"id":"5579-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":6.3e-06,"subname":"Class::Load::XS::BEGIN@9","$color":0,"excl_time":6.3e-06,"$area":6.3e-06},"id":"5580-Class::Load::XS::BEGIN@9"}],"data":{"$area":0.0125187000000001},"id":"n5576"}],"data":{"$area":0.0593592000000621},"id":"n5554"},{"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: 23&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Class::Accessor::Grouped::CORE:subst","$color":2,"excl_time":2.3e-05,"$area":2.3e-05},"id":"5583-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1825)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"5584-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.2e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1828)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.2e-06,"$area":5.2e-06},"id":"5585-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: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Class::Accessor::Grouped::BEGIN@3","$color":2,"excl_time":7.49999999962843e-06,"$area":7.49999999962843e-06},"id":"5586-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: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Class::Accessor::Grouped::BEGIN@766","$color":2,"excl_time":6.80000000033169e-06,"$area":6.80000000033169e-06},"id":"5587-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: 24&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"Class::Accessor::Grouped::BEGIN@744","$color":2,"excl_time":1.19000000003795e-05,"$area":1.19000000003795e-05},"id":"5588-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1582)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5589-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.78e-05,"subname":"Class::Accessor::Grouped::BEGIN@37","$color":2,"excl_time":7.19999999958417e-06,"$area":7.19999999958417e-06},"id":"5590-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1586)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5591-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":5e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1821)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5e-06,"$area":5e-06},"id":"5592-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":2,"excl_time":6.80000000000438e-06,"$area":6.80000000000438e-06},"id":"5593-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: 191&micro;s, 0.00%<br />Exclusive time: 169&micro;s, 0.00%</p>","incl_time":0.0001912,"subname":"Class::Accessor::Grouped::set_inherited","$color":2,"excl_time":0.000168800000008238,"$area":0.000168800000008238},"id":"5594-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1826)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"5595-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.41ms, 0.01%<br />Exclusive time: 410&micro;s, 0.00%</p>","incl_time":0.0044055,"subname":"Class::Accessor::Grouped::make_group_accessor","$color":2,"excl_time":0.000410400000007076,"$area":0.000410400000007076},"id":"5596-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.00ms, 0.01%<br />Exclusive time: 3.52ms, 0.01%</p>","incl_time":0.0039951,"subname":"Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:810]","$color":2,"excl_time":0.00351750000000092,"$area":0.00351750000000092},"id":"5597-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 32 times from 6 places in 6 files<br />Inclusive time: 398&micro;s, 0.00%<br />Exclusive time: 337&micro;s, 0.00%</p>","incl_time":0.0003975,"subname":"Class::Accessor::Grouped::get_inherited","$color":2,"excl_time":0.000337400000015314,"$area":0.000337400000015314},"id":"5598-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.23ms, 0.01%<br />Exclusive time: 164&micro;s, 0.00%</p>","incl_time":0.0062316,"subname":"Class::Accessor::Grouped::mk_group_accessors","$color":2,"excl_time":0.000163899999999991,"$area":0.000163899999999991},"id":"5599-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.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1827)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5600-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":2,"excl_time":3.2e-06,"$area":3.2e-06},"id":"5601-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1819)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5602-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.1e-06,"subname":"Class::Accessor::Grouped::CORE:match","$color":2,"excl_time":1.1e-06,"$area":1.1e-06},"id":"5603-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: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"Class::Accessor::Grouped::get_super_paths","$color":2,"excl_time":1.03999999994869e-05,"$area":1.03999999994869e-05},"id":"5604-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.8e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1818)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"5605-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":4.8e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1822)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"5606-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":6.2e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1581)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":6.2e-06,"$area":6.2e-06},"id":"5607-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.6e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1820)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"5608-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.07ms, 0.01%<br />Exclusive time: 1.30ms, 0.00%</p>","incl_time":0.0060677,"subname":"Class::Accessor::Grouped::_mk_group_accessors","$color":2,"excl_time":0.00129720000000332,"$area":0.00129720000000332},"id":"5609-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1585)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5610-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":6.2e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1594)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":6.2e-06,"$area":6.2e-06},"id":"5611-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.7e-06,"subname":"Class::Accessor::Grouped::BEGIN@7","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"5612-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: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Class::Accessor::Grouped::BEGIN@765","$color":2,"excl_time":7.19999999977083e-06,"$area":7.19999999977083e-06},"id":"5613-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Class::Accessor::Grouped::BEGIN@793","$color":2,"excl_time":8.80000000000437e-06,"$area":8.80000000000437e-06},"id":"5614-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1595)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.7e-06,"$area":5.7e-06},"id":"5615-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1830)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5616-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.79e-05,"subname":"Class::Accessor::Grouped::BEGIN@249","$color":2,"excl_time":7.60000000042546e-06,"$area":7.60000000042546e-06},"id":"5617-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.1e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1832)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.1e-06,"$area":5.1e-06},"id":"5618-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: 185&micro;s, 0.00%<br />Exclusive time: 162&micro;s, 0.00%</p>","incl_time":0.0001846,"subname":"Class::Accessor::Grouped::__ANON__[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:606]","$color":2,"excl_time":0.000161600000000338,"$area":0.000161600000000338},"id":"5619-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: 20&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Class::Accessor::Grouped::BEGIN@38","$color":2,"excl_time":6.89999999991236e-06,"$area":6.89999999991236e-06},"id":"5620-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.4e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1583)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.4e-06,"$area":5.4e-06},"id":"5621-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.2e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1824)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.2e-06,"$area":5.2e-06},"id":"5622-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1596)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"5623-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":2,"excl_time":1.04e-05,"$area":1.04e-05},"id":"5624-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.9e-06,"subname":"Class::Accessor::Grouped::BEGIN@21","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"5625-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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1580)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":6.1e-06,"$area":6.1e-06},"id":"5626-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1584)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.3e-06,"$area":5.3e-06},"id":"5627-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1831)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.1e-06,"$area":5.1e-06},"id":"5628-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Class::Accessor::Grouped::BEGIN@2","$color":2,"excl_time":1.31999999998611e-05,"$area":1.31999999998611e-05},"id":"5629-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":5.8e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1598)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"5630-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.6e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1823)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"5631-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":4.9e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1587)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":4.9e-06,"$area":4.9e-06},"id":"5632-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.74ms, 0.00%<br />Exclusive time: 768&micro;s, 0.00%</p>","incl_time":0.0017407,"subname":"Class::Accessor::Grouped::BEGIN@529","$color":2,"excl_time":0.000768299999999794,"$area":0.000768299999999794},"id":"5633-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":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"5634-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.68e-05,"subname":"Class::Accessor::Grouped::BEGIN@297","$color":2,"excl_time":7.10000000033169e-06,"$area":7.10000000033169e-06},"id":"5635-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Class::Accessor::Grouped::__ANON__[(eval 1829)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"5636-Class::Accessor::Grouped::__ANON__[(eval 1829)[/Users/edenc/perl5/lib/perl5/Class/Accessor/Grouped.pm:807]:5]"}],"data":{"$area":0.00712350000003471},"id":"n5582"}],"data":{"$area":0.00712350000003471},"id":"n5581"},{"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.37ms, 0.00%</p>","incl_time":0.0013707,"subname":"Class::MOP::store_metaclass_by_name","$color":4,"excl_time":0.0013707,"$area":0.0013707},"id":"5638-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Class::MOP::BEGIN@11","$color":4,"excl_time":9.09999999999775e-06,"$area":9.09999999999775e-06},"id":"5639-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: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Class::MOP::BEGIN@20","$color":4,"excl_time":1.0000000000006e-05,"$area":1.0000000000006e-05},"id":"5640-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: 52&micro;s, 0.00%</p>","incl_time":5.25e-05,"subname":"Class::MOP::is_class_loaded","$color":4,"excl_time":5.25e-05,"$area":5.25e-05},"id":"5641-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: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"Class::MOP::BEGIN@18","$color":4,"excl_time":1.26999999999946e-05,"$area":1.26999999999946e-05},"id":"5642-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: 1.38ms, 0.00%</p>","incl_time":0.0013783,"subname":"Class::MOP::_definition_context","$color":4,"excl_time":0.0013783,"$area":0.0013783},"id":"5643-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 50203 times from 22 places in 13 files<br />Inclusive time: 69.8ms, 0.11%</p>","incl_time":0.06981739999999,"subname":"Class::MOP::get_metaclass_by_name","$color":4,"excl_time":0.06981739999999,"$area":0.06981739999999},"id":"5644-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: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Class::MOP::BEGIN@28","$color":4,"excl_time":1.69e-05,"$area":1.69e-05},"id":"5645-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: 960&micro;s, 0.00%<br />Exclusive time: 722&micro;s, 0.00%</p>","incl_time":0.0009602,"subname":"Class::MOP::BEGIN@24","$color":4,"excl_time":0.000721799999999973,"$area":0.000721799999999973},"id":"5646-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: 12&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Class::MOP::BEGIN@30","$color":4,"excl_time":1.25e-05,"$area":1.25e-05},"id":"5647-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: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Class::MOP::BEGIN@10","$color":4,"excl_time":8.19999999999888e-06,"$area":8.19999999999888e-06},"id":"5648-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: 1.11ms, 0.00%<br />Exclusive time: 602&micro;s, 0.00%</p>","incl_time":0.0011091,"subname":"Class::MOP::BEGIN@23","$color":4,"excl_time":0.000601599999999992,"$area":0.000601599999999992},"id":"5649-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: 766&micro;s, 0.00%</p>","incl_time":0.000766199999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:269]","$color":4,"excl_time":0.000766199999999999,"$area":0.000766199999999999},"id":"5650-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: 711&micro;s, 0.00%</p>","incl_time":0.000710999999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:177]","$color":4,"excl_time":0.000710999999999999,"$area":0.000710999999999999},"id":"5651-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: 25&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Class::MOP::BEGIN@13","$color":4,"excl_time":2.53e-05,"$area":2.53e-05},"id":"5652-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: 699&micro;s, 0.00%</p>","incl_time":0.000699499999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:249]","$color":4,"excl_time":0.000699499999999999,"$area":0.000699499999999999},"id":"5653-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: 57&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.67e-05,"subname":"Class::MOP::BEGIN@17","$color":4,"excl_time":1.1299999999999e-05,"$area":1.1299999999999e-05},"id":"5654-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: 61&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":6.08e-05,"subname":"Class::MOP::weaken_metaclass","$color":4,"excl_time":4.09000000005935e-05,"$area":4.09000000005935e-05},"id":"5655-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: 4.71ms, 0.01%<br />Exclusive time: 4.21ms, 0.01%</p>","incl_time":0.0047078,"subname":"Class::MOP::BEGIN@27","$color":4,"excl_time":0.0042128,"$area":0.0042128},"id":"5656-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: 333&micro;s, 0.00%</p>","incl_time":0.000332500000000002,"subname":"Class::MOP::__ANON__","$color":4,"excl_time":0.000332500000000002,"$area":0.000332500000000002},"id":"5657-Class::MOP::__ANON__"},{"name":"class_of","children":[],"data":{"tip":"<p><b>Class::MOP::class_of</b></p><p><br />Called 3578 times from 20 places in 11 files<br />Inclusive time: 23.1ms, 0.04%<br />Exclusive time: 19.9ms, 0.03%</p>","incl_time":0.0230651,"subname":"Class::MOP::class_of","$color":4,"excl_time":0.0199329000001343,"$area":0.0199329000001343},"id":"5658-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: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Class::MOP::BEGIN@3","$color":4,"excl_time":1.13e-05,"$area":1.13e-05},"id":"5659-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: 265&micro;s, 0.00%</p>","incl_time":0.0002653,"subname":"Class::MOP::load_class","$color":4,"excl_time":0.0002653,"$area":0.0002653},"id":"5660-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: 33.1ms, 0.05%<br />Exclusive time: 10.3ms, 0.02%</p>","incl_time":0.0330677,"subname":"Class::MOP::BEGIN@26","$color":4,"excl_time":0.010344,"$area":0.010344},"id":"5661-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: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.16e-05,"subname":"Class::MOP::BEGIN@21","$color":4,"excl_time":8.09999999999425e-06,"$area":8.09999999999425e-06},"id":"5662-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: 9.58ms, 0.01%<br />Exclusive time: 7.64ms, 0.01%</p>","incl_time":0.00958480000000001,"subname":"Class::MOP::metaclass_is_weak","$color":4,"excl_time":0.00763580000002265,"$area":0.00763580000002265},"id":"5663-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: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"Class::MOP::BEGIN@19","$color":4,"excl_time":7.89999999999926e-06,"$area":7.89999999999926e-06},"id":"5664-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.62ms, 0.00%<br />Exclusive time: 1.47ms, 0.00%</p>","incl_time":0.0026245,"subname":"Class::MOP::BEGIN@15","$color":4,"excl_time":0.00147279999999999,"$area":0.00147279999999999},"id":"5665-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: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Class::MOP::remove_metaclass_by_name","$color":4,"excl_time":1.5e-05,"$area":1.5e-05},"id":"5666-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: 8.87ms, 0.01%<br />Exclusive time: 2.54ms, 0.00%</p>","incl_time":0.0088662,"subname":"Class::MOP::BEGIN@25","$color":4,"excl_time":0.00253800000000002,"$area":0.00253800000000002},"id":"5667-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: 8.56ms, 0.01%</p>","incl_time":0.00856070000000005,"subname":"Class::MOP::get_code_info","$color":4,"excl_time":0.00856070000000005,"$area":0.00856070000000005},"id":"5668-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: 708&micro;s, 0.00%</p>","incl_time":0.000707699999999999,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:222]","$color":4,"excl_time":0.000707699999999999,"$area":0.000707699999999999},"id":"5669-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: 478&micro;s, 0.00%</p>","incl_time":0.0004779,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:286]","$color":4,"excl_time":0.0004779,"$area":0.0004779},"id":"5670-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.41ms, 0.00%</p>","incl_time":0.0014091,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:478]","$color":4,"excl_time":0.0014091,"$area":0.0014091},"id":"5671-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: 762&micro;s, 0.00%</p>","incl_time":0.0007625,"subname":"Class::MOP::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP.pm:132]","$color":4,"excl_time":0.0007625,"$area":0.0007625},"id":"5672-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: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Class::MOP::Method::BEGIN@3","$color":6,"excl_time":1.35e-05,"$area":1.35e-05},"id":"5674-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: 21.9ms, 0.03%<br />Exclusive time: 18.1ms, 0.03%</p>","incl_time":0.0218766000000001,"subname":"Class::MOP::Method::attach_to_class","$color":6,"excl_time":0.018087700000084,"$area":0.018087700000084},"id":"5675-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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"Class::MOP::Method::BEGIN@14","$color":6,"excl_time":8.19999999998713e-06,"$area":8.19999999998713e-06},"id":"5676-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: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"Class::MOP::Method::BEGIN@10","$color":6,"excl_time":8.79999999999025e-06,"$area":8.79999999999025e-06},"id":"5677-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: 9.84ms, 0.02%<br />Exclusive time: 1.75ms, 0.00%</p>","incl_time":0.0098401,"subname":"Class::MOP::Method::_new","$color":6,"excl_time":0.00175189999999995,"$area":0.00175189999999995},"id":"5678-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: 3.02ms, 0.00%</p>","incl_time":0.00301619999999998,"subname":"Class::MOP::Method::_set_original_method","$color":6,"excl_time":0.00301619999999998,"$area":0.00301619999999998},"id":"5679-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: 50&micro;s, 0.00%</p>","incl_time":5.02e-05,"subname":"Class::MOP::Method::original_method","$color":6,"excl_time":5.02e-05,"$area":5.02e-05},"id":"5680-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: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"Class::MOP::Method::BEGIN@13","$color":6,"excl_time":9.10000000000138e-06,"$area":9.10000000000138e-06},"id":"5681-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: 166ms, 0.25%<br />Exclusive time: 28.9ms, 0.04%</p>","incl_time":0.1655662,"subname":"Class::MOP::Method::wrap","$color":6,"excl_time":0.0288874000000716,"$area":0.0288874000000716},"id":"5682-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: 3.40ms, 0.01%</p>","incl_time":0.00339979999999999,"subname":"Class::MOP::Method::name","$color":6,"excl_time":0.00339979999999999,"$area":0.00339979999999999},"id":"5683-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: 1.03ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0010282,"subname":"Class::MOP::Method::BEGIN@16","$color":6,"excl_time":1.31000000000089e-05,"$area":1.31000000000089e-05},"id":"5684-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: 745ms, 1.14%<br />Exclusive time: 107&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 743ms</p>","incl_time":0.7447628,"subname":"Class::MOP::Method::execute","$color":6,"excl_time":0.000106500000001759,"$area":0.000106500000001759},"id":"5685-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: 2.23ms, 0.00%</p>","incl_time":0.0022328,"subname":"Class::MOP::Method::associated_metaclass","$color":6,"excl_time":0.0022328,"$area":0.0022328},"id":"5686-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: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"Class::MOP::Method::is_stub","$color":6,"excl_time":1.2e-06,"$area":1.2e-06},"id":"5687-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: 5.81ms, 0.01%</p>","incl_time":0.00580870000000001,"subname":"Class::MOP::Method::body","$color":6,"excl_time":0.00580870000000001,"$area":0.00580870000000001},"id":"5688-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: 34.2ms, 0.05%<br />Exclusive time: 27.8ms, 0.04%</p>","incl_time":0.0341597,"subname":"Class::MOP::Method::clone","$color":6,"excl_time":0.0278393000001014,"$area":0.0278393000001014},"id":"5689-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: 3.15ms, 0.00%</p>","incl_time":0.00315469999999999,"subname":"Class::MOP::Method::package_name","$color":6,"excl_time":0.00315469999999999,"$area":0.00315469999999999},"id":"5690-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Class::MOP::Method::BEGIN@11","$color":6,"excl_time":7.699999999993e-06,"$area":7.699999999993e-06},"id":"5691-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: 85&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":8.5e-05,"subname":"Class::MOP::Method::BEGIN@21","$color":6,"excl_time":1.89999999999895e-05,"$area":1.89999999999895e-05},"id":"5692-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: 26&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"Class::MOP::Method::detach_from_class","$color":6,"excl_time":2.59e-05,"$area":2.59e-05},"id":"5693-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: 91&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.11e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@15","$color":8,"excl_time":8.79999999999264e-06,"$area":8.79999999999264e-06},"id":"5695-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: 50&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.96e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@13","$color":8,"excl_time":7.60000000001351e-06,"$area":7.60000000001351e-06},"id":"5696-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: 14&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@2","$color":8,"excl_time":1.45e-05,"$area":1.45e-05},"id":"5697-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: 37&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@12","$color":8,"excl_time":7.60000000001213e-06,"$area":7.60000000001213e-06},"id":"5698-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.54ms, 0.01%<br />Exclusive time: 773&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 668&micro;s</p>","incl_time":0.0035382,"subname":"Class::MOP::Method::Inlined::_uninlined_body","$color":8,"excl_time":0.000773399999978892,"$area":0.000773399999978892},"id":"5699-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@10","$color":8,"excl_time":7.59999999998725e-06,"$area":7.59999999998725e-06},"id":"5700-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@9","$color":8,"excl_time":9.20000000000938e-06,"$area":9.20000000000938e-06},"id":"5701-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: 33.5ms, 0.05%<br />Exclusive time: 8.55ms, 0.01%</p>","incl_time":0.0335301,"subname":"Class::MOP::Method::Inlined::can_be_inlined","$color":8,"excl_time":0.00854829999998496,"$area":0.00854829999998496},"id":"5702-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: 310&micro;s, 0.00%</p>","incl_time":0.0003096,"subname":"Class::MOP::Method::Inlined::_expected_method_class","$color":8,"excl_time":0.0003096,"$area":0.0003096},"id":"5703-Class::MOP::Method::Inlined::_expected_method_class"}],"data":{"$area":0.00968659999996387},"id":"n5694"},{"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: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.45e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@13","$color":10,"excl_time":9.30000000000476e-06,"$area":9.30000000000476e-06},"id":"5705-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: 108ms, 0.17%<br />Exclusive time: 1.46ms, 0.00%</p>","incl_time":0.1084645,"subname":"Class::MOP::Method::Constructor::_eval_environment","$color":10,"excl_time":0.00146110000000647,"$area":0.00146110000000647},"id":"5706-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: 443&micro;s, 0.00%</p>","incl_time":0.0004433,"subname":"Class::MOP::Method::Constructor::options","$color":10,"excl_time":0.0004433,"$area":0.0004433},"id":"5707-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: 85.1ms, 0.13%<br />Exclusive time: 976&micro;s, 0.00%</p>","incl_time":0.0851276,"subname":"Class::MOP::Method::Constructor::new","$color":10,"excl_time":0.000976000000000395,"$area":0.000976000000000395},"id":"5708-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: 687ms, 1.05%<br />Exclusive time: 8.59ms, 0.01%</p>","incl_time":0.6868722,"subname":"Class::MOP::Method::Constructor::_generate_constructor_method_inline","$color":10,"excl_time":0.00858950000003152,"$area":0.00858950000003152},"id":"5709-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: 951&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0009507,"subname":"Class::MOP::Method::Constructor::BEGIN@17","$color":10,"excl_time":9.1999999999883e-06,"$area":9.1999999999883e-06},"id":"5710-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: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@3","$color":10,"excl_time":1.27e-05,"$area":1.27e-05},"id":"5711-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: 203&micro;s, 0.00%</p>","incl_time":0.0002032,"subname":"Class::MOP::Method::Constructor::associated_metaclass","$color":10,"excl_time":0.0002032,"$area":0.0002032},"id":"5712-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: 751&micro;s, 0.00%</p>","incl_time":0.0007507,"subname":"Class::MOP::Method::Constructor::_new","$color":10,"excl_time":0.0007507,"$area":0.0007507},"id":"5713-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: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@11","$color":10,"excl_time":9.89999999999e-06,"$area":9.89999999999e-06},"id":"5714-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: 239ms, 0.37%<br />Exclusive time: 871&micro;s, 0.00%</p>","incl_time":0.2392543,"subname":"Class::MOP::Method::Constructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Constructor.pm:111]","$color":10,"excl_time":0.000871099999991435,"$area":0.000871099999991435},"id":"5715-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: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@14","$color":10,"excl_time":9.40000000001013e-06,"$area":9.40000000001013e-06},"id":"5716-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: 83.2ms, 0.13%<br />Exclusive time: 406&micro;s, 0.00%</p>","incl_time":0.0832304,"subname":"Class::MOP::Method::Constructor::_initialize_body","$color":10,"excl_time":0.000405699999999747,"$area":0.000405699999999747},"id":"5717-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: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@10","$color":10,"excl_time":1.08999999999871e-05,"$area":1.08999999999871e-05},"id":"5718-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: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@15","$color":10,"excl_time":8.79999999999376e-06,"$area":8.79999999999376e-06},"id":"5719-Class::MOP::Method::Constructor::BEGIN@15"}],"data":{"$area":0.0137708000000295},"id":"n5704"},{"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: 100&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001002,"subname":"Class::MOP::Method::Generated::BEGIN@16","$color":1,"excl_time":1.31999999999963e-05,"$area":1.31999999999963e-05},"id":"5721-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: 49&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"Class::MOP::Method::Generated::BEGIN@13","$color":1,"excl_time":8.40000000000976e-06,"$area":8.40000000000976e-06},"id":"5722-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: 1.36ms, 0.00%</p>","incl_time":0.00135669999999999,"subname":"Class::MOP::Method::Generated::definition_context","$color":1,"excl_time":0.00135669999999999,"$area":0.00135669999999999},"id":"5723-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: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Class::MOP::Method::Generated::BEGIN@3","$color":1,"excl_time":1.22e-05,"$area":1.22e-05},"id":"5724-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: 16.7ms, 0.03%<br />Exclusive time: 15.4ms, 0.02%</p>","incl_time":0.0167158,"subname":"Class::MOP::Method::Generated::_generate_description","$color":1,"excl_time":0.0153590999999493,"$area":0.0153590999999493},"id":"5725-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: 1.45ms, 0.00%</p>","incl_time":0.001448,"subname":"Class::MOP::Method::Generated::is_inline","$color":1,"excl_time":0.001448,"$area":0.001448},"id":"5726-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: 751ms, 1.15%<br />Exclusive time: 27.6ms, 0.04%</p>","incl_time":0.7506946,"subname":"Class::MOP::Method::Generated::_compile_code","$color":1,"excl_time":0.0275967000000519,"$area":0.0275967000000519},"id":"5727-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Class::MOP::Method::Generated::BEGIN@11","$color":1,"excl_time":7.999999999993e-06,"$area":7.999999999993e-06},"id":"5728-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Class::MOP::Method::Generated::BEGIN@10","$color":1,"excl_time":1.75999999999931e-05,"$area":1.75999999999931e-05},"id":"5729-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: 7.48ms, 0.01%<br />Exclusive time: 1.58ms, 0.00%</p>","incl_time":0.0074782,"subname":"Class::MOP::Method::Generated::BEGIN@14","$color":1,"excl_time":0.0015837,"$area":0.0015837},"id":"5730-Class::MOP::Method::Generated::BEGIN@14"}],"data":{"$area":0.0474036000000011},"id":"n5720"},{"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: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.36e-05,"subname":"Class::MOP::Method::Meta::BEGIN@13","$color":3,"excl_time":9.09999999999713e-06,"$area":9.09999999999713e-06},"id":"5732-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: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"Class::MOP::Method::Meta::BEGIN@14","$color":3,"excl_time":8.69999999999587e-06,"$area":8.69999999999587e-06},"id":"5733-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: 3.55ms, 0.01%<br />Exclusive time: 3.09ms, 0.00%</p>","incl_time":0.0035498,"subname":"Class::MOP::Method::Meta::_generate_meta_method","$color":3,"excl_time":0.00308989999999405,"$area":0.00308989999999405},"id":"5734-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Class::MOP::Method::Meta::BEGIN@11","$color":3,"excl_time":8.0000000000055e-06,"$area":8.0000000000055e-06},"id":"5735-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: 2.79ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.002794,"subname":"Class::MOP::Method::Meta::BEGIN@18","$color":3,"excl_time":1.29999999999944e-05,"$area":1.29999999999944e-05},"id":"5736-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: 64&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.37e-05,"subname":"Class::MOP::Method::Meta::BEGIN@16","$color":3,"excl_time":9.19999999998713e-06,"$area":9.19999999998713e-06},"id":"5737-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: 125ms, 0.19%<br />Exclusive time: 9.68ms, 0.01%</p>","incl_time":0.1247051,"subname":"Class::MOP::Method::Meta::wrap","$color":3,"excl_time":0.00967640000001853,"$area":0.00967640000001853},"id":"5738-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: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Class::MOP::Method::Meta::BEGIN@3","$color":3,"excl_time":1.05e-05,"$area":1.05e-05},"id":"5739-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: 144&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0001443,"subname":"Class::MOP::Method::Meta::_make_compatible_with","$color":3,"excl_time":6.38999999994644e-05,"$area":6.38999999994644e-05},"id":"5740-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: 11&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Class::MOP::Method::Meta::BEGIN@10","$color":3,"excl_time":8.00000000000275e-06,"$area":8.00000000000275e-06},"id":"5741-Class::MOP::Method::Meta::BEGIN@10"}],"data":{"$area":0.012896700000012},"id":"n5731"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@10","$color":5,"excl_time":1.06000000000103e-05,"$area":1.06000000000103e-05},"id":"5743-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: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.61e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@13","$color":5,"excl_time":9.69999999999801e-06,"$area":9.69999999999801e-06},"id":"5744-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 39050 times from 1 place in 1 file<br />Inclusive time: 1.33s, 2.03%<br />Exclusive time: 121ms, 0.19%<br />Recursion: max depth 3, recursive inclusive time 1.52ms</p>","incl_time":1.33062079999998,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:162]","$color":5,"excl_time":0.121288699984639,"$area":0.121288699984639},"id":"5745-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: 165&micro;s, 0.00%<br />Exclusive time: 115&micro;s, 0.00%</p>","incl_time":0.000165000000000001,"subname":"Class::MOP::Method::Wrapped::get_original_method","$color":5,"excl_time":0.000114800000001555,"$area":0.000114800000001555},"id":"5746-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: 7.34ms, 0.01%<br />Exclusive time: 3.54ms, 0.01%</p>","incl_time":0.0073356,"subname":"Class::MOP::Method::Wrapped::_new","$color":5,"excl_time":0.00354250000000045,"$area":0.00354250000000045},"id":"5747-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: 98&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":9.82e-05,"subname":"Class::MOP::Method::Wrapped::add_after_modifier","$color":5,"excl_time":4.91000000003089e-05,"$area":4.91000000003089e-05},"id":"5748-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: 339&micro;s, 0.00%<br />Exclusive time: 167&micro;s, 0.00%</p>","incl_time":0.0003387,"subname":"Class::MOP::Method::Wrapped::add_before_modifier","$color":5,"excl_time":0.000167400000000792,"$area":0.000167400000000792},"id":"5749-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.58ms, 0.00%</p>","incl_time":0.0015811,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:164]","$color":5,"excl_time":0.0015811,"$area":0.0015811},"id":"5750-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: 13&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@3","$color":5,"excl_time":1.3e-05,"$area":1.3e-05},"id":"5751-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: 23.3ms, 0.04%<br />Exclusive time: 7.93ms, 0.01%</p>","incl_time":0.023254,"subname":"Class::MOP::Method::Wrapped::wrap","$color":5,"excl_time":0.00793290000002006,"$area":0.00793290000002006},"id":"5752-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: 96&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.56e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@16","$color":5,"excl_time":8.29999999998764e-06,"$area":8.29999999998764e-06},"id":"5753-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: 21&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@11","$color":5,"excl_time":1.02999999999947e-05,"$area":1.02999999999947e-05},"id":"5754-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: 14.5ms, 0.02%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.0144566,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:66]","$color":5,"excl_time":7.69000000000047e-05,"$area":7.69000000000047e-05},"id":"5755-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: 2.29ms, 0.00%</p>","incl_time":0.0022888,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:71]","$color":5,"excl_time":0.0022888,"$area":0.0022888},"id":"5756-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: 534ms, 0.82%<br />Exclusive time: 284&micro;s, 0.00%</p>","incl_time":0.534108,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:45]","$color":5,"excl_time":0.000284300000001198,"$area":0.000284300000001198},"id":"5757-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: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@14","$color":5,"excl_time":8.3999999999865e-06,"$area":8.3999999999865e-06},"id":"5758-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: 4.99ms, 0.01%<br />Exclusive time: 2.54ms, 0.00%</p>","incl_time":0.0049912,"subname":"Class::MOP::Method::Wrapped::add_around_modifier","$color":5,"excl_time":0.00254419999999533,"$area":0.00254419999999533},"id":"5759-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 45 times from 1 place in 1 file<br />Inclusive time: 3.92s, 5.98%<br />Exclusive time: 644&micro;s, 0.00%</p>","incl_time":3.9163548,"subname":"Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:51]","$color":5,"excl_time":0.000644200000009315,"$area":0.000644200000009315},"id":"5760-Class::MOP::Method::Wrapped::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Wrapped.pm:51]"}],"data":{"$area":0.140575199984668},"id":"n5742"},{"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: 130&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001302,"subname":"Class::MOP::Method::Overload::BEGIN@15","$color":7,"excl_time":1.26000000000045e-05,"$area":1.26000000000045e-05},"id":"5762-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: 30&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"Class::MOP::Method::Overload::BEGIN@3","$color":7,"excl_time":2.99e-05,"$area":2.99e-05},"id":"5763-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: 28&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"Class::MOP::Method::Overload::BEGIN@11","$color":7,"excl_time":1.43000000000061e-05,"$area":1.43000000000061e-05},"id":"5764-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: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Class::MOP::Method::Overload::BEGIN@10","$color":7,"excl_time":1.52999999999872e-05,"$area":1.52999999999872e-05},"id":"5765-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: 85&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":8.5e-05,"subname":"Class::MOP::Method::Overload::BEGIN@13","$color":7,"excl_time":2.11999999999972e-05,"$area":2.11999999999972e-05},"id":"5766-Class::MOP::Method::Overload::BEGIN@13"}],"data":{"$area":9.32999999999951e-05},"id":"n5761"},{"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: 179&micro;s, 0.00%</p>","incl_time":0.0001786,"subname":"Class::MOP::Method::Accessor::_inline_throw_error","$color":9,"excl_time":0.0001786,"$area":0.0001786},"id":"5768-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: 33.4ms, 0.05%<br />Exclusive time: 593&micro;s, 0.00%</p>","incl_time":0.0333808,"subname":"Class::MOP::Method::Accessor::_generate_writer_method_inline","$color":9,"excl_time":0.000593200000000472,"$area":0.000593200000000472},"id":"5769-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@11","$color":9,"excl_time":1.209999999999e-05,"$area":1.209999999999e-05},"id":"5770-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: 708&micro;s, 0.00%<br />Exclusive time: 589&micro;s, 0.00%</p>","incl_time":0.0007081,"subname":"Class::MOP::Method::Accessor::_generate_reader_method","$color":9,"excl_time":0.000589099999999909,"$area":0.000589099999999909},"id":"5771-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: 533ms, 0.81%<br />Exclusive time: 7.04ms, 0.01%</p>","incl_time":0.5328716,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:154]","$color":9,"excl_time":0.00704339999997855,"$area":0.00704339999997855},"id":"5772-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: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@3","$color":9,"excl_time":1.23e-05,"$area":1.23e-05},"id":"5773-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: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@15","$color":9,"excl_time":9.00000000001088e-06,"$area":9.00000000001088e-06},"id":"5774-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: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@10","$color":9,"excl_time":1.14000000000045e-05,"$area":1.14000000000045e-05},"id":"5775-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: 239ms, 0.36%<br />Exclusive time: 11.9ms, 0.02%</p>","incl_time":0.2391393,"subname":"Class::MOP::Method::Accessor::_new","$color":9,"excl_time":0.011923200000006,"$area":0.011923200000006},"id":"5776-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: 244&micro;s, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.0002442,"subname":"Class::MOP::Method::Accessor::_generate_accessor_method","$color":9,"excl_time":0.00020920000000027,"$area":0.00020920000000027},"id":"5777-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: 43&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"Class::MOP::Method::Accessor::_generate_writer_method","$color":9,"excl_time":3.58999999999681e-05,"$area":3.58999999999681e-05},"id":"5778-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: 964ms, 1.47%<br />Exclusive time: 16.3ms, 0.02%</p>","incl_time":0.9638327,"subname":"Class::MOP::Method::Accessor::_initialize_body","$color":9,"excl_time":0.0162757999999778,"$area":0.0162757999999778},"id":"5779-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: 555ms, 0.85%<br />Exclusive time: 7.85ms, 0.01%</p>","incl_time":0.5546954,"subname":"Class::MOP::Method::Accessor::_generate_reader_method_inline","$color":9,"excl_time":0.00785210000000285,"$area":0.00785210000000285},"id":"5780-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: 177&micro;s, 0.00%<br />Exclusive time: 153&micro;s, 0.00%</p>","incl_time":0.0001775,"subname":"Class::MOP::Method::Accessor::_generate_predicate_method","$color":9,"excl_time":0.000152700000000175,"$area":0.000152700000000175},"id":"5781-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: 6.58ms, 0.01%</p>","incl_time":0.00658460000000002,"subname":"Class::MOP::Method::Accessor::associated_attribute","$color":9,"excl_time":0.00658460000000002,"$area":0.00658460000000002},"id":"5782-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: 31.8ms, 0.05%<br />Exclusive time: 409&micro;s, 0.00%</p>","incl_time":0.0318013,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:184]","$color":9,"excl_time":0.000408599999997562,"$area":0.000408599999997562},"id":"5783-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: 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@14","$color":9,"excl_time":8.30000000000925e-06,"$area":8.30000000000925e-06},"id":"5784-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.98ms, 0.00%</p>","incl_time":0.0019833,"subname":"Class::MOP::Method::Accessor::accessor_type","$color":9,"excl_time":0.0019833,"$area":0.0019833},"id":"5785-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: 1.32s, 2.01%<br />Exclusive time: 35.6ms, 0.05%</p>","incl_time":1.3176469,"subname":"Class::MOP::Method::Accessor::new","$color":9,"excl_time":0.0356277999999385,"$area":0.0356277999999385},"id":"5786-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: 193ms, 0.30%<br />Exclusive time: 2.72ms, 0.00%</p>","incl_time":0.1934404,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:120]","$color":9,"excl_time":0.00271639999999744,"$area":0.00271639999999744},"id":"5787-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: 8.33ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0083281,"subname":"Class::MOP::Method::Accessor::BEGIN@17","$color":9,"excl_time":8.69999999999517e-06,"$area":8.69999999999517e-06},"id":"5788-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: 45.0ms, 0.07%<br />Exclusive time: 1.44ms, 0.00%</p>","incl_time":0.0449972,"subname":"Class::MOP::Method::Accessor::_generate_clearer_method_inline","$color":9,"excl_time":0.001444500000006,"$area":0.001444500000006},"id":"5789-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: 202ms, 0.31%<br />Exclusive time: 3.02ms, 0.00%</p>","incl_time":0.2017644,"subname":"Class::MOP::Method::Accessor::_generate_accessor_method_inline","$color":9,"excl_time":0.00301830000001884,"$area":0.00301830000001884},"id":"5790-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: 55&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@13","$color":9,"excl_time":9.69999999999326e-06,"$area":9.69999999999326e-06},"id":"5791-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: 85.4ms, 0.13%<br />Exclusive time: 2.57ms, 0.00%</p>","incl_time":0.0854404,"subname":"Class::MOP::Method::Accessor::_generate_predicate_method_inline","$color":9,"excl_time":0.00256510000001706,"$area":0.00256510000001706},"id":"5792-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: 41.3ms, 0.06%<br />Exclusive time: 847&micro;s, 0.00%</p>","incl_time":0.0412635,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:234]","$color":9,"excl_time":0.000847400000001267,"$area":0.000847400000001267},"id":"5793-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: 79.0ms, 0.12%<br />Exclusive time: 1.46ms, 0.00%</p>","incl_time":0.0789537,"subname":"Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:209]","$color":9,"excl_time":0.00145629999999407,"$area":0.00145629999999407},"id":"5794-Class::MOP::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Method/Accessor.pm:209]"}],"data":{"$area":0.101576999999937},"id":"n5767"}],"data":{"$area":0.42044489998487},"id":"n5673"},{"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: 4.14ms, 0.01%<br />Exclusive time: 439&micro;s, 0.00%</p>","incl_time":0.0041354,"subname":"Class::MOP::Mixin::meta","$color":0,"excl_time":0.000439300000000076,"$area":0.000439300000000076},"id":"5796-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: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Class::MOP::Mixin::BEGIN@9","$color":0,"excl_time":8.29999999998837e-06,"$area":8.29999999998837e-06},"id":"5797-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: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Class::MOP::Mixin::BEGIN@12","$color":0,"excl_time":7.19999999999888e-06,"$area":7.19999999999888e-06},"id":"5798-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: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Class::MOP::Mixin::BEGIN@2","$color":0,"excl_time":1.11e-05,"$area":1.11e-05},"id":"5799-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Class::MOP::Mixin::BEGIN@10","$color":0,"excl_time":6.99999999999787e-06,"$area":6.99999999999787e-06},"id":"5800-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: 14.9ms, 0.02%</p>","incl_time":0.0148709999999992,"subname":"Class::MOP::Mixin::AttributeCore::init_arg","$color":2,"excl_time":0.0148709999999992,"$area":0.0148709999999992},"id":"5802-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: 2.06ms, 0.00%</p>","incl_time":0.0020587,"subname":"Class::MOP::Mixin::AttributeCore::has_writer","$color":2,"excl_time":0.0020587,"$area":0.0020587},"id":"5803-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: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@9","$color":2,"excl_time":1.10000000000055e-05,"$area":1.10000000000055e-05},"id":"5804-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: 1.30ms, 0.00%</p>","incl_time":0.00130009999999999,"subname":"Class::MOP::Mixin::AttributeCore::definition_context","$color":2,"excl_time":0.00130009999999999,"$area":0.00130009999999999},"id":"5805-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: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@2","$color":2,"excl_time":1.42e-05,"$area":1.42e-05},"id":"5806-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: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@10","$color":2,"excl_time":9.39999999999575e-06,"$area":9.39999999999575e-06},"id":"5807-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: 175&micro;s, 0.00%</p>","incl_time":0.0001746,"subname":"Class::MOP::Mixin::AttributeCore::builder","$color":2,"excl_time":0.0001746,"$area":0.0001746},"id":"5808-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.67ms, 0.00%</p>","incl_time":0.0016668,"subname":"Class::MOP::Mixin::AttributeCore::has_clearer","$color":2,"excl_time":0.0016668,"$area":0.0016668},"id":"5809-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: 412&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0004123,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@14","$color":2,"excl_time":8.20000000000942e-06,"$area":8.20000000000942e-06},"id":"5810-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: 250&micro;s, 0.00%</p>","incl_time":0.0002505,"subname":"Class::MOP::Mixin::AttributeCore::accessor","$color":2,"excl_time":0.0002505,"$area":0.0002505},"id":"5811-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: 185&micro;s, 0.00%</p>","incl_time":0.0001848,"subname":"Class::MOP::Mixin::AttributeCore::predicate","$color":2,"excl_time":0.0001848,"$area":0.0001848},"id":"5812-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: 9.10ms, 0.01%</p>","incl_time":0.00909669999999999,"subname":"Class::MOP::Mixin::AttributeCore::is_default_a_coderef","$color":2,"excl_time":0.00909669999999999,"$area":0.00909669999999999},"id":"5813-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: 24.1ms, 0.04%</p>","incl_time":0.024076600000001,"subname":"Class::MOP::Mixin::AttributeCore::has_initializer","$color":2,"excl_time":0.024076600000001,"$area":0.024076600000001},"id":"5814-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: 208&micro;s, 0.00%</p>","incl_time":0.000208,"subname":"Class::MOP::Mixin::AttributeCore::has_init_arg","$color":2,"excl_time":0.000208,"$area":0.000208},"id":"5815-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: 767&micro;s, 0.00%</p>","incl_time":0.000767099999999999,"subname":"Class::MOP::Mixin::AttributeCore::reader","$color":2,"excl_time":0.000767099999999999,"$area":0.000767099999999999},"id":"5816-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.68ms, 0.00%</p>","incl_time":0.0016791,"subname":"Class::MOP::Mixin::AttributeCore::has_predicate","$color":2,"excl_time":0.0016791,"$area":0.0016791},"id":"5817-Class::MOP::Mixin::AttributeCore::has_predicate"},{"name":"name","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::name</b></p><p><br />Called 82603 times from 38 places in 11 files<br />Inclusive time: 57.7ms, 0.09%</p>","incl_time":0.0576504999999964,"subname":"Class::MOP::Mixin::AttributeCore::name","$color":2,"excl_time":0.0576504999999964,"$area":0.0576504999999964},"id":"5818-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: 2.34ms, 0.00%</p>","incl_time":0.0023359,"subname":"Class::MOP::Mixin::AttributeCore::has_accessor","$color":2,"excl_time":0.0023359,"$area":0.0023359},"id":"5819-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: 2.22ms, 0.00%</p>","incl_time":0.0022215,"subname":"Class::MOP::Mixin::AttributeCore::_set_insertion_order","$color":2,"excl_time":0.0022215,"$area":0.0022215},"id":"5820-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: 2.31ms, 0.00%</p>","incl_time":0.0023067,"subname":"Class::MOP::Mixin::AttributeCore::has_reader","$color":2,"excl_time":0.0023067,"$area":0.0023067},"id":"5821-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: 4.07ms, 0.01%</p>","incl_time":0.0040688,"subname":"Class::MOP::Mixin::AttributeCore::has_default","$color":2,"excl_time":0.0040688,"$area":0.0040688},"id":"5822-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: 98&micro;s, 0.00%</p>","incl_time":9.77e-05,"subname":"Class::MOP::Mixin::AttributeCore::clearer","$color":2,"excl_time":9.77e-05,"$area":9.77e-05},"id":"5823-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: 32.4ms, 0.05%<br />Exclusive time: 21.1ms, 0.03%</p>","incl_time":0.0323567,"subname":"Class::MOP::Mixin::AttributeCore::default","$color":2,"excl_time":0.0211166999999137,"$area":0.0211166999999137},"id":"5824-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: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.52e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@12","$color":2,"excl_time":8.19999999999075e-06,"$area":8.19999999999075e-06},"id":"5825-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.40ms, 0.00%</p>","incl_time":0.0013999,"subname":"Class::MOP::Mixin::AttributeCore::has_builder","$color":2,"excl_time":0.0013999,"$area":0.0013999},"id":"5826-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: 46&micro;s, 0.00%</p>","incl_time":4.61e-05,"subname":"Class::MOP::Mixin::AttributeCore::writer","$color":2,"excl_time":4.61e-05,"$area":4.61e-05},"id":"5827-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: 1.05ms, 0.00%<br />Exclusive time: 733&micro;s, 0.00%</p>","incl_time":0.0010494,"subname":"Class::MOP::Mixin::AttributeCore::has_read_method","$color":2,"excl_time":0.000732600000007322,"$area":0.000732600000007322},"id":"5828-Class::MOP::Mixin::AttributeCore::has_read_method"}],"data":{"$area":0.148361399999917},"id":"n5801"},{"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: 57.1ms, 0.09%<br />Exclusive time: 1.70ms, 0.00%</p>","incl_time":0.057114,"subname":"Class::MOP::Mixin::HasMethods::_get_local_methods","$color":4,"excl_time":0.00169779999999156,"$area":0.00169779999999156},"id":"5830-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: 340ms, 0.52%<br />Exclusive time: 126ms, 0.19%</p>","incl_time":0.340405,"subname":"Class::MOP::Mixin::HasMethods::add_method","$color":4,"excl_time":0.125730100000426,"$area":0.125730100000426},"id":"5831-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@10","$color":4,"excl_time":9.70000000001013e-06,"$area":9.70000000001013e-06},"id":"5832-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: 257ms, 0.39%<br />Exclusive time: 89.8ms, 0.14%</p>","incl_time":0.257328399999999,"subname":"Class::MOP::Mixin::HasMethods::_get_maybe_raw_method","$color":4,"excl_time":0.0897524999996607,"$area":0.0897524999996607},"id":"5833-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: 7.78ms, 0.01%</p>","incl_time":0.00778139999999999,"subname":"Class::MOP::Mixin::HasMethods::CORE:match","$color":4,"excl_time":0.00778139999999999,"$area":0.00778139999999999},"id":"5834-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: 925&micro;s, 0.00%<br />Exclusive time: 630&micro;s, 0.00%</p>","incl_time":0.0009251,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@13","$color":4,"excl_time":0.000629900000000005,"$area":0.000629900000000005},"id":"5835-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.79ms, 0.00%</p>","incl_time":0.0017929,"subname":"Class::MOP::Mixin::HasMethods::method_metaclass","$color":4,"excl_time":0.0017929,"$area":0.0017929},"id":"5836-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.87ms, 0.00%</p>","incl_time":0.0018659,"subname":"Class::MOP::Mixin::HasMethods::wrapped_method_metaclass","$color":4,"excl_time":0.0018659,"$area":0.0018659},"id":"5837-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: 293ms, 0.45%<br />Exclusive time: 49.3ms, 0.08%</p>","incl_time":0.2933018,"subname":"Class::MOP::Mixin::HasMethods::get_method","$color":4,"excl_time":0.0493343999999025,"$area":0.0493343999999025},"id":"5838-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: 106ms, 0.16%<br />Exclusive time: 9.79ms, 0.01%</p>","incl_time":0.1059446,"subname":"Class::MOP::Mixin::HasMethods::_full_method_map","$color":4,"excl_time":0.00978849999999385,"$area":0.00978849999999385},"id":"5839-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: 33.2ms, 0.05%<br />Exclusive time: 23.9ms, 0.04%</p>","incl_time":0.033184,"subname":"Class::MOP::Mixin::HasMethods::update_package_cache_flag","$color":4,"excl_time":0.0239088000004348,"$area":0.0239088000004348},"id":"5840-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: 13.9ms, 0.02%<br />Exclusive time: 10.8ms, 0.02%</p>","incl_time":0.0139411,"subname":"Class::MOP::Mixin::HasMethods::_code_is_mine","$color":4,"excl_time":0.0107919000001119,"$area":0.0107919000001119},"id":"5841-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: 51.0ms, 0.08%<br />Exclusive time: 424&micro;s, 0.00%</p>","incl_time":0.050952,"subname":"Class::MOP::Mixin::HasMethods::get_method_list","$color":4,"excl_time":0.000423600000000415,"$area":0.000423600000000415},"id":"5842-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: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@9","$color":4,"excl_time":1.11999999999988e-05,"$area":1.11999999999988e-05},"id":"5843-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: 3.77ms, 0.01%<br />Exclusive time: 789&micro;s, 0.00%</p>","incl_time":0.0037726,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@12","$color":4,"excl_time":0.000788600000000013,"$area":0.000788600000000013},"id":"5844-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: 93.7ms, 0.14%<br />Exclusive time: 24.9ms, 0.04%</p>","incl_time":0.0937335,"subname":"Class::MOP::Mixin::HasMethods::has_method","$color":4,"excl_time":0.0249236999999508,"$area":0.0249236999999508},"id":"5845-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: 387&micro;s, 0.00%</p>","incl_time":0.0003871,"subname":"Class::MOP::Mixin::HasMethods::reset_package_cache_flag","$color":4,"excl_time":0.0003871,"$area":0.0003871},"id":"5846-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: 3.24ms, 0.00%<br />Exclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0032417,"subname":"Class::MOP::Mixin::HasMethods::_restore_metamethods_from","$color":4,"excl_time":0.000195800000000398,"$area":0.000195800000000398},"id":"5847-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: 62&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"Class::MOP::Mixin::HasMethods::_meta_method_class","$color":4,"excl_time":6.16e-05,"$area":6.16e-05},"id":"5848-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: 1.31ms, 0.00%<br />Exclusive time: 484&micro;s, 0.00%</p>","incl_time":0.0013121,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@17","$color":4,"excl_time":0.000483500000000015,"$area":0.000483500000000015},"id":"5849-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: 132&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001319,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@21","$color":4,"excl_time":1.27999999999891e-05,"$area":1.27999999999891e-05},"id":"5850-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@19","$color":4,"excl_time":8.6e-06,"$area":8.6e-06},"id":"5851-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: 24&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@2","$color":4,"excl_time":2.38e-05,"$area":2.38e-05},"id":"5852-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: 469&micro;s, 0.00%<br />Exclusive time: 191&micro;s, 0.00%</p>","incl_time":0.0004687,"subname":"Class::MOP::Mixin::HasMethods::remove_method","$color":4,"excl_time":0.000190600000001829,"$area":0.000190600000001829},"id":"5853-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: 68&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.78e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@15","$color":4,"excl_time":1.34999999999929e-05,"$area":1.34999999999929e-05},"id":"5854-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: 49&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.93e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@16","$color":4,"excl_time":1.27000000000023e-05,"$area":1.27000000000023e-05},"id":"5855-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: 48.3ms, 0.07%<br />Exclusive time: 7.62ms, 0.01%</p>","incl_time":0.0483253,"subname":"Class::MOP::Mixin::HasMethods::wrap_method_body","$color":4,"excl_time":0.0076230000000413,"$area":0.0076230000000413},"id":"5856-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: 48.6ms, 0.07%<br />Exclusive time: 46.9ms, 0.07%</p>","incl_time":0.0485678000000001,"subname":"Class::MOP::Mixin::HasMethods::_method_map","$color":4,"excl_time":0.046939799999928,"$area":0.046939799999928},"id":"5857-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: 199ms, 0.30%<br />Exclusive time: 8.37ms, 0.01%</p>","incl_time":0.1992003,"subname":"Class::MOP::Mixin::HasMethods::_add_meta_method","$color":4,"excl_time":0.00837019999996738,"$area":0.00837019999996738},"id":"5858-Class::MOP::Mixin::HasMethods::_add_meta_method"}],"data":{"$area":0.413553900000412},"id":"n5829"},{"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: 10.1ms, 0.02%</p>","incl_time":0.0100914999999998,"subname":"Class::MOP::Mixin::HasAttributes::_attribute_map","$color":6,"excl_time":0.0100914999999998,"$area":0.0100914999999998},"id":"5860-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: 4.37ms, 0.01%<br />Exclusive time: 3.89ms, 0.01%</p>","incl_time":0.0043671,"subname":"Class::MOP::Mixin::HasAttributes::get_attribute","$color":6,"excl_time":0.00389330000002518,"$area":0.00389330000002518},"id":"5861-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@9","$color":6,"excl_time":9.499999999995e-06,"$area":9.499999999995e-06},"id":"5862-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: 7&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Class::MOP::Mixin::HasAttributes::CORE:sort","$color":6,"excl_time":7.5e-06,"$area":7.5e-06},"id":"5863-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: 2.30ms, 0.00%</p>","incl_time":0.0023029,"subname":"Class::MOP::Mixin::HasAttributes::attribute_metaclass","$color":6,"excl_time":0.0023029,"$area":0.0023029},"id":"5864-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: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@13","$color":6,"excl_time":8.59999999999325e-06,"$area":8.59999999999325e-06},"id":"5865-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: 102&micro;s, 0.00%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.0001023,"subname":"Class::MOP::Mixin::HasAttributes::remove_attribute","$color":6,"excl_time":9.09000000024477e-05,"$area":9.09000000024477e-05},"id":"5866-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@10","$color":6,"excl_time":9.0000000000025e-06,"$area":9.0000000000025e-06},"id":"5867-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: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@2","$color":6,"excl_time":1.27e-05,"$area":1.27e-05},"id":"5868-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: 111&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.000111,"subname":"Class::MOP::Mixin::HasAttributes::_restore_metaattributes_from","$color":6,"excl_time":6.43999999997702e-05,"$area":6.43999999997702e-05},"id":"5869-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: 2.21s, 3.38%<br />Exclusive time: 33.8ms, 0.05%</p>","incl_time":2.2138081,"subname":"Class::MOP::Mixin::HasAttributes::add_attribute","$color":6,"excl_time":0.0338068000001402,"$area":0.0338068000001402},"id":"5870-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: 113&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001131,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@15","$color":6,"excl_time":7.69999999999451e-06,"$area":7.69999999999451e-06},"id":"5871-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: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.85e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@12","$color":6,"excl_time":8.40000000001263e-06,"$area":8.40000000001263e-06},"id":"5872-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: 12.7ms, 0.02%<br />Exclusive time: 10.9ms, 0.02%</p>","incl_time":0.0127178,"subname":"Class::MOP::Mixin::HasAttributes::has_attribute","$color":6,"excl_time":0.0108781000000323,"$area":0.0108781000000323},"id":"5873-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: 2.17ms, 0.00%<br />Exclusive time: 1.84ms, 0.00%</p>","incl_time":0.0021702,"subname":"Class::MOP::Mixin::HasAttributes::get_attribute_list","$color":6,"excl_time":0.00184080000000174,"$area":0.00184080000000174},"id":"5874-Class::MOP::Mixin::HasAttributes::get_attribute_list"}],"data":{"$area":0.0630321000002015},"id":"n5859"}],"data":{"$area":0.625420300000531},"id":"n5795"},{"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: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"Class::MOP::Module::BEGIN@13","$color":8,"excl_time":8.19999999999487e-06,"$area":8.19999999999487e-06},"id":"5876-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: 23&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Class::MOP::Module::BEGIN@3","$color":8,"excl_time":2.32e-05,"$area":2.32e-05},"id":"5877-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: 418&micro;s, 0.00%<br />Exclusive time: 371&micro;s, 0.00%</p>","incl_time":0.0004179,"subname":"Class::MOP::Module::_instantiate_module","$color":8,"excl_time":0.000370500000001052,"$area":0.000370500000001052},"id":"5878-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: 47.7ms, 0.07%<br />Exclusive time: 1.16ms, 0.00%</p>","incl_time":0.0476761,"subname":"Class::MOP::Module::create","$color":8,"excl_time":0.00115719999999708,"$area":0.00115719999999708},"id":"5879-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: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Class::MOP::Module::BEGIN@10","$color":8,"excl_time":9.59999999999113e-06,"$area":9.59999999999113e-06},"id":"5880-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: 339&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0003387,"subname":"Class::MOP::Module::version","$color":8,"excl_time":6.05999999972766e-05,"$area":6.05999999972766e-05},"id":"5881-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: 4.70ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0047041,"subname":"Class::MOP::Module::BEGIN@16","$color":8,"excl_time":9.40000000000316e-06,"$area":9.40000000000316e-06},"id":"5882-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Class::MOP::Module::BEGIN@11","$color":8,"excl_time":8.599999999991e-06,"$area":8.599999999991e-06},"id":"5883-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: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.34e-05,"subname":"Class::MOP::Module::BEGIN@14","$color":8,"excl_time":7.89999999998837e-06,"$area":7.89999999998837e-06},"id":"5884-Class::MOP::Module::BEGIN@14"}],"data":{"$area":0.00165519999999538},"id":"n5875"},{"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: 174&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.000174,"subname":"Class::MOP::Deprecated::BEGIN@12","$color":10,"excl_time":1.09000000000006e-05,"$area":1.09000000000006e-05},"id":"5886-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Class::MOP::Deprecated::BEGIN@10","$color":10,"excl_time":9.900000000013e-06,"$area":9.900000000013e-06},"id":"5887-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Class::MOP::Deprecated::BEGIN@9","$color":10,"excl_time":1.08999999999864e-05,"$area":1.08999999999864e-05},"id":"5888-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: 19&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Class::MOP::Deprecated::BEGIN@2","$color":10,"excl_time":1.91e-05,"$area":1.91e-05},"id":"5889-Class::MOP::Deprecated::BEGIN@2"}],"data":{"$area":5.08e-05},"id":"n5885"},{"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: 31&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"Class::MOP::Instance::inline_get_is_lvalue","$color":1,"excl_time":3.1e-05,"$area":3.1e-05},"id":"5891-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Class::MOP::Instance::BEGIN@11","$color":1,"excl_time":8.49999999999112e-06,"$area":8.49999999999112e-06},"id":"5892-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: 24.4ms, 0.04%<br />Exclusive time: 20.4ms, 0.03%</p>","incl_time":0.0244067,"subname":"Class::MOP::Instance::create_instance","$color":1,"excl_time":0.0203522999999342,"$area":0.0203522999999342},"id":"5893-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 16408 times from 1 place in 1 file<br />Inclusive time: 33.8ms, 0.05%</p>","incl_time":0.0338382000000004,"subname":"Class::MOP::Instance::is_slot_initialized","$color":1,"excl_time":0.0338382000000004,"$area":0.0338382000000004},"id":"5894-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 14806 times from 1 place in 1 file<br />Inclusive time: 28.1ms, 0.04%</p>","incl_time":0.0280669000000008,"subname":"Class::MOP::Instance::get_slot_value","$color":1,"excl_time":0.0280669000000008,"$area":0.0280669000000008},"id":"5895-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: 43.5ms, 0.07%<br />Exclusive time: 26.3ms, 0.04%</p>","incl_time":0.0434577999999999,"subname":"Class::MOP::Instance::BUILDARGS","$color":1,"excl_time":0.0262670000000656,"$area":0.0262670000000656},"id":"5896-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: 103&micro;s, 0.00%<br />Exclusive time: 99&micro;s, 0.00%</p>","incl_time":0.0001027,"subname":"Class::MOP::Instance::rebless_instance_structure","$color":1,"excl_time":9.86000000011589e-05,"$area":9.86000000011589e-05},"id":"5897-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: 638&micro;s, 0.00%</p>","incl_time":0.0006378,"subname":"Class::MOP::Instance::_new","$color":1,"excl_time":0.0006378,"$area":0.0006378},"id":"5898-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: 65.8ms, 0.10%<br />Exclusive time: 10.4ms, 0.02%</p>","incl_time":0.0658062,"subname":"Class::MOP::Instance::new","$color":1,"excl_time":0.0104039000000272,"$area":0.0104039000000272},"id":"5899-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: 495&micro;s, 0.00%</p>","incl_time":0.000495300000000001,"subname":"Class::MOP::Instance::inline_create_instance","$color":1,"excl_time":0.000495300000000001,"$area":0.000495300000000001},"id":"5900-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: 33.0ms, 0.05%</p>","incl_time":0.0330305999999993,"subname":"Class::MOP::Instance::set_slot_value","$color":1,"excl_time":0.0330305999999993,"$area":0.0330305999999993},"id":"5901-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: 110&micro;s, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0001105,"subname":"Class::MOP::Instance::weaken_slot_value","$color":1,"excl_time":7.85999999971398e-05,"$area":7.85999999971398e-05},"id":"5902-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: 1.12ms, 0.00%</p>","incl_time":0.001121,"subname":"Class::MOP::Instance::is_dependent_on_superclasses","$color":1,"excl_time":0.001121,"$area":0.001121},"id":"5903-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: 7.05ms, 0.01%<br />Exclusive time: 3.97ms, 0.01%</p>","incl_time":0.00704929999999999,"subname":"Class::MOP::Instance::inline_get_slot_value","$color":1,"excl_time":0.00396539999999891,"$area":0.00396539999999891},"id":"5904-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: 4.05ms, 0.01%<br />Exclusive time: 3.95ms, 0.01%</p>","incl_time":0.00405440000000001,"subname":"Class::MOP::Instance::_class_name","$color":1,"excl_time":0.00394590000000105,"$area":0.00394590000000105},"id":"5905-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: 98&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.83e-05,"subname":"Class::MOP::Instance::BEGIN@13","$color":1,"excl_time":1.38999999999878e-05,"$area":1.38999999999878e-05},"id":"5906-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.62ms, 0.00%</p>","incl_time":0.00161710000000001,"subname":"Class::MOP::Instance::is_inlinable","$color":1,"excl_time":0.00161710000000001,"$area":0.00161710000000001},"id":"5907-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: 278&micro;s, 0.00%<br />Exclusive time: 196&micro;s, 0.00%</p>","incl_time":0.0002783,"subname":"Class::MOP::Instance::inline_weaken_slot_value","$color":1,"excl_time":0.000196000000006349,"$area":0.000196000000006349},"id":"5908-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Class::MOP::Instance::BEGIN@10","$color":1,"excl_time":1.00000000000046e-05,"$area":1.00000000000046e-05},"id":"5909-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: 1.00ms, 0.00%<br />Exclusive time: 612&micro;s, 0.00%</p>","incl_time":0.001002,"subname":"Class::MOP::Instance::inline_deinitialize_slot","$color":1,"excl_time":0.000611899999998053,"$area":0.000611899999998053},"id":"5910-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: 9.72ms, 0.01%</p>","incl_time":0.00971939999999998,"subname":"Class::MOP::Instance::inline_slot_access","$color":1,"excl_time":0.00971939999999998,"$area":0.00971939999999998},"id":"5911-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: 14.0ms, 0.02%<br />Exclusive time: 8.76ms, 0.01%</p>","incl_time":0.0139781,"subname":"Class::MOP::Instance::inline_set_slot_value","$color":1,"excl_time":0.008762800000008,"$area":0.008762800000008},"id":"5912-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: 138&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001378,"subname":"Class::MOP::Instance::BEGIN@15","$color":1,"excl_time":1.35000000000061e-05,"$area":1.35000000000061e-05},"id":"5913-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: 71&micro;s, 0.00%</p>","incl_time":7.07e-05,"subname":"Class::MOP::Instance::associated_metaclass","$color":1,"excl_time":7.07e-05,"$area":7.07e-05},"id":"5914-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: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Class::MOP::Instance::BEGIN@3","$color":1,"excl_time":1.52e-05,"$area":1.52e-05},"id":"5915-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: 2.52ms, 0.00%<br />Exclusive time: 1.57ms, 0.00%</p>","incl_time":0.0025186,"subname":"Class::MOP::Instance::inline_is_slot_initialized","$color":1,"excl_time":0.00157079999999911,"$area":0.00157079999999911},"id":"5916-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: 50&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Class::MOP::Instance::_set_mop_slot","$color":1,"excl_time":3.73999999999124e-05,"$area":3.73999999999124e-05},"id":"5917-Class::MOP::Instance::_set_mop_slot"}],"data":{"$area":0.184979700000037},"id":"n5890"},{"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.90ms, 0.01%<br />Exclusive time: 1.66ms, 0.00%</p>","incl_time":0.0059027,"subname":"Class::MOP::Attribute::set_initial_value","$color":3,"excl_time":0.00166070000000514,"$area":0.00166070000000514},"id":"5919-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: 161ms, 0.25%<br />Exclusive time: 101ms, 0.15%</p>","incl_time":0.160826300000004,"subname":"Class::MOP::Attribute::_set_initial_slot_value","$color":3,"excl_time":0.10129370000035,"$area":0.10129370000035},"id":"5920-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: 1.09ms, 0.00%<br />Exclusive time: 925&micro;s, 0.00%</p>","incl_time":0.0010934,"subname":"Class::MOP::Attribute::get_read_method","$color":3,"excl_time":0.000925000000008147,"$area":0.000925000000008147},"id":"5921-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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"Class::MOP::Attribute::BEGIN@13","$color":3,"excl_time":8.7e-06,"$area":8.7e-06},"id":"5922-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: 92.0ms, 0.14%<br />Exclusive time: 9.01ms, 0.01%</p>","incl_time":0.0920162,"subname":"Class::MOP::Attribute::_inline_instance_get","$color":3,"excl_time":0.00900660000001547,"$area":0.00900660000001547},"id":"5923-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: 1.24ms, 0.00%<br />Exclusive time: 219&micro;s, 0.00%</p>","incl_time":0.0012357,"subname":"Class::MOP::Attribute::remove_accessors","$color":3,"excl_time":0.000219199999998803,"$area":0.000219199999998803},"id":"5924-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: 743ms, 1.13%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.7430868,"subname":"Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:198]","$color":3,"excl_time":4.28000000069551e-05,"$area":4.28000000069551e-05},"id":"5925-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: 203&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0002034,"subname":"Class::MOP::Attribute::BEGIN@19","$color":3,"excl_time":1.23000000000004e-05,"$area":1.23000000000004e-05},"id":"5926-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: 852&micro;s, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0008523,"subname":"Class::MOP::Attribute::set_value","$color":3,"excl_time":0.000113300000001953,"$area":0.000113300000001953},"id":"5927-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: 676&micro;s, 0.00%</p>","incl_time":0.000676199999999998,"subname":"Class::MOP::Attribute::associated_methods","$color":3,"excl_time":0.000676199999999998,"$area":0.000676199999999998},"id":"5928-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: 5.04ms, 0.01%</p>","incl_time":0.00504409999999999,"subname":"Class::MOP::Attribute::associate_method","$color":3,"excl_time":0.00504409999999999,"$area":0.00504409999999999},"id":"5929-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: 739&micro;s, 0.00%<br />Exclusive time: 388&micro;s, 0.00%</p>","incl_time":0.000739,"subname":"Class::MOP::Attribute::set_raw_value","$color":3,"excl_time":0.000387900000003282,"$area":0.000387900000003282},"id":"5930-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.36s, 2.08%<br />Exclusive time: 39.3ms, 0.06%</p>","incl_time":1.3605611,"subname":"Class::MOP::Attribute::_process_accessors","$color":3,"excl_time":0.0393499000000221,"$area":0.0393499000000221},"id":"5931-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 14806 times from 2 places in 2 files<br />Inclusive time: 349ms, 0.53%<br />Exclusive time: 139ms, 0.21%</p>","incl_time":0.349486100000006,"subname":"Class::MOP::Attribute::get_raw_value","$color":3,"excl_time":0.139409600007641,"$area":0.139409600007641},"id":"5932-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.70ms, 0.00%<br />Exclusive time: 515&micro;s, 0.00%</p>","incl_time":0.0016993,"subname":"Class::MOP::Attribute::get_read_method_ref","$color":3,"excl_time":0.000514900000018122,"$area":0.000514900000018122},"id":"5933-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: 9.69ms, 0.01%<br />Exclusive time: 7.23ms, 0.01%</p>","incl_time":0.0096904,"subname":"Class::MOP::Attribute::attach_to_class","$color":3,"excl_time":0.00723119999998593,"$area":0.00723119999998593},"id":"5934-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: 18.5ms, 0.03%<br />Exclusive time: 15.4ms, 0.02%</p>","incl_time":0.0184844,"subname":"Class::MOP::Attribute::_accessor_description","$color":3,"excl_time":0.015424600000159,"$area":0.015424600000159},"id":"5935-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: 5.54ms, 0.01%<br />Exclusive time: 466&micro;s, 0.00%</p>","incl_time":0.0055439,"subname":"Class::MOP::Attribute::_inline_get_value","$color":3,"excl_time":0.000465799999999748,"$area":0.000465799999999748},"id":"5936-Class::MOP::Attribute::_inline_get_value"},{"name":"get_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::get_value</b></p><p><br />Called 267 times from 5 places in 3 files<br />Inclusive time: 7.55ms, 0.01%<br />Exclusive time: 812&micro;s, 0.00%</p>","incl_time":0.0075512,"subname":"Class::MOP::Attribute::get_value","$color":3,"excl_time":0.000812000000005662,"$area":0.000812000000005662},"id":"5937-Class::MOP::Attribute::get_value"},{"name":"has_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::has_value</b></p><p><br />Called 16408 times from 5 places in 4 files<br />Inclusive time: 402ms, 0.61%<br />Exclusive time: 156ms, 0.24%</p>","incl_time":0.402042800000021,"subname":"Class::MOP::Attribute::has_value","$color":3,"excl_time":0.156388800002604,"$area":0.156388800002604},"id":"5938-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: 12.4ms, 0.02%</p>","incl_time":0.0123546999999999,"subname":"Class::MOP::Attribute::associated_class","$color":3,"excl_time":0.0123546999999999,"$area":0.0123546999999999},"id":"5939-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: 84.5ms, 0.13%<br />Exclusive time: 7.23ms, 0.01%</p>","incl_time":0.0845267,"subname":"Class::MOP::Attribute::_inline_set_value","$color":3,"excl_time":0.00722600000000073,"$area":0.00722600000000073},"id":"5940-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: 30&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"Class::MOP::Attribute::BEGIN@11","$color":3,"excl_time":1.63999999999946e-05,"$area":1.63999999999946e-05},"id":"5941-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: 457&micro;s, 0.00%</p>","incl_time":0.0004574,"subname":"Class::MOP::Attribute::accessor_metaclass","$color":3,"excl_time":0.0004574,"$area":0.0004574},"id":"5942-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: 22&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Class::MOP::Attribute::detach_from_class","$color":3,"excl_time":2.24e-05,"$area":2.24e-05},"id":"5943-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: 80.0ms, 0.12%<br />Exclusive time: 19.2ms, 0.03%</p>","incl_time":0.0799830999999999,"subname":"Class::MOP::Attribute::_inline_instance_set","$color":3,"excl_time":0.01917489999993,"$area":0.01917489999993},"id":"5944-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: 16.5ms, 0.03%<br />Exclusive time: 13.6ms, 0.02%</p>","incl_time":0.0165339000000001,"subname":"Class::MOP::Attribute::slots","$color":3,"excl_time":0.0136048000000247,"$area":0.0136048000000247},"id":"5945-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: 5.36ms, 0.01%<br />Exclusive time: 879&micro;s, 0.00%</p>","incl_time":0.0053644,"subname":"Class::MOP::Attribute::_inline_has_value","$color":3,"excl_time":0.00087910000001191,"$area":0.00087910000001191},"id":"5946-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: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"Class::MOP::Attribute::BEGIN@10","$color":3,"excl_time":1.72999999999891e-05,"$area":1.72999999999891e-05},"id":"5947-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.60s, 2.45%<br />Exclusive time: 30.3ms, 0.05%</p>","incl_time":1.6026486,"subname":"Class::MOP::Attribute::install_accessors","$color":3,"excl_time":0.0303222999999597,"$area":0.0303222999999597},"id":"5948-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: 79&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.88e-05,"subname":"Class::MOP::Attribute::BEGIN@15","$color":3,"excl_time":1.4200000000002e-05,"$area":1.4200000000002e-05},"id":"5949-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: 262ms, 0.40%<br />Exclusive time: 75.5ms, 0.12%</p>","incl_time":0.262129500000005,"subname":"Class::MOP::Attribute::initialize_instance_slot","$color":3,"excl_time":0.0755169999999753,"$area":0.0755169999999753},"id":"5950-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: 3.30ms, 0.01%<br />Exclusive time: 525&micro;s, 0.00%</p>","incl_time":0.0033018,"subname":"Class::MOP::Attribute::_inline_clear_value","$color":3,"excl_time":0.000525099999999925,"$area":0.000525099999999925},"id":"5951-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: 67&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"Class::MOP::Attribute::BEGIN@17","$color":3,"excl_time":1.49000000000093e-05,"$area":1.49000000000093e-05},"id":"5952-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: 1.29s, 1.97%<br />Exclusive time: 23.4ms, 0.04%</p>","incl_time":1.2896797,"subname":"Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:398]","$color":3,"excl_time":0.0233674000003714,"$area":0.0233674000003714},"id":"5953-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: 914&micro;s, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0009142,"subname":"Class::MOP::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Attribute.pm:456]","$color":3,"excl_time":0.00011299999999861,"$area":0.00011299999999861},"id":"5954-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: 21&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Class::MOP::Attribute::BEGIN@3","$color":3,"excl_time":2.09e-05,"$area":2.09e-05},"id":"5955-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: 61&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"Class::MOP::Attribute::BEGIN@16","$color":3,"excl_time":1.30000000000075e-05,"$area":1.30000000000075e-05},"id":"5956-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: 3.32ms, 0.01%<br />Exclusive time: 2.04ms, 0.00%</p>","incl_time":0.0033216,"subname":"Class::MOP::Attribute::_new","$color":3,"excl_time":0.00203669999999997,"$area":0.00203669999999997},"id":"5957-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.78ms, 0.00%<br />Exclusive time: 1.22ms, 0.00%</p>","incl_time":0.0027767,"subname":"Class::MOP::Attribute::_inline_instance_clear","$color":3,"excl_time":0.00122350000001551,"$area":0.00122350000001551},"id":"5958-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: 7.16ms, 0.01%<br />Exclusive time: 3.56ms, 0.01%</p>","incl_time":0.0071582,"subname":"Class::MOP::Attribute::_inline_instance_has","$color":3,"excl_time":0.00356389999999856,"$area":0.00356389999999856},"id":"5959-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: 66.5ms, 0.10%<br />Exclusive time: 15.8ms, 0.02%</p>","incl_time":0.0665299999999999,"subname":"Class::MOP::Attribute::new","$color":3,"excl_time":0.0158167999999968,"$area":0.0158167999999968},"id":"5960-Class::MOP::Attribute::new"}],"data":{"$area":0.685289000011108},"id":"n5918"},{"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: 55&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":5.48e-05,"subname":"Class::MOP::Object::_real_ref_name","$color":5,"excl_time":4.5199999999835e-05,"$area":4.5199999999835e-05},"id":"5962-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.04ms, 0.00%<br />Exclusive time: 232&micro;s, 0.00%</p>","incl_time":0.0010436,"subname":"Class::MOP::Object::_get_compatible_metaclass","$color":5,"excl_time":0.000231600000000409,"$area":0.000231600000000409},"id":"5963-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: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Class::MOP::Object::BEGIN@10","$color":5,"excl_time":8.89999999998737e-06,"$area":8.89999999998737e-06},"id":"5964-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: 24.4ms, 0.04%<br />Exclusive time: 141&micro;s, 0.00%</p>","incl_time":0.0243573,"subname":"Class::MOP::Object::_make_compatible_with","$color":5,"excl_time":0.000140600000001575,"$area":0.000140600000001575},"id":"5965-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: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Class::MOP::Object::BEGIN@3","$color":5,"excl_time":1.11e-05,"$area":1.11e-05},"id":"5966-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: 26.0ms, 0.04%<br />Exclusive time: 18.6ms, 0.03%</p>","incl_time":0.0260225999999999,"subname":"Class::MOP::Object::_is_compatible_with","$color":5,"excl_time":0.0185782999999751,"$area":0.0185782999999751},"id":"5967-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: 58.6ms, 0.09%<br />Exclusive time: 22.0ms, 0.03%</p>","incl_time":0.0586349999999999,"subname":"Class::MOP::Object::meta","$color":5,"excl_time":0.0219681000006205,"$area":0.0219681000006205},"id":"5968-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: 25.1ms, 0.04%<br />Exclusive time: 9.93ms, 0.02%</p>","incl_time":0.0250853,"subname":"Class::MOP::Object::_can_be_made_compatible_with","$color":5,"excl_time":0.00993240000002852,"$area":0.00993240000002852},"id":"5969-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Class::MOP::Object::BEGIN@11","$color":5,"excl_time":8.10000000000638e-06,"$area":8.10000000000638e-06},"id":"5970-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: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"Class::MOP::Object::BEGIN@14","$color":5,"excl_time":7.10000000000538e-06,"$area":7.10000000000538e-06},"id":"5971-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: 812&micro;s, 0.00%<br />Exclusive time: 502&micro;s, 0.00%</p>","incl_time":0.000812,"subname":"Class::MOP::Object::_get_compatible_metaclass_by_subclassing","$color":5,"excl_time":0.000501699999998238,"$area":0.000501699999998238},"id":"5972-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: 320&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003201,"subname":"Class::MOP::Object::_new","$color":5,"excl_time":8.20000000002394e-06,"$area":8.20000000002394e-06},"id":"5973-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"Class::MOP::Object::BEGIN@13","$color":5,"excl_time":7.69999999998613e-06,"$area":7.69999999998613e-06},"id":"5974-Class::MOP::Object::BEGIN@13"}],"data":{"$area":0.0514490000006241},"id":"n5961"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Class::MOP::MiniTrait::BEGIN@10","$color":7,"excl_time":9.90000000000725e-06,"$area":9.90000000000725e-06},"id":"5976-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: 89.0ms, 0.14%<br />Exclusive time: 2.43ms, 0.00%</p>","incl_time":0.0890033,"subname":"Class::MOP::MiniTrait::apply","$color":7,"excl_time":0.00243269999999464,"$area":0.00243269999999464},"id":"5977-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: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Class::MOP::MiniTrait::BEGIN@9","$color":7,"excl_time":1.03000000000026e-05,"$area":1.03000000000026e-05},"id":"5978-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: 68&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.77e-05,"subname":"Class::MOP::MiniTrait::BEGIN@12","$color":7,"excl_time":1.41999999999881e-05,"$area":1.41999999999881e-05},"id":"5979-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: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Class::MOP::MiniTrait::BEGIN@2","$color":7,"excl_time":1.22e-05,"$area":1.22e-05},"id":"5980-Class::MOP::MiniTrait::BEGIN@2"}],"data":{"$area":0.00247929999999464},"id":"n5975"},{"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: 13.4ms, 0.02%<br />Exclusive time: 3.69ms, 0.01%</p>","incl_time":0.0133828,"subname":"Class::MOP::Class::_attach_attribute","$color":9,"excl_time":0.00369240000000281,"$area":0.00369240000000281},"id":"5982-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: 5.66ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0056553,"subname":"Class::MOP::Class::BEGIN@26","$color":9,"excl_time":8.49999999999202e-06,"$area":8.49999999999202e-06},"id":"5983-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: 9.75ms, 0.01%<br />Exclusive time: 8.08ms, 0.01%</p>","incl_time":0.0097539,"subname":"Class::MOP::Class::invalidate_meta_instances","$color":9,"excl_time":0.00808059999997553,"$area":0.00808059999997553},"id":"5984-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: 120ms, 0.18%<br />Exclusive time: 10.4ms, 0.02%</p>","incl_time":0.1198526,"subname":"Class::MOP::Class::_create_meta_instance","$color":9,"excl_time":0.0104238999999384,"$area":0.0104238999999384},"id":"5985-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: 46&micro;s, 0.00%</p>","incl_time":4.61e-05,"subname":"Class::MOP::Class::_inline_extra_init","$color":9,"excl_time":4.61e-05,"$area":4.61e-05},"id":"5986-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.99ms, 0.00%<br />Exclusive time: 219&micro;s, 0.00%</p>","incl_time":0.0019903,"subname":"Class::MOP::Class::remove_attribute","$color":9,"excl_time":0.000219199999998864,"$area":0.000219199999998864},"id":"5987-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: 1.12ms, 0.00%</p>","incl_time":0.0011197,"subname":"Class::MOP::Class::_add_inlined_method","$color":9,"excl_time":0.0011197,"$area":0.0011197},"id":"5988-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: 59.8ms, 0.09%<br />Exclusive time: 8.16ms, 0.01%</p>","incl_time":0.0598172,"subname":"Class::MOP::Class::_check_single_metaclass_compatibility","$color":9,"excl_time":0.00815750000003644,"$area":0.00815750000003644},"id":"5989-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: 384ms, 0.59%<br />Exclusive time: 14.7ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 1.73ms</p>","incl_time":0.3843355,"subname":"Class::MOP::Class::new_object","$color":9,"excl_time":0.0146859000000108,"$area":0.0146859000000108},"id":"5990-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: 308&micro;s, 0.00%</p>","incl_time":0.0003078,"subname":"Class::MOP::Class::is_mutable","$color":9,"excl_time":0.0003078,"$area":0.0003078},"id":"5991-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: 346ms, 0.53%<br />Exclusive time: 5.01ms, 0.01%</p>","incl_time":0.3459938,"subname":"Class::MOP::Class::_inline_slot_initializers","$color":9,"excl_time":0.00500740000002013,"$area":0.00500740000002013},"id":"5992-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.60ms, 0.00%</p>","incl_time":0.0015959,"subname":"Class::MOP::Class::_new","$color":9,"excl_time":0.0015959,"$area":0.0015959},"id":"5993-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: 5.11ms, 0.01%<br />Exclusive time: 3.65ms, 0.01%</p>","incl_time":0.0051136,"subname":"Class::MOP::Class::_immutable_options","$color":9,"excl_time":0.00364879999999291,"$area":0.00364879999999291},"id":"5994-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: 33.3ms, 0.05%<br />Exclusive time: 21.2ms, 0.03%</p>","incl_time":0.0333323,"subname":"Class::MOP::Class::linearized_isa","$color":9,"excl_time":0.0211763000001225,"$area":0.0211763000001225},"id":"5995-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: 106ms, 0.16%<br />Exclusive time: 2.13ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 619&micro;s</p>","incl_time":0.105918,"subname":"Class::MOP::Class::_rebless_as_immutable","$color":9,"excl_time":0.00212800000000374,"$area":0.00212800000000374},"id":"5996-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: 3.25ms, 0.00%</p>","incl_time":0.0032502,"subname":"Class::MOP::Class::instance_metaclass","$color":9,"excl_time":0.0032502,"$area":0.0032502},"id":"5997-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: 949ms, 1.45%<br />Exclusive time: 6.20ms, 0.01%</p>","incl_time":0.949194,"subname":"Class::MOP::Class::_install_inlined_code","$color":9,"excl_time":0.00620029999997214,"$area":0.00620029999997214},"id":"5998-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: 9.93ms, 0.02%<br />Exclusive time: 1.41ms, 0.00%</p>","incl_time":0.0099252,"subname":"Class::MOP::Class::BEGIN@15","$color":9,"excl_time":0.0014062,"$area":0.0014062},"id":"5999-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: 434ms, 0.66%<br />Exclusive time: 3.23ms, 0.00%</p>","incl_time":0.4343277,"subname":"Class::MOP::Class::_inline_new_object","$color":9,"excl_time":0.00322530000001289,"$area":0.00322530000001289},"id":"6000-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: 2.10s, 3.21%<br />Exclusive time: 6.92ms, 0.01%</p>","incl_time":2.1037504,"subname":"Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:892]","$color":9,"excl_time":0.0069235000000147,"$area":0.0069235000000147},"id":"6001-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: 571&micro;s, 0.00%</p>","incl_time":0.0005711,"subname":"Class::MOP::Class::update_meta_instance_dependencies","$color":9,"excl_time":0.0005711,"$area":0.0005711},"id":"6002-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: 82.2ms, 0.13%<br />Exclusive time: 5.54ms, 0.01%</p>","incl_time":0.0822444999999999,"subname":"Class::MOP::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Class/MOP/Class.pm:1072]","$color":9,"excl_time":0.00554330000000705,"$area":0.00554330000000705},"id":"6003-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: 239&micro;s, 0.00%</p>","incl_time":0.000239,"subname":"Class::MOP::Class::constructor_name","$color":9,"excl_time":0.000239,"$area":0.000239},"id":"6004-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: 17.0ms, 0.03%<br />Exclusive time: 3.35ms, 0.01%</p>","incl_time":0.0169779,"subname":"Class::MOP::Class::_superclasses_updated","$color":9,"excl_time":0.00334829999999643,"$area":0.00334829999999643},"id":"6005-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: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.95e-05,"subname":"Class::MOP::Class::BEGIN@21","$color":9,"excl_time":1.24000000000056e-05,"$area":1.24000000000056e-05},"id":"6006-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: 82.0ms, 0.13%<br />Exclusive time: 991&micro;s, 0.00%</p>","incl_time":0.0819568,"subname":"Class::MOP::Class::_inline_accessors","$color":9,"excl_time":0.000991199999999528,"$area":0.000991199999999528},"id":"6007-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: 755ms, 1.15%<br />Exclusive time: 5.85ms, 0.01%</p>","incl_time":0.7554549,"subname":"Class::MOP::Class::_inline_constructor","$color":9,"excl_time":0.00585140000003788,"$area":0.00585140000003788},"id":"6008-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: 8.40ms, 0.01%<br />Exclusive time: 4.17ms, 0.01%</p>","incl_time":0.0083986,"subname":"Class::MOP::Class::_real_ref_name","$color":9,"excl_time":0.00416729999995399,"$area":0.00416729999995399},"id":"6009-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: 106ms, 0.16%<br />Exclusive time: 5.01ms, 0.01%</p>","incl_time":0.105582,"subname":"Class::MOP::Class::_inline_destructor","$color":9,"excl_time":0.00501140000002869,"$area":0.00501140000002869},"id":"6010-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: 952ms, 1.45%<br />Exclusive time: 3.11ms, 0.00%</p>","incl_time":0.9522991,"subname":"Class::MOP::Class::_initialize_immutable","$color":9,"excl_time":0.0031050999999964,"$area":0.0031050999999964},"id":"6011-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: 367ms, 0.56%<br />Exclusive time: 721&micro;s, 0.00%</p>","incl_time":0.3672952,"subname":"Class::MOP::Class::create_anon_class","$color":9,"excl_time":0.000720899999999431,"$area":0.000720899999999431},"id":"6012-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: 24.3ms, 0.04%<br />Exclusive time: 4.53ms, 0.01%</p>","incl_time":0.0243134,"subname":"Class::MOP::Class::_eval_environment","$color":9,"excl_time":0.0045279999999679,"$area":0.0045279999999679},"id":"6013-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: 807&micro;s, 0.00%</p>","incl_time":0.000807,"subname":"Class::MOP::Class::_superclass_metas","$color":9,"excl_time":0.000807,"$area":0.000807},"id":"6014-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: 275ms, 0.42%<br />Exclusive time: 16.6ms, 0.03%<br />Recursion: max depth 1, recursive inclusive time 8.84ms</p>","incl_time":0.2754766,"subname":"Class::MOP::Class::superclasses","$color":9,"excl_time":0.0165865999999846,"$area":0.0165865999999846},"id":"6015-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: 7.57ms, 0.01%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.0075749,"subname":"Class::MOP::Class::_inline_generate_instance","$color":9,"excl_time":0.00103419999998628,"$area":0.00103419999998628},"id":"6016-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: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"Class::MOP::Class::BEGIN@23","$color":9,"excl_time":8.69999999999963e-06,"$area":8.69999999999963e-06},"id":"6017-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: 10.3ms, 0.02%<br />Exclusive time: 261&micro;s, 0.00%</p>","incl_time":0.010322,"subname":"Class::MOP::Class::add_before_method_modifier","$color":9,"excl_time":0.000260600000000335,"$area":0.000260600000000335},"id":"6018-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: 11.3ms, 0.02%<br />Exclusive time: 7.90ms, 0.01%</p>","incl_time":0.0113232,"subname":"Class::MOP::Class::_inline_default_value","$color":9,"excl_time":0.00789959999999043,"$area":0.00789959999999043},"id":"6019-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: 19.6ms, 0.03%<br />Exclusive time: 3.75ms, 0.01%</p>","incl_time":0.0195715,"subname":"Class::MOP::Class::_inline_init_attr_from_constructor","$color":9,"excl_time":0.00375249999999858,"$area":0.00375249999999858},"id":"6020-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: 275ms, 0.42%<br />Exclusive time: 21.0ms, 0.03%<br />Recursion: max depth 4, recursive inclusive time 9.25ms</p>","incl_time":0.2750076,"subname":"Class::MOP::Class::_check_metaclass_compatibility","$color":9,"excl_time":0.0209513999999467,"$area":0.0209513999999467},"id":"6021-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: 7.68ms, 0.01%<br />Exclusive time: 2.93ms, 0.00%</p>","incl_time":0.0076756,"subname":"Class::MOP::Class::_class_metaclass_is_compatible","$color":9,"excl_time":0.00293099999999557,"$area":0.00293099999999557},"id":"6022-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.96ms, 0.00%<br />Exclusive time: 818&micro;s, 0.00%</p>","incl_time":0.0019607,"subname":"Class::MOP::Class::BEGIN@16","$color":9,"excl_time":0.000818199999999981,"$area":0.000818199999999981},"id":"6023-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: 36&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"Class::MOP::Class::BEGIN@22","$color":9,"excl_time":1.14999999999894e-05,"$area":1.14999999999894e-05},"id":"6024-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: 2.64ms, 0.00%</p>","incl_time":0.0026425,"subname":"Class::MOP::Class::_base_metaclasses","$color":9,"excl_time":0.0026425,"$area":0.0026425},"id":"6025-Class::MOP::Class::_base_metaclasses"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Class::MOP::Class::initialize</b></p><p><br />Called 47144 times from 31 places in 18 files<br />Inclusive time: 468ms, 0.71%<br />Exclusive time: 217ms, 0.33%<br />Recursion: max depth 4, recursive inclusive time 11.3ms</p>","incl_time":0.467646200000003,"subname":"Class::MOP::Class::initialize","$color":9,"excl_time":0.216833400032586,"$area":0.216833400032586},"id":"6026-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: 29.4ms, 0.04%<br />Exclusive time: 125&micro;s, 0.00%</p>","incl_time":0.0293942,"subname":"Class::MOP::Class::_fix_class_metaclass_incompatibility","$color":9,"excl_time":0.000124800000000222,"$area":0.000124800000000222},"id":"6027-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.76ms, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.0017564,"subname":"Class::MOP::Class::_restore_metaobjects_from","$color":9,"excl_time":5.6300000000351e-05,"$area":5.6300000000351e-05},"id":"6028-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: 22.1ms, 0.03%<br />Exclusive time: 2.22ms, 0.00%</p>","incl_time":0.0221278,"subname":"Class::MOP::Class::_fixup_attributes_after_rebless","$color":9,"excl_time":0.00221749999999929,"$area":0.00221749999999929},"id":"6029-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: 49.2ms, 0.08%<br />Exclusive time: 9.63ms, 0.01%</p>","incl_time":0.0492331,"subname":"Class::MOP::Class::find_next_method_by_name","$color":9,"excl_time":0.00962910000002626,"$area":0.00962910000002626},"id":"6030-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: 6.54ms, 0.01%<br />Exclusive time: 1.23ms, 0.00%</p>","incl_time":0.0065407,"subname":"Class::MOP::Class::_inline_create_instance","$color":9,"excl_time":0.00122649999997886,"$area":0.00122649999997886},"id":"6031-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: 130&micro;s, 0.00%</p>","incl_time":0.0001298,"subname":"Class::MOP::Class::immutable_trait","$color":9,"excl_time":0.0001298,"$area":0.0001298},"id":"6032-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: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Class::MOP::Class::BEGIN@3","$color":9,"excl_time":1.74e-05,"$area":1.74e-05},"id":"6033-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: 24.2ms, 0.04%<br />Exclusive time: 7.80ms, 0.01%</p>","incl_time":0.0242044,"subname":"Class::MOP::Class::find_attribute_by_name","$color":9,"excl_time":0.00779660000003541,"$area":0.00779660000003541},"id":"6034-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: 12.6ms, 0.02%<br />Exclusive time: 2.96ms, 0.00%</p>","incl_time":0.0125947,"subname":"Class::MOP::Class::_class_metaclass_can_be_made_compatible","$color":9,"excl_time":0.00296209999998893,"$area":0.00296209999998893},"id":"6035-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: 95.4ms, 0.15%<br />Exclusive time: 11.9ms, 0.02%</p>","incl_time":0.0953864,"subname":"Class::MOP::Class::_can_fix_metaclass_incompatibility","$color":9,"excl_time":0.0119464000000301,"$area":0.0119464000000301},"id":"6036-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.67ms, 0.00%</p>","incl_time":0.0016733,"subname":"Class::MOP::Class::invalidate_meta_instance","$color":9,"excl_time":0.0016733,"$area":0.0016733},"id":"6037-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.04e-05,"subname":"Class::MOP::Class::rebless_instance_away","$color":9,"excl_time":1.04e-05,"$area":1.04e-05},"id":"6038-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: 116&micro;s, 0.00%</p>","incl_time":0.0001157,"subname":"Class::MOP::Class::_inline_params","$color":9,"excl_time":0.0001157,"$area":0.0001157},"id":"6039-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.59ms, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0015901,"subname":"Class::MOP::Class::add_after_method_modifier","$color":9,"excl_time":8.36999999998702e-05,"$area":8.36999999998702e-05},"id":"6040-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: 2.14s, 3.27%<br />Exclusive time: 11.6ms, 0.02%</p>","incl_time":2.1418133,"subname":"Class::MOP::Class::_post_add_attribute","$color":9,"excl_time":0.0116023999999862,"$area":0.0116023999999862},"id":"6041-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: 298ms, 0.46%<br />Exclusive time: 15.0ms, 0.02%</p>","incl_time":0.2984471,"subname":"Class::MOP::Class::_inline_slot_initializer","$color":9,"excl_time":0.0149671000000509,"$area":0.0149671000000509},"id":"6042-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: 509&micro;s, 0.00%</p>","incl_time":0.0005086,"subname":"Class::MOP::Class::is_immutable","$color":9,"excl_time":0.0005086,"$area":0.0005086},"id":"6043-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: 2.07ms, 0.00%<br />Exclusive time: 1.42ms, 0.00%</p>","incl_time":0.0020728,"subname":"Class::MOP::Class::_inline_fallback_constructor","$color":9,"excl_time":0.00141760000000292,"$area":0.00141760000000292},"id":"6044-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: 59.2ms, 0.09%<br />Exclusive time: 30.7ms, 0.05%</p>","incl_time":0.0591591999999999,"subname":"Class::MOP::Class::_single_metaclass_can_be_made_compatible","$color":9,"excl_time":0.0307246999997923,"$area":0.0307246999997923},"id":"6045-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: 2.74ms, 0.00%<br />Exclusive time: 2.46ms, 0.00%</p>","incl_time":0.0027382,"subname":"Class::MOP::Class::BEGIN@13","$color":9,"excl_time":0.00245860000000001,"$area":0.00245860000000001},"id":"6046-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: 2.33ms, 0.00%<br />Exclusive time: 1.19ms, 0.00%</p>","incl_time":0.0023279,"subname":"Class::MOP::Class::_inline_preserve_weak_metaclasses","$color":9,"excl_time":0.00119209999999104,"$area":0.00119209999999104},"id":"6047-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: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"Class::MOP::Class::BEGIN@24","$color":9,"excl_time":7.69999999999425e-06,"$area":7.69999999999425e-06},"id":"6048-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: 40.2ms, 0.06%<br />Exclusive time: 6.71ms, 0.01%</p>","incl_time":0.0402191,"subname":"Class::MOP::Class::find_all_methods_by_name","$color":9,"excl_time":0.00670990000005427,"$area":0.00670990000005427},"id":"6049-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: 117&micro;s, 0.00%</p>","incl_time":0.0001171,"subname":"Class::MOP::Class::_generate_fallback_constructor","$color":9,"excl_time":0.0001171,"$area":0.0001171},"id":"6050-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: 23&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Class::MOP::Class::BEGIN@10","$color":9,"excl_time":1.51000000000006e-05,"$area":1.51000000000006e-05},"id":"6051-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: 12.2ms, 0.02%<br />Exclusive time: 2.62ms, 0.00%</p>","incl_time":0.0122325,"subname":"Class::MOP::Class::_inline_init_attr_from_default","$color":9,"excl_time":0.00262429999999899,"$area":0.00262429999999899},"id":"6052-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: 95.5ms, 0.15%<br />Exclusive time: 14.9ms, 0.02%</p>","incl_time":0.0954745,"subname":"Class::MOP::Class::find_method_by_name","$color":9,"excl_time":0.0149329000000249,"$area":0.0149329000000249},"id":"6053-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: 23.8ms, 0.04%<br />Exclusive time: 270&micro;s, 0.00%</p>","incl_time":0.0238013,"subname":"Class::MOP::Class::_force_rebless_instance","$color":9,"excl_time":0.000269500000003119,"$area":0.000269500000003119},"id":"6054-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: 379&micro;s, 0.00%</p>","incl_time":0.0003789,"subname":"Class::MOP::Class::constructor_class","$color":9,"excl_time":0.0003789,"$area":0.0003789},"id":"6055-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: 482ms, 0.74%<br />Exclusive time: 82.2ms, 0.13%<br />Recursion: max depth 1, recursive inclusive time 1.66ms</p>","incl_time":0.4817985,"subname":"Class::MOP::Class::_construct_instance","$color":9,"excl_time":0.0822049000000921,"$area":0.0822049000000921},"id":"6056-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: 141ms, 0.21%<br />Exclusive time: 4.74ms, 0.01%<br />Recursion: max depth 3, recursive inclusive time 7.91ms</p>","incl_time":0.1406515,"subname":"Class::MOP::Class::_fix_metaclass_incompatibility","$color":9,"excl_time":0.00474470000002543,"$area":0.00474470000002543},"id":"6057-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: 1.07s, 1.63%<br />Exclusive time: 4.90ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 2.38ms</p>","incl_time":1.0679853,"subname":"Class::MOP::Class::make_immutable","$color":9,"excl_time":0.00489889999998764,"$area":0.00489889999998764},"id":"6058-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: 7.60ms, 0.01%<br />Exclusive time: 174&micro;s, 0.00%</p>","incl_time":0.0075962,"subname":"Class::MOP::Class::reinitialize","$color":9,"excl_time":0.000173700000000335,"$area":0.000173700000000335},"id":"6059-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: 638&micro;s, 0.00%<br />Exclusive time: 523&micro;s, 0.00%</p>","incl_time":0.0006383,"subname":"Class::MOP::Class::BEGIN@17","$color":9,"excl_time":0.000523100000000018,"$area":0.000523100000000018},"id":"6060-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: 48&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"Class::MOP::Class::_remove_generated_metaobjects","$color":9,"excl_time":3.12000000004635e-05,"$area":3.12000000004635e-05},"id":"6061-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: 303&micro;s, 0.00%</p>","incl_time":0.0003027,"subname":"Class::MOP::Class::destructor_class","$color":9,"excl_time":0.0003027,"$area":0.0003027},"id":"6062-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: 63&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.29e-05,"subname":"Class::MOP::Class::BEGIN@19","$color":9,"excl_time":1.3499999999995e-05,"$area":1.3499999999995e-05},"id":"6063-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: 104ms, 0.16%<br />Exclusive time: 4.66ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 536&micro;s</p>","incl_time":0.1038731,"subname":"Class::MOP::Class::_immutable_metaclass","$color":9,"excl_time":0.00465859999999787,"$area":0.00465859999999787},"id":"6064-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: 79.1ms, 0.12%<br />Exclusive time: 2.28ms, 0.00%</p>","incl_time":0.0791126,"subname":"Class::MOP::Class::add_around_method_modifier","$color":9,"excl_time":0.00227830000000456,"$area":0.00227830000000456},"id":"6065-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.46ms, 0.00%<br />Exclusive time: 1.23ms, 0.00%</p>","incl_time":0.0014627,"subname":"Class::MOP::Class::BEGIN@14","$color":9,"excl_time":0.00122689999999999,"$area":0.00122689999999999},"id":"6066-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: 276&micro;s, 0.00%</p>","incl_time":0.0029216,"subname":"Class::MOP::Class::_fix_single_metaclass_incompatibility","$color":9,"excl_time":0.000275800000002633,"$area":0.000275800000002633},"id":"6067-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 2986 times from 15 places in 5 files<br />Inclusive time: 129ms, 0.20%<br />Exclusive time: 8.77ms, 0.01%</p>","incl_time":0.1286268,"subname":"Class::MOP::Class::get_meta_instance","$color":9,"excl_time":0.00877419999998764,"$area":0.00877419999998764},"id":"6068-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: 27.5ms, 0.04%<br />Exclusive time: 6.36ms, 0.01%<br />Recursion: max depth 4, recursive inclusive time 7.06ms</p>","incl_time":0.027521,"subname":"Class::MOP::Class::class_precedence_list","$color":9,"excl_time":0.00636060000002366,"$area":0.00636060000002366},"id":"6069-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: 53.7ms, 0.08%<br />Exclusive time: 32.4ms, 0.05%</p>","incl_time":0.0537262,"subname":"Class::MOP::Class::_single_metaclass_is_compatible","$color":9,"excl_time":0.0323534999999617,"$area":0.0323534999999617},"id":"6070-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: 136ms, 0.21%<br />Exclusive time: 63.3ms, 0.10%</p>","incl_time":0.136369,"subname":"Class::MOP::Class::get_all_attributes","$color":9,"excl_time":0.063332900000054,"$area":0.063332900000054},"id":"6071-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: 189ms, 0.29%<br />Exclusive time: 7.92ms, 0.01%<br />Recursion: max depth 4, recursive inclusive time 8.57ms</p>","incl_time":0.1887516,"subname":"Class::MOP::Class::_construct_class_instance","$color":9,"excl_time":0.00792089999996883,"$area":0.00792089999996883},"id":"6072-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.21ms, 0.01%<br />Exclusive time: 393&micro;s, 0.00%</p>","incl_time":0.0062078,"subname":"Class::MOP::Class::is_pristine","$color":9,"excl_time":0.000393399999998226,"$area":0.000393399999998226},"id":"6073-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: 19.4ms, 0.03%<br />Exclusive time: 15.0ms, 0.02%</p>","incl_time":0.0194401,"subname":"Class::MOP::Class::CORE:sort","$color":9,"excl_time":0.0150277000000975,"$area":0.0150277000000975},"id":"6074-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: 50&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Class::MOP::Class::BEGIN@20","$color":9,"excl_time":1.10000000000031e-05,"$area":1.10000000000031e-05},"id":"6075-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: 466&micro;s, 0.00%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0004664,"subname":"Class::MOP::Class::is_anon_class","$color":9,"excl_time":8.99999999996125e-05,"$area":8.99999999996125e-05},"id":"6076-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: 131ms, 0.20%<br />Exclusive time: 1.64ms, 0.00%</p>","incl_time":0.1313005,"subname":"Class::MOP::Class::create","$color":9,"excl_time":0.00164319999999908,"$area":0.00164319999999908},"id":"6077-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: 69&micro;s, 0.00%</p>","incl_time":6.86e-05,"subname":"Class::MOP::Class::immutable_options","$color":9,"excl_time":6.86e-05,"$area":6.86e-05},"id":"6078-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: 20.3ms, 0.03%<br />Exclusive time: 6.01ms, 0.01%</p>","incl_time":0.0202761,"subname":"Class::MOP::Class::_method_lookup_order","$color":9,"excl_time":0.00601290000005609,"$area":0.00601290000005609},"id":"6079-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: 8.97ms, 0.01%<br />Exclusive time: 1.55ms, 0.00%</p>","incl_time":0.0089703,"subname":"Class::MOP::Class::_check_class_metaclass_compatibility","$color":9,"excl_time":0.00154539999999927,"$area":0.00154539999999927},"id":"6080-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: 10.5ms, 0.02%<br />Exclusive time: 1.24ms, 0.00%</p>","incl_time":0.0104869,"subname":"Class::MOP::Class::get_all_methods","$color":9,"excl_time":0.00124300000000819,"$area":0.00124300000000819},"id":"6081-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: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"Class::MOP::Class::BEGIN@11","$color":9,"excl_time":1.34000000000129e-05,"$area":1.34000000000129e-05},"id":"6082-Class::MOP::Class::BEGIN@11"},{"name":":::","children":[{"name":"around","children":[],"data":{"tip":"<p><b>Class::MOP::Class:::around</b></p><p><br />Called 39050 times from 1 place in 1 file<br />Inclusive time: 1.21s, 1.85%<br />Exclusive time: 103ms, 0.16%<br />Recursion: max depth 3, recursive inclusive time 1.41ms</p>","incl_time":1.20944350000105,"subname":"Class::MOP::Class:::around","$color":0,"excl_time":0.102514400000383,"$area":0.102514400000383},"id":"6084-Class::MOP::Class:::around"},{"name":"before","children":[],"data":{"tip":"<p><b>Class::MOP::Class:::before</b></p><p><br />Called 55 times from 2 places in 1 file<br />Inclusive time: 480ms, 0.73%<br />Exclusive time: 734&micro;s, 0.00%</p>","incl_time":0.4801343,"subname":"Class::MOP::Class:::before","$color":0,"excl_time":0.000733699999999602,"$area":0.000733699999999602},"id":"6085-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: 11.3ms, 0.02%<br />Exclusive time: 120&micro;s, 0.00%</p>","incl_time":0.0112598,"subname":"Class::MOP::Class:::after","$color":0,"excl_time":0.000120300000000475,"$area":0.000120300000000475},"id":"6086-Class::MOP::Class:::after"}],"data":{"$area":0.103368400000383},"id":"n6083"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@2","$color":2,"excl_time":1.83e-05,"$area":1.83e-05},"id":"6089-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: 33&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@10","$color":2,"excl_time":1.99999999999985e-05,"$area":1.99999999999985e-05},"id":"6090-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: 73&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.27e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@14","$color":2,"excl_time":1.40000000000051e-05,"$area":1.40000000000051e-05},"id":"6091-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: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@9","$color":2,"excl_time":1.46999999999959e-05,"$area":1.46999999999959e-05},"id":"6092-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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@12","$color":2,"excl_time":8.1e-06,"$area":8.1e-06},"id":"6093-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: 26&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@46","$color":2,"excl_time":1.15999999999879e-05,"$area":1.15999999999879e-05},"id":"6094-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: 69&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":6.89e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@15","$color":2,"excl_time":1.93999999999921e-05,"$area":1.93999999999921e-05},"id":"6095-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: 46&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@36","$color":2,"excl_time":2.2799999999999e-05,"$area":2.2799999999999e-05},"id":"6096-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: 839&micro;s, 0.00%</p>","incl_time":0.0008392,"subname":"Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name","$color":2,"excl_time":0.0008392,"$area":0.0008392},"id":"6097-Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name"}],"data":{"$area":0.000968099999999978},"id":"n6088"},{"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: 3.47ms, 0.01%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.0034685,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::linearized_isa","$color":4,"excl_time":0.00105520000000063,"$area":0.00105520000000063},"id":"6101-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: 24.3ms, 0.04%<br />Exclusive time: 7.74ms, 0.01%</p>","incl_time":0.0243449,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::get_all_attributes","$color":4,"excl_time":0.00773640000004448,"$area":0.00773640000004448},"id":"6102-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: 4.44ms, 0.01%<br />Exclusive time: 947&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 1.64ms</p>","incl_time":0.0044409,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::class_precedence_list","$color":4,"excl_time":0.000947300000017281,"$area":0.000947300000017281},"id":"6103-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: 767&micro;s, 0.00%<br />Exclusive time: 94&micro;s, 0.00%</p>","incl_time":0.0007673,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::superclasses","$color":4,"excl_time":9.44000000004678e-05,"$area":9.44000000004678e-05},"id":"6104-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: 25.3ms, 0.04%<br />Exclusive time: 8.67ms, 0.01%</p>","incl_time":0.0253401,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::get_meta_instance","$color":4,"excl_time":0.00866650000000377,"$area":0.00866650000000377},"id":"6105-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: 1.55ms, 0.00%<br />Exclusive time: 672&micro;s, 0.00%</p>","incl_time":0.0015481,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::is_immutable","$color":4,"excl_time":0.0006723999999983,"$area":0.0006723999999983},"id":"6106-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: 8.06ms, 0.01%<br />Exclusive time: 2.93ms, 0.00%</p>","incl_time":0.0080649,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::_method_map","$color":4,"excl_time":0.00293330000000781,"$area":0.00293330000000781},"id":"6107-Class::MOP::Class::Immutable::Class::MOP::Class::_method_map"}],"data":{"$area":0.0221055000000727},"id":"n6100"}],"data":{"$area":0.0221055000000727},"id":"n6099"}],"data":{"$area":0.0221055000000727},"id":"n6098"},{"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: 1.04ms, 0.00%<br />Exclusive time: 468&micro;s, 0.00%</p>","incl_time":0.0010435,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::is_immutable","$color":6,"excl_time":0.000468000000005045,"$area":0.000468000000005045},"id":"6111-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: 2.16ms, 0.00%<br />Exclusive time: 302&micro;s, 0.00%</p>","incl_time":0.0021643,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_attributes","$color":6,"excl_time":0.000301699999995178,"$area":0.000301699999995178},"id":"6112-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.75ms, 0.00%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":0.0017519,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles","$color":6,"excl_time":7.44000000168769e-05,"$area":7.44000000168769e-05},"id":"6113-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: 278&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0002783,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::superclasses","$color":6,"excl_time":2.57000000003969e-05,"$area":2.57000000003969e-05},"id":"6114-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.57ms, 0.01%<br />Exclusive time: 979&micro;s, 0.00%</p>","incl_time":0.003575,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::_method_map","$color":6,"excl_time":0.000978900000006671,"$area":0.000978900000006671},"id":"6115-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.50ms, 0.01%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0034965,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::calculate_all_roles_with_inheritance","$color":6,"excl_time":6.2700000001956e-05,"$area":6.2700000001956e-05},"id":"6116-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: 884&micro;s, 0.00%<br />Exclusive time: 89&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 14&micro;s</p>","incl_time":0.0008844,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::class_precedence_list","$color":6,"excl_time":8.87000000001279e-05,"$area":8.87000000001279e-05},"id":"6117-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: 2.40ms, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0024041,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::get_all_methods","$color":6,"excl_time":2.44000000003486e-05,"$area":2.44000000003486e-05},"id":"6118-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.51ms, 0.00%<br />Exclusive time: 366&micro;s, 0.00%</p>","incl_time":0.0015143,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::linearized_isa","$color":6,"excl_time":0.000365799999995451,"$area":0.000365799999995451},"id":"6119-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 30627 times from 9 places in 4 files<br />Inclusive time: 219ms, 0.33%<br />Exclusive time: 88.5ms, 0.14%</p>","incl_time":0.218836400000011,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::get_meta_instance","$color":6,"excl_time":0.0884978999809886,"$area":0.0884978999809886},"id":"6120-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: 5.06ms, 0.01%<br />Exclusive time: 328&micro;s, 0.00%</p>","incl_time":0.0050566,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::does_role","$color":6,"excl_time":0.000328299999999537,"$area":0.000328299999999537},"id":"6121-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: 183&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0001827,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::_method_map","$color":8,"excl_time":2.78000000008193e-05,"$area":2.78000000008193e-05},"id":"6125-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: 51&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.09e-05,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::is_immutable","$color":8,"excl_time":2.41000000003396e-05,"$area":2.41000000003396e-05},"id":"6126-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::30::is_immutable"}],"data":{"$area":5.19000000011589e-05},"id":"n6124"},{"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: 145&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.0001446,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::get_meta_instance","$color":10,"excl_time":5.66999999995263e-05,"$area":5.66999999995263e-05},"id":"6128-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.06ms, 0.00%<br />Exclusive time: 1.13ms, 0.00%</p>","incl_time":0.003063,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::_method_map","$color":10,"excl_time":0.00113330000001351,"$area":0.00113330000001351},"id":"6129-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: 978&micro;s, 0.00%<br />Exclusive time: 351&micro;s, 0.00%</p>","incl_time":0.0009776,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::linearized_isa","$color":10,"excl_time":0.000350700000000569,"$area":0.000350700000000569},"id":"6130-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: 271&micro;s, 0.00%<br />Exclusive time: 123&micro;s, 0.00%</p>","incl_time":0.0002709,"subname":"Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::is_immutable","$color":10,"excl_time":0.000122599999998234,"$area":0.000122599999998234},"id":"6131-Class::MOP::Class::Immutable::Moose::Meta::Class::__ANON__::SERIAL::5::is_immutable"}],"data":{"$area":0.00166330000001184},"id":"n6127"}],"data":{"$area":0.001715200000013},"id":"n6123"}],"data":{"$area":0.001715200000013},"id":"n6122"}],"data":{"$area":0.0929316999810232},"id":"n6110"}],"data":{"$area":0.0929316999810232},"id":"n6109"}],"data":{"$area":0.0929316999810232},"id":"n6108"}],"data":{"$area":0.116005299981096},"id":"n6087"}],"data":{"$area":1.00134290001429},"id":"n5981"},{"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: 724&micro;s, 0.00%<br />Exclusive time: 245&micro;s, 0.00%</p>","incl_time":0.0007243,"subname":"Class::MOP::Package::get_all_package_symbols","$color":1,"excl_time":0.000245299999999105,"$area":0.000245299999999105},"id":"6133-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: 107ms, 0.16%<br />Exclusive time: 51.2ms, 0.08%</p>","incl_time":0.107462300000001,"subname":"Class::MOP::Package::get_package_symbol","$color":1,"excl_time":0.0511962000000061,"$area":0.0511962000000061},"id":"6134-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: 21.5ms, 0.03%</p>","incl_time":0.0215051999999998,"subname":"Class::MOP::Package::name","$color":1,"excl_time":0.0215051999999998,"$area":0.0215051999999998},"id":"6135-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: 46&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"Class::MOP::Package::BEGIN@13","$color":1,"excl_time":7.49999999998688e-06,"$area":7.49999999998688e-06},"id":"6136-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: 59&micro;s, 0.00%</p>","incl_time":5.89e-05,"subname":"Class::MOP::Package::CORE:regcomp","$color":1,"excl_time":5.89e-05,"$area":5.89e-05},"id":"6137-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: 152&micro;s, 0.00%</p>","incl_time":0.0001518,"subname":"Class::MOP::Package::_new","$color":1,"excl_time":0.0001518,"$area":0.0001518},"id":"6138-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: 94&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":9.42e-05,"subname":"Class::MOP::Package::BEGIN@18","$color":1,"excl_time":1.0400000000005e-05,"$area":1.0400000000005e-05},"id":"6139-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: 36.8ms, 0.06%<br />Exclusive time: 30.4ms, 0.05%</p>","incl_time":0.0367679999999994,"subname":"Class::MOP::Package::_package_stash","$color":1,"excl_time":0.0303715999999907,"$area":0.0303715999999907},"id":"6140-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: 35&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"Class::MOP::Package::BEGIN@164","$color":1,"excl_time":1.31999999999971e-05,"$area":1.31999999999971e-05},"id":"6141-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: 3.69ms, 0.01%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":0.0036928,"subname":"Class::MOP::Package::list_all_package_symbols","$color":1,"excl_time":0.00138329999999629,"$area":0.00138329999999629},"id":"6142-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: 9.23ms, 0.01%<br />Exclusive time: 238&micro;s, 0.00%</p>","incl_time":0.009235,"subname":"Class::MOP::Package::reinitialize","$color":1,"excl_time":0.000237999999999967,"$area":0.000237999999999967},"id":"6143-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Class::MOP::Package::BEGIN@11","$color":1,"excl_time":7.60000000000162e-06,"$area":7.60000000000162e-06},"id":"6144-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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Class::MOP::Package::BEGIN@14","$color":1,"excl_time":7.99999999999288e-06,"$area":7.99999999999288e-06},"id":"6145-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: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Class::MOP::Package::CORE:match","$color":1,"excl_time":1.5e-05,"$area":1.5e-05},"id":"6146-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: 32.1ms, 0.05%<br />Exclusive time: 10.2ms, 0.02%</p>","incl_time":0.0320575,"subname":"Class::MOP::Package::get_or_add_package_symbol","$color":1,"excl_time":0.0101962000000177,"$area":0.0101962000000177},"id":"6147-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: 32&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Class::MOP::Package::BEGIN@95","$color":1,"excl_time":1.19999999999963e-05,"$area":1.19999999999963e-05},"id":"6148-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: 1.01ms, 0.00%<br />Exclusive time: 360&micro;s, 0.00%</p>","incl_time":0.0010058,"subname":"Class::MOP::Package::BEGIN@15","$color":1,"excl_time":0.000360100000000029,"$area":0.000360100000000029},"id":"6149-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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Class::MOP::Package::BEGIN@3","$color":1,"excl_time":1.06e-05,"$area":1.06e-05},"id":"6150-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: 85.2ms, 0.13%<br />Exclusive time: 26.3ms, 0.04%</p>","incl_time":0.0851536000000001,"subname":"Class::MOP::Package::add_package_symbol","$color":1,"excl_time":0.0262903999999766,"$area":0.0262903999999766},"id":"6151-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: 280&micro;s, 0.00%<br />Exclusive time: 205&micro;s, 0.00%</p>","incl_time":0.0002802,"subname":"Class::MOP::Package::namespace","$color":1,"excl_time":0.000205199999999731,"$area":0.000205199999999731},"id":"6152-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: 46.1ms, 0.07%<br />Exclusive time: 432&micro;s, 0.00%</p>","incl_time":0.046101,"subname":"Class::MOP::Package::create","$color":1,"excl_time":0.000431999999999844,"$area":0.000431999999999844},"id":"6153-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: 149&micro;s, 0.00%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":0.0001489,"subname":"Class::MOP::Package::remove_package_symbol","$color":1,"excl_time":7.1599999999498e-05,"$area":7.1599999999498e-05},"id":"6154-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: 511&micro;s, 0.00%<br />Exclusive time: 363&micro;s, 0.00%</p>","incl_time":0.0005111,"subname":"Class::MOP::Package::is_anon","$color":1,"excl_time":0.00036299999994617,"$area":0.00036299999994617},"id":"6155-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: 33.9ms, 0.05%<br />Exclusive time: 4.08ms, 0.01%</p>","incl_time":0.0339182,"subname":"Class::MOP::Package::initialize","$color":1,"excl_time":0.0040801000000018,"$area":0.0040801000000018},"id":"6156-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.90ms, 0.00%<br />Exclusive time: 770&micro;s, 0.00%</p>","incl_time":0.0019008,"subname":"Class::MOP::Package::BEGIN@16","$color":1,"excl_time":0.00077000000000004,"$area":0.00077000000000004},"id":"6157-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: 57.4ms, 0.09%<br />Exclusive time: 28.6ms, 0.04%</p>","incl_time":0.0573767999999997,"subname":"Class::MOP::Package::has_package_symbol","$color":1,"excl_time":0.0285977999995008,"$area":0.0285977999995008},"id":"6158-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: 221&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0002207,"subname":"Class::MOP::Package::DESTROY","$color":1,"excl_time":6.26999999994534e-05,"$area":6.26999999994534e-05},"id":"6159-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: 376ms, 0.57%<br />Exclusive time: 2.91ms, 0.00%</p>","incl_time":0.3761646,"subname":"Class::MOP::Package::create_anon","$color":1,"excl_time":0.0029109000000023,"$area":0.0029109000000023},"id":"6160-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: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Class::MOP::Package::BEGIN@10","$color":1,"excl_time":8.199999999996e-06,"$area":8.199999999996e-06},"id":"6161-Class::MOP::Package::BEGIN@10"}],"data":{"$area":0.179582799999436},"id":"n6132"}],"data":{"$area":3.28765410001103},"id":"n5637"}],"data":{"$area":3.37917860001108},"id":"n5486"},{"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: 589&micro;s, 0.00%<br />Exclusive time: 440&micro;s, 0.00%</p>","incl_time":0.0005892,"subname":"attributes::_modify_attrs_and_deprecate","$color":3,"excl_time":0.000440100000009535,"$area":0.000440100000009535},"id":"6163-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: 23.3ms, 0.04%<br />Exclusive time: 992&micro;s, 0.00%</p>","incl_time":0.0232507,"subname":"attributes::import","$color":3,"excl_time":0.000992100000001759,"$area":0.000992100000001759},"id":"6164-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: 28&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"attributes::_modify_attrs","$color":3,"excl_time":2.81e-05,"$area":2.81e-05},"id":"6165-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: 39&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"attributes::reftype","$color":3,"excl_time":3.88e-05,"$area":3.88e-05},"id":"6166-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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"attributes::CORE:qr","$color":3,"excl_time":7.7e-06,"$area":7.7e-06},"id":"6167-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: 141&micro;s, 0.00%</p>","incl_time":0.000141,"subname":"attributes::CORE:match","$color":3,"excl_time":0.000141,"$area":0.000141},"id":"6168-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: 83&micro;s, 0.00%</p>","incl_time":8.29e-05,"subname":"attributes::CORE:regcomp","$color":3,"excl_time":8.29e-05,"$area":8.29e-05},"id":"6169-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: 48&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":4.76e-05,"subname":"attributes::BEGIN@9","$color":3,"excl_time":3.86000000000743e-05,"$area":3.86000000000743e-05},"id":"6170-attributes::BEGIN@9"}],"data":{"$area":0.00176930000001137},"id":"n6162"},{"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: 16.8ms, 0.03%</p>","incl_time":0.0167953,"subname":"Sub::Name::subname","$color":5,"excl_time":0.0167953,"$area":0.0167953},"id":"6173-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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Sub::Name::BEGIN@44","$color":5,"excl_time":1.36000000000045e-05,"$area":1.36000000000045e-05},"id":"6174-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: 97&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.73e-05,"subname":"Sub::Name::BEGIN@50","$color":5,"excl_time":1.09999999999886e-05,"$area":1.09999999999886e-05},"id":"6175-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: 84&micro;s, 0.00%</p>","incl_time":8.38e-05,"subname":"Sub::Name::BEGIN@42","$color":5,"excl_time":8.38e-05,"$area":8.38e-05},"id":"6176-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: 30&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"Sub::Name::BEGIN@45","$color":5,"excl_time":1.75999999999899e-05,"$area":1.75999999999899e-05},"id":"6177-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: 41&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"Sub::Name::bootstrap","$color":5,"excl_time":4.11e-05,"$area":4.11e-05},"id":"6178-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: 123&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001225,"subname":"Sub::Name::BEGIN@49","$color":5,"excl_time":1.28000000000097e-05,"$area":1.28000000000097e-05},"id":"6179-Sub::Name::BEGIN@49"}],"data":{"$area":0.0169752},"id":"n6172"},{"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: 795&micro;s, 0.00%</p>","incl_time":0.0007949,"subname":"Sub::Exporter::_key_intersection","$color":7,"excl_time":0.0007949,"$area":0.0007949},"id":"6181-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: 28.8ms, 0.04%<br />Exclusive time: 594&micro;s, 0.00%</p>","incl_time":0.0288455,"subname":"Sub::Exporter::build_exporter","$color":7,"excl_time":0.00059370000000145,"$area":0.00059370000000145},"id":"6182-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: 141&micro;s, 0.00%</p>","incl_time":0.0001414,"subname":"Sub::Exporter::_setup","$color":7,"excl_time":0.0001414,"$area":0.0001414},"id":"6183-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: 280&micro;s, 0.00%<br />Exclusive time: 267&micro;s, 0.00%</p>","incl_time":0.0002805,"subname":"Sub::Exporter::_assert_collector_names_ok","$color":7,"excl_time":0.000267199999999951,"$area":0.000267199999999951},"id":"6184-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: 557ms, 0.85%<br />Exclusive time: 15.1ms, 0.02%</p>","incl_time":0.5567178,"subname":"Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:756]","$color":7,"excl_time":0.0151462000000229,"$area":0.0151462000000229},"id":"6185-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: 205ms, 0.31%<br />Exclusive time: 34.2ms, 0.05%</p>","incl_time":0.2053966,"subname":"Sub::Exporter::default_installer","$color":7,"excl_time":0.0342122000000197,"$area":0.0342122000000197},"id":"6186-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: 3.40ms, 0.01%</p>","incl_time":0.0033957,"subname":"Sub::Exporter::_mk_collection_builder","$color":7,"excl_time":0.0033957,"$area":0.0033957},"id":"6187-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: 86.7ms, 0.13%<br />Exclusive time: 32.6ms, 0.05%</p>","incl_time":0.0866898999999995,"subname":"Sub::Exporter::default_generator","$color":7,"excl_time":0.0326364000002638,"$area":0.0326364000002638},"id":"6188-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: 24&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Sub::Exporter::BEGIN@9","$color":7,"excl_time":1.0700000000009e-05,"$area":1.0700000000009e-05},"id":"6189-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.88ms, 0.00%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":0.0028766,"subname":"Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:937]","$color":7,"excl_time":8.5900000000326e-05,"$area":8.5900000000326e-05},"id":"6190-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: 88.1ms, 0.13%<br />Exclusive time: 13.6ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 66.5ms</p>","incl_time":0.0881342,"subname":"Sub::Exporter::_expand_group","$color":7,"excl_time":0.0135700999999965,"$area":0.0135700999999965},"id":"6191-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: 1.01ms, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0010097,"subname":"Sub::Exporter::setup_exporter","$color":7,"excl_time":4.57000000000629e-05,"$area":4.57000000000629e-05},"id":"6192-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: 12.1ms, 0.02%</p>","incl_time":0.0120578999999999,"subname":"Sub::Exporter::_group_name","$color":7,"excl_time":0.0120578999999999,"$area":0.0120578999999999},"id":"6193-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: 509&micro;s, 0.00%<br />Exclusive time: 342&micro;s, 0.00%</p>","incl_time":0.0005086,"subname":"Sub::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Exporter.pm:544]","$color":7,"excl_time":0.000342399999997941,"$area":0.000342399999997941},"id":"6194-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: 28.3ms, 0.04%<br />Exclusive time: 2.51ms, 0.00%</p>","incl_time":0.0282518,"subname":"Sub::Exporter::_rewrite_build_config","$color":7,"excl_time":0.00251289999999752,"$area":0.00251289999999752},"id":"6195-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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Sub::Exporter::BEGIN@6","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"6196-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: 424ms, 0.65%<br />Exclusive time: 49.6ms, 0.08%</p>","incl_time":0.4244803,"subname":"Sub::Exporter::_do_import","$color":7,"excl_time":0.0495727999999528,"$area":0.0495727999999528},"id":"6197-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: 30&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"Sub::Exporter::BEGIN@636","$color":7,"excl_time":3.05e-05,"$area":3.05e-05},"id":"6198-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: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Sub::Exporter::CORE:match","$color":7,"excl_time":1.33e-05,"$area":1.33e-05},"id":"6199-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: 12.5ms, 0.02%<br />Exclusive time: 8.58ms, 0.01%</p>","incl_time":0.0124879,"subname":"Sub::Exporter::_collect_collections","$color":7,"excl_time":0.00858359999999296,"$area":0.00858359999999296},"id":"6200-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: 98.4ms, 0.15%<br />Exclusive time: 31.5ms, 0.05%<br />Recursion: max depth 2, recursive inclusive time 98.5ms</p>","incl_time":0.0983775,"subname":"Sub::Exporter::_expand_groups","$color":7,"excl_time":0.0314590999997073,"$area":0.0314590999997073},"id":"6201-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":3.4e-06,"subname":"Sub::Exporter::BEGIN@7","$color":7,"excl_time":3.4e-06,"$area":3.4e-06},"id":"6202-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":3.1e-06,"subname":"Sub::Exporter::BEGIN@8","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"6203-Sub::Exporter::BEGIN@8"}],"data":{"$area":0.205483099999953},"id":"n6180"},{"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: 31&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"Sub::Install::BEGIN@184","$color":9,"excl_time":1.03000000000015e-05,"$area":1.03000000000015e-05},"id":"6205-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: 42&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Sub::Install::BEGIN@287","$color":9,"excl_time":2.23999999999973e-05,"$area":2.23999999999973e-05},"id":"6206-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: 89.7ms, 0.14%<br />Exclusive time: 63.6ms, 0.10%</p>","incl_time":0.0896748000000004,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:175]","$color":9,"excl_time":0.0636485999999887,"$area":0.0636485999999887},"id":"6207-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: 31&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":3.11e-05,"subname":"Sub::Install::BEGIN@3","$color":9,"excl_time":1.87000000000042e-05,"$area":1.87000000000042e-05},"id":"6208-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: 31&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"Sub::Install::exporter","$color":9,"excl_time":3.13e-05,"$area":3.13e-05},"id":"6209-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: 783&micro;s, 0.00%<br />Exclusive time: 480&micro;s, 0.00%</p>","incl_time":0.0007828,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:173]","$color":9,"excl_time":0.000480200000007174,"$area":0.000480200000007174},"id":"6210-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: 93&micro;s, 0.00%</p>","incl_time":9.3e-05,"subname":"Sub::Install::CORE:regcomp","$color":9,"excl_time":9.3e-05,"$area":9.3e-05},"id":"6211-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":9,"excl_time":1.13e-05,"$area":1.13e-05},"id":"6212-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: 210&micro;s, 0.00%</p>","incl_time":0.0002096,"subname":"Sub::Install::CORE:match","$color":9,"excl_time":0.0002096,"$area":0.0002096},"id":"6213-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: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Sub::Install::BEGIN@4","$color":9,"excl_time":8.80000000000125e-06,"$area":8.80000000000125e-06},"id":"6214-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: 62&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.24e-05,"subname":"Sub::Install::BEGIN@6","$color":9,"excl_time":8.90000000000201e-06,"$area":8.90000000000201e-06},"id":"6215-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: 172ms, 0.26%<br />Exclusive time: 61.7ms, 0.09%</p>","incl_time":0.1717533,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:132]","$color":9,"excl_time":0.0617327999998202,"$area":0.0617327999998202},"id":"6216-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Sub::Install::BEGIN@7","$color":9,"excl_time":4.8e-06,"$area":4.8e-06},"id":"6217-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: 7&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Sub::Install::BEGIN@148","$color":9,"excl_time":6.5999999999985e-06,"$area":6.5999999999985e-06},"id":"6218-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: 26.0ms, 0.04%<br />Exclusive time: 25.2ms, 0.04%</p>","incl_time":0.0260262000000002,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:187]","$color":9,"excl_time":0.0252433999999998,"$area":0.0252433999999998},"id":"6219-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: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Sub::Install::CORE:qr","$color":9,"excl_time":1.12e-05,"$area":1.12e-05},"id":"6220-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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:176]","$color":9,"excl_time":8.8e-06,"$area":8.8e-06},"id":"6221-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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Sub::Install::_do_with_warn","$color":9,"excl_time":1.8399999999997e-05,"$area":1.8399999999997e-05},"id":"6222-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: 20.3ms, 0.03%<br />Exclusive time: 17.1ms, 0.03%</p>","incl_time":0.0203440000000001,"subname":"Sub::Install::_CODELIKE","$color":9,"excl_time":0.0171140000003766,"$area":0.0171140000003766},"id":"6223-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: 32&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"Sub::Install::BEGIN@139","$color":9,"excl_time":2.21999999999986e-05,"$area":2.21999999999986e-05},"id":"6224-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: 89&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":8.94e-05,"subname":"Sub::Install::BEGIN@190","$color":9,"excl_time":4.12000000000018e-05,"$area":4.12000000000018e-05},"id":"6225-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: 142&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0001419,"subname":"Sub::Install::__ANON__[/Users/edenc/perl5/lib/perl5/Sub/Install.pm:284]","$color":9,"excl_time":4.61000000000069e-05,"$area":4.61000000000069e-05},"id":"6226-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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Sub::Install::_installer","$color":9,"excl_time":9.7e-06,"$area":9.7e-06},"id":"6227-Sub::Install::_installer"}],"data":{"$area":0.168802300000192},"id":"n6204"}],"data":{"$area":0.391260600000146},"id":"n6171"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Tie::ToObject::BEGIN@5","$color":0,"excl_time":1.63000000001893e-05,"$area":1.63000000001893e-05},"id":"6230-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: 28&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Tie::ToObject::BEGIN@11","$color":0,"excl_time":7.60000000024317e-06,"$area":7.60000000024317e-06},"id":"6231-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: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Tie::ToObject::BEGIN@10","$color":0,"excl_time":7.79999999968406e-06,"$area":7.79999999968406e-06},"id":"6232-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: 49&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"Tie::ToObject::BEGIN@8","$color":0,"excl_time":7.80000000015904e-06,"$area":7.80000000015904e-06},"id":"6233-Tie::ToObject::BEGIN@8"}],"data":{"$area":3.95000000002756e-05},"id":"n6229"},{"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: 84&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":8.43e-05,"subname":"Tie::Hash::BEGIN@188","$color":2,"excl_time":2.36000000000031e-05,"$area":2.36000000000031e-05},"id":"6235-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: 166&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001657,"subname":"Tie::Hash::BEGIN@189","$color":2,"excl_time":1.28999999999984e-05,"$area":1.28999999999984e-05},"id":"6236-Tie::Hash::BEGIN@189"}],"data":{"$area":3.65000000000016e-05},"id":"n6234"},{"name":"::ExtraHash","children":[],"data":{"$area":0},"id":"n6237"},{"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":5.6e-06,"subname":"Tie::StdHash::TIEHASH","$color":6,"excl_time":5.6e-06,"$area":5.6e-06},"id":"6239-Tie::StdHash::TIEHASH"}],"data":{"$area":5.6e-06},"id":"n6238"}],"data":{"$area":8.16000000002771e-05},"id":"n6228"},{"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: 11.9ms, 0.02%<br />Exclusive time: 11.8ms, 0.02%</p>","incl_time":0.0118977,"subname":"XSLoader::load","$color":8,"excl_time":0.0118032999999997,"$area":0.0118032999999997},"id":"6241-XSLoader::load"}],"data":{"$area":0.0118032999999997},"id":"n6240"},{"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: 37&micro;s, 0.00%</p>","incl_time":3.73e-05,"subname":"bytes::import","$color":10,"excl_time":3.73e-05,"$area":3.73e-05},"id":"6243-bytes::import"}],"data":{"$area":3.73e-05},"id":"n6242"},{"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: 6.24ms, 0.01%<br />Exclusive time: 5.53ms, 0.01%</p>","incl_time":0.0062387,"subname":"Graph::BEGIN@28","$color":1,"excl_time":0.00553030000000028,"$area":0.00553030000000028},"id":"6245-Graph::BEGIN@28"},{"name":"is_compat02","children":[],"data":{"tip":"<p><b>Graph::is_compat02</b></p><p><br />Called 13248 times from 3 places in 1 file<br />Inclusive time: 22.7ms, 0.03%</p>","incl_time":0.0227445000000025,"subname":"Graph::is_compat02","$color":1,"excl_time":0.0227445000000025,"$area":0.0227445000000025},"id":"6246-Graph::is_compat02"},{"name":"add_vertex","children":[],"data":{"tip":"<p><b>Graph::add_vertex</b></p><p><br />Called 56504 times from 5 places in 4 files<br />Inclusive time: 1.25s, 1.90%<br />Exclusive time: 616ms, 0.94%</p>","incl_time":1.24727279999985,"subname":"Graph::add_vertex","$color":1,"excl_time":0.616178200012808,"$area":0.616178200012808},"id":"6247-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.89ms, 0.00%</p>","incl_time":0.002886,"subname":"Graph::_opt","$color":1,"excl_time":0.002886,"$area":0.002886},"id":"6248-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.67ms, 0.01%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.005665,"subname":"Graph::edges_to","$color":1,"excl_time":4.53999999971669e-05,"$area":4.53999999971669e-05},"id":"6249-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: 257&micro;s, 0.00%<br />Exclusive time: 178&micro;s, 0.00%</p>","incl_time":0.0002571,"subname":"Graph::BEGIN@36","$color":1,"excl_time":0.00017759999999999,"$area":0.00017759999999999},"id":"6250-Graph::BEGIN@36"},{"name":"get_edge_attribute","children":[],"data":{"tip":"<p><b>Graph::get_edge_attribute</b></p><p><br />Called 68 times from 1 place in 1 file<br />Inclusive time: 4.66ms, 0.01%<br />Exclusive time: 946&micro;s, 0.00%</p>","incl_time":0.0046585,"subname":"Graph::get_edge_attribute","$color":1,"excl_time":0.000946300000018819,"$area":0.000946300000018819},"id":"6251-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: 24&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Graph::BEGIN@55","$color":1,"excl_time":2.4e-05,"$area":2.4e-05},"id":"6252-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: 2.63ms, 0.00%<br />Exclusive time: 198&micro;s, 0.00%</p>","incl_time":0.0026271,"subname":"Graph::BEGIN@33","$color":1,"excl_time":0.000197600000000138,"$area":0.000197600000000138},"id":"6253-Graph::BEGIN@33"},{"name":"successors","children":[],"data":{"tip":"<p><b>Graph::successors</b></p><p><br />Called 105360 times from 4 places in 3 files<br />Inclusive time: 1.64s, 2.50%<br />Exclusive time: 415ms, 0.63%</p>","incl_time":1.6387176000002,"subname":"Graph::successors","$color":1,"excl_time":0.414695600011263,"$area":0.414695600011263},"id":"6254-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: 222ms, 0.34%<br />Exclusive time: 145ms, 0.22%</p>","incl_time":0.221538000000007,"subname":"Graph::_edges_id_path","$color":1,"excl_time":0.145461499987939,"$area":0.145461499987939},"id":"6255-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.85s, 2.82%<br />Exclusive time: 397ms, 0.61%</p>","incl_time":1.84916979999987,"subname":"Graph::is_isolated_vertex","$color":1,"excl_time":0.396553500014752,"$area":0.396553500014752},"id":"6256-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: 206&micro;s, 0.00%</p>","incl_time":0.0002065,"subname":"Graph::_opt_unknown","$color":1,"excl_time":0.0002065,"$area":0.0002065},"id":"6257-Graph::_opt_unknown"},{"name":"predecessors","children":[],"data":{"tip":"<p><b>Graph::predecessors</b></p><p><br />Called 109047 times from 3 places in 2 files<br />Inclusive time: 1.45s, 2.22%<br />Exclusive time: 382ms, 0.58%</p>","incl_time":1.45327820000011,"subname":"Graph::predecessors","$color":1,"excl_time":0.381624499990114,"$area":0.381624499990114},"id":"6258-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: 809&micro;s, 0.00%<br />Exclusive time: 566&micro;s, 0.00%</p>","incl_time":0.0008085,"subname":"Graph::expect_non_unionfind","$color":1,"excl_time":0.000566400000002309,"$area":0.000566400000002309},"id":"6259-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: 245&micro;s, 0.00%<br />Exclusive time: 220&micro;s, 0.00%</p>","incl_time":0.0002453,"subname":"Graph::countvertexed","$color":1,"excl_time":0.000219700000006369,"$area":0.000219700000006369},"id":"6260-Graph::countvertexed"},{"name":"_vertex_ids","children":[],"data":{"tip":"<p><b>Graph::_vertex_ids</b></p><p><br />Called 39188 times from 5 places in 1 file<br />Inclusive time: 254ms, 0.39%</p>","incl_time":0.253878500000026,"subname":"Graph::_vertex_ids","$color":1,"excl_time":0.253878500000026,"$area":0.253878500000026},"id":"6261-Graph::_vertex_ids"},{"name":"add_edge","children":[],"data":{"tip":"<p><b>Graph::add_edge</b></p><p><br />Called 55530 times from 11 places in 4 files<br />Inclusive time: 3.16s, 4.82%<br />Exclusive time: 654ms, 1.00%</p>","incl_time":3.15579419999996,"subname":"Graph::add_edge","$color":1,"excl_time":0.653912500003543,"$area":0.653912500003543},"id":"6262-Graph::add_edge"},{"name":"countedged","children":[],"data":{"tip":"<p><b>Graph::countedged</b></p><p><br />Called 57 times from 2 places in 2 files<br />Inclusive time: 278&micro;s, 0.00%<br />Exclusive time: 248&micro;s, 0.00%</p>","incl_time":0.0002782,"subname":"Graph::countedged","$color":1,"excl_time":0.000247699999981082,"$area":0.000247699999981082},"id":"6263-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: 365ms, 0.56%<br />Exclusive time: 364ms, 0.56%</p>","incl_time":0.3647486,"subname":"Graph::_edges_at","$color":1,"excl_time":0.363968799999989,"$area":0.363968799999989},"id":"6264-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: 802&micro;s, 0.00%</p>","incl_time":0.0008015,"subname":"Graph::_get_options","$color":1,"excl_time":0.0008015,"$area":0.0008015},"id":"6265-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: 275ms, 0.42%<br />Exclusive time: 144ms, 0.22%</p>","incl_time":0.2751925,"subname":"Graph::vertices05","$color":1,"excl_time":0.143704399999962,"$area":0.143704399999962},"id":"6266-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Graph::BEGIN@5","$color":1,"excl_time":5.1e-06,"$area":5.1e-06},"id":"6267-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: 57.0ms, 0.09%<br />Exclusive time: 42.6ms, 0.06%</p>","incl_time":0.0569565999999977,"subname":"Graph::omniedged","$color":1,"excl_time":0.0425590000151529,"$area":0.0425590000151529},"id":"6268-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: 52&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Graph::BEGIN@116","$color":1,"excl_time":1.19000000000653e-05,"$area":1.19000000000653e-05},"id":"6269-Graph::BEGIN@116"},{"name":"multiedged","children":[],"data":{"tip":"<p><b>Graph::multiedged</b></p><p><br />Called 94924 times from 4 places in 2 files<br />Inclusive time: 362ms, 0.55%<br />Exclusive time: 292ms, 0.45%</p>","incl_time":0.361956700000065,"subname":"Graph::multiedged","$color":1,"excl_time":0.291886999976259,"$area":0.291886999976259},"id":"6270-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.70ms, 0.01%<br />Exclusive time: 402&micro;s, 0.00%</p>","incl_time":0.0036971,"subname":"Graph::BEGIN@32","$color":1,"excl_time":0.000402299999999847,"$area":0.000402299999999847},"id":"6271-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.31s, 3.52%<br />Exclusive time: 276ms, 0.42%</p>","incl_time":2.3055584,"subname":"Graph::isolated_vertices","$color":1,"excl_time":0.275877700005379,"$area":0.275877700005379},"id":"6272-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: 26&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"Graph::_edges_to","$color":1,"excl_time":2.56e-05,"$area":2.56e-05},"id":"6273-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: 613&micro;s, 0.00%<br />Exclusive time: 168&micro;s, 0.00%</p>","incl_time":0.0006128,"subname":"Graph::delete_edge","$color":1,"excl_time":0.000168200000001981,"$area":0.000168200000001981},"id":"6274-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.60ms, 0.01%<br />Exclusive time: 3.21ms, 0.00%</p>","incl_time":0.0035977,"subname":"Graph::BEGIN@13","$color":1,"excl_time":0.00321120000000015,"$area":0.00321120000000015},"id":"6275-Graph::BEGIN@13"},{"name":"edges","children":[],"data":{"tip":"<p><b>Graph::edges</b></p><p><br />Called 6 times from 3 places in 2 files<br />Inclusive time: 1.47ms, 0.00%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.0014742,"subname":"Graph::edges","$color":1,"excl_time":7.7100000005178e-05,"$area":7.7100000005178e-05},"id":"6276-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.61ms, 0.00%<br />Exclusive time: 1.52ms, 0.00%</p>","incl_time":0.0016141,"subname":"Graph::BEGIN@38","$color":1,"excl_time":0.00152450000000009,"$area":0.00152450000000009},"id":"6277-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: 568&micro;s, 0.00%<br />Exclusive time: 548&micro;s, 0.00%</p>","incl_time":0.0005679,"subname":"Graph::BEGIN@31","$color":1,"excl_time":0.000548499999999997,"$area":0.000548499999999997},"id":"6278-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: 122ms, 0.19%<br />Exclusive time: 26.2ms, 0.04%</p>","incl_time":0.1218037,"subname":"Graph::vertices","$color":1,"excl_time":0.0262395999999638,"$area":0.0262395999999638},"id":"6279-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: 298&micro;s, 0.00%</p>","incl_time":0.0002976,"subname":"Graph::_opt_get","$color":1,"excl_time":0.0002976,"$area":0.0002976},"id":"6280-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: 168&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001677,"subname":"Graph::add_edges","$color":1,"excl_time":1.49000000013793e-05,"$area":1.49000000013793e-05},"id":"6281-Graph::add_edges"},{"name":"has_union_find","children":[],"data":{"tip":"<p><b>Graph::has_union_find</b></p><p><br />Called 112151 times from 3 places in 1 file<br />Inclusive time: 198ms, 0.30%</p>","incl_time":0.198259200000018,"subname":"Graph::has_union_find","$color":1,"excl_time":0.198259200000018,"$area":0.198259200000018},"id":"6282-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.07ms, 0.00%<br />Exclusive time: 878&micro;s, 0.00%</p>","incl_time":0.001071,"subname":"Graph::BEGIN@86","$color":1,"excl_time":0.000878099999999949,"$area":0.000878099999999949},"id":"6283-Graph::BEGIN@86"},{"name":"has_edge","children":[],"data":{"tip":"<p><b>Graph::has_edge</b></p><p><br />Called 107737 times from 8 places in 4 files<br />Inclusive time: 891ms, 1.36%<br />Exclusive time: 891ms, 1.36%</p>","incl_time":0.891346599999895,"subname":"Graph::has_edge","$color":1,"excl_time":0.890785299999997,"$area":0.890785299999997},"id":"6284-Graph::has_edge"},{"name":"expect_non_multiedged","children":[],"data":{"tip":"<p><b>Graph::expect_non_multiedged</b></p><p><br />Called 39337 times from 4 places in 1 file<br />Inclusive time: 258ms, 0.39%<br />Exclusive time: 104ms, 0.16%</p>","incl_time":0.257738200000005,"subname":"Graph::expect_non_multiedged","$color":1,"excl_time":0.103608500019241,"$area":0.103608500019241},"id":"6285-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: 473ms, 0.72%<br />Exclusive time: 230ms, 0.35%</p>","incl_time":0.473044000000029,"subname":"Graph::_edges","$color":1,"excl_time":0.230145000016278,"$area":0.230145000016278},"id":"6286-Graph::_edges"},{"name":"_next_random","children":[],"data":{"tip":"<p><b>Graph::_next_random</b></p><p><br />Called 53273 times from 3 places in 1 file<br />Inclusive time: 151ms, 0.23%</p>","incl_time":0.151225600000006,"subname":"Graph::_next_random","$color":1,"excl_time":0.151225600000006,"$area":0.151225600000006},"id":"6287-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: 598ms, 0.91%<br />Exclusive time: 136ms, 0.21%</p>","incl_time":0.598465699999973,"subname":"Graph::set_edge_attribute","$color":1,"excl_time":0.136349699990039,"$area":0.136349699990039},"id":"6288-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: 36.9ms, 0.06%<br />Exclusive time: 2.21ms, 0.00%</p>","incl_time":0.0368684,"subname":"Graph::BEGIN@42","$color":1,"excl_time":0.00220610000000007,"$area":0.00220610000000007},"id":"6289-Graph::BEGIN@42"},{"name":"edges05","children":[],"data":{"tip":"<p><b>Graph::edges05</b></p><p><br />Called 108 times from 2 places in 1 file<br />Inclusive time: 1.85s, 2.82%<br />Exclusive time: 1.15s, 1.76%</p>","incl_time":1.8491594,"subname":"Graph::edges05","$color":1,"excl_time":1.15226660002229,"$area":1.15226660002229},"id":"6290-Graph::edges05"},{"name":"multivertexed","children":[],"data":{"tip":"<p><b>Graph::multivertexed</b></p><p><br />Called 56555 times from 2 places in 1 file<br />Inclusive time: 202ms, 0.31%<br />Exclusive time: 172ms, 0.26%</p>","incl_time":0.201520700000043,"subname":"Graph::multivertexed","$color":1,"excl_time":0.171812600007995,"$area":0.171812600007995},"id":"6291-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: 11.0s, 16.81%<br />Exclusive time: 187ms, 0.28%</p>","incl_time":11.0128226,"subname":"Graph::has_a_cycle","$color":1,"excl_time":0.186739599999982,"$area":0.186739599999982},"id":"6292-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: 825ms, 1.26%<br />Exclusive time: 110ms, 0.17%</p>","incl_time":0.825047000000021,"subname":"Graph::edges_from","$color":1,"excl_time":0.110328799996802,"$area":0.110328799996802},"id":"6293-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: 377ms, 0.57%<br />Exclusive time: 3.66ms, 0.01%</p>","incl_time":0.3767336,"subname":"Graph::delete_vertex","$color":1,"excl_time":0.00366339999997434,"$area":0.00366339999997434},"id":"6294-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: 26.6ms, 0.04%</p>","incl_time":0.0266353999999986,"subname":"Graph::_edges_from","$color":1,"excl_time":0.0266353999999986,"$area":0.0266353999999986},"id":"6295-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: 733&micro;s, 0.00%<br />Exclusive time: 580&micro;s, 0.00%</p>","incl_time":0.0007327,"subname":"Graph::directed","$color":1,"excl_time":0.000580200000004885,"$area":0.000580200000004885},"id":"6296-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: 405&micro;s, 0.00%<br />Exclusive time: 245&micro;s, 0.00%</p>","incl_time":0.0004054,"subname":"Graph::BEGIN@35","$color":1,"excl_time":0.000245000000000051,"$area":0.000245000000000051},"id":"6297-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: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Graph::BEGIN@2155","$color":1,"excl_time":1.29e-05,"$area":1.29e-05},"id":"6298-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: 9.12ms, 0.01%<br />Exclusive time: 3.38ms, 0.01%</p>","incl_time":0.009119,"subname":"Graph::new","$color":1,"excl_time":0.00337699999996034,"$area":0.00337699999996034},"id":"6299-Graph::new"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Graph::CORE:sort</b></p><p><br />Called 558 times from 3 places in 1 file<br />Inclusive time: 177ms, 0.27%</p>","incl_time":0.177387,"subname":"Graph::CORE:sort","$color":1,"excl_time":0.177387,"$area":0.177387},"id":"6300-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: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Graph::BEGIN@178","$color":1,"excl_time":8.30000000005214e-06,"$area":8.30000000005214e-06},"id":"6301-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: 41&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"Graph::BEGIN@39","$color":1,"excl_time":1.07000000000724e-05,"$area":1.07000000000724e-05},"id":"6302-Graph::BEGIN@39"},{"name":"has_edge_attribute","children":[],"data":{"tip":"<p><b>Graph::has_edge_attribute</b></p><p><br />Called 13414 times from 2 places in 2 files<br />Inclusive time: 730ms, 1.11%<br />Exclusive time: 156ms, 0.24%</p>","incl_time":0.730181600000011,"subname":"Graph::has_edge_attribute","$color":1,"excl_time":0.156098100001232,"$area":0.156098100001232},"id":"6303-Graph::has_edge_attribute"},{"name":"get_edge_attributes","children":[],"data":{"tip":"<p><b>Graph::get_edge_attributes</b></p><p><br />Called 13191 times from 2 places in 1 file<br />Inclusive time: 714ms, 1.09%<br />Exclusive time: 174ms, 0.27%</p>","incl_time":0.713953800000018,"subname":"Graph::get_edge_attributes","$color":1,"excl_time":0.173743300002784,"$area":0.173743300002784},"id":"6304-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.16e-05,"subname":"Graph::BEGIN@30","$color":1,"excl_time":8.80000000007602e-06,"$area":8.80000000007602e-06},"id":"6305-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.88s, 7.45%<br />Exclusive time: 548ms, 0.84%</p>","incl_time":4.8789638,"subname":"Graph::stringify","$color":1,"excl_time":0.547926700000014,"$area":0.547926700000014},"id":"6306-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.43ms, 0.01%<br />Exclusive time: 1.41ms, 0.00%</p>","incl_time":0.0034326,"subname":"Graph::BEGIN@29","$color":1,"excl_time":0.00140980000000023,"$area":0.00140980000000023},"id":"6307-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: 24&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Graph::BEGIN@3","$color":1,"excl_time":1.94000000000486e-05,"$area":1.94000000000486e-05},"id":"6308-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.45s, 3.73%<br />Exclusive time: 912&micro;s, 0.00%</p>","incl_time":2.4456722,"subname":"Graph::eq","$color":1,"excl_time":0.000912200000011909,"$area":0.000912200000011909},"id":"6309-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: 1.02ms, 0.00%<br />Exclusive time: 98&micro;s, 0.00%</p>","incl_time":0.0010157,"subname":"Graph::neighbours","$color":1,"excl_time":9.78000000025265e-05,"$area":9.78000000025265e-05},"id":"6310-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: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"Graph::BEGIN@15","$color":1,"excl_time":8.70000000010165e-06,"$area":8.70000000010165e-06},"id":"6311-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: 1.81ms, 0.00%<br />Exclusive time: 233&micro;s, 0.00%</p>","incl_time":0.0018121,"subname":"Graph::BEGIN@34","$color":1,"excl_time":0.000233100000000003,"$area":0.000233100000000003},"id":"6312-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: 58&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.76e-05,"subname":"Graph::BEGIN@1733","$color":1,"excl_time":1.6799999999937e-05,"$area":1.6799999999937e-05},"id":"6313-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: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"Graph::BEGIN@40","$color":1,"excl_time":8.20000000001051e-06,"$area":8.20000000001051e-06},"id":"6314-Graph::BEGIN@40"},{"name":"_add_edge","children":[],"data":{"tip":"<p><b>Graph::_add_edge</b></p><p><br />Called 55530 times from 1 place in 1 file<br />Inclusive time: 1.71s, 2.61%<br />Exclusive time: 544ms, 0.83%</p>","incl_time":1.70926930000004,"subname":"Graph::_add_edge","$color":1,"excl_time":0.543926800003232,"$area":0.543926800003232},"id":"6315-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Graph::UnionFind::BEGIN@3","$color":3,"excl_time":1.50000000000955e-05,"$area":1.50000000000955e-05},"id":"6317-Graph::UnionFind::BEGIN@3"}],"data":{"$area":1.50000000000955e-05},"id":"n6316"},{"name":"::Traversal","children":[{"name":"visit_postorder","children":[],"data":{"tip":"<p><b>Graph::Traversal::visit_postorder</b></p><p><br />Called 52294 times from 1 place in 1 file<br />Inclusive time: 693ms, 1.06%<br />Exclusive time: 432ms, 0.66%</p>","incl_time":0.692587800000108,"subname":"Graph::Traversal::visit_postorder","$color":5,"excl_time":0.43155909998949,"$area":0.43155909998949},"id":"6319-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: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Graph::Traversal::BEGIN@3","$color":5,"excl_time":1.26000000000363e-05,"$area":1.26000000000363e-05},"id":"6320-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 52294 times from 1 place in 1 file<br />Inclusive time: 261ms, 0.40%<br />Exclusive time: 197ms, 0.30%</p>","incl_time":0.26102870000009,"subname":"Graph::Traversal::__ANON__[/Users/edenc/perl5/lib/perl5/Graph/Traversal.pm:26]","$color":5,"excl_time":0.197046200005008,"$area":0.197046200005008},"id":"6321-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.52ms, 0.00%<br />Exclusive time: 1.75ms, 0.00%</p>","incl_time":0.0025227,"subname":"Graph::Traversal::configure","$color":5,"excl_time":0.00175120000000096,"$area":0.00175120000000096},"id":"6322-Graph::Traversal::configure"},{"name":"add_order","children":[],"data":{"tip":"<p><b>Graph::Traversal::add_order</b></p><p><br />Called 53224 times from 1 place in 1 file<br />Inclusive time: 134ms, 0.20%</p>","incl_time":0.133592600000027,"subname":"Graph::Traversal::add_order","$color":5,"excl_time":0.133592600000027,"$area":0.133592600000027},"id":"6323-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: 211ms, 0.32%<br />Exclusive time: 79.4ms, 0.12%</p>","incl_time":0.2106743,"subname":"Graph::Traversal::reset","$color":5,"excl_time":0.0794027000000055,"$area":0.0794027000000055},"id":"6324-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: 218&micro;s, 0.00%</p>","incl_time":0.000218,"subname":"Graph::Traversal::graph","$color":5,"excl_time":0.000218,"$area":0.000218},"id":"6325-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":5e-06,"subname":"Graph::Traversal::terminate","$color":5,"excl_time":5e-06,"$area":5e-06},"id":"6326-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: 209&micro;s, 0.00%</p>","incl_time":0.0002089,"subname":"Graph::Traversal::get_state","$color":5,"excl_time":0.0002089,"$area":0.0002089},"id":"6327-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.6s, 16.19%<br />Exclusive time: 295&micro;s, 0.00%</p>","incl_time":10.610985,"subname":"Graph::Traversal::postorder","$color":5,"excl_time":0.000295199999982957,"$area":0.000295199999982957},"id":"6328-Graph::Traversal::postorder"},{"name":"seeing","children":[],"data":{"tip":"<p><b>Graph::Traversal::seeing</b></p><p><br />Called 105567 times from 2 places in 1 file<br />Inclusive time: 159ms, 0.24%</p>","incl_time":0.159111499999973,"subname":"Graph::Traversal::seeing","$color":5,"excl_time":0.159111499999973,"$area":0.159111499999973},"id":"6329-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: 214ms, 0.33%<br />Exclusive time: 1.14ms, 0.00%</p>","incl_time":0.214456,"subname":"Graph::Traversal::new","$color":5,"excl_time":0.00113850000003681,"$area":0.00113850000003681},"id":"6330-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.6s, 16.19%<br />Exclusive time: 125ms, 0.19%</p>","incl_time":10.6106898,"subname":"Graph::Traversal::_order","$color":5,"excl_time":0.124976399998598,"$area":0.124976399998598},"id":"6331-Graph::Traversal::_order"},{"name":"next","children":[],"data":{"tip":"<p><b>Graph::Traversal::next</b></p><p><br />Called 53275 times from 1 place in 1 file<br />Inclusive time: 10.5s, 16.00%<br />Exclusive time: 2.66s, 4.06%</p>","incl_time":10.4857133999999,"subname":"Graph::Traversal::next","$color":5,"excl_time":2.65742650002226,"$area":2.65742650002226},"id":"6332-Graph::Traversal::next"},{"name":"_callbacks","children":[],"data":{"tip":"<p><b>Graph::Traversal::_callbacks</b></p><p><br />Called 52293 times from 1 place in 1 file<br />Inclusive time: 1.06s, 1.63%<br />Exclusive time: 587ms, 0.90%</p>","incl_time":1.06491639999991,"subname":"Graph::Traversal::_callbacks","$color":5,"excl_time":0.586700400001114,"$area":0.586700400001114},"id":"6333-Graph::Traversal::_callbacks"},{"name":"visit_preorder","children":[],"data":{"tip":"<p><b>Graph::Traversal::visit_preorder</b></p><p><br />Called 53224 times from 1 place in 1 file<br />Inclusive time: 899ms, 1.37%<br />Exclusive time: 381ms, 0.58%</p>","incl_time":0.899251499999912,"subname":"Graph::Traversal::visit_preorder","$color":5,"excl_time":0.381104599994385,"$area":0.381104599994385},"id":"6334-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: 27&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Graph::Traversal::has_a_cycle","$color":5,"excl_time":2.18000000019656e-05,"$area":2.18000000019656e-05},"id":"6335-Graph::Traversal::has_a_cycle"},{"name":"visit","children":[],"data":{"tip":"<p><b>Graph::Traversal::visit</b></p><p><br />Called 53224 times from 1 place in 1 file<br />Inclusive time: 518ms, 0.79%<br />Exclusive time: 385ms, 0.59%</p>","incl_time":0.518146900000103,"subname":"Graph::Traversal::visit","$color":5,"excl_time":0.384554299999546,"$area":0.384554299999546},"id":"6336-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: 77&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.74e-05,"subname":"Graph::Traversal::DFS::BEGIN@6","$color":7,"excl_time":9.00000000003151e-06,"$area":9.00000000003151e-06},"id":"6338-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: 2.33ms, 0.00%<br />Exclusive time: 2.32ms, 0.00%</p>","incl_time":0.0023345,"subname":"Graph::Traversal::DFS::BEGIN@5","$color":7,"excl_time":0.00231930000000001,"$area":0.00231930000000001},"id":"6339-Graph::Traversal::DFS::BEGIN@5"},{"name":"see","children":[],"data":{"tip":"<p><b>Graph::Traversal::DFS::see</b></p><p><br />Called 52294 times from 1 place in 1 file<br />Inclusive time: 64.0ms, 0.10%</p>","incl_time":0.0639824999999974,"subname":"Graph::Traversal::DFS::see","$color":7,"excl_time":0.0639824999999974,"$area":0.0639824999999974},"id":"6340-Graph::Traversal::DFS::see"},{"name":"current","children":[],"data":{"tip":"<p><b>Graph::Traversal::DFS::current</b></p><p><br />Called 105151 times from 1 place in 1 file<br />Inclusive time: 192ms, 0.29%</p>","incl_time":0.191987499999865,"subname":"Graph::Traversal::DFS::current","$color":7,"excl_time":0.191987499999865,"$area":0.191987499999865},"id":"6341-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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Graph::Traversal::DFS::BEGIN@3","$color":7,"excl_time":1.39999999998965e-05,"$area":1.39999999998965e-05},"id":"6342-Graph::Traversal::DFS::BEGIN@3"}],"data":{"$area":0.258312299999862},"id":"n6337"}],"data":{"$area":5.39743780001029},"id":"n6318"},{"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: 14.6ms, 0.02%</p>","incl_time":0.0145500999999988,"subname":"Graph::AdjacencyMap::_is_UNORD","$color":9,"excl_time":0.0145500999999988,"$area":0.0145500999999988},"id":"6344-Graph::AdjacencyMap::_is_UNORD"},{"name":"_get_path_attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_get_path_attr</b></p><p><br />Called 68 times from 1 place in 1 file<br />Inclusive time: 2.00ms, 0.00%<br />Exclusive time: 844&micro;s, 0.00%</p>","incl_time":0.0020008,"subname":"Graph::AdjacencyMap::_get_path_attr","$color":9,"excl_time":0.000844100000199719,"$area":0.000844100000199719},"id":"6345-Graph::AdjacencyMap::_get_path_attr"},{"name":"__get_path_node","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::__get_path_node</b></p><p><br />Called 26514 times from 3 places in 1 file<br />Inclusive time: 180ms, 0.27%<br />Exclusive time: 180ms, 0.27%</p>","incl_time":0.179821400000001,"subname":"Graph::AdjacencyMap::__get_path_node","$color":9,"excl_time":0.179769099999706,"$area":0.179769099999706},"id":"6346-Graph::AdjacencyMap::__get_path_node"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::CORE:sort</b></p><p><br />Called 390 times from 5 places in 1 file<br />Inclusive time: 208&micro;s, 0.00%</p>","incl_time":0.0002082,"subname":"Graph::AdjacencyMap::CORE:sort","$color":9,"excl_time":0.0002082,"$area":0.0002082},"id":"6347-Graph::AdjacencyMap::CORE:sort"},{"name":"_get_path_attrs","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_get_path_attrs</b></p><p><br />Called 13191 times from 1 place in 1 file<br />Inclusive time: 249ms, 0.38%<br />Exclusive time: 122ms, 0.19%</p>","incl_time":0.248751099999997,"subname":"Graph::AdjacencyMap::_get_path_attrs","$color":9,"excl_time":0.121874700019866,"$area":0.121874700019866},"id":"6348-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: 64&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.35e-05,"subname":"Graph::AdjacencyMap::BEGIN@6","$color":9,"excl_time":9.69999999989623e-06,"$area":9.69999999989623e-06},"id":"6349-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.43ms, 0.01%<br />Exclusive time: 2.65ms, 0.00%</p>","incl_time":0.0064287,"subname":"Graph::AdjacencyMap::_del_id","$color":9,"excl_time":0.00264809999999753,"$area":0.00264809999999753},"id":"6350-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: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Graph::AdjacencyMap::_new","$color":9,"excl_time":1.83e-05,"$area":1.83e-05},"id":"6351-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Graph::AdjacencyMap::BEGIN@3","$color":9,"excl_time":1.56999999998965e-05,"$area":1.56999999998965e-05},"id":"6352-Graph::AdjacencyMap::BEGIN@3"},{"name":"_is_MULTI","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_is_MULTI</b></p><p><br />Called 40583 times from 1 place in 1 file<br />Inclusive time: 40.8ms, 0.06%</p>","incl_time":0.040819000000009,"subname":"Graph::AdjacencyMap::_is_MULTI","$color":9,"excl_time":0.040819000000009,"$area":0.040819000000009},"id":"6353-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: 293&micro;s, 0.00%</p>","incl_time":0.0002928,"subname":"Graph::AdjacencyMap::_ids","$color":9,"excl_time":0.0002928,"$area":0.0002928},"id":"6354-Graph::AdjacencyMap::_ids"},{"name":"_is_COUNT","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_is_COUNT</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":"Graph::AdjacencyMap::_is_COUNT","$color":9,"excl_time":2.6e-06,"$area":2.6e-06},"id":"6355-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: 204ms, 0.31%<br />Exclusive time: 164ms, 0.25%</p>","incl_time":0.203727199999983,"subname":"Graph::AdjacencyMap::_set_path_attr","$color":9,"excl_time":0.164014200000036,"$area":0.164014200000036},"id":"6356-Graph::AdjacencyMap::_set_path_attr"},{"name":"_has_path_attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::_has_path_attr</b></p><p><br />Called 13255 times from 1 place in 1 file<br />Inclusive time: 274ms, 0.42%<br />Exclusive time: 141ms, 0.21%</p>","incl_time":0.274054299999996,"subname":"Graph::AdjacencyMap::_has_path_attr","$color":9,"excl_time":0.140571200018041,"$area":0.140571200018041},"id":"6357-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.24ms, 0.01%</p>","incl_time":0.00423669999999998,"subname":"Graph::AdjacencyMap::_new_node","$color":9,"excl_time":0.00423669999999998,"$area":0.00423669999999998},"id":"6358-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: 152ms, 0.23%</p>","incl_time":0.1516024,"subname":"Graph::AdjacencyMap::Light::paths","$color":0,"excl_time":0.1516024,"$area":0.1516024},"id":"6360-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: 432&micro;s, 0.00%<br />Exclusive time: 62&micro;s, 0.00%</p>","incl_time":0.0004321,"subname":"Graph::AdjacencyMap::Light::__attr","$color":0,"excl_time":6.1900000001012e-05,"$area":6.1900000001012e-05},"id":"6361-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: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Graph::AdjacencyMap::Light::CORE:sort","$color":0,"excl_time":8e-07,"$area":8e-07},"id":"6362-Graph::AdjacencyMap::Light::CORE:sort"},{"name":"set_path","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::set_path</b></p><p><br />Called 110785 times from 2 places in 1 file<br />Inclusive time: 779ms, 1.19%<br />Exclusive time: 779ms, 1.19%</p>","incl_time":0.778626199999864,"subname":"Graph::AdjacencyMap::Light::set_path","$color":0,"excl_time":0.778625399999865,"$area":0.778625399999865},"id":"6363-Graph::AdjacencyMap::Light::set_path"},{"name":"__predecessors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::__predecessors</b></p><p><br />Called 109047 times from 1 place in 1 file<br />Inclusive time: 509ms, 0.78%</p>","incl_time":0.508528600000019,"subname":"Graph::AdjacencyMap::Light::__predecessors","$color":0,"excl_time":0.508528600000019,"$area":0.508528600000019},"id":"6364-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: 256&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002558,"subname":"Graph::AdjacencyMap::Light::BEGIN@9","$color":0,"excl_time":7.10000000000939e-06,"$area":7.10000000000939e-06},"id":"6365-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: 351&micro;s, 0.00%</p>","incl_time":0.0003508,"subname":"Graph::AdjacencyMap::Light::_is_HYPER","$color":0,"excl_time":0.0003508,"$area":0.0003508},"id":"6366-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: 124ms, 0.19%<br />Exclusive time: 65.8ms, 0.10%</p>","incl_time":0.124433000000001,"subname":"Graph::AdjacencyMap::Light::_get_path_id","$color":0,"excl_time":0.0657544999996808,"$area":0.0657544999996808},"id":"6367-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: 53&micro;s, 0.00%</p>","incl_time":5.35e-05,"subname":"Graph::AdjacencyMap::Light::_is_COUNT","$color":0,"excl_time":5.35e-05,"$area":5.35e-05},"id":"6368-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.60ms, 0.00%<br />Exclusive time: 1.24ms, 0.00%</p>","incl_time":0.0016021,"subname":"Graph::AdjacencyMap::Light::BEGIN@15","$color":0,"excl_time":0.00124320000000006,"$area":0.00124320000000006},"id":"6369-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.95e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@14","$color":0,"excl_time":7.59999999993536e-06,"$area":7.59999999993536e-06},"id":"6370-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@7","$color":0,"excl_time":1.4800000000107e-05,"$area":1.4800000000107e-05},"id":"6371-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.55ms, 0.00%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.0015504,"subname":"Graph::AdjacencyMap::Light::_new","$color":0,"excl_time":0.00131059999998567,"$area":0.00131059999998567},"id":"6372-Graph::AdjacencyMap::Light::_new"},{"name":"_successors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_successors</b></p><p><br />Called 105360 times from 1 place in 1 file<br />Inclusive time: 1.22s, 1.87%<br />Exclusive time: 699ms, 1.07%</p>","incl_time":1.22402200000012,"subname":"Graph::AdjacencyMap::Light::_successors","$color":0,"excl_time":0.699413699981026,"$area":0.699413699981026},"id":"6373-Graph::AdjacencyMap::Light::_successors"},{"name":"_predecessors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_predecessors</b></p><p><br />Called 109047 times from 1 place in 1 file<br />Inclusive time: 1.07s, 1.64%<br />Exclusive time: 563ms, 0.86%</p>","incl_time":1.07165369999967,"subname":"Graph::AdjacencyMap::Light::_predecessors","$color":0,"excl_time":0.563125099965556,"$area":0.563125099965556},"id":"6374-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: 76&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.63e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@10","$color":0,"excl_time":8.59999999999613e-06,"$area":8.59999999999613e-06},"id":"6375-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: 33&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"Graph::AdjacencyMap::Light::BEGIN@12","$color":0,"excl_time":9.20000000010427e-06,"$area":9.20000000010427e-06},"id":"6376-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 260178 times from 4 places in 2 files<br />Inclusive time: 754ms, 1.15%</p>","incl_time":0.753526800000558,"subname":"Graph::AdjacencyMap::Light::_get_id_path","$color":0,"excl_time":0.753526800000558,"$area":0.753526800000558},"id":"6377-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: 636&micro;s, 0.00%</p>","incl_time":0.0006355,"subname":"Graph::AdjacencyMap::Light::has_path","$color":0,"excl_time":0.0006355,"$area":0.0006355},"id":"6378-Graph::AdjacencyMap::Light::has_path"},{"name":"__successors","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::__successors</b></p><p><br />Called 105360 times from 1 place in 1 file<br />Inclusive time: 525ms, 0.80%</p>","incl_time":0.524608300000318,"subname":"Graph::AdjacencyMap::Light::__successors","$color":0,"excl_time":0.524608300000318,"$area":0.524608300000318},"id":"6379-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.28ms, 0.01%</p>","incl_time":0.0032818,"subname":"Graph::AdjacencyMap::Light::del_path","$color":0,"excl_time":0.0032818,"$area":0.0032818},"id":"6380-Graph::AdjacencyMap::Light::del_path"},{"name":"_is_MULTI","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Light::_is_MULTI</b></p><p><br />Called 110896 times from 2 places in 1 file<br />Inclusive time: 59.0ms, 0.09%</p>","incl_time":0.0589588000000339,"subname":"Graph::AdjacencyMap::Light::_is_MULTI","$color":0,"excl_time":0.0589588000000339,"$area":0.0589588000000339},"id":"6381-Graph::AdjacencyMap::Light::_is_MULTI"}],"data":{"$area":4.11112899994704},"id":"n6359"},{"name":"::Heavy","children":[{"name":"__attr","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::__attr</b></p><p><br />Called 39178 times from 5 places in 2 files<br />Inclusive time: 121ms, 0.18%<br />Exclusive time: 121ms, 0.18%</p>","incl_time":0.120819800000001,"subname":"Graph::AdjacencyMap::Heavy::__attr","$color":2,"excl_time":0.120732099999715,"$area":0.120732099999715},"id":"6383-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: 15.2ms, 0.02%<br />Exclusive time: 11.0ms, 0.02%</p>","incl_time":0.0152032,"subname":"Graph::AdjacencyMap::Heavy::__set_path_node","$color":2,"excl_time":0.0109665000002702,"$area":0.0109665000002702},"id":"6384-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: 38.4ms, 0.06%<br />Exclusive time: 10.8ms, 0.02%</p>","incl_time":0.0383831999999999,"subname":"Graph::AdjacencyMap::Heavy::set_path","$color":2,"excl_time":0.0108354000003972,"$area":0.0108354000003972},"id":"6385-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: 232&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002315,"subname":"Graph::AdjacencyMap::Heavy::BEGIN@12","$color":2,"excl_time":7.39999999993963e-06,"$area":7.39999999993963e-06},"id":"6386-Graph::AdjacencyMap::Heavy::BEGIN@12"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::CORE:sort</b></p><p><br />Called 254 times from 2 places in 1 file<br />Inclusive time: 150&micro;s, 0.00%</p>","incl_time":0.0001502,"subname":"Graph::AdjacencyMap::Heavy::CORE:sort","$color":2,"excl_time":0.0001502,"$area":0.0001502},"id":"6387-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: 12.3ms, 0.02%</p>","incl_time":0.0122820999999999,"subname":"Graph::AdjacencyMap::Heavy::__set_path","$color":2,"excl_time":0.0122820999999999,"$area":0.0122820999999999},"id":"6388-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: 82&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.23e-05,"subname":"Graph::AdjacencyMap::Heavy::BEGIN@13","$color":2,"excl_time":8.70000000010402e-06,"$area":8.70000000010402e-06},"id":"6389-Graph::AdjacencyMap::Heavy::BEGIN@13"},{"name":"paths","children":[],"data":{"tip":"<p><b>Graph::AdjacencyMap::Heavy::paths</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 238&micro;s, 0.00%</p>","incl_time":0.0002382,"subname":"Graph::AdjacencyMap::Heavy::paths","$color":2,"excl_time":0.0002382,"$area":0.0002382},"id":"6390-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":2,"excl_time":1.4499999999908e-05,"$area":1.4499999999908e-05},"id":"6391-Graph::AdjacencyMap::Heavy::BEGIN@7"}],"data":{"$area":0.155235100000382},"id":"n6382"},{"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: 225&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0002254,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@12","$color":4,"excl_time":6.2999999999724e-06,"$area":6.2999999999724e-06},"id":"6393-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: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@15","$color":4,"excl_time":7.30000000006802e-06,"$area":7.30000000006802e-06},"id":"6394-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: 65&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-05,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@13","$color":4,"excl_time":7.30000000006165e-06,"$area":7.30000000006165e-06},"id":"6395-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.57e-05,"subname":"Graph::AdjacencyMap::Vertex::BEGIN@7","$color":4,"excl_time":1.28999999999195e-05,"$area":1.28999999999195e-05},"id":"6396-Graph::AdjacencyMap::Vertex::BEGIN@7"}],"data":{"$area":3.38000000000216e-05},"id":"n6392"}],"data":{"$area":4.93627239998528},"id":"n6343"},{"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.59e-05,"subname":"Graph::Matrix::BEGIN@6","$color":6,"excl_time":1.30999999999195e-05,"$area":1.30999999999195e-05},"id":"6398-Graph::Matrix::BEGIN@6"}],"data":{"$area":1.30999999999195e-05},"id":"n6397"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Graph::BitMatrix::BEGIN@3","$color":8,"excl_time":1.30000000000363e-05,"$area":1.30000000000363e-05},"id":"6400-Graph::BitMatrix::BEGIN@3"}],"data":{"$area":1.30000000000363e-05},"id":"n6399"},{"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: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"Graph::SPTHeapElem::BEGIN@4","$color":10,"excl_time":8.90000000007415e-06,"$area":8.90000000007415e-06},"id":"6402-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Graph::SPTHeapElem::BEGIN@3","$color":10,"excl_time":1.35999999999195e-05,"$area":1.35999999999195e-05},"id":"6403-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: 20&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"Graph::SPTHeapElem::BEGIN@5","$color":10,"excl_time":7.30000000006451e-06,"$area":7.30000000006451e-06},"id":"6404-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: 64&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.41e-05,"subname":"Graph::SPTHeapElem::BEGIN@7","$color":10,"excl_time":7.10000000002626e-06,"$area":7.10000000002626e-06},"id":"6405-Graph::SPTHeapElem::BEGIN@7"}],"data":{"$area":3.69000000000844e-05},"id":"n6401"},{"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: 273&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002728,"subname":"Graph::AdjacencyMatrix::BEGIN@10","$color":1,"excl_time":7.99999999993498e-06,"$area":7.99999999993498e-06},"id":"6407-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: 741&micro;s, 0.00%<br />Exclusive time: 725&micro;s, 0.00%</p>","incl_time":0.0007411,"subname":"Graph::AdjacencyMatrix::BEGIN@5","$color":1,"excl_time":0.000725499999999995,"$area":0.000725499999999995},"id":"6408-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.0002417,"subname":"Graph::AdjacencyMatrix::BEGIN@6","$color":1,"excl_time":0.000225800000000042,"$area":0.000225800000000042},"id":"6409-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: 18&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Graph::AdjacencyMatrix::BEGIN@3","$color":1,"excl_time":1.55000000000831e-05,"$area":1.55000000000831e-05},"id":"6410-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.49e-05,"subname":"Graph::AdjacencyMatrix::BEGIN@8","$color":1,"excl_time":7.79999999996788e-06,"$area":7.79999999996788e-06},"id":"6411-Graph::AdjacencyMatrix::BEGIN@8"}],"data":{"$area":0.000982600000000024},"id":"n6406"},{"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: 35&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"Graph::Reader::BEGIN@7","$color":3,"excl_time":2.15000000001698e-05,"$area":2.15000000001698e-05},"id":"6413-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: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Graph::Reader::BEGIN@12","$color":3,"excl_time":1.15000000001654e-05,"$area":1.15000000001654e-05},"id":"6414-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: 297&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002966,"subname":"Graph::Reader::BEGIN@11","$color":3,"excl_time":2.30999999999624e-05,"$area":2.30999999999624e-05},"id":"6415-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: 40&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":3.95e-05,"subname":"Graph::Reader::BEGIN@6","$color":3,"excl_time":3.10000000001442e-05,"$area":3.10000000001442e-05},"id":"6416-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: 3.47ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0034674,"subname":"Graph::Reader::Dot::BEGIN@15","$color":5,"excl_time":1.7100000000094e-05,"$area":1.7100000000094e-05},"id":"6418-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: 924&micro;s, 0.00%<br />Exclusive time: 535&micro;s, 0.00%</p>","incl_time":0.0009236,"subname":"Graph::Reader::Dot::BEGIN@346","$color":5,"excl_time":0.000535099999999431,"$area":0.000535099999999431},"id":"6419-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: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Graph::Reader::Dot::CORE:match","$color":5,"excl_time":6.5e-06,"$area":6.5e-06},"id":"6420-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: 77&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.66e-05,"subname":"Graph::Reader::Dot::BEGIN@347","$color":5,"excl_time":9.5000000001244e-06,"$area":9.5000000001244e-06},"id":"6421-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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Graph::Reader::Dot::CORE:qr","$color":5,"excl_time":8.8e-06,"$area":8.8e-06},"id":"6422-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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Graph::Reader::Dot::BEGIN@13","$color":5,"excl_time":1.37999999997956e-05,"$area":1.37999999997956e-05},"id":"6423-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: 18&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Graph::Reader::Dot::CORE:regcomp","$color":5,"excl_time":1.77e-05,"$area":1.77e-05},"id":"6424-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: 34&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Graph::Reader::Dot::BEGIN@12","$color":5,"excl_time":2.67000000000734e-05,"$area":2.67000000000734e-05},"id":"6425-Graph::Reader::Dot::BEGIN@12"}],"data":{"$area":0.000635199999999519},"id":"n6417"}],"data":{"$area":0.00072229999999996},"id":"n6412"},{"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: 77&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.7e-05,"subname":"Graph::TransitiveClosure::BEGIN@9","$color":7,"excl_time":9.00000000004302e-06,"$area":9.00000000004302e-06},"id":"6427-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.73e-05,"subname":"Graph::TransitiveClosure::BEGIN@3","$color":7,"excl_time":1.39000000000133e-05,"$area":1.39000000000133e-05},"id":"6428-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.20ms, 0.00%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0032005,"subname":"Graph::TransitiveClosure::BEGIN@10","$color":7,"excl_time":0.0011698999999999,"$area":0.0011698999999999},"id":"6429-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Graph::TransitiveClosure::Matrix::BEGIN@3","$color":9,"excl_time":1.32999999999779e-05,"$area":1.32999999999779e-05},"id":"6431-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: 2.01ms, 0.00%<br />Exclusive time: 671&micro;s, 0.00%</p>","incl_time":0.0020099,"subname":"Graph::TransitiveClosure::Matrix::BEGIN@5","$color":9,"excl_time":0.000671000000000079,"$area":0.000671000000000079},"id":"6432-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":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"6433-Graph::TransitiveClosure::Matrix::BEGIN@6"}],"data":{"$area":0.000689000000000057},"id":"n6430"}],"data":{"$area":0.00188180000000001},"id":"n6426"},{"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: 20&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Graph::Attribute::CORE:match","$color":0,"excl_time":2.02e-05,"$area":2.02e-05},"id":"6435-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: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Graph::Attribute::BEGIN@24","$color":0,"excl_time":6.99999999999288e-06,"$area":6.99999999999288e-06},"id":"6436-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.61e-05,"subname":"Graph::Attribute::BEGIN@14","$color":0,"excl_time":9.40000000001938e-06,"$area":9.40000000001938e-06},"id":"6437-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: 8&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Graph::Attribute::BEGIN@49","$color":0,"excl_time":7.60000000009815e-06,"$area":7.60000000009815e-06},"id":"6438-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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Graph::Attribute::BEGIN@3","$color":0,"excl_time":1.62000000000256e-05,"$area":1.62000000000256e-05},"id":"6439-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: 111&micro;s, 0.00%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.0001111,"subname":"Graph::Attribute::import","$color":0,"excl_time":9.08999999995302e-05,"$area":9.08999999995302e-05},"id":"6440-Graph::Attribute::import"}],"data":{"$area":0.000151299999999666},"id":"n6434"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Graph::Undirected::BEGIN@3","$color":2,"excl_time":1.12e-05,"$area":1.12e-05},"id":"6442-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: 59&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"Graph::Undirected::BEGIN@4","$color":2,"excl_time":7.10000000001213e-06,"$area":7.10000000001213e-06},"id":"6443-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: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Graph::Undirected::BEGIN@5","$color":2,"excl_time":7.09999999993099e-06,"$area":7.09999999993099e-06},"id":"6444-Graph::Undirected::BEGIN@5"}],"data":{"$area":2.53999999999431e-05},"id":"n6441"},{"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: 62&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.23e-05,"subname":"Graph::MSTHeapElem::BEGIN@7","$color":4,"excl_time":7.39999999992011e-06,"$area":7.39999999992011e-06},"id":"6446-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: 49&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.87e-05,"subname":"Graph::MSTHeapElem::BEGIN@4","$color":4,"excl_time":8.40000000000688e-06,"$area":8.40000000000688e-06},"id":"6447-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: 1.43ms, 0.00%<br />Exclusive time: 1.23ms, 0.00%</p>","incl_time":0.0014349,"subname":"Graph::MSTHeapElem::BEGIN@5","$color":4,"excl_time":0.00123190000000005,"$area":0.00123190000000005},"id":"6448-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Graph::MSTHeapElem::BEGIN@3","$color":4,"excl_time":1.31000000000248e-05,"$area":1.31000000000248e-05},"id":"6449-Graph::MSTHeapElem::BEGIN@3"}],"data":{"$area":0.0012608},"id":"n6445"}],"data":{"$area":19.3571683000726},"id":"n6244"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"NEXT::BEGIN@63","$color":6,"excl_time":1.50000000001034e-05,"$area":1.50000000001034e-05},"id":"6451-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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"NEXT::BEGIN@4","$color":6,"excl_time":1.52000000000026e-05,"$area":1.52000000000026e-05},"id":"6452-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: 33&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.34e-05,"subname":"NEXT::BEGIN@13","$color":6,"excl_time":1.19999999999397e-05,"$area":1.19999999999397e-05},"id":"6453-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: 113&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0001129,"subname":"NEXT::BEGIN@3","$color":6,"excl_time":2.79999999999456e-05,"$area":2.79999999999456e-05},"id":"6454-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: 40&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.97e-05,"subname":"NEXT::BEGIN@93","$color":6,"excl_time":1.5699999999976e-05,"$area":1.5699999999976e-05},"id":"6455-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: 28&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"NEXT::BEGIN@37","$color":6,"excl_time":1.18999999999256e-05,"$area":1.18999999999256e-05},"id":"6456-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: 30&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"NEXT::BEGIN@25","$color":6,"excl_time":1.26000000001016e-05,"$area":1.26000000001016e-05},"id":"6457-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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"NEXT::BEGIN@5","$color":6,"excl_time":7.1e-06,"$area":7.1e-06},"id":"6458-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: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"NEXT::BEGIN@101","$color":6,"excl_time":1.12999999999601e-05,"$area":1.12999999999601e-05},"id":"6459-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: 87&micro;s, 0.00%</p>","incl_time":8.73e-05,"subname":"NEXT::ELSEWHERE::buildAUTOLOAD","$color":8,"excl_time":8.73e-05,"$area":8.73e-05},"id":"6461-NEXT::ELSEWHERE::buildAUTOLOAD"}],"data":{"$area":8.73e-05},"id":"n6460"}],"data":{"$area":0.000216099999999955},"id":"n6450"},{"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.26ms, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0012646,"subname":"DBIx::Class::mk_classaccessor","$color":10,"excl_time":6.52000000000384e-05,"$area":6.52000000000384e-05},"id":"6464-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.16ms, 0.00%<br />Exclusive time: 2.12ms, 0.00%</p>","incl_time":0.0021614,"subname":"DBIx::Class::BEGIN@68","$color":10,"excl_time":0.00212280000000011,"$area":0.00212280000000011},"id":"6465-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":10,"excl_time":1.2e-06,"$area":1.2e-06},"id":"6466-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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"DBIx::Class::BEGIN@3","$color":10,"excl_time":1.44999999996276e-05,"$area":1.44999999996276e-05},"id":"6467-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.1e-06,"subname":"DBIx::Class::component_base_class","$color":10,"excl_time":3.1e-06,"$area":3.1e-06},"id":"6468-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: 102&micro;s, 0.00%<br />Exclusive time: 100&micro;s, 0.00%</p>","incl_time":0.0001021,"subname":"DBIx::Class::BEGIN@71","$color":10,"excl_time":0.00010009999999972,"$area":0.00010009999999972},"id":"6469-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.42ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0074166,"subname":"DBIx::Class::BEGIN@70","$color":10,"excl_time":9.90000000023351e-06,"$area":9.90000000023351e-06},"id":"6470-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: 29&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"DBIx::Class::BEGIN@18","$color":10,"excl_time":2.89e-05,"$area":2.89e-05},"id":"6471-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.7e-05,"subname":"DBIx::Class::BEGIN@66","$color":10,"excl_time":8.9000000003777e-06,"$area":8.9000000003777e-06},"id":"6472-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.29ms, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0012945,"subname":"DBIx::Class::mk_classdata","$color":10,"excl_time":2.99000000001619e-05,"$area":2.99000000001619e-05},"id":"6473-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: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"DBIx::Class::BEGIN@4","$color":10,"excl_time":7.29999999995574e-06,"$area":7.29999999995574e-06},"id":"6474-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"DBIx::Class::_skip_namespace_frames","$color":10,"excl_time":8.39999999976996e-06,"$area":8.39999999976996e-06},"id":"6475-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: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.9e-05,"subname":"DBIx::Class::Schema::BEGIN@8","$color":1,"excl_time":9.20000000029881e-06,"$area":9.20000000029881e-06},"id":"6477-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: 551&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.0005506,"subname":"DBIx::Class::Schema::clone","$color":1,"excl_time":0.000107700000000531,"$area":0.000107700000000531},"id":"6478-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: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"DBIx::Class::Schema::BEGIN@916","$color":1,"excl_time":9.90000000009815e-06,"$area":9.90000000009815e-06},"id":"6479-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: 9&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"DBIx::Class::Schema::BEGIN@9","$color":1,"excl_time":8.80000000005739e-06,"$area":8.80000000005739e-06},"id":"6480-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: 8&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"DBIx::Class::Schema::storage_type","$color":1,"excl_time":7.60000000029444e-06,"$area":7.60000000029444e-06},"id":"6481-DBIx::Class::Schema::storage_type"},{"name":"source_registrations","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::source_registrations</b></p><p><br />Called 21 times from 7 places in 2 files<br />Inclusive time: 211&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0002113,"subname":"DBIx::Class::Schema::source_registrations","$color":1,"excl_time":6.92999999996914e-05,"$area":6.92999999996914e-05},"id":"6482-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: 26.1ms, 0.04%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0260681,"subname":"DBIx::Class::Schema::connect","$color":1,"excl_time":1.0699999999992e-05,"$area":1.0699999999992e-05},"id":"6483-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: 113&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001132,"subname":"DBIx::Class::Schema::register_extra_source","$color":1,"excl_time":8.2999999998146e-06,"$area":8.2999999998146e-06},"id":"6484-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: 24.4ms, 0.04%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0244115,"subname":"DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:829]","$color":1,"excl_time":8.10000000025721e-06,"$area":8.10000000025721e-06},"id":"6485-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":1.98e-05,"subname":"DBIx::Class::Schema::BEGIN@1516","$color":1,"excl_time":8.89999999963105e-06,"$area":8.89999999963105e-06},"id":"6486-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: 22&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"DBIx::Class::Schema::BEGIN@920","$color":1,"excl_time":7.29999999967969e-06,"$area":7.29999999967969e-06},"id":"6487-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: 25.7ms, 0.04%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.025711,"subname":"DBIx::Class::Schema::connection","$color":1,"excl_time":4.75999999991102e-05,"$area":4.75999999991102e-05},"id":"6488-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"DBIx::Class::Schema::BEGIN@4","$color":1,"excl_time":8.0000000003777e-06,"$area":8.0000000003777e-06},"id":"6489-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: 10.9ms, 0.02%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0109422,"subname":"DBIx::Class::Schema::BEGIN@14","$color":1,"excl_time":1.20000000002219e-05,"$area":1.20000000002219e-05},"id":"6490-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 2 times from 2 places in 1 file<br />Inclusive time: 83.7ms, 0.13%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0837485,"subname":"DBIx::Class::Schema::txn_scope_guard","$color":1,"excl_time":4.01999999950533e-05,"$area":4.01999999950533e-05},"id":"6491-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: 92&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.24e-05,"subname":"DBIx::Class::Schema::BEGIN@7","$color":1,"excl_time":7.99999999957143e-06,"$area":7.99999999957143e-06},"id":"6492-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"DBIx::Class::Schema::BEGIN@174","$color":1,"excl_time":1.03000000002353e-05,"$area":1.03000000002353e-05},"id":"6493-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: 29&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"DBIx::Class::Schema::BEGIN@11","$color":1,"excl_time":9.29999999977521e-06,"$area":9.29999999977521e-06},"id":"6494-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: 79&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":7.87e-05,"subname":"DBIx::Class::Schema::DESTROY","$color":1,"excl_time":2.90000000009578e-05,"$area":2.90000000009578e-05},"id":"6495-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: 31&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"DBIx::Class::Schema::BEGIN@10","$color":1,"excl_time":1.13000000001025e-05,"$area":1.13000000001025e-05},"id":"6496-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: 44&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"DBIx::Class::Schema::BEGIN@242","$color":1,"excl_time":1.28999999995938e-05,"$area":1.28999999995938e-05},"id":"6497-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.54e-05,"subname":"DBIx::Class::Schema::BEGIN@3","$color":1,"excl_time":2.11999999997682e-05,"$area":2.11999999997682e-05},"id":"6498-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: 280&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002801,"subname":"DBIx::Class::Schema::register_source","$color":1,"excl_time":1.00000000001712e-05,"$area":1.00000000001712e-05},"id":"6499-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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"DBIx::Class::Schema::END","$color":1,"excl_time":2.6e-06,"$area":2.6e-06},"id":"6500-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: 19&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"DBIx::Class::Schema::BEGIN@918","$color":1,"excl_time":6.89999999958504e-06,"$area":6.89999999958504e-06},"id":"6501-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":1,"excl_time":1.7e-06,"$area":1.7e-06},"id":"6502-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.94e-05,"subname":"DBIx::Class::Schema::BEGIN@380","$color":1,"excl_time":6.59999999963193e-06,"$area":6.59999999963193e-06},"id":"6503-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.25ms, 0.00%<br />Exclusive time: 319&micro;s, 0.00%</p>","incl_time":0.0012467,"subname":"DBIx::Class::Schema::BEGIN@6","$color":1,"excl_time":0.000318799999999352,"$area":0.000318799999999352},"id":"6504-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: 100&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":9.96e-05,"subname":"DBIx::Class::Schema::class_mappings","$color":1,"excl_time":2.62999999996131e-05,"$area":2.62999999996131e-05},"id":"6505-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: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"DBIx::Class::Schema::sources","$color":1,"excl_time":7.29999999977696e-06,"$area":7.29999999977696e-06},"id":"6506-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: 18&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"DBIx::Class::Schema::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Schema.pm:1378]","$color":1,"excl_time":1.81e-05,"$area":1.81e-05},"id":"6507-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: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"DBIx::Class::Schema::BEGIN@378","$color":1,"excl_time":9.30000000019191e-06,"$area":9.30000000019191e-06},"id":"6508-DBIx::Class::Schema::BEGIN@378"},{"name":"storage","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::storage</b></p><p><br />Called 8 times from 5 places in 2 files<br />Inclusive time: 126&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001256,"subname":"DBIx::Class::Schema::storage","$color":1,"excl_time":3.35999999977986e-05,"$area":3.35999999977986e-05},"id":"6509-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: 375&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.000375,"subname":"DBIx::Class::Schema::_register_source","$color":1,"excl_time":0.000108000000000871,"$area":0.000108000000000871},"id":"6510-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.95e-05,"subname":"DBIx::Class::Schema::BEGIN@1284","$color":1,"excl_time":8.69999999991148e-06,"$area":8.69999999991148e-06},"id":"6511-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: 221&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002213,"subname":"DBIx::Class::Schema::BEGIN@12","$color":1,"excl_time":7.00000000033248e-06,"$area":7.00000000033248e-06},"id":"6512-DBIx::Class::Schema::BEGIN@12"},{"name":"source","children":[],"data":{"tip":"<p><b>DBIx::Class::Schema::source</b></p><p><br />Called 4 times from 3 places in 2 files<br />Inclusive time: 68&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":6.81e-05,"subname":"DBIx::Class::Schema::source","$color":1,"excl_time":2.54999999977758e-05,"$area":2.54999999977758e-05},"id":"6513-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.61e-05,"subname":"DBIx::Class::Schema::BEGIN@943","$color":1,"excl_time":8.30000000033082e-06,"$area":8.30000000033082e-06},"id":"6514-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: 34&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"DBIx::Class::Schema::BEGIN@240","$color":1,"excl_time":1.46000000000088e-05,"$area":1.46000000000088e-05},"id":"6515-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.74e-05,"subname":"DBIx::Class::Schema::KiokuDB::_kiokudb_handle","$color":3,"excl_time":1.30999999998663e-05,"$area":1.30999999998663e-05},"id":"6517-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: 26.0ms, 0.04%<br />Exclusive time: 233&micro;s, 0.00%</p>","incl_time":0.0259709,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@15","$color":3,"excl_time":0.000232999999998911,"$area":0.000232999999998911},"id":"6518-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: 100&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":9.97e-05,"subname":"DBIx::Class::Schema::KiokuDB::kiokudb_entries_source_name","$color":3,"excl_time":2.60000000011559e-05,"$area":2.60000000011559e-05},"id":"6519-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@9","$color":3,"excl_time":1.61999999997682e-05,"$area":1.61999999997682e-05},"id":"6520-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: 600&micro;s, 0.00%<br />Exclusive time: 325&micro;s, 0.00%</p>","incl_time":0.0006004,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@14","$color":3,"excl_time":0.000324900000000127,"$area":0.000324900000000127},"id":"6521-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: 172&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001717,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@19","$color":3,"excl_time":9.60000000016818e-06,"$area":9.60000000016818e-06},"id":"6522-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@10","$color":3,"excl_time":8.09999999990973e-06,"$area":8.09999999990973e-06},"id":"6523-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: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@2","$color":3,"excl_time":1.1e-05,"$area":1.1e-05},"id":"6524-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.38ms, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0013784,"subname":"DBIx::Class::Schema::KiokuDB::define_kiokudb_schema","$color":3,"excl_time":5.89000000007483e-05,"$area":5.89000000007483e-05},"id":"6525-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: 228&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0002282,"subname":"DBIx::Class::Schema::KiokuDB::define_kiokudb_gin_index_resultsource","$color":3,"excl_time":3.16000000002308e-05,"$area":3.16000000002308e-05},"id":"6526-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: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.42e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@12","$color":3,"excl_time":9.50000000038996e-06,"$area":9.50000000038996e-06},"id":"6527-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: 62&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@17","$color":3,"excl_time":1.84999999999264e-05,"$area":1.84999999999264e-05},"id":"6528-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: 772&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0007716,"subname":"DBIx::Class::Schema::KiokuDB::define_kiokudb_entries_resultsource","$color":3,"excl_time":4.90000000004264e-05,"$area":4.90000000004264e-05},"id":"6529-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: 81&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.12e-05,"subname":"DBIx::Class::Schema::KiokuDB::BEGIN@21","$color":3,"excl_time":9.70000000021994e-06,"$area":9.70000000021994e-06},"id":"6530-DBIx::Class::Schema::KiokuDB::BEGIN@21"}],"data":{"$area":0.000819100000001848},"id":"n6516"}],"data":{"$area":0.00189799999999231},"id":"n6476"},{"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.65e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@3","$color":5,"excl_time":1.38999999998142e-05,"$area":1.38999999998142e-05},"id":"6532-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":8.9e-06,"subname":"DBIx::Class::ResultSetColumn::BEGIN@8","$color":5,"excl_time":7.59999999990711e-06,"$area":7.59999999990711e-06},"id":"6533-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: 60&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@7","$color":5,"excl_time":7.00000000002452e-06,"$area":7.00000000002452e-06},"id":"6534-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.8e-06,"subname":"DBIx::Class::ResultSetColumn::BEGIN@11","$color":5,"excl_time":3.8e-06,"$area":3.8e-06},"id":"6535-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: 67&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.66e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@6","$color":5,"excl_time":7.1000000001209e-06,"$area":7.1000000001209e-06},"id":"6536-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: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"DBIx::Class::ResultSetColumn::BEGIN@4","$color":5,"excl_time":6.70000000042284e-06,"$area":6.70000000042284e-06},"id":"6537-DBIx::Class::ResultSetColumn::BEGIN@4"}],"data":{"$area":4.61000000002896e-05},"id":"n6531"},{"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: 6&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@10","$color":7,"excl_time":6.49999999981509e-06,"$area":6.49999999981509e-06},"id":"6540-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.05e-05,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@9","$color":7,"excl_time":8.10000000037508e-06,"$area":8.10000000037508e-06},"id":"6541-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: 83&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.27e-05,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@14","$color":7,"excl_time":9.09999999965994e-06,"$area":9.09999999965994e-06},"id":"6542-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: 130&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001302,"subname":"DBIx::Class::KiokuDB::EntryProxy::BEGIN@12","$color":7,"excl_time":9.09999999968182e-06,"$area":9.09999999968182e-06},"id":"6543-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":7,"excl_time":9.8e-06,"$area":9.8e-06},"id":"6544-DBIx::Class::KiokuDB::EntryProxy::BEGIN@2"}],"data":{"$area":4.25999999995319e-05},"id":"n6539"}],"data":{"$area":4.25999999995319e-05},"id":"n6538"},{"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":9,"excl_time":1.7e-06,"$area":1.7e-06},"id":"6547-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.78e-05,"subname":"DBIx::Class::ResultSource::Table::BEGIN@3","$color":9,"excl_time":1.5100000000422e-05,"$area":1.5100000000422e-05},"id":"6548-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: 91&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.07e-05,"subname":"DBIx::Class::ResultSource::Table::BEGIN@8","$color":9,"excl_time":1.06000000000836e-05,"$area":1.06000000000836e-05},"id":"6549-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: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"DBIx::Class::ResultSource::Table::BEGIN@4","$color":9,"excl_time":6.8000000001424e-06,"$area":6.8000000001424e-06},"id":"6550-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":9,"excl_time":6e-07,"$area":6e-07},"id":"6551-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":1.9e-06,"subname":"DBIx::Class::ResultSource::Table::_unique_constraints","$color":9,"excl_time":1.9e-06,"$area":1.9e-06},"id":"6552-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":6.1e-06,"subname":"DBIx::Class::ResultSource::Table::_columns","$color":9,"excl_time":6.1e-06,"$area":6.1e-06},"id":"6553-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: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"DBIx::Class::ResultSource::Table::_ordered_columns","$color":9,"excl_time":2.3e-06,"$area":2.3e-06},"id":"6554-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.0ms, 0.02%<br />Exclusive time: 11.0ms, 0.02%</p>","incl_time":0.0160164,"subname":"DBIx::Class::ResultSource::Table::BEGIN@6","$color":9,"excl_time":0.0110279999999989,"$area":0.0110279999999989},"id":"6555-DBIx::Class::ResultSource::Table::BEGIN@6"}],"data":{"$area":0.0110730999999995},"id":"n6546"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"DBIx::Class::ResultSource::column_info","$color":0,"excl_time":1.85999999921948e-05,"$area":1.85999999921948e-05},"id":"6556-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.5e-06,"subname":"DBIx::Class::ResultSource::has_column","$color":0,"excl_time":7.90000000009377e-06,"$area":7.90000000009377e-06},"id":"6557-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: 143&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0001433,"subname":"DBIx::Class::ResultSource::add_unique_constraint","$color":0,"excl_time":2.27000000001958e-05,"$area":2.27000000001958e-05},"id":"6558-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: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"DBIx::Class::ResultSource::BEGIN@6","$color":0,"excl_time":7.20000000023442e-06,"$area":7.20000000023442e-06},"id":"6559-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: 212&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0002123,"subname":"DBIx::Class::ResultSource::BEGIN@14","$color":0,"excl_time":7.20000000037498e-06,"$area":7.20000000037498e-06},"id":"6560-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: 117&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001168,"subname":"DBIx::Class::ResultSource::unique_constraints","$color":0,"excl_time":1.44000000006081e-05,"$area":1.44000000006081e-05},"id":"6561-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: 151&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001506,"subname":"DBIx::Class::ResultSource::add_relationship","$color":0,"excl_time":3.19000000001949e-05,"$area":3.19000000001949e-05},"id":"6562-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: 118&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001179,"subname":"DBIx::Class::ResultSource::result_class","$color":0,"excl_time":2.40999999998562e-05,"$area":2.40999999998562e-05},"id":"6563-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":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"6564-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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"DBIx::Class::ResultSource::schema","$color":0,"excl_time":7.4e-06,"$area":7.4e-06},"id":"6565-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: 102&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0001018,"subname":"DBIx::Class::ResultSource::_primaries","$color":0,"excl_time":3.29000000004057e-05,"$area":3.29000000004057e-05},"id":"6566-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: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"DBIx::Class::ResultSource::BEGIN@11","$color":0,"excl_time":8.49999999992023e-06,"$area":8.49999999992023e-06},"id":"6567-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: 189&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0001886,"subname":"DBIx::Class::ResultSource::_ordered_columns","$color":0,"excl_time":5.26000000005301e-05,"$area":5.26000000005301e-05},"id":"6568-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: 1.43ms, 0.00%<br />Exclusive time: 656&micro;s, 0.00%</p>","incl_time":0.0014282,"subname":"DBIx::Class::ResultSource::BEGIN@7","$color":0,"excl_time":0.000655900000001384,"$area":0.000655900000001384},"id":"6569-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: 61&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"DBIx::Class::ResultSource::DESTROY","$color":0,"excl_time":4.14000000004298e-05,"$area":4.14000000004298e-05},"id":"6570-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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"DBIx::Class::ResultSource::CORE:subst","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"6571-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: 279&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.000279,"subname":"DBIx::Class::ResultSource::set_primary_key","$color":0,"excl_time":2.71999999990876e-05,"$area":2.71999999990876e-05},"id":"6572-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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"DBIx::Class::ResultSource::BEGIN@3","$color":0,"excl_time":1.60000000002362e-05,"$area":1.60000000002362e-05},"id":"6573-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: 115&micro;s, 0.00%</p>","incl_time":0.000115,"subname":"DBIx::Class::ResultSource::new","$color":0,"excl_time":0.000115,"$area":0.000115},"id":"6574-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: 34&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"DBIx::Class::ResultSource::BEGIN@12","$color":0,"excl_time":1.19000000004307e-05,"$area":1.19000000004307e-05},"id":"6575-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"DBIx::Class::ResultSource::BEGIN@4","$color":0,"excl_time":8.59999999981684e-06,"$area":8.59999999981684e-06},"id":"6576-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"DBIx::Class::ResultSource::columns","$color":0,"excl_time":5.9e-06,"$area":5.9e-06},"id":"6577-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: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"DBIx::Class::ResultSource::BEGIN@13","$color":0,"excl_time":8.90000000006089e-06,"$area":8.90000000006089e-06},"id":"6578-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: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"DBIx::Class::ResultSource::BEGIN@9","$color":0,"excl_time":8.09999999957979e-06,"$area":8.09999999957979e-06},"id":"6579-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: 84&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":8.38e-05,"subname":"DBIx::Class::ResultSource::BEGIN@16","$color":0,"excl_time":1.96000000002633e-05,"$area":1.96000000002633e-05},"id":"6580-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: 114&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001142,"subname":"DBIx::Class::ResultSource::_relationships","$color":0,"excl_time":4.08000000002208e-05,"$area":4.08000000002208e-05},"id":"6581-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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"DBIx::Class::ResultSource::END","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"6582-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: 104&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0001035,"subname":"DBIx::Class::ResultSource::_columns","$color":0,"excl_time":3.2300000000173e-05,"$area":3.2300000000173e-05},"id":"6583-DBIx::Class::ResultSource::_columns"},{"name":"columns_info","children":[],"data":{"tip":"<p><b>DBIx::Class::ResultSource::columns_info</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"DBIx::Class::ResultSource::columns_info","$color":0,"excl_time":2.30999999965446e-05,"$area":2.30999999965446e-05},"id":"6584-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: 27&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"DBIx::Class::ResultSource::sqlt_deploy_callback","$color":0,"excl_time":1.23999999998663e-05,"$area":1.23999999998663e-05},"id":"6585-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: 411&micro;s, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0004114,"subname":"DBIx::Class::ResultSource::add_columns","$color":0,"excl_time":0.000112900000001353,"$area":0.000112900000001353},"id":"6586-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: 76&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":7.56e-05,"subname":"DBIx::Class::ResultSource::BEGIN@10","$color":0,"excl_time":1.18999999998891e-05,"$area":1.18999999998891e-05},"id":"6587-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: 102&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001019,"subname":"DBIx::Class::ResultSource::_unique_constraints","$color":0,"excl_time":3.36999999997042e-05,"$area":3.36999999997042e-05},"id":"6588-DBIx::Class::ResultSource::_unique_constraints"}],"data":{"$area":0.0125029999999932},"id":"n6545"},{"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.27e-05,"subname":"DBIx::Class::Optional::Dependencies::BEGIN@4","$color":2,"excl_time":1.06000000003282e-05,"$area":1.06000000003282e-05},"id":"6591-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.93e-05,"subname":"DBIx::Class::Optional::Dependencies::BEGIN@3","$color":2,"excl_time":1.40000000002362e-05,"$area":1.40000000002362e-05},"id":"6592-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":3.9e-06,"subname":"DBIx::Class::Optional::Dependencies::BEGIN@6","$color":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"6593-DBIx::Class::Optional::Dependencies::BEGIN@6"}],"data":{"$area":2.85000000005644e-05},"id":"n6590"}],"data":{"$area":2.85000000005644e-05},"id":"n6589"},{"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":4,"excl_time":7.30000000009815e-06,"$area":7.30000000009815e-06},"id":"6595-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: 256&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0002557,"subname":"DBIx::Class::Componentised::inject_base","$color":4,"excl_time":6.94999999983095e-05,"$area":6.94999999983095e-05},"id":"6596-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.17ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0011698,"subname":"DBIx::Class::Componentised::BEGIN@7","$color":4,"excl_time":8.4000000000208e-06,"$area":8.4000000000208e-06},"id":"6597-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.32e-05,"subname":"DBIx::Class::Componentised::BEGIN@8","$color":4,"excl_time":7.00000000037683e-06,"$area":7.00000000037683e-06},"id":"6598-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: 89&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.88e-05,"subname":"DBIx::Class::Componentised::BEGIN@10","$color":4,"excl_time":7.50000000027119e-06,"$area":7.50000000027119e-06},"id":"6599-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"DBIx::Class::Componentised::BEGIN@4","$color":4,"excl_time":1.45999999996276e-05,"$area":1.45999999996276e-05},"id":"6600-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: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"DBIx::Class::Componentised::BEGIN@5","$color":4,"excl_time":7.59999999995574e-06,"$area":7.59999999995574e-06},"id":"6601-DBIx::Class::Componentised::BEGIN@5"}],"data":{"$area":0.00012189999999866},"id":"n6594"},{"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.81e-05,"subname":"DBIx::Class::Carp::CORE:regcomp","$color":6,"excl_time":1.81e-05,"$area":1.81e-05},"id":"6603-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"DBIx::Class::Carp::BEGIN@3","$color":6,"excl_time":1.54000000000946e-05,"$area":1.54000000000946e-05},"id":"6604-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: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"DBIx::Class::Carp::BEGIN@75","$color":6,"excl_time":8.29999999986722e-06,"$area":8.29999999986722e-06},"id":"6605-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.1e-06,"subname":"DBIx::Class::Carp::BEGIN@18","$color":6,"excl_time":3.1e-06,"$area":3.1e-06},"id":"6606-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: 621&micro;s, 0.00%<br />Exclusive time: 229&micro;s, 0.00%</p>","incl_time":0.0006207,"subname":"DBIx::Class::Carp::import","$color":6,"excl_time":0.000228600000000882,"$area":0.000228600000000882},"id":"6607-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: 26&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"DBIx::Class::Carp::CORE:qr","$color":6,"excl_time":2.57e-05,"$area":2.57e-05},"id":"6608-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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"DBIx::Class::Carp::BEGIN@7","$color":6,"excl_time":6.4e-06,"$area":6.4e-06},"id":"6609-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"DBIx::Class::Carp::BEGIN@17","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"6610-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: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"DBIx::Class::Carp::BEGIN@4","$color":6,"excl_time":6.90000000032907e-06,"$area":6.90000000032907e-06},"id":"6611-DBIx::Class::Carp::BEGIN@4"}],"data":{"$area":0.000316800000001173},"id":"n6602"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"DBIx::Class::Exception::BEGIN@3","$color":8,"excl_time":1.28000000000946e-05,"$area":1.28000000000946e-05},"id":"6613-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.16e-05,"subname":"DBIx::Class::Exception::BEGIN@4","$color":8,"excl_time":7.30000000037595e-06,"$area":7.30000000037595e-06},"id":"6614-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: 851&micro;s, 0.00%<br />Exclusive time: 784&micro;s, 0.00%</p>","incl_time":0.0008511,"subname":"DBIx::Class::Exception::BEGIN@6","$color":8,"excl_time":0.000784000000000124,"$area":0.000784000000000124},"id":"6615-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: 47&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.7e-05,"subname":"DBIx::Class::Exception::BEGIN@9","$color":8,"excl_time":1.22000000001095e-05,"$area":1.22000000001095e-05},"id":"6616-DBIx::Class::Exception::BEGIN@9"}],"data":{"$area":0.000816300000000704},"id":"n6612"},{"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: 56&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.64e-05,"subname":"DBIx::Class::ResultSet::BEGIN@25","$color":10,"excl_time":8.79999999974146e-06,"$area":8.79999999974146e-06},"id":"6618-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":5.5e-06,"subname":"DBIx::Class::ResultSet::BEGIN@16","$color":10,"excl_time":5.5e-06,"$area":5.5e-06},"id":"6619-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: 74&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.43e-05,"subname":"DBIx::Class::ResultSet::BEGIN@6","$color":10,"excl_time":8.5000000002173e-06,"$area":8.5000000002173e-06},"id":"6620-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"DBIx::Class::ResultSet::BEGIN@3","$color":10,"excl_time":1.40000000000946e-05,"$area":1.40000000000946e-05},"id":"6621-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: 8&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"DBIx::Class::ResultSet::BEGIN@7","$color":10,"excl_time":8.49999999962668e-06,"$area":8.49999999962668e-06},"id":"6622-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: 1.93ms, 0.00%<br />Exclusive time: 1.64ms, 0.00%</p>","incl_time":0.0019283,"subname":"DBIx::Class::ResultSet::BEGIN@11","$color":10,"excl_time":0.00164090000000051,"$area":0.00164090000000051},"id":"6623-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: 225&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002255,"subname":"DBIx::Class::ResultSet::BEGIN@22","$color":10,"excl_time":9.69999999967869e-06,"$area":9.69999999967869e-06},"id":"6624-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.15e-05,"subname":"DBIx::Class::ResultSet::BEGIN@4","$color":10,"excl_time":7.10000000009552e-06,"$area":7.10000000009552e-06},"id":"6625-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.22ms, 0.00%</p>","incl_time":0.0016398,"subname":"DBIx::Class::ResultSet::BEGIN@8","$color":10,"excl_time":0.00122160000000052,"$area":0.00122160000000052},"id":"6626-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: 72&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"DBIx::Class::ResultSet::BEGIN@5","$color":10,"excl_time":1.03999999995609e-05,"$area":1.03999999995609e-05},"id":"6627-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: 52&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"DBIx::Class::ResultSet::BEGIN@9","$color":10,"excl_time":1.1999999999738e-05,"$area":1.1999999999738e-05},"id":"6628-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: 72&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.21e-05,"subname":"DBIx::Class::ResultSet::BEGIN@10","$color":10,"excl_time":1.55000000002598e-05,"$area":1.55000000002598e-05},"id":"6629-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"DBIx::Class::ResultSet::BEGIN@14","$color":10,"excl_time":5.3e-06,"$area":5.3e-06},"id":"6630-DBIx::Class::ResultSet::BEGIN@14"}],"data":{"$area":0.00296780000000004},"id":"n6617"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@18","$color":1,"excl_time":7.30000000005126e-06,"$area":7.30000000005126e-06},"id":"6632-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.58ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0045756,"subname":"DBIx::Class::AccessorGroup::BEGIN@6","$color":1,"excl_time":1.1999999999999e-05,"$area":1.1999999999999e-05},"id":"6633-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: 143&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001427,"subname":"DBIx::Class::AccessorGroup::BEGIN@8","$color":1,"excl_time":1.02999999999675e-05,"$area":1.02999999999675e-05},"id":"6634-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.31e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@4","$color":1,"excl_time":7.89999999962843e-06,"$area":7.89999999962843e-06},"id":"6635-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: 34&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.45e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@7","$color":1,"excl_time":8.60000000019892e-06,"$area":8.60000000019892e-06},"id":"6636-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"DBIx::Class::AccessorGroup::BEGIN@3","$color":1,"excl_time":1.69000000001884e-05,"$area":1.69000000001884e-05},"id":"6637-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: 83&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":8.34e-05,"subname":"DBIx::Class::AccessorGroup::get_component_class","$color":1,"excl_time":3.15000000001174e-05,"$area":3.15000000001174e-05},"id":"6638-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: 90&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":9.04e-05,"subname":"DBIx::Class::AccessorGroup::set_component_class","$color":1,"excl_time":4.19999999983862e-05,"$area":4.19999999983862e-05},"id":"6639-DBIx::Class::AccessorGroup::set_component_class"}],"data":{"$area":0.000136499999998537},"id":"n6631"},{"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: 10&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"DBIx::Class::Storage::BEGIN@4","$color":3,"excl_time":6.10000000037595e-06,"$area":6.10000000037595e-06},"id":"6641-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: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"DBIx::Class::Storage::BEGIN@16","$color":3,"excl_time":8.79999999973708e-06,"$area":8.79999999973708e-06},"id":"6642-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 2 times from 1 place in 1 file<br />Inclusive time: 83.7ms, 0.13%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0836552,"subname":"DBIx::Class::Storage::txn_scope_guard","$color":3,"excl_time":1.68000000018926e-05,"$area":1.68000000018926e-05},"id":"6643-DBIx::Class::Storage::txn_scope_guard"},{"name":"txn_commit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::txn_commit</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 116ms, 0.18%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.1157367,"subname":"DBIx::Class::Storage::txn_commit","$color":3,"excl_time":3.22000000074541e-05,"$area":3.22000000074541e-05},"id":"6644-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.14ms, 0.00%<br />Exclusive time: 907&micro;s, 0.00%</p>","incl_time":0.0021425,"subname":"DBIx::Class::Storage::BEGIN@17","$color":3,"excl_time":0.00090650000000043,"$area":0.00090650000000043},"id":"6645-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: 180&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0001796,"subname":"DBIx::Class::Storage::new","$color":3,"excl_time":1.97000000001204e-05,"$area":1.97000000001204e-05},"id":"6646-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.53e-05,"subname":"DBIx::Class::Storage::BEGIN@3","$color":3,"excl_time":1.2600000000422e-05,"$area":1.2600000000422e-05},"id":"6647-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: 193&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0001929,"subname":"DBIx::Class::Storage::debug","$color":3,"excl_time":5.93000000019314e-05,"$area":5.93000000019314e-05},"id":"6648-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: 112&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001116,"subname":"DBIx::Class::Storage::BEGIN@6","$color":3,"excl_time":8.40000000014104e-06,"$area":8.40000000014104e-06},"id":"6649-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: 10&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"DBIx::Class::Storage::BEGIN@18","$color":3,"excl_time":9.79999999982822e-06,"$area":9.79999999982822e-06},"id":"6650-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"DBIx::Class::Storage::BEGIN@7","$color":3,"excl_time":7.6000000000035e-06,"$area":7.6000000000035e-06},"id":"6651-DBIx::Class::Storage::BEGIN@7"},{"name":"txn_begin","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::txn_begin</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 826&micro;s, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0008257,"subname":"DBIx::Class::Storage::txn_begin","$color":3,"excl_time":8.43999999986119e-05,"$area":8.43999999986119e-05},"id":"6652-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: 160&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001599,"subname":"DBIx::Class::Storage::set_schema","$color":3,"excl_time":1.6400000000814e-05,"$area":1.6400000000814e-05},"id":"6653-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: 188&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001884,"subname":"DBIx::Class::Storage::BEGIN@19","$color":3,"excl_time":7.70000000041048e-06,"$area":7.70000000041048e-06},"id":"6654-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: 82&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.17e-05,"subname":"DBIx::Class::Storage::BEGIN@15","$color":3,"excl_time":8.00000000026768e-06,"$area":8.00000000026768e-06},"id":"6655-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: 60&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.98e-05,"subname":"DBIx::Class::Storage::cursor_class","$color":3,"excl_time":2.44999999995955e-05,"$area":2.44999999995955e-05},"id":"6656-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: 142&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001421,"subname":"DBIx::Class::Storage::schema","$color":3,"excl_time":4.0799999999252e-05,"$area":4.0799999999252e-05},"id":"6657-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: 205&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0002046,"subname":"DBIx::Class::Storage::transaction_depth","$color":3,"excl_time":6.43999999958574e-05,"$area":6.43999999958574e-05},"id":"6658-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: 15&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@7","$color":5,"excl_time":1.46000000003751e-05,"$area":1.46000000003751e-05},"id":"6660-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.76e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@3","$color":5,"excl_time":1.48000000001415e-05,"$area":1.48000000001415e-05},"id":"6661-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.58e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@6","$color":5,"excl_time":7.30000000001313e-06,"$area":7.30000000001313e-06},"id":"6662-DBIx::Class::Storage::TxnScopeGuard::BEGIN@6"},{"name":"commit","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::commit</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 116ms, 0.18%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.1158516,"subname":"DBIx::Class::Storage::TxnScopeGuard::commit","$color":5,"excl_time":2.35999999995175e-05,"$area":2.35999999995175e-05},"id":"6663-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: 225&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002246,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@10","$color":5,"excl_time":8.00000000009978e-06,"$area":8.00000000009978e-06},"id":"6664-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.06e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@5","$color":5,"excl_time":9.30000000015466e-06,"$area":9.30000000015466e-06},"id":"6665-DBIx::Class::Storage::TxnScopeGuard::BEGIN@5"},{"name":"new","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 83.6ms, 0.13%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0836384,"subname":"DBIx::Class::Storage::TxnScopeGuard::new","$color":5,"excl_time":7.59000000077968e-05,"$area":7.59000000077968e-05},"id":"6666-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.3e-06,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@8","$color":5,"excl_time":7.40000000014065e-06,"$area":7.40000000014065e-06},"id":"6667-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: 12&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@4","$color":5,"excl_time":7.60000000042284e-06,"$area":7.60000000042284e-06},"id":"6668-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: 63&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":6.31e-05,"subname":"DBIx::Class::Storage::TxnScopeGuard::BEGIN@9","$color":5,"excl_time":5.99999999974583e-06,"$area":5.99999999974583e-06},"id":"6669-DBIx::Class::Storage::TxnScopeGuard::BEGIN@9"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::TxnScopeGuard::DESTROY</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"DBIx::Class::Storage::TxnScopeGuard::DESTROY","$color":5,"excl_time":8.7e-06,"$area":8.7e-06},"id":"6670-DBIx::Class::Storage::TxnScopeGuard::DESTROY"}],"data":{"$area":0.000183200000008408},"id":"n6659"},{"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: 75&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.53e-05,"subname":"DBIx::Class::Storage::NESTED_ROLLBACK_EXCEPTION::BEGIN@12","$color":7,"excl_time":9.09999999998375e-06,"$area":9.09999999998375e-06},"id":"6672-DBIx::Class::Storage::NESTED_ROLLBACK_EXCEPTION::BEGIN@12"}],"data":{"$area":9.09999999998375e-06},"id":"n6671"},{"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: 9&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@17","$color":9,"excl_time":8.59999999968319e-06,"$area":8.59999999968319e-06},"id":"6674-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@10","$color":9,"excl_time":1.49000000001415e-05,"$area":1.49000000001415e-05},"id":"6675-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@14","$color":9,"excl_time":8.2999999996293e-06,"$area":8.2999999996293e-06},"id":"6676-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.0001553,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@19","$color":9,"excl_time":7.59999999969409e-06,"$area":7.59999999969409e-06},"id":"6677-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: 40&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@16","$color":9,"excl_time":1.20999999996389e-05,"$area":1.20999999996389e-05},"id":"6678-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.01ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0060124,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@13","$color":9,"excl_time":8.89999999972683e-06,"$area":8.89999999972683e-06},"id":"6679-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: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@11","$color":9,"excl_time":6.8000000001424e-06,"$area":6.8000000001424e-06},"id":"6680-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: 28&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@609","$color":9,"excl_time":1.15000000001945e-05,"$area":1.15000000001945e-05},"id":"6681-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.91e-05,"subname":"DBIx::Class::Storage::DBIHacks::BEGIN@18","$color":9,"excl_time":8.0999999997292e-06,"$area":8.0999999997292e-06},"id":"6682-DBIx::Class::Storage::DBIHacks::BEGIN@18"}],"data":{"$area":8.679999999858e-05},"id":"n6673"},{"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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"DBIx::Class::Storage::DBI::sql_limit_dialect","$color":0,"excl_time":6.69999999733809e-06,"$area":6.69999999733809e-06},"id":"6684-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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"DBIx::Class::Storage::DBI::END","$color":0,"excl_time":1.37000000019188e-05,"$area":1.37000000019188e-05},"id":"6685-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.15e-05,"subname":"DBIx::Class::Storage::DBI::set_use_dbms_capability","$color":0,"excl_time":5.60000000032994e-06,"$area":5.60000000032994e-06},"id":"6686-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.23e-05,"subname":"DBIx::Class::Storage::DBI::_arm_global_destructor","$color":0,"excl_time":1.02999999997204e-05,"$area":1.02999999997204e-05},"id":"6687-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 2 times from 2 places in 2 files<br />Inclusive time: 171ms, 0.26%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.1709574,"subname":"DBIx::Class::Storage::DBI::dbh_do","$color":0,"excl_time":5.060000000264e-05,"$area":5.060000000264e-05},"id":"6688-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: 719&micro;s, 0.00%<br />Exclusive time: 117&micro;s, 0.00%</p>","incl_time":0.0007193,"subname":"DBIx::Class::Storage::DBI::connect_info","$color":0,"excl_time":0.00011719999999995,"$area":0.00011719999999995},"id":"6689-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: 131&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0001306,"subname":"DBIx::Class::Storage::DBI::_dbh_autocommit","$color":0,"excl_time":3.66999999969113e-05,"$area":3.66999999969113e-05},"id":"6690-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.3e-06,"subname":"DBIx::Class::Storage::DBI::BEGIN@16","$color":0,"excl_time":4.3e-06,"$area":4.3e-06},"id":"6691-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: 159&micro;s, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0001595,"subname":"DBIx::Class::Storage::DBI::_driver_determined","$color":0,"excl_time":5.28999999977118e-05,"$area":5.28999999977118e-05},"id":"6692-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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1306]","$color":0,"excl_time":3.4e-06,"$area":3.4e-06},"id":"6693-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: 122&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001219,"subname":"DBIx::Class::Storage::DBI::_connect_info","$color":0,"excl_time":3.550000000018e-05,"$area":3.550000000018e-05},"id":"6694-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 7 times from 4 places in 1 file<br />Inclusive time: 166&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001661,"subname":"DBIx::Class::Storage::DBI::_verify_pid","$color":0,"excl_time":4.05000000030496e-05,"$area":4.05000000030496e-05},"id":"6695-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: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@1407","$color":0,"excl_time":1.22000000003352e-05,"$area":1.22000000003352e-05},"id":"6696-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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.78e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@12","$color":0,"excl_time":8.79999999987773e-06,"$area":8.79999999987773e-06},"id":"6697-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: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@8","$color":0,"excl_time":7.70000000028306e-06,"$area":7.70000000028306e-06},"id":"6698-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: 132&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0001316,"subname":"DBIx::Class::Storage::DBI::_dbh","$color":0,"excl_time":4.71999999942423e-05,"$area":4.71999999942423e-05},"id":"6699-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: 112&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001124,"subname":"DBIx::Class::Storage::DBI::_dbic_connect_attributes","$color":0,"excl_time":3.36000000010647e-05,"$area":3.36000000010647e-05},"id":"6700-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: 109&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001089,"subname":"DBIx::Class::Storage::DBI::_dbi_connect_info","$color":0,"excl_time":3.62000000004075e-05,"$area":3.62000000004075e-05},"id":"6701-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: 267&micro;s, 0.00%<br />Exclusive time: 81&micro;s, 0.00%</p>","incl_time":0.000267,"subname":"DBIx::Class::Storage::DBI::unsafe","$color":0,"excl_time":8.12000000029839e-05,"$area":8.12000000029839e-05},"id":"6702-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: 12&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"DBIx::Class::Storage::DBI::sql_quote_char","$color":0,"excl_time":6.2000000021063e-06,"$area":6.2000000021063e-06},"id":"6703-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: 344&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0003442,"subname":"DBIx::Class::Storage::DBI::_run_connection_actions","$color":0,"excl_time":3.81999999980842e-05,"$area":3.81999999980842e-05},"id":"6704-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.6e-06,"subname":"DBIx::Class::Storage::DBI::_default_dbi_connect_attributes","$color":0,"excl_time":3.6e-06,"$area":3.6e-06},"id":"6705-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.47ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0094729,"subname":"DBIx::Class::Storage::DBI::BEGIN@7","$color":0,"excl_time":9.80000000038589e-06,"$area":9.80000000038589e-06},"id":"6706-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: 458&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0004576,"subname":"DBIx::Class::Storage::DBI::new","$color":0,"excl_time":4.75000000010303e-05,"$area":4.75000000010303e-05},"id":"6707-DBIx::Class::Storage::DBI::new"},{"name":"_get_dbh","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::_get_dbh</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":5.34e-05,"subname":"DBIx::Class::Storage::DBI::_get_dbh","$color":0,"excl_time":3.40000000006634e-05,"$area":3.40000000006634e-05},"id":"6708-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: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"DBIx::Class::Storage::DBI::CORE:match","$color":0,"excl_time":7.5e-06,"$area":7.5e-06},"id":"6709-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: 120&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":0.0001205,"subname":"DBIx::Class::Storage::DBI::on_connect_call","$color":0,"excl_time":4.24999999997555e-05,"$area":4.24999999997555e-05},"id":"6710-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: 241&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0002405,"subname":"DBIx::Class::Storage::DBI::BEGIN@17","$color":0,"excl_time":7.69999999996704e-06,"$area":7.69999999996704e-06},"id":"6711-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.15ms, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.0021478,"subname":"DBIx::Class::Storage::DBI::_determine_driver","$color":0,"excl_time":9.34000000013206e-05,"$area":9.34000000013206e-05},"id":"6712-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: 150&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001497,"subname":"DBIx::Class::Storage::DBI::_seems_connected","$color":0,"excl_time":1.1200000001513e-05,"$area":1.1200000001513e-05},"id":"6713-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: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@109","$color":0,"excl_time":8.30000000042546e-06,"$area":8.30000000042546e-06},"id":"6714-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: 102&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0001025,"subname":"DBIx::Class::Storage::DBI::_dbh_details","$color":0,"excl_time":3.46000000005455e-05,"$area":3.46000000005455e-05},"id":"6715-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: 47&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"DBIx::Class::Storage::DBI::sql_maker_class","$color":0,"excl_time":1.71999999992656e-05,"$area":1.71999999992656e-05},"id":"6716-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 1 time from 1 place in 1 file<br />Inclusive time: 116ms, 0.18%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.1157013,"subname":"DBIx::Class::Storage::DBI::_exec_txn_commit","$color":0,"excl_time":3.17000000031875e-05,"$area":3.17000000031875e-05},"id":"6717-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: 49&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":4.92e-05,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1298]","$color":0,"excl_time":4.29000000045373e-05,"$area":4.29000000045373e-05},"id":"6718-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: 106&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001065,"subname":"DBIx::Class::Storage::DBI::_sql_maker","$color":0,"excl_time":3.41000000003606e-05,"$area":3.41000000003606e-05},"id":"6719-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: 26&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@13","$color":0,"excl_time":6.89999999972832e-06,"$area":6.89999999972832e-06},"id":"6720-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: 79.4ms, 0.12%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0793707,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1300]","$color":0,"excl_time":8.84999999984787e-05,"$area":8.84999999984787e-05},"id":"6721-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 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.4e-05,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:1339]","$color":0,"excl_time":1.19999999994584e-05,"$area":1.19999999994584e-05},"id":"6722-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: 235&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002353,"subname":"DBIx::Class::Storage::DBI::_parse_connect_do","$color":0,"excl_time":2.31000000000042e-05,"$area":2.31000000000042e-05},"id":"6723-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: 10&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"DBIx::Class::Storage::DBI::sql_name_sep","$color":0,"excl_time":5.09999999958154e-06,"$area":5.09999999958154e-06},"id":"6724-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: 1&micro;s, 0.00%</p>","incl_time":1.1e-06,"subname":"DBIx::Class::Storage::DBI::_init","$color":0,"excl_time":1.1e-06,"$area":1.1e-06},"id":"6725-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: 26&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@14","$color":0,"excl_time":7.30000000028919e-06,"$area":7.30000000028919e-06},"id":"6726-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: 124&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0001239,"subname":"DBIx::Class::Storage::DBI::_conn_pid","$color":0,"excl_time":3.87999999931677e-05,"$area":3.87999999931677e-05},"id":"6727-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: 157&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001571,"subname":"DBIx::Class::Storage::DBI::connected","$color":0,"excl_time":7.39999999852664e-06,"$area":7.39999999852664e-06},"id":"6728-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: 70&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.01e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@10","$color":0,"excl_time":7.80000000026243e-06,"$area":7.80000000026243e-06},"id":"6729-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.68e-05,"subname":"DBIx::Class::Storage::DBI::_use_join_optimizer","$color":0,"excl_time":5.29999999972482e-06,"$area":5.29999999972482e-06},"id":"6730-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: 104&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0001045,"subname":"DBIx::Class::Storage::DBI::_sql_maker_opts","$color":0,"excl_time":3.41000000006401e-05,"$area":3.41000000006401e-05},"id":"6731-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: 69&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 48&micro;s</p>","incl_time":6.93e-05,"subname":"DBIx::Class::Storage::DBI::_do_connection_actions","$color":0,"excl_time":3.79000000016725e-05,"$area":3.79000000016725e-05},"id":"6732-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: 80.1ms, 0.12%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0801392,"subname":"DBIx::Class::Storage::DBI::ensure_connected","$color":0,"excl_time":1.63000000007879e-05,"$area":1.63000000007879e-05},"id":"6733-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: 79.5ms, 0.12%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0795338,"subname":"DBIx::Class::Storage::DBI::_connect","$color":0,"excl_time":4.64999999890692e-05,"$area":4.64999999890692e-05},"id":"6734-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: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@4","$color":0,"excl_time":1.65000000004228e-05,"$area":1.65000000004228e-05},"id":"6735-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: 147&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0001471,"subname":"DBIx::Class::Storage::DBI::auto_savepoint","$color":0,"excl_time":4.68999999872377e-05,"$area":4.68999999872377e-05},"id":"6736-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: 500ns, 0.00%</p>","incl_time":5e-07,"subname":"DBIx::Class::Storage::DBI::schema","$color":0,"excl_time":5e-07,"$area":5e-07},"id":"6737-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 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.24e-05,"subname":"DBIx::Class::Storage::DBI::__ANON__[/Users/edenc/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm:790]","$color":0,"excl_time":8.40000000133377e-06,"$area":8.40000000133377e-06},"id":"6738-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 5 times from 3 places in 2 files<br />Inclusive time: 83.6ms, 0.13%<br />Exclusive time: 112&micro;s, 0.00%</p>","incl_time":0.0835573,"subname":"DBIx::Class::Storage::DBI::txn_begin","$color":0,"excl_time":0.000111700000002551,"$area":0.000111700000002551},"id":"6739-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: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@15","$color":0,"excl_time":8.79999999973445e-06,"$area":8.79999999973445e-06},"id":"6740-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: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"DBIx::Class::Storage::DBI::datetime_parser_type","$color":0,"excl_time":1.01999999997266e-05,"$area":1.01999999997266e-05},"id":"6741-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.26e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@110","$color":0,"excl_time":7.8999999996328e-06,"$area":7.8999999996328e-06},"id":"6742-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: 80.0ms, 0.12%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0799658,"subname":"DBIx::Class::Storage::DBI::_populate_dbh","$color":0,"excl_time":7.10999999888051e-05,"$area":7.10999999888051e-05},"id":"6743-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: 1&micro;s, 0.00%</p>","incl_time":1.2e-06,"subname":"DBIx::Class::Storage::DBI::_rebless","$color":0,"excl_time":1.2e-06,"$area":1.2e-06},"id":"6744-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 1 time from 1 place in 1 file<br />Inclusive time: 193&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001931,"subname":"DBIx::Class::Storage::DBI::_exec_txn_begin","$color":0,"excl_time":1.8100000001296e-05,"$area":1.8100000001296e-05},"id":"6745-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@5","$color":0,"excl_time":8.00000000014416e-06,"$area":8.00000000014416e-06},"id":"6746-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"DBIx::Class::Storage::DBI::BEGIN@11","$color":0,"excl_time":9.19999999976733e-06,"$area":9.19999999976733e-06},"id":"6747-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 2 times from 1 place in 1 file<br />Inclusive time: 116ms, 0.18%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.115828,"subname":"DBIx::Class::Storage::DBI::txn_commit","$color":0,"excl_time":5.55000000014878e-05,"$area":5.55000000014878e-05},"id":"6748-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: 31&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"DBIx::Class::Storage::DBI::_normalize_connect_info","$color":0,"excl_time":3.09e-05,"$area":3.09e-05},"id":"6749-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: 211&micro;s, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0002111,"subname":"DBIx::Class::Storage::DBI::on_connect_do","$color":0,"excl_time":6.93999999854337e-05,"$area":6.93999999854337e-05},"id":"6750-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.85e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@4","$color":2,"excl_time":9.1999999979007e-06,"$area":9.1999999979007e-06},"id":"6752-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: 1&micro;s, 0.00%</p>","incl_time":1.1e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::unsafe","$color":2,"excl_time":1.1e-06,"$area":1.1e-06},"id":"6753-DBIx::Class::Storage::DBI::SQLite::unsafe"},{"name":"debug","children":[],"data":{"tip":"<p><b>DBIx::Class::Storage::DBI::SQLite::debug</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.1e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::debug","$color":2,"excl_time":2.1e-06,"$area":2.1e-06},"id":"6754-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: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.48e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@10","$color":2,"excl_time":9.39999999842694e-06,"$area":9.39999999842694e-06},"id":"6755-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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::_dbh_autocommit","$color":2,"excl_time":1.84000000016375e-05,"$area":1.84000000016375e-05},"id":"6756-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: 1&micro;s, 0.00%</p>","incl_time":1.1e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::on_connect_do","$color":2,"excl_time":1.1e-06,"$area":1.1e-06},"id":"6757-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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::_conn_pid","$color":2,"excl_time":6.2e-06,"$area":6.2e-06},"id":"6758-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: 90&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.01e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@9","$color":2,"excl_time":1.08999999981666e-05,"$area":1.08999999981666e-05},"id":"6759-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: 100&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001005,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@6","$color":2,"excl_time":1.12000000009293e-05,"$area":1.12000000009293e-05},"id":"6760-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: 175&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001752,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@11","$color":2,"excl_time":8.10000000124565e-06,"$area":8.10000000124565e-06},"id":"6761-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":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"6762-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 12 times from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":5.81e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::bind_attribute_by_data_type","$color":2,"excl_time":3.77999999972513e-05,"$area":3.77999999972513e-05},"id":"6763-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 2 times from 2 places in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"DBIx::Class::Storage::DBI::SQLite::auto_savepoint","$color":2,"excl_time":1.5e-06,"$area":1.5e-06},"id":"6764-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 12 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::CORE:match","$color":2,"excl_time":2.03e-05,"$area":2.03e-05},"id":"6765-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.91e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@7","$color":2,"excl_time":1.02999999966383e-05,"$area":1.02999999966383e-05},"id":"6766-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.42e-05,"subname":"DBIx::Class::Storage::DBI::SQLite::BEGIN@3","$color":2,"excl_time":1.94000000007502e-05,"$area":1.94000000007502e-05},"id":"6767-DBIx::Class::Storage::DBI::SQLite::BEGIN@3"}],"data":{"$area":0.000171699999992947},"id":"n6751"}],"data":{"$area":0.002058799999954},"id":"n6683"}],"data":{"$area":0.00367189999996812},"id":"n6640"},{"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: 166&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001656,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@11","$color":4,"excl_time":8.79999999993199e-06,"$area":8.79999999993199e-06},"id":"6769-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: 52&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.18e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@9","$color":4,"excl_time":1.04999999996451e-05,"$area":1.04999999996451e-05},"id":"6770-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: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@14","$color":4,"excl_time":1.01000000000149e-05,"$area":1.01000000000149e-05},"id":"6771-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: 74&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.35e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@6","$color":4,"excl_time":7.59999999993687e-06,"$area":7.59999999993687e-06},"id":"6772-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@3","$color":4,"excl_time":1.38999999998142e-05,"$area":1.38999999998142e-05},"id":"6773-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: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@8","$color":4,"excl_time":8.99999999962668e-06,"$area":8.99999999962668e-06},"id":"6774-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"DBIx::Class::ResultSourceHandle::BEGIN@4","$color":4,"excl_time":7.20000000009552e-06,"$area":7.20000000009552e-06},"id":"6775-DBIx::Class::ResultSourceHandle::BEGIN@4"}],"data":{"$area":6.70999999990652e-05},"id":"n6768"}],"data":{"$area":0.0250166999999522},"id":"n6463"}],"data":{"$area":0.0250166999999522},"id":"n6462"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"XML::Easy::Syntax::BEGIN@27","$color":6,"excl_time":1.41000000000725e-05,"$area":1.41000000000725e-05},"id":"6779-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: 33.7ms, 0.05%</p>","incl_time":0.0336867,"subname":"XML::Easy::Syntax::CORE:regcomp","$color":6,"excl_time":0.0336867,"$area":0.0336867},"id":"6780-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: 58&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.79e-05,"subname":"XML::Easy::Syntax::BEGIN@942","$color":6,"excl_time":2.39999999999689e-05,"$area":2.39999999999689e-05},"id":"6781-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: 38&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"XML::Easy::Syntax::BEGIN@25","$color":6,"excl_time":3.79e-05,"$area":3.79e-05},"id":"6782-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: 126&micro;s, 0.00%</p>","incl_time":0.0001256,"subname":"XML::Easy::Syntax::CORE:qr","$color":6,"excl_time":0.0001256,"$area":0.0001256},"id":"6783-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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"XML::Easy::Syntax::BEGIN@26","$color":6,"excl_time":1.40000000000061e-05,"$area":1.40000000000061e-05},"id":"6784-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: 588&micro;s, 0.00%<br />Exclusive time: 576&micro;s, 0.00%</p>","incl_time":0.000588,"subname":"XML::Easy::Syntax::_charclass_regexp","$color":6,"excl_time":0.000576300000000052,"$area":0.000576300000000052},"id":"6785-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: 51&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.12e-05,"subname":"XML::Easy::Syntax::BEGIN@31","$color":6,"excl_time":1.32999999998538e-05,"$area":1.32999999998538e-05},"id":"6786-XML::Easy::Syntax::BEGIN@31"}],"data":{"$area":0.0344919},"id":"n6778"}],"data":{"$area":0.0344919},"id":"n6777"},{"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: 44&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"XML::LibXML::Dtd::BEGIN@1826","$color":8,"excl_time":1.19000000001785e-05,"$area":1.19000000001785e-05},"id":"6789-XML::LibXML::Dtd::BEGIN@1826"}],"data":{"$area":1.19000000001785e-05},"id":"n6788"},{"name":"::Schema","children":[],"data":{"$area":0},"id":"n6790"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"XML::LibXML::LIBXML_RUNTIME_VERSION","$color":1,"excl_time":1.8e-05,"$area":1.8e-05},"id":"6791-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: 79&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.86e-05,"subname":"XML::LibXML::BEGIN@21","$color":1,"excl_time":1.43999999998192e-05,"$area":1.43999999998192e-05},"id":"6792-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: 8&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"XML::LibXML::BEGIN@177","$color":1,"excl_time":7.89999999994237e-06,"$area":7.89999999994237e-06},"id":"6793-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: 5.31ms, 0.01%<br />Exclusive time: 1.95ms, 0.00%</p>","incl_time":0.0053083,"subname":"XML::LibXML::BEGIN@25","$color":1,"excl_time":0.00194579999999984,"$area":0.00194579999999984},"id":"6794-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"XML::LibXML::BEGIN@162","$color":1,"excl_time":7.29999999987248e-06,"$area":7.29999999987248e-06},"id":"6795-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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"XML::LibXML::LIBXML_VERSION","$color":1,"excl_time":4.4e-06,"$area":4.4e-06},"id":"6796-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.73e-05,"subname":"XML::LibXML::new","$color":1,"excl_time":1.73e-05,"$area":1.73e-05},"id":"6797-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: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"XML::LibXML::BEGIN@167","$color":1,"excl_time":6.60000000020243e-06,"$area":6.60000000020243e-06},"id":"6798-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: 369&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.000369,"subname":"XML::LibXML::BEGIN@235","$color":1,"excl_time":2.16000000001133e-05,"$area":2.16000000001133e-05},"id":"6799-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: 1.19ms, 0.00%</p>","incl_time":0.0011948,"subname":"XML::LibXML::bootstrap","$color":1,"excl_time":0.0011948,"$area":0.0011948},"id":"6800-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":2.8e-06,"subname":"XML::LibXML::close_callback","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"6801-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: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"XML::LibXML::BEGIN@173","$color":1,"excl_time":6.39999999982559e-06,"$area":6.39999999982559e-06},"id":"6802-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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"XML::LibXML::BEGIN@161","$color":1,"excl_time":8.00000000020154e-06,"$area":8.00000000020154e-06},"id":"6803-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: 28&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"XML::LibXML::END","$color":1,"excl_time":2.75e-05,"$area":2.75e-05},"id":"6804-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: 53&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.34e-05,"subname":"XML::LibXML::BEGIN@22","$color":1,"excl_time":1.05000000000431e-05,"$area":1.05000000000431e-05},"id":"6805-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"XML::LibXML::BEGIN@171","$color":1,"excl_time":6.09999999977871e-06,"$area":6.09999999977871e-06},"id":"6806-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: 2.05ms, 0.00%<br />Exclusive time: 129&micro;s, 0.00%</p>","incl_time":0.002052,"subname":"XML::LibXML::import","$color":1,"excl_time":0.000128900000000489,"$area":0.000128900000000489},"id":"6807-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.1e-06,"subname":"XML::LibXML::read_callback","$color":1,"excl_time":3.1e-06,"$area":3.1e-06},"id":"6808-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.09ms, 0.00%<br />Exclusive time: 854&micro;s, 0.00%</p>","incl_time":0.001094,"subname":"XML::LibXML::BEGIN@26","$color":1,"excl_time":0.000853599999999971,"$area":0.000853599999999971},"id":"6809-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: 83&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.33e-05,"subname":"XML::LibXML::_init_callbacks","$color":1,"excl_time":1.57999999998909e-05,"$area":1.57999999998909e-05},"id":"6810-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"XML::LibXML::CORE:match","$color":1,"excl_time":6.9e-06,"$area":6.9e-06},"id":"6811-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: 38&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"XML::LibXML::BEGIN@168","$color":1,"excl_time":1.0700000000106e-05,"$area":1.0700000000106e-05},"id":"6812-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: 25&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"XML::LibXML::_cleanup_callbacks","$color":1,"excl_time":6.89999999991499e-06,"$area":6.89999999991499e-06},"id":"6813-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: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.79e-05,"subname":"XML::LibXML::BEGIN@172","$color":1,"excl_time":6.90000000010777e-06,"$area":6.90000000010777e-06},"id":"6814-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: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"XML::LibXML::_auto_expand","$color":1,"excl_time":1.03000000001468e-05,"$area":1.03000000001468e-05},"id":"6815-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.85ms, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0018484,"subname":"XML::LibXML::BEGIN@29","$color":1,"excl_time":8.32999999999249e-05,"$area":8.32999999999249e-05},"id":"6816-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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"XML::LibXML::__parser_option","$color":1,"excl_time":6.2e-06,"$area":6.2e-06},"id":"6817-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.2ms, 0.11%<br />Exclusive time: 75.2ms, 0.11%</p>","incl_time":0.0752448,"subname":"XML::LibXML::_parse_file","$color":1,"excl_time":0.0752395000000002,"$area":0.0752395000000002},"id":"6818-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: 27&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"XML::LibXML::BEGIN@13","$color":1,"excl_time":2.1099999999839e-05,"$area":2.1099999999839e-05},"id":"6819-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: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.15e-05,"subname":"XML::LibXML::BEGIN@36","$color":1,"excl_time":8.09999999984223e-06,"$area":8.09999999984223e-06},"id":"6820-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: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"XML::LibXML::BEGIN@164","$color":1,"excl_time":8.89999999999187e-06,"$area":8.89999999999187e-06},"id":"6821-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: 57&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.72e-05,"subname":"XML::LibXML::BEGIN@165","$color":1,"excl_time":1.05000000000449e-05,"$area":1.05000000000449e-05},"id":"6822-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"XML::LibXML::BEGIN@169","$color":1,"excl_time":7.00000000008302e-06,"$area":7.00000000008302e-06},"id":"6823-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"XML::LibXML::BEGIN@175","$color":1,"excl_time":5.59999999994237e-06,"$area":5.59999999994237e-06},"id":"6824-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: 32&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"XML::LibXML::BEGIN@27","$color":1,"excl_time":1.3299999999892e-05,"$area":1.3299999999892e-05},"id":"6825-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: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"XML::LibXML::BEGIN@179","$color":1,"excl_time":6.50000000017591e-06,"$area":6.50000000017591e-06},"id":"6826-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.4ms, 0.12%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0754218,"subname":"XML::LibXML::parse_file","$color":1,"excl_time":4.38999999996664e-05,"$area":4.38999999996664e-05},"id":"6827-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: 111&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0001112,"subname":"XML::LibXML::BEGIN@163","$color":1,"excl_time":3.14000000000368e-05,"$area":3.14000000000368e-05},"id":"6828-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: 38&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"XML::LibXML::BEGIN@176","$color":1,"excl_time":1.0300000000106e-05,"$area":1.0300000000106e-05},"id":"6829-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: 226&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002259,"subname":"XML::LibXML::BEGIN@14","$color":1,"excl_time":9.90000000000604e-06,"$area":9.90000000000604e-06},"id":"6830-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"XML::LibXML::BEGIN@174","$color":1,"excl_time":6.00000000017591e-06,"$area":6.00000000017591e-06},"id":"6831-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.8e-06,"subname":"XML::LibXML::open_callback","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"6832-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":4e-06,"subname":"XML::LibXML::match_callback","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"6833-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: 5.63ms, 0.01%<br />Exclusive time: 3.45ms, 0.01%</p>","incl_time":0.0056331,"subname":"XML::LibXML::BEGIN@24","$color":1,"excl_time":0.00344810000000101,"$area":0.00344810000000101},"id":"6834-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: 79&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.94e-05,"subname":"XML::LibXML::BEGIN@19","$color":1,"excl_time":1.45000000000767e-05,"$area":1.45000000000767e-05},"id":"6835-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"XML::LibXML::expand_xinclude","$color":1,"excl_time":8.00000000037683e-06,"$area":8.00000000037683e-06},"id":"6836-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: 74&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.42e-05,"subname":"XML::LibXML::BEGIN@160","$color":1,"excl_time":1.36999999999811e-05,"$area":1.36999999999811e-05},"id":"6837-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: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"XML::LibXML::BEGIN@178","$color":1,"excl_time":6.19999999985035e-06,"$area":6.19999999985035e-06},"id":"6838-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: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"XML::LibXML::BEGIN@166","$color":1,"excl_time":9.4999999998326e-06,"$area":9.4999999998326e-06},"id":"6839-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"XML::LibXML::BEGIN@170","$color":1,"excl_time":5.89999999977871e-06,"$area":5.89999999977871e-06},"id":"6840-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: 2.21ms, 0.00%<br />Exclusive time: 877&micro;s, 0.00%</p>","incl_time":0.0022137,"subname":"XML::LibXML::Boolean::BEGIN@12","$color":3,"excl_time":0.000876800000000359,"$area":0.000876800000000359},"id":"6842-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: 54&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"XML::LibXML::Boolean::BEGIN@16","$color":3,"excl_time":1.2900000000159e-05,"$area":1.2900000000159e-05},"id":"6843-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: 71&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":7.12e-05,"subname":"XML::LibXML::Boolean::BEGIN@21","$color":3,"excl_time":2.50000000001148e-05,"$area":2.50000000001148e-05},"id":"6844-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"XML::LibXML::Boolean::BEGIN@14","$color":3,"excl_time":1.31999999999557e-05,"$area":1.31999999999557e-05},"id":"6845-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"XML::LibXML::Boolean::BEGIN@13","$color":3,"excl_time":1.33999999998841e-05,"$area":1.33999999998841e-05},"id":"6846-XML::LibXML::Boolean::BEGIN@13"}],"data":{"$area":0.000941300000000472},"id":"n6841"},{"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: 61&micro;s, 0.00%</p>","incl_time":6.09e-05,"subname":"XML::LibXML::Document::documentElement","$color":5,"excl_time":6.09e-05,"$area":6.09e-05},"id":"6848-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: 83&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":8.26e-05,"subname":"XML::LibXML::Document::BEGIN@1367","$color":5,"excl_time":2.3400000000074e-05,"$area":2.3400000000074e-05},"id":"6849-XML::LibXML::Document::BEGIN@1367"}],"data":{"$area":8.4300000000074e-05},"id":"n6847"},{"name":"::Pattern","children":[],"data":{"$area":0},"id":"n6850"},{"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: 75&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.45e-05,"subname":"XML::LibXML::Text::BEGIN@1743","$color":9,"excl_time":2.02000000000484e-05,"$area":2.02000000000484e-05},"id":"6852-XML::LibXML::Text::BEGIN@1743"}],"data":{"$area":2.02000000000484e-05},"id":"n6851"},{"name":"::XPathExpression","children":[],"data":{"$area":0},"id":"n6853"},{"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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"XML::LibXML::Number::BEGIN@13","$color":2,"excl_time":1.43000000000495e-05,"$area":1.43000000000495e-05},"id":"6855-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: 88&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":8.8e-05,"subname":"XML::LibXML::Number::BEGIN@19","$color":2,"excl_time":2.61999999998882e-05,"$area":2.61999999998882e-05},"id":"6856-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: 1.14ms, 0.00%<br />Exclusive time: 934&micro;s, 0.00%</p>","incl_time":0.0011422,"subname":"XML::LibXML::Number::BEGIN@12","$color":2,"excl_time":0.000934300000000073,"$area":0.000934300000000073},"id":"6857-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: 30&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"XML::LibXML::Number::BEGIN@11","$color":2,"excl_time":2.74000000001415e-05,"$area":2.74000000001415e-05},"id":"6858-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: 51&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.14e-05,"subname":"XML::LibXML::Number::BEGIN@15","$color":2,"excl_time":1.17000000001352e-05,"$area":1.17000000001352e-05},"id":"6859-XML::LibXML::Number::BEGIN@15"}],"data":{"$area":0.00101390000000029},"id":"n6854"},{"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: 85&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":8.47e-05,"subname":"XML::LibXML::Error::BEGIN@257","$color":4,"excl_time":2.41999999999811e-05,"$area":2.41999999999811e-05},"id":"6861-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: 46&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"XML::LibXML::Error::BEGIN@54","$color":4,"excl_time":8.10000000008739e-06,"$area":8.10000000008739e-06},"id":"6862-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: 83&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":8.29e-05,"subname":"XML::LibXML::Error::BEGIN@245","$color":4,"excl_time":5.76000000001051e-05,"$area":5.76000000001051e-05},"id":"6863-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: 59&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.93e-05,"subname":"XML::LibXML::Error::BEGIN@59","$color":4,"excl_time":1.53999999999034e-05,"$area":1.53999999999034e-05},"id":"6864-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: 69&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.88e-05,"subname":"XML::LibXML::Error::BEGIN@34","$color":4,"excl_time":1.45999999998847e-05,"$area":1.45999999998847e-05},"id":"6865-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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"XML::LibXML::Error::BEGIN@42","$color":4,"excl_time":9.00000000004138e-06,"$area":9.00000000004138e-06},"id":"6866-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: 51&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"XML::LibXML::Error::BEGIN@47","$color":4,"excl_time":8.1999999998326e-06,"$area":8.1999999998326e-06},"id":"6867-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: 64&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.35e-05,"subname":"XML::LibXML::Error::BEGIN@61","$color":4,"excl_time":1.11999999998839e-05,"$area":1.11999999998839e-05},"id":"6868-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: 57&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.68e-05,"subname":"XML::LibXML::Error::BEGIN@50","$color":4,"excl_time":9.20000000018554e-06,"$area":9.20000000018554e-06},"id":"6869-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: 76&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.55e-05,"subname":"XML::LibXML::Error::BEGIN@19","$color":4,"excl_time":9.80000000005365e-06,"$area":9.80000000005365e-06},"id":"6870-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: 24&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"XML::LibXML::Error::BEGIN@12","$color":4,"excl_time":1.2700000000122e-05,"$area":1.2700000000122e-05},"id":"6871-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: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.17e-05,"subname":"XML::LibXML::Error::BEGIN@65","$color":4,"excl_time":9.49999999978571e-06,"$area":9.49999999978571e-06},"id":"6872-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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.02e-05,"subname":"XML::LibXML::Error::BEGIN@44","$color":4,"excl_time":8.10000000013166e-06,"$area":8.10000000013166e-06},"id":"6873-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: 57&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"XML::LibXML::Error::BEGIN@60","$color":4,"excl_time":1.04000000001148e-05,"$area":1.04000000001148e-05},"id":"6874-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: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"XML::LibXML::Error::BEGIN@39","$color":4,"excl_time":1.00000000000891e-05,"$area":1.00000000000891e-05},"id":"6875-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: 61&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"XML::LibXML::Error::BEGIN@20","$color":4,"excl_time":1.22000000000926e-05,"$area":1.22000000000926e-05},"id":"6876-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: 46&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.59e-05,"subname":"XML::LibXML::Error::BEGIN@53","$color":4,"excl_time":8.90000000015729e-06,"$area":8.90000000015729e-06},"id":"6877-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: 41&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"XML::LibXML::Error::BEGIN@83","$color":4,"excl_time":1.53999999999185e-05,"$area":1.53999999999185e-05},"id":"6878-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: 53&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.29e-05,"subname":"XML::LibXML::Error::BEGIN@64","$color":4,"excl_time":9.40000000013691e-06,"$area":9.40000000013691e-06},"id":"6879-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"XML::LibXML::Error::BEGIN@58","$color":4,"excl_time":6.10000000017592e-06,"$area":6.10000000017592e-06},"id":"6880-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: 60&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.95e-05,"subname":"XML::LibXML::Error::BEGIN@43","$color":4,"excl_time":9.20000000016342e-06,"$area":9.20000000016342e-06},"id":"6881-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: 51&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"XML::LibXML::Error::BEGIN@40","$color":4,"excl_time":9.39999999992549e-06,"$area":9.39999999992549e-06},"id":"6882-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: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"XML::LibXML::Error::BEGIN@63","$color":4,"excl_time":9.69999999983172e-06,"$area":9.69999999983172e-06},"id":"6883-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: 51&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"XML::LibXML::Error::BEGIN@36","$color":4,"excl_time":9.29999999990249e-06,"$area":9.29999999990249e-06},"id":"6884-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: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"XML::LibXML::Error::BEGIN@56","$color":4,"excl_time":8.60000000015553e-06,"$area":8.60000000015553e-06},"id":"6885-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: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"XML::LibXML::Error::BEGIN@41","$color":4,"excl_time":8.70000000001839e-06,"$area":8.70000000001839e-06},"id":"6886-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: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"XML::LibXML::Error::BEGIN@37","$color":4,"excl_time":9.69999999983172e-06,"$area":9.69999999983172e-06},"id":"6887-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: 55&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.47e-05,"subname":"XML::LibXML::Error::BEGIN@52","$color":4,"excl_time":1.37000000000423e-05,"$area":1.37000000000423e-05},"id":"6888-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: 42&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.19e-05,"subname":"XML::LibXML::Error::BEGIN@46","$color":4,"excl_time":6.99999999982909e-06,"$area":6.99999999982909e-06},"id":"6889-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: 86&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":8.61e-05,"subname":"XML::LibXML::Error::BEGIN@22","$color":4,"excl_time":2.80999999998865e-05,"$area":2.80999999998865e-05},"id":"6890-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"XML::LibXML::Error::BEGIN@17","$color":4,"excl_time":5.2e-06,"$area":5.2e-06},"id":"6891-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: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"XML::LibXML::Error::BEGIN@57","$color":4,"excl_time":6.20000000015291e-06,"$area":6.20000000015291e-06},"id":"6892-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: 53&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"XML::LibXML::Error::BEGIN@35","$color":4,"excl_time":9.49999999985648e-06,"$area":9.49999999985648e-06},"id":"6893-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: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.62e-05,"subname":"XML::LibXML::Error::BEGIN@67","$color":4,"excl_time":1.01999999997875e-05,"$area":1.01999999997875e-05},"id":"6894-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: 31&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"XML::LibXML::Error::BEGIN@15","$color":4,"excl_time":1.2099999999915e-05,"$area":1.2099999999915e-05},"id":"6895-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: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"XML::LibXML::Error::BEGIN@62","$color":4,"excl_time":1.07000000000219e-05,"$area":1.07000000000219e-05},"id":"6896-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"XML::LibXML::Error::BEGIN@45","$color":4,"excl_time":6.59999999996625e-06,"$area":6.59999999996625e-06},"id":"6897-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: 49&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.89e-05,"subname":"XML::LibXML::Error::BEGIN@55","$color":4,"excl_time":8.29999999983172e-06,"$area":8.29999999983172e-06},"id":"6898-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: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.04e-05,"subname":"XML::LibXML::Error::BEGIN@48","$color":4,"excl_time":9.90000000011216e-06,"$area":9.90000000011216e-06},"id":"6899-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: 59&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"XML::LibXML::Error::BEGIN@66","$color":4,"excl_time":9.89999999997587e-06,"$area":9.89999999997587e-06},"id":"6900-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: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"XML::LibXML::Error::BEGIN@49","$color":4,"excl_time":8.49999999982997e-06,"$area":8.49999999982997e-06},"id":"6901-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: 26&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"XML::LibXML::Error::BEGIN@11","$color":4,"excl_time":2.18000000002123e-05,"$area":2.18000000002123e-05},"id":"6902-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: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.02e-05,"subname":"XML::LibXML::Error::BEGIN@51","$color":4,"excl_time":9.49999999999538e-06,"$area":9.49999999999538e-06},"id":"6903-XML::LibXML::Error::BEGIN@51"}],"data":{"$area":0.000511799999999927},"id":"n6860"},{"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: 57&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.74e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@9","$color":6,"excl_time":1.37999999998565e-05,"$area":1.37999999998565e-05},"id":"6905-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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@13","$color":6,"excl_time":1.02e-05,"$area":1.02e-05},"id":"6906-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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"XML::LibXML::AttributeHash::BEGIN@5","$color":6,"excl_time":7.2e-06,"$area":7.2e-06},"id":"6907-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: 25&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@6","$color":6,"excl_time":2.17000000001185e-05,"$area":2.17000000001185e-05},"id":"6908-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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@4","$color":6,"excl_time":1.4000000000076e-05,"$area":1.4000000000076e-05},"id":"6909-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: 38&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"XML::LibXML::AttributeHash::BEGIN@3","$color":6,"excl_time":3.00999999998398e-05,"$area":3.00999999998398e-05},"id":"6910-XML::LibXML::AttributeHash::BEGIN@3"}],"data":{"$area":9.69999999998908e-05},"id":"n6904"},{"name":"::RelaxNG","children":[],"data":{"$area":0},"id":"n6911"},{"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: 56.1ms, 0.09%</p>","incl_time":0.056107199999998,"subname":"XML::LibXML::Node::string_value","$color":10,"excl_time":0.056107199999998,"$area":0.056107199999998},"id":"6913-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: 37.5ms, 0.06%</p>","incl_time":0.0374765999999943,"subname":"XML::LibXML::Node::DESTROY","$color":10,"excl_time":0.0374765999999943,"$area":0.0374765999999943},"id":"6914-XML::LibXML::Node::DESTROY"}],"data":{"$area":0.0935837999999923},"id":"n6912"},{"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: 58&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"XML::LibXML::DocumentFragment::BEGIN@1463","$color":1,"excl_time":1.71000000002059e-05,"$area":1.71000000002059e-05},"id":"6916-XML::LibXML::DocumentFragment::BEGIN@1463"}],"data":{"$area":1.71000000002059e-05},"id":"n6915"},{"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: 44&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.35e-05,"subname":"XML::LibXML::Attr::BEGIN@1804","$color":3,"excl_time":1.28000000000609e-05,"$area":1.28000000000609e-05},"id":"6918-XML::LibXML::Attr::BEGIN@1804"}],"data":{"$area":1.28000000000609e-05},"id":"n6917"},{"name":"::RegExp","children":[],"data":{"$area":0},"id":"n6919"},{"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: 82&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.25e-05,"subname":"XML::LibXML::XPathContext::BEGIN@13","$color":7,"excl_time":1.03000000000333e-05,"$area":1.03000000000333e-05},"id":"6921-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: 76&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.59e-05,"subname":"XML::LibXML::XPathContext::BEGIN@15","$color":7,"excl_time":1.29000000000758e-05,"$area":1.29000000000758e-05},"id":"6922-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.8e-06,"subname":"XML::LibXML::XPathContext::registerNs","$color":7,"excl_time":8.8e-06,"$area":8.8e-06},"id":"6923-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: 82.8ms, 0.13%</p>","incl_time":0.0828124000000482,"subname":"XML::LibXML::XPathContext::getContextNode","$color":7,"excl_time":0.0828124000000482,"$area":0.0828124000000482},"id":"6924-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.96s, 3.00%</p>","incl_time":1.96438569999978,"subname":"XML::LibXML::XPathContext::_find","$color":7,"excl_time":1.96438569999978,"$area":1.96438569999978},"id":"6925-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: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"XML::LibXML::XPathContext::BEGIN@16","$color":7,"excl_time":1.29000000001176e-05,"$area":1.29000000001176e-05},"id":"6926-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: 29&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"XML::LibXML::XPathContext::BEGIN@141","$color":7,"excl_time":1.09999999998681e-05,"$area":1.09999999998681e-05},"id":"6927-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.60s, 10.08%<br />Exclusive time: 2.00s, 3.06%</p>","incl_time":6.6030891000006,"subname":"XML::LibXML::XPathContext::_guarded_find_call","$color":7,"excl_time":2.00320170000758,"$area":2.00320170000758},"id":"6928-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: 36&micro;s, 0.00%</p>","incl_time":3.58e-05,"subname":"XML::LibXML::XPathContext::new","$color":7,"excl_time":3.58e-05,"$area":3.58e-05},"id":"6929-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: 167ms, 0.26%</p>","incl_time":0.167453900000165,"subname":"XML::LibXML::XPathContext::setContextNode","$color":7,"excl_time":0.167453900000165,"$area":0.167453900000165},"id":"6930-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: 5.49s, 8.37%<br />Exclusive time: 867ms, 1.32%</p>","incl_time":5.48553479999983,"subname":"XML::LibXML::XPathContext::find","$color":7,"excl_time":0.866812999989398,"$area":0.866812999989398},"id":"6931-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.2e-05,"subname":"XML::LibXML::XPathContext::BEGIN@17","$color":7,"excl_time":1.09999999998602e-05,"$area":1.09999999998602e-05},"id":"6932-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.31s, 3.52%</p>","incl_time":2.3052572,"subname":"XML::LibXML::XPathContext::_findnodes","$color":7,"excl_time":2.3052572,"$area":2.3052572},"id":"6933-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: 80.0ms, 0.12%</p>","incl_time":0.0799782000000442,"subname":"XML::LibXML::XPathContext::_free_node_pool","$color":7,"excl_time":0.0799782000000442,"$area":0.0799782000000442},"id":"6934-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.41e-05,"subname":"XML::LibXML::XPathContext::BEGIN@12","$color":7,"excl_time":1.81999999998859e-05,"$area":1.81999999998859e-05},"id":"6935-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.31s, 3.52%<br />Exclusive time: 1.67ms, 0.00%</p>","incl_time":2.3088188,"subname":"XML::LibXML::XPathContext::findnodes","$color":7,"excl_time":0.00167230000000196,"$area":0.00167230000000196},"id":"6936-XML::LibXML::XPathContext::findnodes"}],"data":{"$area":7.47169529999702},"id":"n6920"},{"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: 61.3ms, 0.09%</p>","incl_time":0.0612982999999947,"subname":"XML::LibXML::Literal::value","$color":9,"excl_time":0.0612982999999947,"$area":0.0612982999999947},"id":"6938-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: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"XML::LibXML::Literal::BEGIN@13","$color":9,"excl_time":1.16999999999319e-05,"$area":1.16999999999319e-05},"id":"6939-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: 24&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"XML::LibXML::Literal::BEGIN@11","$color":9,"excl_time":2.12000000001415e-05,"$area":2.12000000001415e-05},"id":"6940-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: 62&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.19e-05,"subname":"XML::LibXML::Literal::BEGIN@15","$color":9,"excl_time":1.20999999997892e-05,"$area":1.20999999997892e-05},"id":"6941-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: 91.2ms, 0.14%</p>","incl_time":0.0912204999999925,"subname":"XML::LibXML::Literal::new","$color":9,"excl_time":0.0912204999999925,"$area":0.0912204999999925},"id":"6942-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: 82&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":8.25e-05,"subname":"XML::LibXML::Literal::BEGIN@19","$color":9,"excl_time":2.68999999999555e-05,"$area":2.68999999999555e-05},"id":"6943-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"XML::LibXML::Literal::BEGIN@12","$color":9,"excl_time":1.72000000002114e-05,"$area":1.72000000002114e-05},"id":"6944-XML::LibXML::Literal::BEGIN@12"}],"data":{"$area":0.152607899999987},"id":"n6937"},{"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: 49&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.89e-05,"subname":"XML::LibXML::Comment::BEGIN@1788","$color":0,"excl_time":1.44000000000626e-05,"$area":1.44000000000626e-05},"id":"6946-XML::LibXML::Comment::BEGIN@1788"}],"data":{"$area":1.44000000000626e-05},"id":"n6945"},{"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: 3.13ms, 0.00%<br />Exclusive time: 759&micro;s, 0.00%</p>","incl_time":0.0031349,"subname":"XML::LibXML::NodeList::BEGIN@15","$color":2,"excl_time":0.000759200000000019,"$area":0.000759200000000019},"id":"6948-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"XML::LibXML::NodeList::BEGIN@13","$color":2,"excl_time":1.41000000001689e-05,"$area":1.41000000001689e-05},"id":"6949-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: 323ms, 0.49%</p>","incl_time":0.322779200000248,"subname":"XML::LibXML::NodeList::new","$color":2,"excl_time":0.322779200000248,"$area":0.322779200000248},"id":"6950-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: 84&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":8.41e-05,"subname":"XML::LibXML::NodeList::BEGIN@23","$color":2,"excl_time":2.76000000000962e-05,"$area":2.76000000000962e-05},"id":"6951-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: 47&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"XML::LibXML::NodeList::BEGIN@19","$color":2,"excl_time":1.32000000001794e-05,"$area":1.32000000001794e-05},"id":"6952-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: 386ms, 0.59%<br />Exclusive time: 239ms, 0.36%</p>","incl_time":0.386460400000026,"subname":"XML::LibXML::NodeList::to_literal","$color":2,"excl_time":0.239132699996995,"$area":0.239132699996995},"id":"6953-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: 15&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"XML::LibXML::NodeList::BEGIN@17","$color":2,"excl_time":1.30999999998372e-05,"$area":1.30999999998372e-05},"id":"6954-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: 195ms, 0.30%</p>","incl_time":0.194542800000275,"subname":"XML::LibXML::NodeList::size","$color":2,"excl_time":0.194542800000275,"$area":0.194542800000275},"id":"6955-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"XML::LibXML::NodeList::BEGIN@16","$color":2,"excl_time":1.40999999998372e-05,"$area":1.40999999998372e-05},"id":"6956-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: 34&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"XML::LibXML::NodeList::BEGIN@12","$color":2,"excl_time":2.72999999999097e-05,"$area":2.72999999999097e-05},"id":"6957-XML::LibXML::NodeList::BEGIN@12"}],"data":{"$area":0.757323299997519},"id":"n6947"},{"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: 1.05ms, 0.00%<br />Exclusive time: 859&micro;s, 0.00%</p>","incl_time":0.001046,"subname":"XML::LibXML::_SAXParser::BEGIN@2005","$color":4,"excl_time":0.000859400000000296,"$area":0.000859400000000296},"id":"6959-XML::LibXML::_SAXParser::BEGIN@2005"}],"data":{"$area":0.000859400000000296},"id":"n6958"},{"name":"::Namespace","children":[],"data":{"$area":0},"id":"n6960"},{"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: 43&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"XML::LibXML::PI::BEGIN@1837","$color":8,"excl_time":1.27000000000609e-05,"$area":1.27000000000609e-05},"id":"6962-XML::LibXML::PI::BEGIN@1837"}],"data":{"$area":1.27000000000609e-05},"id":"n6961"},{"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: 14.1ms, 0.02%</p>","incl_time":0.0140964000000013,"subname":"XML::LibXML::Element::CORE:match","$color":10,"excl_time":0.0140964000000013,"$area":0.0140964000000013},"id":"6964-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: 243ms, 0.37%<br />Exclusive time: 170ms, 0.26%</p>","incl_time":0.243416,"subname":"XML::LibXML::Element::getAttribute","$color":10,"excl_time":0.170215099998426,"$area":0.170215099998426},"id":"6965-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: 679&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0006789,"subname":"XML::LibXML::Element::BEGIN@1488","$color":10,"excl_time":1.40000000001428e-05,"$area":1.40000000001428e-05},"id":"6966-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: 42&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"XML::LibXML::Element::BEGIN@1486","$color":10,"excl_time":1.27000000001069e-05,"$area":1.27000000001069e-05},"id":"6967-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: 101&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001012,"subname":"XML::LibXML::Element::BEGIN@1490","$color":10,"excl_time":1.84000000000615e-05,"$area":1.84000000000615e-05},"id":"6968-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: 59.1ms, 0.09%</p>","incl_time":0.0591044999999999,"subname":"XML::LibXML::Element::_getAttribute","$color":10,"excl_time":0.0591044999999999,"$area":0.0591044999999999},"id":"6969-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: 147&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0001471,"subname":"XML::LibXML::Element::BEGIN@1495","$color":10,"excl_time":2.3099999999987e-05,"$area":2.3099999999987e-05},"id":"6970-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: 77.4ms, 0.12%<br />Exclusive time: 63.8ms, 0.10%</p>","incl_time":0.0773728999999997,"subname":"XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1543]","$color":10,"excl_time":0.0638120999951848,"$area":0.0638120999951848},"id":"6971-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: 124&micro;s, 0.00%</p>","incl_time":0.0001242,"subname":"XML::LibXML::Element::BEGIN@1535","$color":10,"excl_time":0.0001242,"$area":0.0001242},"id":"6972-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: 13.6ms, 0.02%</p>","incl_time":0.0135607999999979,"subname":"XML::LibXML::Element::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/XML/LibXML.pm:1496]","$color":10,"excl_time":0.0135607999999979,"$area":0.0135607999999979},"id":"6973-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: 57&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"XML::LibXML::Element::BEGIN@1492","$color":10,"excl_time":1.48999999998556e-05,"$area":1.48999999998556e-05},"id":"6974-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: 217ms, 0.33%<br />Exclusive time: 128ms, 0.20%</p>","incl_time":0.217187399999979,"subname":"XML::LibXML::Element::DESTROY","$color":10,"excl_time":0.12794059999207,"$area":0.12794059999207},"id":"6975-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.98ms, 0.00%<br />Exclusive time: 1.81ms, 0.00%</p>","incl_time":0.0019794,"subname":"XML::LibXML::Element::BEGIN@1489","$color":10,"excl_time":0.00180929999999905,"$area":0.00180929999999905},"id":"6976-XML::LibXML::Element::BEGIN@1489"}],"data":{"$area":0.450746099985679},"id":"n6963"},{"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: 423&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0004229,"subname":"XML::LibXML::NamedNodeMap::BEGIN@1903","$color":1,"excl_time":2.10000000000449e-05,"$area":2.10000000000449e-05},"id":"6978-XML::LibXML::NamedNodeMap::BEGIN@1903"}],"data":{"$area":2.10000000000449e-05},"id":"n6977"},{"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: 51&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"XML::LibXML::CDATASection::BEGIN@1795","$color":3,"excl_time":1.3199999999807e-05,"$area":1.3199999999807e-05},"id":"6980-XML::LibXML::CDATASection::BEGIN@1795"}],"data":{"$area":1.3199999999807e-05},"id":"n6979"},{"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.37e-05,"subname":"XML::LibXML::InputCallback::lib_init_callbacks","$color":5,"excl_time":1.37e-05,"$area":1.37e-05},"id":"6982-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: 13&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"XML::LibXML::InputCallback::cleanup_callbacks","$color":5,"excl_time":1.27000000000026e-05,"$area":1.27000000000026e-05},"id":"6983-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.2e-06,"subname":"XML::LibXML::InputCallback::new","$color":5,"excl_time":9.2e-06,"$area":9.2e-06},"id":"6984-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: 153&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.000153,"subname":"XML::LibXML::InputCallback::BEGIN@2149","$color":5,"excl_time":1.94999999999914e-05,"$area":1.94999999999914e-05},"id":"6985-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.3e-06,"subname":"XML::LibXML::InputCallback::_callback_match","$color":5,"excl_time":5.3e-06,"$area":5.3e-06},"id":"6986-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"XML::LibXML::InputCallback::lib_cleanup_callbacks","$color":5,"excl_time":5.7e-06,"$area":5.7e-06},"id":"6987-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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"XML::LibXML::InputCallback::BEGIN@2151","$color":5,"excl_time":8.4e-06,"$area":8.4e-06},"id":"6988-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: 58&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":5.83e-05,"subname":"XML::LibXML::InputCallback::init_callbacks","$color":5,"excl_time":3.09000000004333e-05,"$area":3.09000000004333e-05},"id":"6989-XML::LibXML::InputCallback::init_callbacks"}],"data":{"$area":0.000105400000000427},"id":"n6981"}],"data":{"$area":9.0130604999802},"id":"n6787"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"XML::SAX::Exception::BEGIN@6","$color":7,"excl_time":1.16000000000495e-05,"$area":1.16000000000495e-05},"id":"6992-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: 59&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.92e-05,"subname":"XML::SAX::Exception::BEGIN@8","$color":7,"excl_time":9.50000000006964e-06,"$area":9.50000000006964e-06},"id":"6993-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: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"XML::SAX::Exception::BEGIN@2","$color":7,"excl_time":1.23e-05,"$area":1.23e-05},"id":"6994-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: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"XML::SAX::Exception::BEGIN@11","$color":7,"excl_time":9.00000000006002e-06,"$area":9.00000000006002e-06},"id":"6995-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: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.56e-05,"subname":"XML::SAX::Exception::BEGIN@13","$color":7,"excl_time":9.7000000000679e-06,"$area":9.7000000000679e-06},"id":"6996-XML::SAX::Exception::BEGIN@13"}],"data":{"$area":5.21000000002471e-05},"id":"n6991"}],"data":{"$area":5.21000000002471e-05},"id":"n6990"}],"data":{"$area":9.0476044999802},"id":"n6776"},{"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.09e-05,"subname":"FileHandle::BEGIN@4","$color":9,"excl_time":7.69999999990798e-06,"$area":7.69999999990798e-06},"id":"6998-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":9,"excl_time":7.09999999972657e-06,"$area":7.09999999972657e-06},"id":"6999-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: 428&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0004279,"subname":"FileHandle::import","$color":9,"excl_time":1.62000000000962e-05,"$area":1.62000000000962e-05},"id":"7000-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.34e-05,"subname":"FileHandle::BEGIN@3","$color":9,"excl_time":2.34e-05,"$area":2.34e-05},"id":"7001-FileHandle::BEGIN@3"}],"data":{"$area":5.43999999997307e-05},"id":"n6997"},{"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: 30&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Socket::BEGIN@3","$color":0,"excl_time":2.39999999999327e-05,"$area":2.39999999999327e-05},"id":"7003-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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Socket::BEGIN@757","$color":0,"excl_time":6e-06,"$area":6e-06},"id":"7004-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: 28&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"Socket::BEGIN@4","$color":0,"excl_time":2.85e-05,"$area":2.85e-05},"id":"7005-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: 80&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":8.05e-05,"subname":"Socket::BEGIN@869","$color":0,"excl_time":2.63999999999431e-05,"$area":2.63999999999431e-05},"id":"7006-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: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Socket::CORE:qr","$color":0,"excl_time":1.08e-05,"$area":1.08e-05},"id":"7007-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: 75&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.53e-05,"subname":"Socket::BEGIN@648","$color":0,"excl_time":1.57000000000625e-05,"$area":1.57000000000625e-05},"id":"7008-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: 58&micro;s, 0.00%</p>","incl_time":5.77e-05,"subname":"Socket::CORE:regcomp","$color":0,"excl_time":5.77e-05,"$area":5.77e-05},"id":"7009-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: 160&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001601,"subname":"Socket::BEGIN@649","$color":0,"excl_time":1.39999999999621e-05,"$area":1.39999999999621e-05},"id":"7010-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: 28&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Socket::CORE:match","$color":0,"excl_time":2.75e-05,"$area":2.75e-05},"id":"7011-Socket::CORE:match"}],"data":{"$area":0.000210599999999901},"id":"n7002"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Moose::BEGIN@21","$color":2,"excl_time":1.12e-05,"$area":1.12e-05},"id":"7013-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: 14.1ms, 0.02%<br />Exclusive time: 1.28ms, 0.00%</p>","incl_time":0.0140808,"subname":"Moose::BEGIN@15","$color":2,"excl_time":0.001283,"$area":0.001283},"id":"7014-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Moose::BEGIN@9","$color":2,"excl_time":1.16000000000068e-05,"$area":1.16000000000068e-05},"id":"7015-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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Moose::BEGIN@23","$color":2,"excl_time":7.9e-06,"$area":7.9e-06},"id":"7016-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: 164ms, 0.25%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":0.1635254,"subname":"Moose::BEGIN@30","$color":2,"excl_time":0.00138419999999995,"$area":0.00138419999999995},"id":"7017-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: 4.12ms, 0.01%<br />Exclusive time: 2.27ms, 0.00%</p>","incl_time":0.0041245,"subname":"Moose::BEGIN@39","$color":2,"excl_time":0.00226820000000008,"$area":0.00226820000000008},"id":"7018-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: 2.06ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0020576,"subname":"Moose::BEGIN@44","$color":2,"excl_time":1.56000000000114e-05,"$area":1.56000000000114e-05},"id":"7019-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: 3.21ms, 0.00%<br />Exclusive time: 318&micro;s, 0.00%</p>","incl_time":0.0032137,"subname":"Moose::BEGIN@18","$color":2,"excl_time":0.000318099999999988,"$area":0.000318099999999988},"id":"7020-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::BEGIN@8","$color":2,"excl_time":1.32999999999974e-05,"$area":1.32999999999974e-05},"id":"7021-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: 4.33s, 6.61%<br />Exclusive time: 13.9ms, 0.02%</p>","incl_time":4.3347226,"subname":"Moose::has","$color":2,"excl_time":0.0139450000000183,"$area":0.0139450000000183},"id":"7022-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: 7.05ms, 0.01%<br />Exclusive time: 1.72ms, 0.00%</p>","incl_time":0.0070504,"subname":"Moose::BEGIN@34","$color":2,"excl_time":0.00171629999999999,"$area":0.00171629999999999},"id":"7023-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: 3.42ms, 0.01%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.003417,"subname":"Moose::BEGIN@37","$color":2,"excl_time":0.00107200000000001,"$area":0.00107200000000001},"id":"7024-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.82s, 4.31%<br />Exclusive time: 671&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 15.1ms</p>","incl_time":2.8242473,"subname":"Moose::extends","$color":2,"excl_time":0.000670699999996815,"$area":0.000670699999996815},"id":"7025-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: 28.4ms, 0.04%<br />Exclusive time: 5.10ms, 0.01%</p>","incl_time":0.0284063,"subname":"Moose::BEGIN@28","$color":2,"excl_time":0.00509519999999992,"$area":0.00509519999999992},"id":"7026-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: 26.4ms, 0.04%<br />Exclusive time: 433&micro;s, 0.00%</p>","incl_time":0.0263988,"subname":"Moose::around","$color":2,"excl_time":0.000433399999998196,"$area":0.000433399999998196},"id":"7027-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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Moose::BEGIN@45","$color":2,"excl_time":7.2e-06,"$area":7.2e-06},"id":"7028-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: 4.06ms, 0.01%<br />Exclusive time: 1.29ms, 0.00%</p>","incl_time":0.0040585,"subname":"Moose::BEGIN@38","$color":2,"excl_time":0.0012901,"$area":0.0012901},"id":"7029-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: 123ms, 0.19%<br />Exclusive time: 3.83ms, 0.01%</p>","incl_time":0.1231617,"subname":"Moose::BEGIN@19","$color":2,"excl_time":0.0038335,"$area":0.0038335},"id":"7030-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: 5.48ms, 0.01%<br />Exclusive time: 2.23ms, 0.00%</p>","incl_time":0.0054775,"subname":"Moose::BEGIN@40","$color":2,"excl_time":0.00222790000000015,"$area":0.00222790000000015},"id":"7031-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: 1.09ms, 0.00%<br />Exclusive time: 669&micro;s, 0.00%</p>","incl_time":0.0010888,"subname":"Moose::BEGIN@13","$color":2,"excl_time":0.000669299999999997,"$area":0.000669299999999997},"id":"7032-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: 449ms, 0.69%<br />Exclusive time: 7.77ms, 0.01%</p>","incl_time":0.449471,"subname":"Moose::init_meta","$color":2,"excl_time":0.00776860000002571,"$area":0.00776860000002571},"id":"7033-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: 45&micro;s, 0.00%</p>","incl_time":4.54e-05,"subname":"Moose::BEGIN@11","$color":2,"excl_time":4.54e-05,"$area":4.54e-05},"id":"7034-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: 3.14ms, 0.00%<br />Exclusive time: 886&micro;s, 0.00%</p>","incl_time":0.003141,"subname":"Moose::BEGIN@42","$color":2,"excl_time":0.000886400000000005,"$area":0.000886400000000005},"id":"7035-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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Moose::BEGIN@2","$color":2,"excl_time":9.8e-06,"$area":9.8e-06},"id":"7036-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: 11.7ms, 0.02%<br />Exclusive time: 2.75ms, 0.00%</p>","incl_time":0.0117229,"subname":"Moose::BEGIN@29","$color":2,"excl_time":0.00275469999999985,"$area":0.00275469999999985},"id":"7037-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.84s, 4.34%<br />Exclusive time: 1.01ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 157ms</p>","incl_time":2.8424459,"subname":"Moose::with","$color":2,"excl_time":0.00101189999998544,"$area":0.00101189999998544},"id":"7038-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: 3.04ms, 0.00%<br />Exclusive time: 1.73ms, 0.00%</p>","incl_time":0.0030437,"subname":"Moose::BEGIN@41","$color":2,"excl_time":0.00172660000000004,"$area":0.00172660000000004},"id":"7039-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: 102&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.0001022,"subname":"Moose::super","$color":2,"excl_time":5.60000000010029e-05,"$area":5.60000000010029e-05},"id":"7040-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: 3.07ms, 0.00%<br />Exclusive time: 559&micro;s, 0.00%</p>","incl_time":0.0030692,"subname":"Moose::BEGIN@32","$color":2,"excl_time":0.000558600000000026,"$area":0.000558600000000026},"id":"7041-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: 288&micro;s, 0.00%</p>","incl_time":0.0002877,"subname":"Moose::bootstrap","$color":2,"excl_time":0.0002877,"$area":0.0002877},"id":"7042-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.36ms, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.002357,"subname":"Moose::before","$color":2,"excl_time":2.8399999999764e-05,"$area":2.8399999999764e-05},"id":"7043-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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"Moose::BEGIN@31","$color":2,"excl_time":7.7e-06,"$area":7.7e-06},"id":"7044-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: 30.5ms, 0.05%<br />Exclusive time: 4.88ms, 0.01%</p>","incl_time":0.0305425,"subname":"Moose::BEGIN@36","$color":2,"excl_time":0.00488379999999996,"$area":0.00488379999999996},"id":"7045-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: 52&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.23e-05,"subname":"Moose::BEGIN@14","$color":2,"excl_time":1.06999999999973e-05,"$area":1.06999999999973e-05},"id":"7046-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: 3.11ms, 0.00%<br />Exclusive time: 630&micro;s, 0.00%</p>","incl_time":0.0031114,"subname":"Moose::BEGIN@47","$color":2,"excl_time":0.000629800000000138,"$area":0.000629800000000138},"id":"7047-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: 4.61ms, 0.01%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0046092,"subname":"Moose::override","$color":2,"excl_time":9.04000000008431e-05,"$area":9.04000000008431e-05},"id":"7048-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: 126&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001257,"subname":"Moose::Error::Default::BEGIN@17","$color":4,"excl_time":1.24000000000171e-05,"$area":1.24000000000171e-05},"id":"7051-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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Moose::Error::Default::BEGIN@13","$color":4,"excl_time":9.4e-06,"$area":9.4e-06},"id":"7052-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: 10.9ms, 0.02%</p>","incl_time":0.0108927,"subname":"Moose::Error::Default::_inline_new","$color":4,"excl_time":0.0108927,"$area":0.0108927},"id":"7053-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: 16&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Error::Default::BEGIN@12","$color":4,"excl_time":1.64e-05,"$area":1.64e-05},"id":"7054-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: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"Moose::Error::Default::BEGIN@9","$color":4,"excl_time":1.41999999999796e-05,"$area":1.41999999999796e-05},"id":"7055-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: 23&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Moose::Error::Default::BEGIN@10","$color":4,"excl_time":1.23000000000254e-05,"$area":1.23000000000254e-05},"id":"7056-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: 543&micro;s, 0.00%<br />Exclusive time: 488&micro;s, 0.00%</p>","incl_time":0.0005427,"subname":"Moose::Error::Default::BEGIN@15","$color":4,"excl_time":0.000487800000000031,"$area":0.000487800000000031},"id":"7057-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: 22&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"Moose::Error::Default::BEGIN@2","$color":4,"excl_time":2.23e-05,"$area":2.23e-05},"id":"7058-Moose::Error::Default::BEGIN@2"}],"data":{"$area":0.0114675},"id":"n7050"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Moose::Error::Util::BEGIN@4","$color":6,"excl_time":2.2699999999973e-05,"$area":2.2699999999973e-05},"id":"7060-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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Moose::Error::Util::BEGIN@10","$color":6,"excl_time":7.1e-06,"$area":7.1e-06},"id":"7061-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: 20&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Moose::Error::Util::BEGIN@5","$color":6,"excl_time":1.21999999999891e-05,"$area":1.21999999999891e-05},"id":"7062-Moose::Error::Util::BEGIN@5"}],"data":{"$area":4.19999999999621e-05},"id":"n7059"}],"data":{"$area":0.0115095},"id":"n7049"},{"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: 370&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0003702,"subname":"Moose::Meta::Role::add_conflicting_method","$color":8,"excl_time":4.97999999998905e-05,"$area":4.97999999998905e-05},"id":"7065-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: 2.98ms, 0.00%<br />Exclusive time: 776&micro;s, 0.00%</p>","incl_time":0.0029764,"subname":"Moose::Meta::Role::add_override_method_modifier","$color":8,"excl_time":0.000776400000001354,"$area":0.000776400000001354},"id":"7066-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: 1.01ms, 0.00%<br />Exclusive time: 780&micro;s, 0.00%</p>","incl_time":0.0010134,"subname":"Moose::Meta::Role::get_override_method_modifier","$color":8,"excl_time":0.000779900000000447,"$area":0.000779900000000447},"id":"7067-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: 267&micro;s, 0.00%</p>","incl_time":0.0002671,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:400]","$color":8,"excl_time":0.0002671,"$area":0.0002671},"id":"7068-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.96ms, 0.00%<br />Exclusive time: 413&micro;s, 0.00%</p>","incl_time":0.0019559,"subname":"Moose::Meta::Role::BEGIN@22","$color":8,"excl_time":0.000413400000000053,"$area":0.000413400000000053},"id":"7069-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: 6.71ms, 0.01%<br />Exclusive time: 1.49ms, 0.00%</p>","incl_time":0.0067114,"subname":"Moose::Meta::Role::BEGIN@19","$color":8,"excl_time":0.0014932000000001,"$area":0.0014932000000001},"id":"7070-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: 705&micro;s, 0.00%</p>","incl_time":0.0007055,"subname":"Moose::Meta::Role::get_before_method_modifiers_map","$color":8,"excl_time":0.0007055,"$area":0.0007055},"id":"7071-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: 169&micro;s, 0.00%</p>","incl_time":0.0001694,"subname":"Moose::Meta::Role::_role_for_combination","$color":8,"excl_time":0.0001694,"$area":0.0001694},"id":"7072-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.72ms, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0017209,"subname":"Moose::Meta::Role::_restore_metaobjects_from","$color":8,"excl_time":5.90999999999534e-05,"$area":5.90999999999534e-05},"id":"7073-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: 2.22ms, 0.00%<br />Exclusive time: 1.65ms, 0.00%</p>","incl_time":0.0022176,"subname":"Moose::Meta::Role::add_around_method_modifier","$color":8,"excl_time":0.00165470000000952,"$area":0.00165470000000952},"id":"7074-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: 233&micro;s, 0.00%<br />Exclusive time: 178&micro;s, 0.00%</p>","incl_time":0.0002326,"subname":"Moose::Meta::Role::add_before_method_modifier","$color":8,"excl_time":0.000177599999999862,"$area":0.000177599999999862},"id":"7075-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.77ms, 0.00%<br />Exclusive time: 1.19ms, 0.00%</p>","incl_time":0.0027653,"subname":"Moose::Meta::Role::meta","$color":8,"excl_time":0.00119320000000931,"$area":0.00119320000000931},"id":"7076-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: 304&micro;s, 0.00%<br />Exclusive time: 233&micro;s, 0.00%</p>","incl_time":0.0003035,"subname":"Moose::Meta::Role::add_after_method_modifier","$color":8,"excl_time":0.000232600000000015,"$area":0.000232600000000015},"id":"7077-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: 50&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Moose::Meta::Role::BEGIN@15","$color":8,"excl_time":1.19000000000118e-05,"$area":1.19000000000118e-05},"id":"7078-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.44ms, 0.00%<br />Exclusive time: 1.16ms, 0.00%</p>","incl_time":0.0014361,"subname":"Moose::Meta::Role::get_around_method_modifiers","$color":8,"excl_time":0.00116050000000184,"$area":0.00116050000000184},"id":"7079-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: 2.15ms, 0.00%<br />Exclusive time: 1.71ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 532&micro;s</p>","incl_time":0.0021499,"subname":"Moose::Meta::Role::does_role","$color":8,"excl_time":0.00171009999995725,"$area":0.00171009999995725},"id":"7080-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: 15&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Moose::Meta::Role::_anon_package_prefix","$color":8,"excl_time":1.46e-05,"$area":1.46e-05},"id":"7081-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: 72&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"Moose::Meta::Role::CORE:match","$color":8,"excl_time":7.2e-05,"$area":7.2e-05},"id":"7082-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: 358&micro;s, 0.00%</p>","incl_time":0.0003581,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:354]","$color":8,"excl_time":0.0003581,"$area":0.0003581},"id":"7083-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: 2.35ms, 0.00%<br />Exclusive time: 1.70ms, 0.00%</p>","incl_time":0.0023546,"subname":"Moose::Meta::Role::get_required_method_list","$color":8,"excl_time":0.001696099999987,"$area":0.001696099999987},"id":"7084-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: 737&micro;s, 0.00%<br />Exclusive time: 514&micro;s, 0.00%</p>","incl_time":0.0007373,"subname":"Moose::Meta::Role::excludes_role","$color":8,"excl_time":0.000513599999999174,"$area":0.000513599999999174},"id":"7085-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: 314&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003135,"subname":"Moose::Meta::Role::BEGIN@16","$color":8,"excl_time":1.31000000000215e-05,"$area":1.31000000000215e-05},"id":"7086-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: 8.89ms, 0.01%<br />Exclusive time: 6.26ms, 0.01%</p>","incl_time":0.0088933,"subname":"Moose::Meta::Role::get_method_modifier_list","$color":8,"excl_time":0.00626250000000384,"$area":0.00626250000000384},"id":"7087-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: 1.21ms, 0.00%</p>","incl_time":0.0012071,"subname":"Moose::Meta::Role::get_override_method_modifiers_map","$color":8,"excl_time":0.0012071,"$area":0.0012071},"id":"7088-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: 174&micro;s, 0.00%<br />Exclusive time: 141&micro;s, 0.00%</p>","incl_time":0.0001735,"subname":"Moose::Meta::Role::get_before_method_modifiers","$color":8,"excl_time":0.000140899999999618,"$area":0.000140899999999618},"id":"7089-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":6.2e-06,"subname":"Moose::Meta::Role::BEGIN@25","$color":8,"excl_time":6.2e-06,"$area":6.2e-06},"id":"7090-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: 1.03ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0010287,"subname":"Moose::Meta::Role::BEGIN@11","$color":8,"excl_time":1.53000000000024e-05,"$area":1.53000000000024e-05},"id":"7091-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: 169&micro;s, 0.00%<br />Exclusive time: 141&micro;s, 0.00%</p>","incl_time":0.000169,"subname":"Moose::Meta::Role::get_after_method_modifiers","$color":8,"excl_time":0.000140600000000072,"$area":0.000140600000000072},"id":"7092-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: 9.64ms, 0.01%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0096372,"subname":"Moose::Meta::Role::create_anon_role","$color":8,"excl_time":4.69000000002814e-05,"$area":4.69000000002814e-05},"id":"7093-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: 280&micro;s, 0.00%</p>","incl_time":0.0002801,"subname":"Moose::Meta::Role::_meta_method_class","$color":8,"excl_time":0.0002801,"$area":0.0002801},"id":"7094-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: 1.03ms, 0.00%</p>","incl_time":0.0010255,"subname":"Moose::Meta::Role::get_required_methods_map","$color":8,"excl_time":0.0010255,"$area":0.0010255},"id":"7095-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.51ms, 0.00%</p>","incl_time":0.0015128,"subname":"Moose::Meta::Role::get_around_method_modifiers_map","$color":8,"excl_time":0.0015128,"$area":0.0015128},"id":"7096-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: 236&micro;s, 0.00%</p>","incl_time":0.0002355,"subname":"Moose::Meta::Role::required_method_metaclass","$color":8,"excl_time":0.0002355,"$area":0.0002355},"id":"7097-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: 491&micro;s, 0.00%<br />Exclusive time: 384&micro;s, 0.00%</p>","incl_time":0.0004908,"subname":"Moose::Meta::Role::has_override_method_modifier","$color":8,"excl_time":0.000384300000003321,"$area":0.000384300000003321},"id":"7098-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: 36.6ms, 0.06%<br />Exclusive time: 3.02ms, 0.00%</p>","incl_time":0.0365803,"subname":"Moose::Meta::Role::initialize","$color":8,"excl_time":0.00302139999998684,"$area":0.00302139999998684},"id":"7099-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: 19&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Meta::Role::conflicting_method_metaclass","$color":8,"excl_time":1.87e-05,"$area":1.87e-05},"id":"7100-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: 107&micro;s, 0.00%</p>","incl_time":0.0001068,"subname":"Moose::Meta::Role::add_excluded_roles","$color":8,"excl_time":0.0001068,"$area":0.0001068},"id":"7101-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: 440&micro;s, 0.00%</p>","incl_time":0.0004404,"subname":"Moose::Meta::Role::applied_attribute_metaclass","$color":8,"excl_time":0.0004404,"$area":0.0004404},"id":"7102-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: 597&micro;s, 0.00%</p>","incl_time":0.0005969,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:91]","$color":8,"excl_time":0.0005969,"$area":0.0005969},"id":"7103-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.83ms, 0.01%<br />Exclusive time: 297&micro;s, 0.00%</p>","incl_time":0.0058311,"subname":"Moose::Meta::Role::reinitialize","$color":8,"excl_time":0.000297200000000019,"$area":0.000297200000000019},"id":"7104-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: 430&micro;s, 0.00%</p>","incl_time":0.0004297,"subname":"Moose::Meta::Role::application_to_class_class","$color":8,"excl_time":0.0004297,"$area":0.0004297},"id":"7105-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: 270&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0002696,"subname":"Moose::Meta::Role::BEGIN@24","$color":8,"excl_time":1.25999999999928e-05,"$area":1.25999999999928e-05},"id":"7106-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: 190&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001899,"subname":"Moose::Meta::Role::BEGIN@27","$color":8,"excl_time":9.40000000002766e-06,"$area":9.40000000002766e-06},"id":"7107-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: 11.7ms, 0.02%<br />Exclusive time: 977&micro;s, 0.00%</p>","incl_time":0.0116913,"subname":"Moose::Meta::Role::find_method_by_name","$color":8,"excl_time":0.000977000000011592,"$area":0.000977000000011592},"id":"7108-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: 90&micro;s, 0.00%</p>","incl_time":8.98e-05,"subname":"Moose::Meta::Role::composition_class_roles","$color":8,"excl_time":8.98e-05,"$area":8.98e-05},"id":"7109-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: 2.16ms, 0.00%<br />Exclusive time: 1.60ms, 0.00%</p>","incl_time":0.0021638,"subname":"Moose::Meta::Role::get_excluded_roles_list","$color":8,"excl_time":0.00159739999998582,"$area":0.00159739999998582},"id":"7110-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: 6.47ms, 0.01%<br />Exclusive time: 3.35ms, 0.01%</p>","incl_time":0.006467,"subname":"Moose::Meta::Role::add_required_methods","$color":8,"excl_time":0.00334889999993826,"$area":0.00334889999993826},"id":"7111-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: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Moose::Meta::Role::BEGIN@2","$color":8,"excl_time":1.84e-05,"$area":1.84e-05},"id":"7112-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: 251&micro;s, 0.00%</p>","incl_time":0.000251,"subname":"Moose::Meta::Role::application_to_role_class","$color":8,"excl_time":0.000251,"$area":0.000251},"id":"7113-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: 9.47ms, 0.01%<br />Exclusive time: 170&micro;s, 0.00%</p>","incl_time":0.0094675,"subname":"Moose::Meta::Role::create","$color":8,"excl_time":0.000170400000000497,"$area":0.000170400000000497},"id":"7114-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: 76&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":7.62e-05,"subname":"Moose::Meta::Role::BEGIN@13","$color":8,"excl_time":1.72000000000243e-05,"$area":1.72000000000243e-05},"id":"7115-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: 27&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Moose::Meta::Role::BEGIN@9","$color":8,"excl_time":1.77000000000188e-05,"$area":1.77000000000188e-05},"id":"7116-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: 747&micro;s, 0.00%</p>","incl_time":0.0007472,"subname":"Moose::Meta::Role::get_after_method_modifiers_map","$color":8,"excl_time":0.0007472,"$area":0.0007472},"id":"7117-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.82ms, 0.00%<br />Exclusive time: 390&micro;s, 0.00%</p>","incl_time":0.0018222,"subname":"Moose::Meta::Role::BEGIN@21","$color":8,"excl_time":0.000390300000000014,"$area":0.000390300000000014},"id":"7118-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: 1.02ms, 0.00%</p>","incl_time":0.0010209,"subname":"Moose::Meta::Role::get_roles","$color":8,"excl_time":0.0010209,"$area":0.0010209},"id":"7119-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.52ms, 0.00%<br />Exclusive time: 1.21ms, 0.00%<br />Recursion: max depth 6, recursive inclusive time 1.51ms</p>","incl_time":0.0015236,"subname":"Moose::Meta::Role::calculate_all_roles","$color":8,"excl_time":0.00120870000001129,"$area":0.00120870000001129},"id":"7120-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: 29.0ms, 0.04%<br />Exclusive time: 11.5ms, 0.02%</p>","incl_time":0.0289861,"subname":"Moose::Meta::Role::_new","$color":8,"excl_time":0.011469199999993,"$area":0.011469199999993},"id":"7121-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: 790&micro;s, 0.00%</p>","incl_time":0.0007901,"subname":"Moose::Meta::Role::get_excluded_roles_map","$color":8,"excl_time":0.0007901,"$area":0.0007901},"id":"7122-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: 57&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.71e-05,"subname":"Moose::Meta::Role::BEGIN@14","$color":8,"excl_time":1.36999999999732e-05,"$area":1.36999999999732e-05},"id":"7123-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: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Moose::Meta::Role::application_to_instance_class","$color":8,"excl_time":1.58e-05,"$area":1.58e-05},"id":"7124-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.41ms, 0.00%<br />Exclusive time: 922&micro;s, 0.00%</p>","incl_time":0.0014088,"subname":"Moose::Meta::Role::add_role","$color":8,"excl_time":0.00092239999999645,"$area":0.00092239999999645},"id":"7125-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: 685&micro;s, 0.00%</p>","incl_time":0.000684900000000001,"subname":"Moose::Meta::Role::method_metaclass","$color":8,"excl_time":0.000684900000000001,"$area":0.000684900000000001},"id":"7126-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: 935&micro;s, 0.00%</p>","incl_time":0.000935,"subname":"Moose::Meta::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role.pm:308]","$color":8,"excl_time":0.000935,"$area":0.000935},"id":"7127-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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"Moose::Meta::Role::BEGIN@18","$color":8,"excl_time":9.8e-06,"$area":9.8e-06},"id":"7128-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: 101ms, 0.15%<br />Exclusive time: 1.36ms, 0.00%</p>","incl_time":0.1006568,"subname":"Moose::Meta::Role::combine","$color":8,"excl_time":0.00135590000000531,"$area":0.00135590000000531},"id":"7129-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: 28&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"Moose::Meta::Role::BEGIN@10","$color":8,"excl_time":1.34999999999745e-05,"$area":1.34999999999745e-05},"id":"7130-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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Moose::Meta::Role::BEGIN@23","$color":8,"excl_time":9.1e-06,"$area":9.1e-06},"id":"7131-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: 17.1ms, 0.03%<br />Exclusive time: 3.03ms, 0.00%</p>","incl_time":0.0171238,"subname":"Moose::Meta::Role::add_attribute","$color":8,"excl_time":0.00302949999998023,"$area":0.00302949999998023},"id":"7132-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: 883ms, 1.35%<br />Exclusive time: 4.64ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 525&micro;s</p>","incl_time":0.8832511,"subname":"Moose::Meta::Role::apply","$color":8,"excl_time":0.00463610000000604,"$area":0.00463610000000604},"id":"7133-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.49ms, 0.01%<br />Exclusive time: 917&micro;s, 0.00%</p>","incl_time":0.0034906,"subname":"Moose::Meta::Role::_attach_attribute","$color":8,"excl_time":0.000917300000007994,"$area":0.000917300000007994},"id":"7134-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: 474&micro;s, 0.00%<br />Exclusive time: 319&micro;s, 0.00%</p>","incl_time":0.0004742,"subname":"Moose::Meta::Role::BEGIN@20","$color":8,"excl_time":0.000319199999999984,"$area":0.000319199999999984},"id":"7135-Moose::Meta::Role::BEGIN@20"},{"name":"::__ANON__","children":[{"name":"::SERIAL","children":[{"name":"::28","children":[],"data":{"$area":0},"id":"n7138"},{"name":"::16","children":[],"data":{"$area":0},"id":"n7139"},{"name":"::29","children":[],"data":{"$area":0},"id":"n7140"},{"name":"::15","children":[],"data":{"$area":0},"id":"n7141"}],"data":{"$area":0},"id":"n7137"}],"data":{"$area":0},"id":"n7136"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Moose::Meta::Role::Method::BEGIN@10","$color":7,"excl_time":1.20000000000084e-05,"$area":1.20000000000084e-05},"id":"7143-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: 23&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"Moose::Meta::Role::Method::BEGIN@3","$color":7,"excl_time":2.29e-05,"$area":2.29e-05},"id":"7144-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: 4.34ms, 0.01%<br />Exclusive time: 4.18ms, 0.01%</p>","incl_time":0.0043423,"subname":"Moose::Meta::Role::Method::_new","$color":7,"excl_time":0.00418390000002908,"$area":0.00418390000002908},"id":"7145-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: 95&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.48e-05,"subname":"Moose::Meta::Role::Method::BEGIN@13","$color":7,"excl_time":8.20000000000776e-06,"$area":8.20000000000776e-06},"id":"7146-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: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Moose::Meta::Role::Method::BEGIN@11","$color":7,"excl_time":1.03000000000044e-05,"$area":1.03000000000044e-05},"id":"7147-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: 220&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0002201,"subname":"Moose::Meta::Role::Method::_make_compatible_with","$color":7,"excl_time":6.06999999999683e-05,"$area":6.06999999999683e-05},"id":"7148-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.18ms, 0.00%</p>","incl_time":0.0011802,"subname":"Moose::Meta::Role::Method::Required::name","$color":9,"excl_time":0.0011802,"$area":0.0011802},"id":"7150-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: 88&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":8.78e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@17","$color":9,"excl_time":1.28000000000083e-05,"$area":1.28000000000083e-05},"id":"7151-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: 524&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0005244,"subname":"Moose::Meta::Role::Method::Required::meta","$color":9,"excl_time":3.9199999999981e-05,"$area":3.9199999999981e-05},"id":"7152-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: 21&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@11","$color":9,"excl_time":1.24000000000274e-05,"$area":1.24000000000274e-05},"id":"7153-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.62ms, 0.00%<br />Exclusive time: 1.57ms, 0.00%</p>","incl_time":0.0016187,"subname":"Moose::Meta::Role::Method::Required::_new","$color":9,"excl_time":0.00157280000000107,"$area":0.00157280000000107},"id":"7154-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: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@10","$color":9,"excl_time":1.04999999999874e-05,"$area":1.04999999999874e-05},"id":"7155-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: 2.27ms, 0.00%<br />Exclusive time: 412&micro;s, 0.00%</p>","incl_time":0.0022749,"subname":"Moose::Meta::Role::Method::Required::new","$color":9,"excl_time":0.000412499999993963,"$area":0.000412499999993963},"id":"7156-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: 56&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.6e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@14","$color":9,"excl_time":1.32999999999934e-05,"$area":1.32999999999934e-05},"id":"7157-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: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@3","$color":9,"excl_time":1.13e-05,"$area":1.13e-05},"id":"7158-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: 644&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0006442,"subname":"Moose::Meta::Role::Method::Required::BEGIN@12","$color":9,"excl_time":1.47999999999978e-05,"$area":1.47999999999978e-05},"id":"7159-Moose::Meta::Role::Method::Required::BEGIN@12"}],"data":{"$area":0.00327979999999503},"id":"n7149"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@11","$color":0,"excl_time":8.70000000001301e-06,"$area":8.70000000001301e-06},"id":"7161-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: 98&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":9.78e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@15","$color":0,"excl_time":9.60000000001727e-06,"$area":9.60000000001727e-06},"id":"7162-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: 244&micro;s, 0.00%<br />Exclusive time: 242&micro;s, 0.00%</p>","incl_time":0.0002437,"subname":"Moose::Meta::Role::Method::Conflicting::_new","$color":0,"excl_time":0.000242000000000118,"$area":0.000242000000000118},"id":"7163-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: 17&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@10","$color":0,"excl_time":1.15000000000055e-05,"$area":1.15000000000055e-05},"id":"7164-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: 178&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.000178,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@13","$color":0,"excl_time":9.09999999997263e-06,"$area":9.09999999997263e-06},"id":"7165-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: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@3","$color":0,"excl_time":1.69e-05,"$area":1.69e-05},"id":"7166-Moose::Meta::Role::Method::Conflicting::BEGIN@3"}],"data":{"$area":0.000297800000000126},"id":"n7160"}],"data":{"$area":0.00787560000002422},"id":"n7142"},{"name":"::Custom","children":[{"name":"::Trait","children":[{"name":"::MethodAttributes","children":[],"data":{"$area":0},"id":"n7169"}],"data":{"$area":0},"id":"n7168"}],"data":{"$area":0},"id":"n7167"},{"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: 5.18ms, 0.01%<br />Exclusive time: 1.84ms, 0.00%</p>","incl_time":0.0051753,"subname":"Moose::Meta::Role::Attribute::clone","$color":4,"excl_time":0.00183909999999477,"$area":0.00183909999999477},"id":"7171-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: 282&micro;s, 0.00%</p>","incl_time":0.0002821,"subname":"Moose::Meta::Role::Attribute::associated_role","$color":4,"excl_time":0.0002821,"$area":0.0002821},"id":"7172-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: 73&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.28e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@12","$color":4,"excl_time":1.37000000000214e-05,"$area":1.37000000000214e-05},"id":"7173-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: 67&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.71e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@14","$color":4,"excl_time":1.24999999999843e-05,"$area":1.24999999999843e-05},"id":"7174-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: 26&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@9","$color":4,"excl_time":1.75999999999891e-05,"$area":1.75999999999891e-05},"id":"7175-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: 657&micro;s, 0.00%</p>","incl_time":0.0006574,"subname":"Moose::Meta::Role::Attribute::_original_role","$color":4,"excl_time":0.0006574,"$area":0.0006574},"id":"7176-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":3.3e-06,"subname":"Moose::Meta::Role::Attribute::CORE:sort","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"7177-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: 18&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@2","$color":4,"excl_time":1.81e-05,"$area":1.81e-05},"id":"7178-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.57ms, 0.00%<br />Exclusive time: 1.97ms, 0.00%</p>","incl_time":0.0025733,"subname":"Moose::Meta::Role::Attribute::attach_to_role","$color":4,"excl_time":0.00197260000000454,"$area":0.00197260000000454},"id":"7179-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: 69.1ms, 0.11%<br />Exclusive time: 2.54ms, 0.00%</p>","incl_time":0.0690564,"subname":"Moose::Meta::Role::Attribute::attribute_for_class","$color":4,"excl_time":0.00254060000000387,"$area":0.00254060000000387},"id":"7180-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.75ms, 0.00%</p>","incl_time":0.0027483,"subname":"Moose::Meta::Role::Attribute::new","$color":4,"excl_time":0.0027483,"$area":0.0027483},"id":"7181-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: 596&micro;s, 0.00%</p>","incl_time":0.0005957,"subname":"Moose::Meta::Role::Attribute::original_options","$color":4,"excl_time":0.0005957,"$area":0.0005957},"id":"7182-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: 54&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.36e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@13","$color":4,"excl_time":1.4399999999983e-05,"$area":1.4399999999983e-05},"id":"7183-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.53ms, 0.00%<br />Exclusive time: 1.59ms, 0.00%</p>","incl_time":0.002527,"subname":"Moose::Meta::Role::Attribute::original_role","$color":4,"excl_time":0.00158749999999236,"$area":0.00158749999999236},"id":"7184-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: 29&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@10","$color":4,"excl_time":1.56000000000032e-05,"$area":1.56000000000032e-05},"id":"7185-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: 117&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0001166,"subname":"Moose::Meta::Role::Attribute::is_same_as","$color":4,"excl_time":6.50999999997958e-05,"$area":6.50999999997958e-05},"id":"7186-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: 224&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0002238,"subname":"Moose::Meta::Role::Attribute::BEGIN@16","$color":4,"excl_time":1.25999999999775e-05,"$area":1.25999999999775e-05},"id":"7187-Moose::Meta::Role::Attribute::BEGIN@16"}],"data":{"$area":0.0123961999999953},"id":"n7170"},{"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: 9.51ms, 0.01%<br />Exclusive time: 6.88ms, 0.01%</p>","incl_time":0.00951140000000001,"subname":"Moose::Meta::Role::Application::is_method_aliased","$color":6,"excl_time":0.00687969999983645,"$area":0.00687969999983645},"id":"7189-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: 2.50ms, 0.00%</p>","incl_time":0.00250239999999997,"subname":"Moose::Meta::Role::Application::get_method_exclusions","$color":6,"excl_time":0.00250239999999997,"$area":0.00250239999999997},"id":"7190-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: 443&micro;s, 0.00%</p>","incl_time":0.0004429,"subname":"Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:23]","$color":6,"excl_time":0.0004429,"$area":0.0004429},"id":"7191-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: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Moose::Meta::Role::Application::BEGIN@9","$color":6,"excl_time":1.39000000000179e-05,"$area":1.39000000000179e-05},"id":"7192-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: 1.02ms, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0010173,"subname":"Moose::Meta::Role::Application::BEGIN@11","$color":6,"excl_time":1.70999999999934e-05,"$area":1.70999999999934e-05},"id":"7193-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: 24&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"Moose::Meta::Role::Application::BEGIN@10","$color":6,"excl_time":1.26999999999937e-05,"$area":1.26999999999937e-05},"id":"7194-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: 925ms, 1.41%<br />Exclusive time: 6.97ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 385&micro;s</p>","incl_time":0.9246444,"subname":"Moose::Meta::Role::Application::apply","$color":6,"excl_time":0.00697350000003939,"$area":0.00697350000003939},"id":"7195-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.81ms, 0.00%</p>","incl_time":0.0028059,"subname":"Moose::Meta::Role::Application::get_method_aliases","$color":6,"excl_time":0.0028059,"$area":0.0028059},"id":"7196-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: 705&micro;s, 0.00%<br />Exclusive time: 531&micro;s, 0.00%</p>","incl_time":0.0007049,"subname":"Moose::Meta::Role::Application::is_aliased_method","$color":6,"excl_time":0.000530699999998654,"$area":0.000530699999998654},"id":"7197-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: 11.2ms, 0.02%<br />Exclusive time: 8.74ms, 0.01%</p>","incl_time":0.0112393,"subname":"Moose::Meta::Role::Application::is_method_excluded","$color":6,"excl_time":0.00873690000000754,"$area":0.00873690000000754},"id":"7198-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: 14.0ms, 0.02%<br />Exclusive time: 1.02ms, 0.00%</p>","incl_time":0.0139987,"subname":"Moose::Meta::Role::Application::apply_before_method_modifiers","$color":6,"excl_time":0.00101559999999964,"$area":0.00101559999999964},"id":"7199-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: 336&micro;s, 0.00%</p>","incl_time":0.0003362,"subname":"Moose::Meta::Role::Application::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Application.pm:16]","$color":6,"excl_time":0.0003362,"$area":0.0003362},"id":"7200-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: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Moose::Meta::Role::Application::BEGIN@2","$color":6,"excl_time":1.63e-05,"$area":1.63e-05},"id":"7201-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: 6.62ms, 0.01%<br />Exclusive time: 839&micro;s, 0.00%</p>","incl_time":0.0066249,"subname":"Moose::Meta::Role::Application::apply_after_method_modifiers","$color":6,"excl_time":0.000838700000003811,"$area":0.000838700000003811},"id":"7202-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: 184&micro;s, 0.00%<br />Exclusive time: 125&micro;s, 0.00%</p>","incl_time":0.0001843,"subname":"Moose::Meta::Role::Application::meta","$color":6,"excl_time":0.000124999999999905,"$area":0.000124999999999905},"id":"7203-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: 37.1ms, 0.06%<br />Exclusive time: 839&micro;s, 0.00%</p>","incl_time":0.0371128,"subname":"Moose::Meta::Role::Application::apply_around_method_modifiers","$color":6,"excl_time":0.000838899999996478,"$area":0.000838899999996478},"id":"7204-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: 11.6ms, 0.02%<br />Exclusive time: 1.46ms, 0.00%</p>","incl_time":0.0116182,"subname":"Moose::Meta::Role::Application::new","$color":6,"excl_time":0.0014644999999984,"$area":0.0014644999999984},"id":"7205-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: 5.67ms, 0.01%<br />Exclusive time: 1.83ms, 0.00%</p>","incl_time":0.0056687,"subname":"Moose::Meta::Role::Application::ToRole::apply_method_modifiers","$color":8,"excl_time":0.00182940000000012,"$area":0.00182940000000012},"id":"7207-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: 87&micro;s, 0.00%</p>","incl_time":8.68e-05,"subname":"Moose::Meta::Role::Application::ToRole::check_required_attributes","$color":8,"excl_time":8.68e-05,"$area":8.68e-05},"id":"7208-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: 6.98ms, 0.01%<br />Exclusive time: 1.28ms, 0.00%</p>","incl_time":0.0069782,"subname":"Moose::Meta::Role::Application::ToRole::apply_override_method_modifiers","$color":8,"excl_time":0.00127860000000375,"$area":0.00127860000000375},"id":"7209-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: 1.01ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0010111,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@11","$color":8,"excl_time":1.53000000000089e-05,"$area":1.53000000000089e-05},"id":"7210-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: 152&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001515,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@15","$color":8,"excl_time":1.52999999999693e-05,"$area":1.52999999999693e-05},"id":"7211-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: 20&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@2","$color":8,"excl_time":2e-05,"$area":2e-05},"id":"7212-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: 25&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@9","$color":8,"excl_time":1.75999999999566e-05,"$area":1.75999999999566e-05},"id":"7213-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: 23&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"Moose::Meta::Role::Application::ToRole::meta","$color":8,"excl_time":1.25999999999814e-05,"$area":1.25999999999814e-05},"id":"7214-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: 97.6ms, 0.15%<br />Exclusive time: 10.9ms, 0.02%</p>","incl_time":0.0976465,"subname":"Moose::Meta::Role::Application::ToRole::apply_methods","$color":8,"excl_time":0.0109139999999639,"$area":0.0109139999999639},"id":"7215-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: 29&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@10","$color":8,"excl_time":1.56000000000473e-05,"$area":1.56000000000473e-05},"id":"7216-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.66ms, 0.00%<br />Exclusive time: 1.29ms, 0.00%</p>","incl_time":0.0026596,"subname":"Moose::Meta::Role::Application::ToRole::_new","$color":8,"excl_time":0.00128610000000774,"$area":0.00128610000000774},"id":"7217-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: 2.07ms, 0.00%<br />Exclusive time: 871&micro;s, 0.00%</p>","incl_time":0.0020728,"subname":"Moose::Meta::Role::Application::ToRole::check_role_exclusions","$color":8,"excl_time":0.000871400000000092,"$area":0.000871400000000092},"id":"7218-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: 80&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":8.02e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@13","$color":8,"excl_time":1.71999999999647e-05,"$area":1.71999999999647e-05},"id":"7219-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: 140ms, 0.21%<br />Exclusive time: 875&micro;s, 0.00%</p>","incl_time":0.1403817,"subname":"Moose::Meta::Role::Application::ToRole::apply","$color":8,"excl_time":0.000874599999998117,"$area":0.000874599999998117},"id":"7220-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: 10.8ms, 0.02%<br />Exclusive time: 1.36ms, 0.00%</p>","incl_time":0.0108184,"subname":"Moose::Meta::Role::Application::ToRole::check_required_methods","$color":8,"excl_time":0.0013590999999834,"$area":0.0013590999999834},"id":"7221-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: 9.31ms, 0.01%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.0093133,"subname":"Moose::Meta::Role::Application::ToRole::apply_attributes","$color":8,"excl_time":0.00130620000000706,"$area":0.00130620000000706},"id":"7222-Moose::Meta::Role::Application::ToRole::apply_attributes"}],"data":{"$area":0.0199197999999641},"id":"n7206"},{"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: 2.31ms, 0.00%<br />Exclusive time: 916&micro;s, 0.00%</p>","incl_time":0.002309,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_override_method_modifiers","$color":10,"excl_time":0.000915700000001069,"$area":0.000915700000001069},"id":"7224-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: 1.01ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0010136,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@11","$color":10,"excl_time":1.43000000000192e-05,"$area":1.43000000000192e-05},"id":"7225-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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@15","$color":10,"excl_time":9.1e-06,"$area":9.1e-06},"id":"7226-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: 18.1ms, 0.03%<br />Exclusive time: 2.56ms, 0.00%</p>","incl_time":0.0180591,"subname":"Moose::Meta::Role::Application::RoleSummation::check_required_methods","$color":10,"excl_time":0.00255779999999395,"$area":0.00255779999999395},"id":"7227-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.74ms, 0.00%</p>","incl_time":0.0017405,"subname":"Moose::Meta::Role::Application::RoleSummation::role_params","$color":10,"excl_time":0.0017405,"$area":0.0017405},"id":"7228-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.71ms, 0.00%<br />Exclusive time: 1.26ms, 0.00%</p>","incl_time":0.0017057,"subname":"Moose::Meta::Role::Application::RoleSummation::get_exclusions_for_role","$color":10,"excl_time":0.00125780000003747,"$area":0.00125780000003747},"id":"7229-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: 34&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::check_required_attributes","$color":10,"excl_time":3.41e-05,"$area":3.41e-05},"id":"7230-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: 2.33ms, 0.00%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.0023345,"subname":"Moose::Meta::Role::Application::RoleSummation::check_role_exclusions","$color":10,"excl_time":0.0013077999999934,"$area":0.0013077999999934},"id":"7231-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: 28&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@10","$color":10,"excl_time":1.45000000000004e-05,"$area":1.45000000000004e-05},"id":"7232-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: 55&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":5.48e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::meta","$color":10,"excl_time":2.59000000000016e-05,"$area":2.59000000000016e-05},"id":"7233-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: 75&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.48e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@13","$color":10,"excl_time":1.59000000000271e-05,"$area":1.59000000000271e-05},"id":"7234-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: 141&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001409,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@17","$color":10,"excl_time":1.35000000000002e-05,"$area":1.35000000000002e-05},"id":"7235-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.35ms, 0.01%<br />Exclusive time: 2.05ms, 0.00%</p>","incl_time":0.0063534,"subname":"Moose::Meta::Role::Application::RoleSummation::is_aliased_method","$color":10,"excl_time":0.00204820000008104,"$area":0.00204820000008104},"id":"7236-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.91ms, 0.01%<br />Exclusive time: 4.25ms, 0.01%</p>","incl_time":0.0059134,"subname":"Moose::Meta::Role::Application::RoleSummation::get_method_aliases_for_role","$color":10,"excl_time":0.00425440000002579,"$area":0.00425440000002579},"id":"7237-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: 4.31ms, 0.01%<br />Exclusive time: 1.71ms, 0.00%</p>","incl_time":0.0043105,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_method_modifiers","$color":10,"excl_time":0.00170500000002516,"$area":0.00170500000002516},"id":"7238-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.8ms, 0.02%<br />Exclusive time: 1.65ms, 0.00%</p>","incl_time":0.010801,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_attributes","$color":10,"excl_time":0.00165100000000412,"$area":0.00165100000000412},"id":"7239-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: 37.9ms, 0.06%<br />Exclusive time: 5.95ms, 0.01%</p>","incl_time":0.0379039,"subname":"Moose::Meta::Role::Application::RoleSummation::apply_methods","$color":10,"excl_time":0.00594689999996546,"$area":0.00594689999996546},"id":"7240-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: 19&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@2","$color":10,"excl_time":1.94e-05,"$area":1.94e-05},"id":"7241-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: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@9","$color":10,"excl_time":1.71999999999977e-05,"$area":1.71999999999977e-05},"id":"7242-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: 882&micro;s, 0.00%<br />Exclusive time: 731&micro;s, 0.00%</p>","incl_time":0.0008819,"subname":"Moose::Meta::Role::Application::RoleSummation::_new","$color":10,"excl_time":0.000730799999998264,"$area":0.000730799999998264},"id":"7243-Moose::Meta::Role::Application::RoleSummation::_new"}],"data":{"$area":0.0242798000001258},"id":"n7223"},{"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: 26.6ms, 0.04%<br />Exclusive time: 1.40ms, 0.00%</p>","incl_time":0.0266312,"subname":"Moose::Meta::Role::Application::ToClass::check_role_exclusions","$color":1,"excl_time":0.00140229999999401,"$area":0.00140229999999401},"id":"7245-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: 158&micro;s, 0.00%</p>","incl_time":0.0001581,"subname":"Moose::Meta::Role::Application::ToClass::check_required_attributes","$color":1,"excl_time":0.0001581,"$area":0.0001581},"id":"7246-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: 101&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001008,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@15","$color":1,"excl_time":1.760000000005e-05,"$area":1.760000000005e-05},"id":"7247-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: 17.4ms, 0.03%<br />Exclusive time: 1.73ms, 0.00%</p>","incl_time":0.0174411,"subname":"Moose::Meta::Role::Application::ToClass::check_required_methods","$color":1,"excl_time":0.00173469999996457,"$area":0.00173469999996457},"id":"7248-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: 406&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0004056,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@14","$color":1,"excl_time":1.45000000000224e-05,"$area":1.45000000000224e-05},"id":"7249-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: 888&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0008875,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@11","$color":1,"excl_time":9.69999999996039e-06,"$area":9.69999999996039e-06},"id":"7250-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: 45.1ms, 0.07%<br />Exclusive time: 3.01ms, 0.00%</p>","incl_time":0.045064,"subname":"Moose::Meta::Role::Application::ToClass::apply_method_modifiers","$color":1,"excl_time":0.00301030000000802,"$area":0.00301030000000802},"id":"7251-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: 105&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0001051,"subname":"Moose::Meta::Role::Application::ToClass::meta","$color":1,"excl_time":4.70999999999975e-05,"$area":4.70999999999975e-05},"id":"7252-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: 150ms, 0.23%<br />Exclusive time: 15.6ms, 0.02%</p>","incl_time":0.1496969,"subname":"Moose::Meta::Role::Application::ToClass::apply_methods","$color":1,"excl_time":0.0155780999998035,"$area":0.0155780999998035},"id":"7253-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: 715ms, 1.09%<br />Exclusive time: 2.43ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 441&micro;s</p>","incl_time":0.7154205,"subname":"Moose::Meta::Role::Application::ToClass::apply","$color":1,"excl_time":0.00242909999996939,"$area":0.00242909999996939},"id":"7254-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@9","$color":1,"excl_time":1.06999999999672e-05,"$area":1.06999999999672e-05},"id":"7255-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: 145&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001453,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@17","$color":1,"excl_time":1.4900000000025e-05,"$area":1.4900000000025e-05},"id":"7256-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: 20.2ms, 0.03%<br />Exclusive time: 1.51ms, 0.00%</p>","incl_time":0.0202463,"subname":"Moose::Meta::Role::Application::ToClass::apply_override_method_modifiers","$color":1,"excl_time":0.00151339999999717,"$area":0.00151339999999717},"id":"7257-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@10","$color":1,"excl_time":9.30000000003313e-06,"$area":9.30000000003313e-06},"id":"7258-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: 6.61ms, 0.01%<br />Exclusive time: 2.31ms, 0.00%</p>","incl_time":0.0066122,"subname":"Moose::Meta::Role::Application::ToClass::_new","$color":1,"excl_time":0.00230650000001113,"$area":0.00230650000001113},"id":"7259-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: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@2","$color":1,"excl_time":1.27e-05,"$area":1.27e-05},"id":"7260-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: 437ms, 0.67%<br />Exclusive time: 3.39ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 13&micro;s</p>","incl_time":0.4365303,"subname":"Moose::Meta::Role::Application::ToClass::apply_attributes","$color":1,"excl_time":0.00339000000003008,"$area":0.00339000000003008},"id":"7261-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: 113&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0001126,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@13","$color":1,"excl_time":2.84999999999686e-05,"$area":2.84999999999686e-05},"id":"7262-Moose::Meta::Role::Application::ToClass::BEGIN@13"}],"data":{"$area":0.0316874999997779},"id":"n7244"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@9","$color":3,"excl_time":1.5200000000015e-05,"$area":1.5200000000015e-05},"id":"7264-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: 145&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001448,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@16","$color":3,"excl_time":1.44999999999724e-05,"$area":1.44999999999724e-05},"id":"7265-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: 1.06ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.001057,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@11","$color":3,"excl_time":1.48999999999542e-05,"$area":1.48999999999542e-05},"id":"7266-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: 18&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@2","$color":3,"excl_time":1.81e-05,"$area":1.81e-05},"id":"7267-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: 100&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":9.95e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@13","$color":3,"excl_time":1.82000000000492e-05,"$area":1.82000000000492e-05},"id":"7268-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: 65&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.51e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@14","$color":3,"excl_time":1.57999999999701e-05,"$area":1.57999999999701e-05},"id":"7269-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: 24&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@10","$color":3,"excl_time":1.3300000000011e-05,"$area":1.3300000000011e-05},"id":"7270-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: 70&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":7.01e-05,"subname":"Moose::Meta::Role::Application::ToInstance::meta","$color":3,"excl_time":3.5699999999899e-05,"$area":3.5699999999899e-05},"id":"7271-Moose::Meta::Role::Application::ToInstance::meta"}],"data":{"$area":0.000145699999999871},"id":"n7263"}],"data":{"$area":0.109583699999748},"id":"n7188"},{"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: 49&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.92e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@13","$color":5,"excl_time":1.07000000000031e-05,"$area":1.07000000000031e-05},"id":"7273-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: 293&micro;s, 0.00%<br />Exclusive time: 224&micro;s, 0.00%</p>","incl_time":0.0002932,"subname":"Moose::Meta::Role::Composite::has_method","$color":5,"excl_time":0.000223500000000827,"$area":0.000223500000000827},"id":"7274-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: 176&micro;s, 0.00%</p>","incl_time":0.0001756,"subname":"Moose::Meta::Role::Composite::application_role_summation_class","$color":5,"excl_time":0.0001756,"$area":0.0001756},"id":"7275-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: 12.8ms, 0.02%<br />Exclusive time: 5.30ms, 0.01%</p>","incl_time":0.0127623,"subname":"Moose::Meta::Role::Composite::add_method","$color":5,"excl_time":0.00530480000002086,"$area":0.00530480000002086},"id":"7276-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: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@2","$color":5,"excl_time":1.31e-05,"$area":1.31e-05},"id":"7277-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: 80.4ms, 0.12%<br />Exclusive time: 689&micro;s, 0.00%</p>","incl_time":0.080449,"subname":"Moose::Meta::Role::Composite::apply_params","$color":5,"excl_time":0.000689400000002288,"$area":0.000689400000002288},"id":"7278-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: 109&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001088,"subname":"Moose::Meta::Role::Composite::BEGIN@16","$color":5,"excl_time":8.60000000000526e-06,"$area":8.60000000000526e-06},"id":"7279-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: 611&micro;s, 0.00%</p>","incl_time":0.000610799999999999,"subname":"Moose::Meta::Role::Composite::_method_map","$color":5,"excl_time":0.000610799999999999,"$area":0.000610799999999999},"id":"7280-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: 86&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":8.6e-05,"subname":"Moose::Meta::Role::Composite::meta","$color":5,"excl_time":3.96999999999454e-05,"$area":3.96999999999454e-05},"id":"7281-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.75ms, 0.01%<br />Exclusive time: 3.07ms, 0.00%</p>","incl_time":0.0037547,"subname":"Moose::Meta::Role::Composite::_new","$color":5,"excl_time":0.00306509999998705,"$area":0.00306509999998705},"id":"7282-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: 703&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0007035,"subname":"Moose::Meta::Role::Composite::BEGIN@11","$color":5,"excl_time":9.40000000002462e-06,"$area":9.40000000002462e-06},"id":"7283-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: 78&micro;s, 0.00%</p>","incl_time":7.76e-05,"subname":"Moose::Meta::Role::Composite::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Role/Composite.pm:36]","$color":5,"excl_time":7.76e-05,"$area":7.76e-05},"id":"7284-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@10","$color":5,"excl_time":8.90000000000725e-06,"$area":8.90000000000725e-06},"id":"7285-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: 34&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.42e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@14","$color":5,"excl_time":8.5999999999855e-06,"$area":8.5999999999855e-06},"id":"7286-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: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@9","$color":5,"excl_time":1.14000000000026e-05,"$area":1.14000000000026e-05},"id":"7287-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: 1.08ms, 0.00%</p>","incl_time":0.001076,"subname":"Moose::Meta::Role::Composite::name","$color":5,"excl_time":0.001076,"$area":0.001076},"id":"7288-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: 5.36ms, 0.01%<br />Exclusive time: 1.35ms, 0.00%</p>","incl_time":0.0053584,"subname":"Moose::Meta::Role::Composite::new","$color":5,"excl_time":0.00135399999999143,"$area":0.00135399999999143},"id":"7289-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: 408&micro;s, 0.00%<br />Exclusive time: 324&micro;s, 0.00%</p>","incl_time":0.000408,"subname":"Moose::Meta::Role::Composite::_get_local_methods","$color":5,"excl_time":0.000323799999996135,"$area":0.000323799999996135},"id":"7290-Moose::Meta::Role::Composite::_get_local_methods"}],"data":{"$area":0.0130109999999986},"id":"n7272"}],"data":{"$area":0.207555599999662},"id":"n7064"},{"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: 118ms, 0.18%<br />Exclusive time: 2.48ms, 0.00%</p>","incl_time":0.118379,"subname":"Moose::Meta::Method::Meta::wrap","$color":7,"excl_time":0.00248469999998656,"$area":0.00248469999998656},"id":"7293-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: 183&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0001827,"subname":"Moose::Meta::Method::Meta::_make_compatible_with","$color":7,"excl_time":3.83999999999029e-05,"$area":3.83999999999029e-05},"id":"7294-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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Moose::Meta::Method::Meta::BEGIN@10","$color":7,"excl_time":1.17999999999739e-05,"$area":1.17999999999739e-05},"id":"7295-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: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Moose::Meta::Method::Meta::BEGIN@11","$color":7,"excl_time":9.49999999998425e-06,"$area":9.49999999998425e-06},"id":"7296-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: 158&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001577,"subname":"Moose::Meta::Method::Meta::BEGIN@13","$color":7,"excl_time":1.34000000000139e-05,"$area":1.34000000000139e-05},"id":"7297-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: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Moose::Meta::Method::Meta::BEGIN@3","$color":7,"excl_time":1.35e-05,"$area":1.35e-05},"id":"7298-Moose::Meta::Method::Meta::BEGIN@3"}],"data":{"$area":0.00257129999998644},"id":"n7292"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Moose::Meta::Method::BEGIN@9","$color":9,"excl_time":1.29000000000065e-05,"$area":1.29000000000065e-05},"id":"7299-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: 105ms, 0.16%<br />Exclusive time: 13.2ms, 0.02%</p>","incl_time":0.1048015,"subname":"Moose::Meta::Method::_inline_throw_error","$color":9,"excl_time":0.0132080999998939,"$area":0.0132080999998939},"id":"7300-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Moose::Meta::Method::BEGIN@10","$color":9,"excl_time":1.20999999999929e-05,"$area":1.20999999999929e-05},"id":"7301-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: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Moose::Meta::Method::BEGIN@2","$color":9,"excl_time":1.51e-05,"$area":1.51e-05},"id":"7302-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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Moose::Meta::Method::BEGIN@12","$color":9,"excl_time":8.1e-06,"$area":8.1e-06},"id":"7303-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: 148&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001485,"subname":"Moose::Meta::Method::BEGIN@14","$color":9,"excl_time":1.29999999999894e-05,"$area":1.29999999999894e-05},"id":"7304-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: 108ms, 0.16%<br />Exclusive time: 7.71ms, 0.01%</p>","incl_time":0.1079728,"subname":"Moose::Meta::Method::_new","$color":9,"excl_time":0.00770990000009077,"$area":0.00770990000009077},"id":"7305-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: 387&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":0.0003874,"subname":"Moose::Meta::Method::_get_compatible_metaclass","$color":9,"excl_time":5.13999999991089e-05,"$area":5.13999999991089e-05},"id":"7306-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.68ms, 0.00%<br />Exclusive time: 1.65ms, 0.00%</p>","incl_time":0.0016816,"subname":"Moose::Meta::Method::Overridden::_new","$color":0,"excl_time":0.00164530000000234,"$area":0.00164530000000234},"id":"7308-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: 19&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Moose::Meta::Method::Overridden::BEGIN@2","$color":0,"excl_time":1.94e-05,"$area":1.94e-05},"id":"7309-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: 4.16ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0041646,"subname":"Moose::Meta::Method::Overridden::BEGIN@12","$color":0,"excl_time":1.160000000001e-05,"$area":1.160000000001e-05},"id":"7310-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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Moose::Meta::Method::Overridden::BEGIN@9","$color":0,"excl_time":1.40999999999997e-05,"$area":1.40999999999997e-05},"id":"7311-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: 9.42ms, 0.01%<br />Exclusive time: 1.46ms, 0.00%</p>","incl_time":0.0094237,"subname":"Moose::Meta::Method::Overridden::new","$color":0,"excl_time":0.00145709999999862,"$area":0.00145709999999862},"id":"7312-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: 24&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Moose::Meta::Method::Overridden::BEGIN@10","$color":0,"excl_time":1.30000000000034e-05,"$area":1.30000000000034e-05},"id":"7313-Moose::Meta::Method::Overridden::BEGIN@10"}],"data":{"$area":0.00316050000000098},"id":"n7307"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@9","$color":2,"excl_time":1.51999999999854e-05,"$area":1.51999999999854e-05},"id":"7315-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: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@2","$color":2,"excl_time":1.53e-05,"$area":1.53e-05},"id":"7316-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: 29&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@10","$color":2,"excl_time":1.4699999999986e-05,"$area":1.4699999999986e-05},"id":"7317-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: 134&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001342,"subname":"Moose::Meta::Method::Augmented::BEGIN@12","$color":2,"excl_time":1.35000000000264e-05,"$area":1.35000000000264e-05},"id":"7318-Moose::Meta::Method::Augmented::BEGIN@12"}],"data":{"$area":5.86999999999977e-05},"id":"n7314"},{"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: 39&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.91e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@14","$color":4,"excl_time":8.80000000001688e-06,"$area":8.80000000001688e-06},"id":"7320-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: 344&micro;s, 0.00%</p>","incl_time":0.0003436,"subname":"Moose::Meta::Method::Delegation::delegate_to_method","$color":4,"excl_time":0.0003436,"$area":0.0003436},"id":"7321-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: 5.31ms, 0.01%<br />Exclusive time: 1.86ms, 0.00%</p>","incl_time":0.0053052,"subname":"Moose::Meta::Method::Delegation::_get_delegate_accessor","$color":4,"excl_time":0.00186450000000681,"$area":0.00186450000000681},"id":"7322-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: 7.86ms, 0.01%<br />Exclusive time: 2.21ms, 0.00%</p>","incl_time":0.0078572,"subname":"Moose::Meta::Method::Delegation::_initialize_body","$color":4,"excl_time":0.00220929999999508,"$area":0.00220929999999508},"id":"7323-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: 2.55ms, 0.00%</p>","incl_time":0.0025512,"subname":"Moose::Meta::Method::Delegation::_new","$color":4,"excl_time":0.0025512,"$area":0.0025512},"id":"7324-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: 13.9ms, 0.02%<br />Exclusive time: 3.04ms, 0.00%</p>","incl_time":0.013885,"subname":"Moose::Meta::Method::Delegation::new","$color":4,"excl_time":0.00303759999995309,"$area":0.00303759999995309},"id":"7325-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: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@11","$color":4,"excl_time":9.60000000002738e-06,"$area":9.60000000002738e-06},"id":"7326-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: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@10","$color":4,"excl_time":1.13000000000236e-05,"$area":1.13000000000236e-05},"id":"7327-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: 148&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001475,"subname":"Moose::Meta::Method::Delegation::BEGIN@16","$color":4,"excl_time":8.70000000000552e-06,"$area":8.70000000000552e-06},"id":"7328-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: 25&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@3","$color":4,"excl_time":2.52e-05,"$area":2.52e-05},"id":"7329-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: 171&micro;s, 0.00%</p>","incl_time":0.0001711,"subname":"Moose::Meta::Method::Delegation::associated_attribute","$color":4,"excl_time":0.0001711,"$area":0.0001711},"id":"7330-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 9345 times from 3 places in 2 files<br />Inclusive time: 12.6ms, 0.02%</p>","incl_time":0.0125896999999999,"subname":"Moose::Meta::Method::Delegation::curried_arguments","$color":4,"excl_time":0.0125896999999999,"$area":0.0125896999999999},"id":"7331-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: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.59e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@13","$color":4,"excl_time":9.70000000000375e-06,"$area":9.70000000000375e-06},"id":"7332-Moose::Meta::Method::Delegation::BEGIN@13"}],"data":{"$area":0.0228402999999549},"id":"n7319"},{"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: 58&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.8e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@16","$color":6,"excl_time":1.30999999999856e-05,"$area":1.30999999999856e-05},"id":"7334-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: 222&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002224,"subname":"Moose::Meta::Method::Constructor::BEGIN@18","$color":6,"excl_time":1.08000000000215e-05,"$area":1.08000000000215e-05},"id":"7335-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: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@3","$color":6,"excl_time":1.76e-05,"$area":1.76e-05},"id":"7336-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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Moose::Meta::Method::Constructor::BEGIN@13","$color":6,"excl_time":6.2e-06,"$area":6.2e-06},"id":"7337-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: 605ms, 0.92%<br />Exclusive time: 751&micro;s, 0.00%</p>","incl_time":0.6048432,"subname":"Moose::Meta::Method::Constructor::_initialize_body","$color":6,"excl_time":0.000751000000002916,"$area":0.000751000000002916},"id":"7338-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: 77&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.71e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@14","$color":6,"excl_time":1.27999999999829e-05,"$area":1.27999999999829e-05},"id":"7339-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: 33&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@11","$color":6,"excl_time":2.0699999999988e-05,"$area":2.0699999999988e-05},"id":"7340-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: 82&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":8.18e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@15","$color":6,"excl_time":1.29000000000171e-05,"$area":1.29000000000171e-05},"id":"7341-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: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@10","$color":6,"excl_time":1.72999999999949e-05,"$area":1.72999999999949e-05},"id":"7342-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: 613ms, 0.94%<br />Exclusive time: 7.93ms, 0.01%</p>","incl_time":0.6129484,"subname":"Moose::Meta::Method::Constructor::new","$color":6,"excl_time":0.00793120000001762,"$area":0.00793120000001762},"id":"7343-Moose::Meta::Method::Constructor::new"}],"data":{"$area":0.00879360000002053},"id":"n7333"},{"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: 241&micro;s, 0.00%</p>","incl_time":0.0002413,"subname":"Moose::Meta::Method::Destructor::options","$color":8,"excl_time":0.0002413,"$area":0.0002413},"id":"7345-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: 74&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.36e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@14","$color":8,"excl_time":1.25000000000194e-05,"$area":1.25000000000194e-05},"id":"7346-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: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@10","$color":8,"excl_time":1.41000000000179e-05,"$area":1.41000000000179e-05},"id":"7347-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: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@3","$color":8,"excl_time":1.69e-05,"$area":1.69e-05},"id":"7348-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Meta::Method::Destructor::BEGIN@13","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"7349-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: 26.3ms, 0.04%<br />Exclusive time: 572&micro;s, 0.00%</p>","incl_time":0.0262749,"subname":"Moose::Meta::Method::Destructor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Destructor.pm:99]","$color":8,"excl_time":0.000572099999996311,"$area":0.000572099999996311},"id":"7350-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: 386&micro;s, 0.00%</p>","incl_time":0.000386300000000001,"subname":"Moose::Meta::Method::Destructor::_generate_fallback_destructor","$color":8,"excl_time":0.000386300000000001,"$area":0.000386300000000001},"id":"7351-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: 57.4ms, 0.09%<br />Exclusive time: 6.13ms, 0.01%</p>","incl_time":0.0574373,"subname":"Moose::Meta::Method::Destructor::new","$color":8,"excl_time":0.00612539999997839,"$area":0.00612539999997839},"id":"7352-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: 16.8ms, 0.03%<br />Exclusive time: 1.02ms, 0.00%</p>","incl_time":0.0167953,"subname":"Moose::Meta::Method::Destructor::_generate_DEMOLISHALL","$color":8,"excl_time":0.00101560000000404,"$area":0.00101560000000404},"id":"7353-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: 62&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.19e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@15","$color":8,"excl_time":1.25000000000228e-05,"$area":1.25000000000228e-05},"id":"7354-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: 210&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002103,"subname":"Moose::Meta::Method::Destructor::BEGIN@17","$color":8,"excl_time":2.269999999999e-05,"$area":2.269999999999e-05},"id":"7355-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: 15.4ms, 0.02%<br />Exclusive time: 1.35ms, 0.00%</p>","incl_time":0.0153651,"subname":"Moose::Meta::Method::Destructor::is_needed","$color":8,"excl_time":0.00135059999997409,"$area":0.00135059999997409},"id":"7356-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: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@11","$color":8,"excl_time":1.33000000000081e-05,"$area":1.33000000000081e-05},"id":"7357-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: 51.2ms, 0.08%<br />Exclusive time: 4.61ms, 0.01%</p>","incl_time":0.0511617,"subname":"Moose::Meta::Method::Destructor::_initialize_body","$color":8,"excl_time":0.00460790000001723,"$area":0.00460790000001723},"id":"7358-Moose::Meta::Method::Destructor::_initialize_body"}],"data":{"$area":0.0143967999999701},"id":"n7344"},{"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: 17.6ms, 0.03%<br />Exclusive time: 12.7ms, 0.02%</p>","incl_time":0.0176015,"subname":"Moose::Meta::Method::Accessor::_instance_is_inlinable","$color":10,"excl_time":0.0126543999999045,"$area":0.0126543999999045},"id":"7360-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.65ms, 0.00%</p>","incl_time":0.0016523,"subname":"Moose::Meta::Method::Accessor::_new","$color":10,"excl_time":0.0016523,"$area":0.0016523},"id":"7361-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@10","$color":10,"excl_time":1.12000000000141e-05,"$area":1.12000000000141e-05},"id":"7362-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: 539&micro;s, 0.00%<br />Exclusive time: 261&micro;s, 0.00%</p>","incl_time":0.0005386,"subname":"Moose::Meta::Method::Accessor::_writer_value_needs_copy","$color":10,"excl_time":0.000261499999999637,"$area":0.000261499999999637},"id":"7363-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: 150&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001496,"subname":"Moose::Meta::Method::Accessor::BEGIN@15","$color":10,"excl_time":8.80000000000352e-06,"$area":8.80000000000352e-06},"id":"7364-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: 179ms, 0.27%<br />Exclusive time: 6.76ms, 0.01%</p>","incl_time":0.1790933,"subname":"Moose::Meta::Method::Accessor::_eval_environment","$color":10,"excl_time":0.00676090000000239,"$area":0.00676090000000239},"id":"7365-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: 500ms, 0.76%<br />Exclusive time: 12.2ms, 0.02%</p>","incl_time":0.500043,"subname":"Moose::Meta::Method::Accessor::_compile_code","$color":10,"excl_time":0.0122325000000426,"$area":0.0122325000000426},"id":"7366-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@11","$color":10,"excl_time":8.50000000001588e-06,"$area":8.50000000001588e-06},"id":"7367-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: 33.4ms, 0.05%<br />Exclusive time: 318&micro;s, 0.00%</p>","incl_time":0.0333876,"subname":"Moose::Meta::Method::Accessor::_generate_writer_method","$color":10,"excl_time":0.000318199999995088,"$area":0.000318199999995088},"id":"7368-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: 541ms, 0.83%<br />Exclusive time: 3.37ms, 0.01%</p>","incl_time":0.5410882,"subname":"Moose::Meta::Method::Accessor::_generate_reader_method","$color":10,"excl_time":0.00336660000001164,"$area":0.00336660000001164},"id":"7369-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: 47.3ms, 0.07%<br />Exclusive time: 786&micro;s, 0.00%</p>","incl_time":0.0473286,"subname":"Moose::Meta::Method::Accessor::_generate_clearer_method","$color":10,"excl_time":0.000786100000005622,"$area":0.000786100000005622},"id":"7370-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: 396&micro;s, 0.00%<br />Exclusive time: 173&micro;s, 0.00%</p>","incl_time":0.0003956,"subname":"Moose::Meta::Method::Accessor::_inline_trigger","$color":10,"excl_time":0.000172500000001412,"$area":0.000172500000001412},"id":"7371-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: 82&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":8.16e-05,"subname":"Moose::Meta::Method::Accessor::_inline_get_old_value_for_trigger","$color":10,"excl_time":3.1199999999883e-05,"$area":3.1199999999883e-05},"id":"7372-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: 195ms, 0.30%<br />Exclusive time: 1.44ms, 0.00%</p>","incl_time":0.194564,"subname":"Moose::Meta::Method::Accessor::_generate_accessor_method","$color":10,"excl_time":0.00144020000000582,"$area":0.00144020000000582},"id":"7373-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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@3","$color":10,"excl_time":1.32e-05,"$area":1.32e-05},"id":"7374-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: 4.68ms, 0.01%<br />Exclusive time: 3.44ms, 0.01%</p>","incl_time":0.0046815,"subname":"Moose::Meta::Method::Accessor::_error_thrower","$color":10,"excl_time":0.00343519999997843,"$area":0.00343519999997843},"id":"7375-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: 84.1ms, 0.13%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.084059,"subname":"Moose::Meta::Method::Accessor::_generate_predicate_method","$color":10,"excl_time":0.00125320000000262,"$area":0.00125320000000262},"id":"7376-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: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@13","$color":10,"excl_time":7.90000000000976e-06,"$area":7.90000000000976e-06},"id":"7377-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.80ms, 0.00%</p>","incl_time":0.0027975,"subname":"Moose::Meta::Method::Accessor::new","$color":10,"excl_time":0.0027975,"$area":0.0027975},"id":"7378-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: 2.68ms, 0.00%<br />Exclusive time: 349&micro;s, 0.00%</p>","incl_time":0.0026825,"subname":"Moose::Meta::Method::Accessor::_get_value","$color":10,"excl_time":0.000348600000002221,"$area":0.000348600000002221},"id":"7379-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: 469ms, 0.72%<br />Exclusive time: 8.14ms, 0.01%</p>","incl_time":0.4691923,"subname":"Moose::Meta::Method::Accessor::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor.pm:39]","$color":10,"excl_time":0.00814489999998634,"$area":0.00814489999998634},"id":"7380-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: 909&micro;s, 0.00%<br />Exclusive time: 353&micro;s, 0.00%</p>","incl_time":0.000909,"subname":"Moose::Meta::Method::Accessor::_inline_check_lazy","$color":10,"excl_time":0.000352500000000373,"$area":0.000352500000000373},"id":"7381-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: 22&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_check_arguments","$color":1,"excl_time":2.21e-05,"$area":2.21e-05},"id":"7384-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: 15.8ms, 0.02%<br />Exclusive time: 1.49ms, 0.00%</p>","incl_time":0.0157933,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_writer_core","$color":1,"excl_time":0.00149390000000437,"$area":0.00149390000000437},"id":"7385-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: 19.6ms, 0.03%<br />Exclusive time: 358&micro;s, 0.00%</p>","incl_time":0.0195959,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_generate_method","$color":1,"excl_time":0.000357799999999187,"$area":0.000357799999999187},"id":"7386-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: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.99e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@12","$color":1,"excl_time":1.19999999997883e-05,"$area":1.19999999997883e-05},"id":"7387-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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@9","$color":1,"excl_time":1.4299999999839e-05,"$area":1.4299999999839e-05},"id":"7388-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: 18&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_return_value","$color":1,"excl_time":1.85e-05,"$area":1.85e-05},"id":"7389-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: 3.28ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.003275,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@14","$color":1,"excl_time":1.19000000001479e-05,"$area":1.19000000001479e-05},"id":"7390-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: 345&micro;s, 0.00%<br />Exclusive time: 256&micro;s, 0.00%</p>","incl_time":0.0003453,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_get_is_lvalue","$color":1,"excl_time":0.000256200000003711,"$area":0.000256200000003711},"id":"7391-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: 634&micro;s, 0.00%<br />Exclusive time: 143&micro;s, 0.00%</p>","incl_time":0.0006337,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_copy_native_value","$color":1,"excl_time":0.000142599999999034,"$area":0.000142599999999034},"id":"7392-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: 21&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@10","$color":1,"excl_time":1.28000000001442e-05,"$area":1.28000000001442e-05},"id":"7393-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: 18&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@2","$color":1,"excl_time":1.77e-05,"$area":1.77e-05},"id":"7394-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.76ms, 0.00%<br />Exclusive time: 617&micro;s, 0.00%</p>","incl_time":0.0017574,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_constraint_must_be_checked","$color":1,"excl_time":0.000617299999998024,"$area":0.000617299999998024},"id":"7395-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: 28&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_process_arguments","$color":1,"excl_time":2.81e-05,"$area":2.81e-05},"id":"7396-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_coerce_new_values","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"7397-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: 1.06ms, 0.00%<br />Exclusive time: 692&micro;s, 0.00%</p>","incl_time":0.0010584,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_is_root_type","$color":1,"excl_time":0.000691999999995681,"$area":0.000691999999995681},"id":"7398-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: 320&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0003196,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_writer_value_needs_copy","$color":1,"excl_time":2.68999999998544e-05,"$area":2.68999999998544e-05},"id":"7399-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.69ms, 0.00%<br />Exclusive time: 338&micro;s, 0.00%</p>","incl_time":0.0016929,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_set_new_value","$color":1,"excl_time":0.000337500000000437,"$area":0.000337500000000437},"id":"7400-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: 36&micro;s, 0.00%</p>","incl_time":3.63e-05,"subname":"Moose::Meta::Method::Accessor::Native::Writer::_inline_capture_return_value","$color":1,"excl_time":3.63e-05,"$area":3.63e-05},"id":"7401-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: 129&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001293,"subname":"Moose::Meta::Method::Accessor::Native::Writer::BEGIN@167","$color":1,"excl_time":1.42999999999127e-05,"$area":1.42999999999127e-05},"id":"7402-Moose::Meta::Method::Accessor::Native::Writer::BEGIN@167"}],"data":{"$area":0.00411570000000013},"id":"n7383"},{"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: 8.81ms, 0.01%</p>","incl_time":0.0088123,"subname":"Moose::Meta::Method::Accessor::Native::_new","$color":3,"excl_time":0.0088123,"$area":0.0088123},"id":"7403-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: 3.11ms, 0.00%<br />Exclusive time: 938&micro;s, 0.00%</p>","incl_time":0.0031077,"subname":"Moose::Meta::Method::Accessor::Native::_slot_access_can_be_inlined","$color":3,"excl_time":0.000938199999997844,"$area":0.000938199999997844},"id":"7404-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: 4.89ms, 0.01%<br />Exclusive time: 439&micro;s, 0.00%</p>","incl_time":0.0048931,"subname":"Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:125]","$color":3,"excl_time":0.000439100000001818,"$area":0.000439100000001818},"id":"7405-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: 62&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@12","$color":3,"excl_time":1.27000000000927e-05,"$area":1.27000000000927e-05},"id":"7406-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: 24&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@2","$color":3,"excl_time":2.41e-05,"$area":2.41e-05},"id":"7407-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.55ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.003551,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@15","$color":3,"excl_time":1.28999999999008e-05,"$area":1.28999999999008e-05},"id":"7408-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: 10.3ms, 0.02%<br />Exclusive time: 566&micro;s, 0.00%</p>","incl_time":0.0102624,"subname":"Moose::Meta::Method::Accessor::Native::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Method/Accessor/Native.pm:156]","$color":3,"excl_time":0.000566199999999512,"$area":0.000566199999999512},"id":"7409-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: 41&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"Moose::Meta::Method::Accessor::Native::_minimum_arguments","$color":3,"excl_time":4.15e-05,"$area":4.15e-05},"id":"7410-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: 94&micro;s, 0.00%</p>","incl_time":9.42e-05,"subname":"Moose::Meta::Method::Accessor::Native::root_types","$color":3,"excl_time":9.42e-05,"$area":9.42e-05},"id":"7411-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: 492&micro;s, 0.00%<br />Exclusive time: 388&micro;s, 0.00%</p>","incl_time":0.0004918,"subname":"Moose::Meta::Method::Accessor::Native::_inline_curried_arguments","$color":3,"excl_time":0.000387599999998669,"$area":0.000387599999998669},"id":"7412-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: 21&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Moose::Meta::Method::Accessor::Native::_maximum_arguments","$color":3,"excl_time":2.06e-05,"$area":2.06e-05},"id":"7413-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: 24&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@10","$color":3,"excl_time":1.35999999999345e-05,"$area":1.35999999999345e-05},"id":"7414-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: 118&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001181,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@164","$color":3,"excl_time":1.08000000001897e-05,"$area":1.08000000001897e-05},"id":"7415-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: 65.4ms, 0.10%<br />Exclusive time: 1.13ms, 0.00%</p>","incl_time":0.0653536,"subname":"Moose::Meta::Method::Accessor::Native::_initialize_body","$color":3,"excl_time":0.001133699999997,"$area":0.001133699999997},"id":"7416-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: 9.33ms, 0.01%<br />Exclusive time: 1.17ms, 0.00%</p>","incl_time":0.0093262,"subname":"Moose::Meta::Method::Accessor::Native::_inline_check_argument_count","$color":3,"excl_time":0.00117359999999927,"$area":0.00117359999999927},"id":"7417-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: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@9","$color":3,"excl_time":1.78000000000495e-05,"$area":1.78000000000495e-05},"id":"7418-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: 67&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.66e-05,"subname":"Moose::Meta::Method::Accessor::Native::BEGIN@13","$color":3,"excl_time":1.64999999998361e-05,"$area":1.64999999998361e-05},"id":"7419-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: 621&micro;s, 0.00%<br />Exclusive time: 457&micro;s, 0.00%</p>","incl_time":0.0006212,"subname":"Moose::Meta::Method::Accessor::Native::_inline_return_value","$color":3,"excl_time":0.000457099999999,"$area":0.000457099999999},"id":"7420-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@9","$color":5,"excl_time":1.30000000000026e-05,"$area":1.30000000000026e-05},"id":"7423-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: 4.26ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0042598,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@12","$color":5,"excl_time":1.26999999998292e-05,"$area":1.26999999998292e-05},"id":"7424-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@10","$color":5,"excl_time":1.21000000000513e-05,"$area":1.21000000000513e-05},"id":"7425-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: 16&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@2","$color":5,"excl_time":1.6e-05,"$area":1.6e-05},"id":"7426-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: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::Writer::_new_members","$color":5,"excl_time":9.2e-06,"$area":9.2e-06},"id":"7427-Moose::Meta::Method::Accessor::Native::Array::Writer::_new_members"}],"data":{"$area":6.29999999998831e-05},"id":"n7422"},{"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: 217&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0002167,"subname":"Moose::Meta::Method::Accessor::Native::Array::_inline_check_var_is_valid_index","$color":7,"excl_time":2.11999999997628e-05,"$area":2.11999999997628e-05},"id":"7428-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@10","$color":7,"excl_time":1.42999999999354e-05,"$area":1.42999999999354e-05},"id":"7429-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: 24&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@9","$color":7,"excl_time":1.61000000001203e-05,"$area":1.61000000001203e-05},"id":"7430-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: 54&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.36e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@14","$color":7,"excl_time":1.31000000001122e-05,"$area":1.31000000001122e-05},"id":"7431-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: 22&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@2","$color":7,"excl_time":2.23e-05,"$area":2.23e-05},"id":"7432-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: 137&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001372,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@30","$color":7,"excl_time":1.09000000001984e-05,"$area":1.09000000001984e-05},"id":"7433-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: 3.84ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0038439,"subname":"Moose::Meta::Method::Accessor::Native::Array::BEGIN@12","$color":7,"excl_time":1.4099999999895e-05,"$area":1.4099999999895e-05},"id":"7434-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: 18&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@2","$color":9,"excl_time":1.75e-05,"$area":1.75e-05},"id":"7436-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: 3.49ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0034899,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@12","$color":9,"excl_time":1.27999999999895e-05,"$area":1.27999999999895e-05},"id":"7437-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: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@10","$color":9,"excl_time":1.06000000000044e-05,"$area":1.06000000000044e-05},"id":"7438-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: 140&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001399,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@26","$color":9,"excl_time":1.24999999997782e-05,"$area":1.24999999997782e-05},"id":"7439-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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::_maximum_arguments","$color":9,"excl_time":7.1e-06,"$area":7.1e-06},"id":"7440-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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@9","$color":9,"excl_time":1.18000000000964e-05,"$area":1.18000000000964e-05},"id":"7441-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: 23&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::count::_return_value","$color":9,"excl_time":2.31e-05,"$area":2.31e-05},"id":"7442-Moose::Meta::Method::Accessor::Native::Array::count::_return_value"}],"data":{"$area":9.53999999998685e-05},"id":"n7435"},{"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: 22&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_potential_value","$color":0,"excl_time":2.17e-05,"$area":2.17e-05},"id":"7444-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@10","$color":0,"excl_time":1.41999999998885e-05,"$area":1.41999999998885e-05},"id":"7445-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: 37&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_return_value","$color":0,"excl_time":3.71e-05,"$area":3.71e-05},"id":"7446-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: 23&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@2","$color":0,"excl_time":2.28e-05,"$area":2.28e-05},"id":"7447-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: 25&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_inline_optimized_set_new_value","$color":0,"excl_time":2.53e-05,"$area":2.53e-05},"id":"7448-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: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@9","$color":0,"excl_time":1.53000000001902e-05,"$area":1.53000000001902e-05},"id":"7449-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: 4.97ms, 0.01%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0049686,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@12","$color":0,"excl_time":3.07000000001716e-05,"$area":3.07000000001716e-05},"id":"7450-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: 237&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0002366,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@46","$color":0,"excl_time":2.05000000001697e-05,"$area":2.05000000001697e-05},"id":"7451-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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::push::_adds_members","$color":0,"excl_time":8.1e-06,"$area":8.1e-06},"id":"7452-Moose::Meta::Method::Accessor::Native::Array::push::_adds_members"}],"data":{"$area":0.00019570000000042},"id":"n7443"},{"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: 32&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::_return_value","$color":2,"excl_time":3.17e-05,"$area":3.17e-05},"id":"7454-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.19ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.003186,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@12","$color":2,"excl_time":1.23000000001646e-05,"$area":1.23000000001646e-05},"id":"7455-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@9","$color":2,"excl_time":1.28999999999911e-05,"$area":1.28999999999911e-05},"id":"7456-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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::_maximum_arguments","$color":2,"excl_time":9.3e-06,"$area":9.3e-06},"id":"7457-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: 25&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@10","$color":2,"excl_time":1.54999999999575e-05,"$area":1.54999999999575e-05},"id":"7458-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: 157&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001567,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@26","$color":2,"excl_time":1.20000000001134e-05,"$area":1.20000000001134e-05},"id":"7459-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: 14&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@2","$color":2,"excl_time":1.45e-05,"$area":1.45e-05},"id":"7460-Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@2"}],"data":{"$area":0.000108200000000227},"id":"n7453"},{"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: 35&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@10","$color":4,"excl_time":1.61000000000556e-05,"$area":1.61000000000556e-05},"id":"7462-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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_return_value","$color":4,"excl_time":4.9e-06,"$area":4.9e-06},"id":"7463-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: 19&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@9","$color":4,"excl_time":1.44000000001893e-05,"$area":1.44000000001893e-05},"id":"7464-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: 15&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@2","$color":4,"excl_time":1.49e-05,"$area":1.49e-05},"id":"7465-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: 226&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002259,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_inline_check_arguments","$color":4,"excl_time":9.19999999981935e-06,"$area":9.19999999981935e-06},"id":"7466-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@12","$color":4,"excl_time":1.60999999997213e-05,"$area":1.60999999997213e-05},"id":"7467-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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_minimum_arguments","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"7468-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: 3.47ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0034659,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@14","$color":4,"excl_time":1.38999999997674e-05,"$area":1.38999999997674e-05},"id":"7469-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":2.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::get::_maximum_arguments","$color":4,"excl_time":2.2e-06,"$area":2.2e-06},"id":"7470-Moose::Meta::Method::Accessor::Native::Array::get::_maximum_arguments"}],"data":{"$area":9.4599999999553e-05},"id":"n7461"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_return_value","$color":6,"excl_time":1.65e-05,"$area":1.65e-05},"id":"7472-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: 191&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001914,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@39","$color":6,"excl_time":1.33999999999885e-05,"$area":1.33999999999885e-05},"id":"7473-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_adds_members","$color":6,"excl_time":5.2e-06,"$area":5.2e-06},"id":"7474-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: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_inline_optimized_set_new_value","$color":6,"excl_time":2.1e-05,"$area":2.1e-05},"id":"7475-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: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_potential_value","$color":6,"excl_time":9.5e-06,"$area":9.5e-06},"id":"7476-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: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@10","$color":6,"excl_time":1.11999999997938e-05,"$area":1.11999999997938e-05},"id":"7477-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: 16&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@2","$color":6,"excl_time":1.59e-05,"$area":1.59e-05},"id":"7478-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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@9","$color":6,"excl_time":1.40999999999327e-05,"$area":1.40999999999327e-05},"id":"7479-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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::_maximum_arguments","$color":6,"excl_time":7.2e-06,"$area":7.2e-06},"id":"7480-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.91ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0039116,"subname":"Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@12","$color":6,"excl_time":1.36000000000424e-05,"$area":1.36000000000424e-05},"id":"7481-Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@12"}],"data":{"$area":0.000127599999999757},"id":"n7471"}],"data":{"$area":0.000796499999999733},"id":"n7421"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@10","$color":8,"excl_time":1.33000000001442e-05,"$area":1.33000000001442e-05},"id":"7484-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@9","$color":8,"excl_time":1.08000000001893e-05,"$area":1.08000000001893e-05},"id":"7485-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: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_maximum_arguments","$color":8,"excl_time":2.2e-06,"$area":2.2e-06},"id":"7486-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: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_inline_optimized_set_new_value","$color":8,"excl_time":9.6e-06,"$area":9.6e-06},"id":"7487-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: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@2","$color":8,"excl_time":1.43e-05,"$area":1.43e-05},"id":"7488-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":2.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_minimum_arguments","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"7489-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: 4.57ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.004571,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@12","$color":8,"excl_time":1.44000000000897e-05,"$area":1.44000000000897e-05},"id":"7490-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: 238&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0002384,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::BEGIN@41","$color":8,"excl_time":2.5600000000098e-05,"$area":2.5600000000098e-05},"id":"7491-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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::inc::_potential_value","$color":8,"excl_time":7.3e-06,"$area":7.3e-06},"id":"7492-Moose::Meta::Method::Accessor::Native::Counter::inc::_potential_value"}],"data":{"$area":0.000100000000000521},"id":"n7483"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@2","$color":10,"excl_time":1.46e-05,"$area":1.46e-05},"id":"7494-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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_inline_optimized_set_new_value","$color":10,"excl_time":8.8e-06,"$area":8.8e-06},"id":"7495-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: 5.10ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0051032,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@12","$color":10,"excl_time":1.64999999998899e-05,"$area":1.64999999998899e-05},"id":"7496-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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_potential_value","$color":10,"excl_time":6.8e-06,"$area":6.8e-06},"id":"7497-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: 24&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@10","$color":10,"excl_time":1.43999999999575e-05,"$area":1.43999999999575e-05},"id":"7498-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@9","$color":10,"excl_time":1.1499999999862e-05,"$area":1.1499999999862e-05},"id":"7499-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":2.1e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_minimum_arguments","$color":10,"excl_time":2.1e-06,"$area":2.1e-06},"id":"7500-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.9e-06,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::_maximum_arguments","$color":10,"excl_time":1.9e-06,"$area":1.9e-06},"id":"7501-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: 255&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.000255,"subname":"Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@41","$color":10,"excl_time":1.81000000000157e-05,"$area":1.81000000000157e-05},"id":"7502-Moose::Meta::Method::Accessor::Native::Counter::dec::BEGIN@41"}],"data":{"$area":9.4699999999725e-05},"id":"n7493"}],"data":{"$area":0.000194700000000246},"id":"n7482"},{"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: 5.49ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0054924,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@12","$color":1,"excl_time":1.51000000000942e-05,"$area":1.51000000000942e-05},"id":"7504-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: 18&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@2","$color":1,"excl_time":1.85e-05,"$area":1.85e-05},"id":"7505-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: 215&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0002153,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@28","$color":1,"excl_time":1.66000000001149e-05,"$area":1.66000000001149e-05},"id":"7506-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: 1.11ms, 0.00%<br />Exclusive time: 88&micro;s, 0.00%</p>","incl_time":0.0011088,"subname":"Moose::Meta::Method::Accessor::Native::Hash::_inline_check_var_is_valid_key","$color":1,"excl_time":8.76999999995588e-05,"$area":8.76999999995588e-05},"id":"7507-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: 24&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@9","$color":1,"excl_time":1.65000000001672e-05,"$area":1.65000000001672e-05},"id":"7508-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::BEGIN@10","$color":1,"excl_time":1.39999999998655e-05,"$area":1.39999999998655e-05},"id":"7509-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.73ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.004731,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@14","$color":3,"excl_time":1.60999999998116e-05,"$area":1.60999999998116e-05},"id":"7511-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: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::_return_value","$color":3,"excl_time":1.43e-05,"$area":1.43e-05},"id":"7512-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: 65&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@12","$color":3,"excl_time":1.24000000001413e-05,"$area":1.24000000001413e-05},"id":"7513-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: 235&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0002351,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@28","$color":3,"excl_time":1.74000000001237e-05,"$area":1.74000000001237e-05},"id":"7514-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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@9","$color":3,"excl_time":1.51000000000964e-05,"$area":1.51000000000964e-05},"id":"7515-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: 19&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@2","$color":3,"excl_time":1.88e-05,"$area":1.88e-05},"id":"7516-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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::_maximum_arguments","$color":3,"excl_time":7.1e-06,"$area":7.1e-06},"id":"7517-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: 24&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@10","$color":3,"excl_time":1.32000000000751e-05,"$area":1.32000000000751e-05},"id":"7518-Moose::Meta::Method::Accessor::Native::Hash::values::BEGIN@10"}],"data":{"$area":0.000114400000000248},"id":"n7510"},{"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: 139&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001386,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@28","$color":5,"excl_time":1.2199999999918e-05,"$area":1.2199999999918e-05},"id":"7520-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: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@12","$color":5,"excl_time":1.01000000001122e-05,"$area":1.01000000001122e-05},"id":"7521-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: 29&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@10","$color":5,"excl_time":1.26000000004281e-05,"$area":1.26000000004281e-05},"id":"7522-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":2.2e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::_maximum_arguments","$color":5,"excl_time":2.2e-06,"$area":2.2e-06},"id":"7523-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: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@9","$color":5,"excl_time":1.13999999996284e-05,"$area":1.13999999996284e-05},"id":"7524-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::_return_value","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"7525-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.42e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@2","$color":5,"excl_time":1.42e-05,"$area":1.42e-05},"id":"7526-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.48ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0034833,"subname":"Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@14","$color":5,"excl_time":1.13999999999184e-05,"$area":1.13999999999184e-05},"id":"7527-Moose::Meta::Method::Accessor::Native::Hash::keys::BEGIN@14"}],"data":{"$area":7.96000000000051e-05},"id":"n7519"},{"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: 227&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002267,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@31","$color":7,"excl_time":1.63000000001671e-05,"$area":1.63000000001671e-05},"id":"7529-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: 26&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@12","$color":7,"excl_time":2.21999999997912e-05,"$area":2.21999999997912e-05},"id":"7530-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: 19&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@2","$color":7,"excl_time":1.87e-05,"$area":1.87e-05},"id":"7531-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: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@10","$color":7,"excl_time":1.34000000000521e-05,"$area":1.34000000000521e-05},"id":"7532-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: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@9","$color":7,"excl_time":1.6099999999793e-05,"$area":1.6099999999793e-05},"id":"7533-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: 4.79ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0047918,"subname":"Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@14","$color":7,"excl_time":1.59000000001675e-05,"$area":1.59000000001675e-05},"id":"7534-Moose::Meta::Method::Accessor::Native::Hash::Writer::BEGIN@14"}],"data":{"$area":0.000102599999999971},"id":"n7528"},{"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: 25&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_inline_optimized_set_new_value","$color":9,"excl_time":2.48e-05,"$area":2.48e-05},"id":"7536-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: 24&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_potential_value","$color":9,"excl_time":2.45e-05,"$area":2.45e-05},"id":"7537-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: 33&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@10","$color":9,"excl_time":2.06000000000291e-05,"$area":2.06000000000291e-05},"id":"7538-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: 21&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@2","$color":9,"excl_time":2.11e-05,"$area":2.11e-05},"id":"7539-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_adds_members","$color":9,"excl_time":3.5e-06,"$area":3.5e-06},"id":"7540-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: 5.50ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0055003,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@12","$color":9,"excl_time":1.65999999999084e-05,"$area":1.65999999999084e-05},"id":"7541-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: 28&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::_return_value","$color":9,"excl_time":2.77e-05,"$area":2.77e-05},"id":"7542-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: 25&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@9","$color":9,"excl_time":1.84999999999796e-05,"$area":1.84999999999796e-05},"id":"7543-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: 232&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0002321,"subname":"Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@50","$color":9,"excl_time":2.09999999999804e-05,"$area":2.09999999999804e-05},"id":"7544-Moose::Meta::Method::Accessor::Native::Hash::delete::BEGIN@50"}],"data":{"$area":0.000178299999999897},"id":"n7535"},{"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: 5.04ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0050385,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@14","$color":0,"excl_time":1.66999999998132e-05,"$area":1.66999999998132e-05},"id":"7546-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: 821&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0008206,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::_inline_check_arguments","$color":0,"excl_time":3.38000000002457e-05,"$area":3.38000000002457e-05},"id":"7547-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: 24&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::_return_value","$color":0,"excl_time":2.38e-05,"$area":2.38e-05},"id":"7548-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: 138&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001383,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@12","$color":0,"excl_time":1.75999999999154e-05,"$area":1.75999999999154e-05},"id":"7549-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: 228&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0002277,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@47","$color":0,"excl_time":1.77999999997928e-05,"$area":1.77999999997928e-05},"id":"7550-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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::_minimum_arguments","$color":0,"excl_time":9.3e-06,"$area":9.3e-06},"id":"7551-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: 34&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@2","$color":0,"excl_time":3.43e-05,"$area":3.43e-05},"id":"7552-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: 30&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@9","$color":0,"excl_time":2.20000000000973e-05,"$area":2.20000000000973e-05},"id":"7553-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: 29&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@10","$color":0,"excl_time":1.45999999998195e-05,"$area":1.45999999998195e-05},"id":"7554-Moose::Meta::Method::Accessor::Native::Hash::get::BEGIN@10"}],"data":{"$area":0.000189899999999684},"id":"n7545"},{"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: 218&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002177,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@44","$color":2,"excl_time":1.57000000001866e-05,"$area":1.57000000001866e-05},"id":"7556-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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_maximum_arguments","$color":2,"excl_time":3.4e-06,"$area":3.4e-06},"id":"7557-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.56ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0045571,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@14","$color":2,"excl_time":1.78000000001979e-05,"$area":1.78000000001979e-05},"id":"7558-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: 336&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.000336,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_inline_check_arguments","$color":2,"excl_time":1.39999999998445e-05,"$area":1.39999999998445e-05},"id":"7559-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: 74&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.41e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@12","$color":2,"excl_time":1.43000000001678e-05,"$area":1.43000000001678e-05},"id":"7560-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: 32&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@9","$color":2,"excl_time":2.41000000001203e-05,"$area":2.41000000001203e-05},"id":"7561-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: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@2","$color":2,"excl_time":1.97e-05,"$area":1.97e-05},"id":"7562-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::BEGIN@10","$color":2,"excl_time":1.4300000000099e-05,"$area":1.4300000000099e-05},"id":"7563-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_minimum_arguments","$color":2,"excl_time":4.3e-06,"$area":4.3e-06},"id":"7564-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: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::exists::_return_value","$color":2,"excl_time":7.5e-06,"$area":7.5e-06},"id":"7565-Moose::Meta::Method::Accessor::Native::Hash::exists::_return_value"}],"data":{"$area":0.000135100000000616},"id":"n7555"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@9","$color":4,"excl_time":1.62000000000265e-05,"$area":1.62000000000265e-05},"id":"7567-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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@12","$color":4,"excl_time":7.4e-06,"$area":7.4e-06},"id":"7568-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: 62&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":6.15e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_coerce_new_values","$color":4,"excl_time":4.15000000003131e-05,"$area":4.15000000003131e-05},"id":"7569-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: 774&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0007737,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_check_arguments","$color":4,"excl_time":5.50000000007051e-05,"$area":5.50000000007051e-05},"id":"7570-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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_maximum_arguments","$color":4,"excl_time":8.3e-06,"$area":8.3e-06},"id":"7571-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: 20&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_potential_value","$color":4,"excl_time":2.01e-05,"$area":2.01e-05},"id":"7572-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: 25&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_optimized_set_new_value","$color":4,"excl_time":2.53e-05,"$area":2.53e-05},"id":"7573-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: 20&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@2","$color":4,"excl_time":2.02e-05,"$area":2.02e-05},"id":"7574-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.4e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_new_members","$color":4,"excl_time":4.4e-06,"$area":4.4e-06},"id":"7575-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: 5.39ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.005387,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@15","$color":4,"excl_time":1.99999999998786e-05,"$area":1.99999999998786e-05},"id":"7576-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: 80&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":8.02e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@13","$color":4,"excl_time":1.42999999999369e-05,"$area":1.42999999999369e-05},"id":"7577-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: 28&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@10","$color":4,"excl_time":1.5300000000076e-05,"$area":1.5300000000076e-05},"id":"7578-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: 226&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0002265,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::BEGIN@124","$color":4,"excl_time":1.88000000001892e-05,"$area":1.88000000001892e-05},"id":"7579-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: 36&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_return_value","$color":4,"excl_time":3.64e-05,"$area":3.64e-05},"id":"7580-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.6e-05,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_inline_process_arguments","$color":4,"excl_time":1.6e-05,"$area":1.6e-05},"id":"7581-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":4e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_adds_members","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"7582-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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Moose::Meta::Method::Accessor::Native::Hash::set::_minimum_arguments","$color":4,"excl_time":8.5e-06,"$area":8.5e-06},"id":"7583-Moose::Meta::Method::Accessor::Native::Hash::set::_minimum_arguments"}],"data":{"$area":0.000331700000001125},"id":"n7566"}],"data":{"$area":0.00130000000000135},"id":"n7503"},{"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: 2.29ms, 0.00%<br />Exclusive time: 210&micro;s, 0.00%</p>","incl_time":0.0022877,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_check_member_constraint","$color":6,"excl_time":0.000209600000001916,"$area":0.000209600000001916},"id":"7585-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: 1.51ms, 0.00%<br />Exclusive time: 823&micro;s, 0.00%</p>","incl_time":0.0015068,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_tc_member_type","$color":6,"excl_time":0.000823400000001998,"$area":0.000823400000001998},"id":"7586-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: 296&micro;s, 0.00%<br />Exclusive time: 215&micro;s, 0.00%</p>","incl_time":0.0002956,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_get_old_value_for_trigger","$color":6,"excl_time":0.000215399999999359,"$area":0.000215399999999359},"id":"7587-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: 14&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@2","$color":6,"excl_time":1.41e-05,"$area":1.41e-05},"id":"7588-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: 32&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@10","$color":6,"excl_time":2.28000000000743e-05,"$area":2.28000000000743e-05},"id":"7589-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: 3.48ms, 0.01%<br />Exclusive time: 247&micro;s, 0.00%</p>","incl_time":0.0034804,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_tc_code","$color":6,"excl_time":0.000246899999999667,"$area":0.000246899999999667},"id":"7590-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: 547&micro;s, 0.00%<br />Exclusive time: 250&micro;s, 0.00%</p>","incl_time":0.0005471,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_check_new_members_only","$color":6,"excl_time":0.000249600000000605,"$area":0.000249600000000605},"id":"7591-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: 236&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0002363,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@167","$color":6,"excl_time":2.37000000002148e-05,"$area":2.37000000002148e-05},"id":"7592-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: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@9","$color":6,"excl_time":1.13000000001663e-05,"$area":1.13000000001663e-05},"id":"7593-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: 224&micro;s, 0.00%<br />Exclusive time: 163&micro;s, 0.00%</p>","incl_time":0.0002237,"subname":"Moose::Meta::Method::Accessor::Native::Collection::_inline_coerce_new_values","$color":6,"excl_time":0.000163400000000098,"$area":0.000163400000000098},"id":"7594-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: 3.75ms, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.003752,"subname":"Moose::Meta::Method::Accessor::Native::Collection::BEGIN@12","$color":6,"excl_time":2.33000000000819e-05,"$area":2.33000000000819e-05},"id":"7595-Moose::Meta::Method::Accessor::Native::Collection::BEGIN@12"}],"data":{"$area":0.00200350000000418},"id":"n7584"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@10","$color":8,"excl_time":9.19999999988673e-06,"$area":9.19999999988673e-06},"id":"7597-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: 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::Reader::BEGIN@9","$color":8,"excl_time":1.1199999999862e-05,"$area":1.1199999999862e-05},"id":"7598-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: 8.81ms, 0.01%<br />Exclusive time: 508&micro;s, 0.00%</p>","incl_time":0.0088092,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_inline_reader_core","$color":8,"excl_time":0.000507799999999875,"$area":0.000507799999999875},"id":"7599-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: 4.09ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.00409,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@12","$color":8,"excl_time":1.15999999999623e-05,"$area":1.15999999999623e-05},"id":"7600-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.25e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@2","$color":8,"excl_time":1.25e-05,"$area":1.25e-05},"id":"7601-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: 200&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002002,"subname":"Moose::Meta::Method::Accessor::Native::Reader::BEGIN@50","$color":8,"excl_time":1.51000000000619e-05,"$area":1.51000000000619e-05},"id":"7602-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: 36&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_inline_process_arguments","$color":8,"excl_time":3.61e-05,"$area":3.61e-05},"id":"7603-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: 11.6ms, 0.02%<br />Exclusive time: 361&micro;s, 0.00%</p>","incl_time":0.011565,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_generate_method","$color":8,"excl_time":0.000361199999999903,"$area":0.000361199999999903},"id":"7604-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: 20&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Moose::Meta::Method::Accessor::Native::Reader::_inline_check_arguments","$color":8,"excl_time":1.98e-05,"$area":1.98e-05},"id":"7605-Moose::Meta::Method::Accessor::Native::Reader::_inline_check_arguments"}],"data":{"$area":0.000984499999999551},"id":"n7596"}],"data":{"$area":0.0235673999999983},"id":"n7382"}],"data":{"$area":0.079625299999937},"id":"n7359"}],"data":{"$area":0.152477099999854},"id":"n7291"},{"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: 5.48ms, 0.01%<br />Exclusive time: 5.29ms, 0.01%</p>","incl_time":0.0054752,"subname":"Moose::Meta::Mixin::AttributeCore::has_trigger","$color":10,"excl_time":0.00529210000000023,"$area":0.00529210000000023},"id":"7608-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: 2.54ms, 0.00%<br />Exclusive time: 2.49ms, 0.00%</p>","incl_time":0.00254080000000001,"subname":"Moose::Meta::Mixin::AttributeCore::is_weak_ref","$color":10,"excl_time":0.00248630000000005,"$area":0.00248630000000005},"id":"7609-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: 138&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001384,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@12","$color":10,"excl_time":1.57000000000247e-05,"$area":1.57000000000247e-05},"id":"7610-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.89ms, 0.00%<br />Exclusive time: 1.83ms, 0.00%</p>","incl_time":0.0018873,"subname":"Moose::Meta::Mixin::AttributeCore::is_required","$color":10,"excl_time":0.0018312,"$area":0.0018312},"id":"7611-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 1282 times from 4 places in 2 files<br />Inclusive time: 3.57ms, 0.01%<br />Exclusive time: 3.43ms, 0.01%</p>","incl_time":0.0035661,"subname":"Moose::Meta::Mixin::AttributeCore::is_lazy","$color":10,"excl_time":0.00343059999999999,"$area":0.00343059999999999},"id":"7612-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: 5.93ms, 0.01%</p>","incl_time":0.00593139999999999,"subname":"Moose::Meta::Mixin::AttributeCore::type_constraint","$color":10,"excl_time":0.00593139999999999,"$area":0.00593139999999999},"id":"7613-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 537 times from 2 places in 1 file<br />Inclusive time: 1.55ms, 0.00%<br />Exclusive time: 1.47ms, 0.00%</p>","incl_time":0.0015502,"subname":"Moose::Meta::Mixin::AttributeCore::should_auto_deref","$color":10,"excl_time":0.00147350000000001,"$area":0.00147350000000001},"id":"7614-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: 24&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@2","$color":10,"excl_time":2.43e-05,"$area":2.43e-05},"id":"7615-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.84ms, 0.01%<br />Exclusive time: 3.67ms, 0.01%</p>","incl_time":0.00383599999999999,"subname":"Moose::Meta::Mixin::AttributeCore::should_coerce","$color":10,"excl_time":0.00366999999999988,"$area":0.00366999999999988},"id":"7616-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: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Moose::Meta::Mixin::AttributeCore::_is_metadata","$color":10,"excl_time":9.5e-06,"$area":9.5e-06},"id":"7617-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: 28&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@10","$color":10,"excl_time":1.46000000000148e-05,"$area":1.46000000000148e-05},"id":"7618-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: 192&micro;s, 0.00%</p>","incl_time":0.0001922,"subname":"Moose::Meta::Mixin::AttributeCore::handles","$color":10,"excl_time":0.0001922,"$area":0.0001922},"id":"7619-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: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Moose::Meta::Mixin::AttributeCore::_isa_metadata","$color":10,"excl_time":1.84e-05,"$area":1.84e-05},"id":"7620-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: 24&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@9","$color":10,"excl_time":1.73000000000179e-05,"$area":1.73000000000179e-05},"id":"7621-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: 5.50ms, 0.01%<br />Exclusive time: 5.38ms, 0.01%</p>","incl_time":0.00549920000000001,"subname":"Moose::Meta::Mixin::AttributeCore::has_type_constraint","$color":10,"excl_time":0.00537639999999998,"$area":0.00537639999999998},"id":"7622-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.84ms, 0.00%<br />Exclusive time: 1.74ms, 0.00%</p>","incl_time":0.0018393,"subname":"Moose::Meta::Mixin::AttributeCore::has_handles","$color":10,"excl_time":0.0017391,"$area":0.0017391},"id":"7623-Moose::Meta::Mixin::AttributeCore::has_handles"}],"data":{"$area":0.0315226000000002},"id":"n7607"}],"data":{"$area":0.0315226000000002},"id":"n7606"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Moose::Meta::Instance::BEGIN@11","$color":1,"excl_time":1.39000000000061e-05,"$area":1.39000000000061e-05},"id":"7625-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: 27&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Moose::Meta::Instance::BEGIN@10","$color":1,"excl_time":1.84999999999776e-05,"$area":1.84999999999776e-05},"id":"7626-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: 140&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001395,"subname":"Moose::Meta::Instance::BEGIN@15","$color":1,"excl_time":1.29000000000233e-05,"$area":1.29000000000233e-05},"id":"7627-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: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Moose::Meta::Instance::BEGIN@13","$color":1,"excl_time":8.9e-06,"$area":8.9e-06},"id":"7628-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: 10.3ms, 0.02%<br />Exclusive time: 9.93ms, 0.02%</p>","incl_time":0.010345,"subname":"Moose::Meta::Instance::_new","$color":1,"excl_time":0.00993100000007813,"$area":0.00993100000007813},"id":"7629-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: 23&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Moose::Meta::Instance::BEGIN@3","$color":1,"excl_time":2.27e-05,"$area":2.27e-05},"id":"7630-Moose::Meta::Instance::BEGIN@3"}],"data":{"$area":0.0100079000000781},"id":"n7624"},{"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: 154ms, 0.23%<br />Exclusive time: 9.19ms, 0.01%</p>","incl_time":0.1536084,"subname":"Moose::Meta::TypeCoercion::BEGIN@14","$color":3,"excl_time":0.00919200000000017,"$area":0.00919200000000017},"id":"7632-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: 1.24ms, 0.00%<br />Exclusive time: 348&micro;s, 0.00%</p>","incl_time":0.0012364,"subname":"Moose::Meta::TypeCoercion::compile_type_coercion","$color":3,"excl_time":0.000347599999996646,"$area":0.000347599999996646},"id":"7633-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@11","$color":3,"excl_time":9.60000000001013e-06,"$area":9.60000000001013e-06},"id":"7634-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: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@15","$color":3,"excl_time":1.04e-05,"$area":1.04e-05},"id":"7635-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: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@10","$color":3,"excl_time":1.13999999999882e-05,"$area":1.13999999999882e-05},"id":"7636-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: 15&micro;s, 0.00%</p>","incl_time":1.46e-05,"subname":"Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:19]","$color":3,"excl_time":1.46e-05,"$area":1.46e-05},"id":"7637-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: 5.88ms, 0.01%<br />Exclusive time: 193&micro;s, 0.00%</p>","incl_time":0.0058836,"subname":"Moose::Meta::TypeCoercion::new","$color":3,"excl_time":0.00019289999999984,"$area":0.00019289999999984},"id":"7638-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: 711&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0007113,"subname":"Moose::Meta::TypeCoercion::BEGIN@12","$color":3,"excl_time":8.29999999999082e-06,"$area":8.29999999999082e-06},"id":"7639-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: 320ms, 0.49%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.3196948,"subname":"Moose::Meta::TypeCoercion::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeCoercion.pm:72]","$color":3,"excl_time":3.32000000001507e-05,"$area":3.32000000001507e-05},"id":"7640-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: 107&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0001066,"subname":"Moose::Meta::TypeCoercion::meta","$color":3,"excl_time":4.92000000000703e-05,"$area":4.92000000000703e-05},"id":"7641-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: 146&micro;s, 0.00%</p>","incl_time":0.000146,"subname":"Moose::Meta::TypeCoercion::_compiled_type_coercion","$color":3,"excl_time":0.000146,"$area":0.000146},"id":"7642-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: 42&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Moose::Meta::TypeCoercion::type_coercion_map","$color":3,"excl_time":4.18e-05,"$area":4.18e-05},"id":"7643-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: 82&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.17e-05,"subname":"Moose::Meta::TypeCoercion::coerce","$color":3,"excl_time":1.04000000003367e-05,"$area":1.04000000003367e-05},"id":"7644-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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@3","$color":3,"excl_time":1.32e-05,"$area":1.32e-05},"id":"7645-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: 59&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@14","$color":5,"excl_time":1.12000000000248e-05,"$area":1.12000000000248e-05},"id":"7647-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: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@3","$color":5,"excl_time":1.31e-05,"$area":1.31e-05},"id":"7648-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: 17&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@10","$color":5,"excl_time":1.15000000000084e-05,"$area":1.15000000000084e-05},"id":"7649-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: 93&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.27e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@16","$color":5,"excl_time":8.89999999997726e-06,"$area":8.89999999997726e-06},"id":"7650-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: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"Moose::Meta::TypeCoercion::Union::meta","$color":5,"excl_time":7.40000000006101e-06,"$area":7.40000000006101e-06},"id":"7651-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: 622&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006215,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@12","$color":5,"excl_time":8.79999999997853e-06,"$area":8.79999999997853e-06},"id":"7652-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: 28&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@11","$color":5,"excl_time":1.55000000000205e-05,"$area":1.55000000000205e-05},"id":"7653-Moose::Meta::TypeCoercion::Union::BEGIN@11"}],"data":{"$area":7.64000000000704e-05},"id":"n7646"}],"data":{"$area":0.0101569999999973},"id":"n7631"},{"name":"::Attribute","children":[{"name":"get_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::get_value</b></p><p><br />Called 25 times from 3 places in 3 files<br />Inclusive time: 949ms, 1.45%<br />Exclusive time: 692&micro;s, 0.00%</p>","incl_time":0.9486655,"subname":"Moose::Meta::Attribute::get_value","$color":7,"excl_time":0.000691599999973281,"$area":0.000691599999973281},"id":"7655-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: 6.33ms, 0.01%<br />Exclusive time: 3.36ms, 0.01%</p>","incl_time":0.00632510000000001,"subname":"Moose::Meta::Attribute::_auto_deref","$color":7,"excl_time":0.00335939999999909,"$area":0.00335939999999909},"id":"7656-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: 18.2ms, 0.03%<br />Exclusive time: 538&micro;s, 0.00%</p>","incl_time":0.0182277,"subname":"Moose::Meta::Attribute::clone_and_inherit_options","$color":7,"excl_time":0.000537600000002623,"$area":0.000537600000002623},"id":"7657-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: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Moose::Meta::Attribute::BEGIN@20","$color":7,"excl_time":1.09000000000073e-05,"$area":1.09000000000073e-05},"id":"7658-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: 3.44ms, 0.01%<br />Exclusive time: 2.55ms, 0.00%</p>","incl_time":0.003444,"subname":"Moose::Meta::Attribute::BEGIN@13","$color":7,"excl_time":0.00254740000000003,"$area":0.00254740000000003},"id":"7659-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: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"Moose::Meta::Attribute::BEGIN@17","$color":7,"excl_time":1.01000000000206e-05,"$area":1.01000000000206e-05},"id":"7660-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: 36&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Moose::Meta::Attribute::illegal_options_for_inheritance","$color":7,"excl_time":3.64e-05,"$area":3.64e-05},"id":"7661-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: 948ms, 1.45%<br />Exclusive time: 267&micro;s, 0.00%</p>","incl_time":0.9479717,"subname":"Moose::Meta::Attribute::_call_builder","$color":7,"excl_time":0.000267300000017567,"$area":0.000267300000017567},"id":"7662-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: 336&micro;s, 0.00%</p>","incl_time":0.0003363,"subname":"Moose::Meta::Attribute::delegation_metaclass","$color":7,"excl_time":0.0003363,"$area":0.0003363},"id":"7663-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: 14.8ms, 0.02%<br />Exclusive time: 2.56ms, 0.00%</p>","incl_time":0.0148001,"subname":"Moose::Meta::Attribute::_inline_generate_default","$color":7,"excl_time":0.00256030000001519,"$area":0.00256030000001519},"id":"7664-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: 11.6ms, 0.02%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0116159,"subname":"Moose::Meta::Attribute::verify_against_type_constraint","$color":7,"excl_time":0.00125359999997986,"$area":0.00125359999997986},"id":"7665-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: 60.7ms, 0.09%<br />Exclusive time: 4.80ms, 0.01%</p>","incl_time":0.0607368999999999,"subname":"Moose::Meta::Attribute::_inline_check_lazy","$color":7,"excl_time":0.00479910000001279,"$area":0.00479910000001279},"id":"7666-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: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"Moose::Meta::Attribute::BEGIN@16","$color":7,"excl_time":9.40000000001976e-06,"$area":9.40000000001976e-06},"id":"7667-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: 9.65ms, 0.01%<br />Exclusive time: 3.32ms, 0.01%</p>","incl_time":0.00964949999999999,"subname":"Moose::Meta::Attribute::_inline_return_auto_deref","$color":7,"excl_time":0.00332440000000097,"$area":0.00332440000000097},"id":"7668-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.90ms, 0.01%<br />Exclusive time: 1.01ms, 0.00%</p>","incl_time":0.0038987,"subname":"Moose::Meta::Attribute::_inline_init_slot","$color":7,"excl_time":0.00100539999999291,"$area":0.00100539999999291},"id":"7669-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: 264&micro;s, 0.00%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.0002639,"subname":"Moose::Meta::Attribute::set_value","$color":7,"excl_time":0.000110699999999369,"$area":0.000110699999999369},"id":"7670-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.75ms, 0.00%</p>","incl_time":0.0017511,"subname":"Moose::Meta::Attribute::_process_required_option","$color":7,"excl_time":0.0017511,"$area":0.0017511},"id":"7671-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.01e-05,"subname":"Moose::Meta::Attribute::BEGIN@25","$color":7,"excl_time":1.01e-05,"$area":1.01e-05},"id":"7672-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: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Meta::Attribute::BEGIN@10","$color":7,"excl_time":1.15000000000256e-05,"$area":1.15000000000256e-05},"id":"7673-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: 677&micro;s, 0.00%</p>","incl_time":0.0006767,"subname":"Moose::Meta::Attribute::CORE:match","$color":7,"excl_time":0.0006767,"$area":0.0006767},"id":"7674-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: 217ms, 0.33%<br />Exclusive time: 7.19ms, 0.01%</p>","incl_time":0.216856,"subname":"Moose::Meta::Attribute::_inline_tc_code","$color":7,"excl_time":0.00718590000005488,"$area":0.00718590000005488},"id":"7675-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: 3.13ms, 0.00%</p>","incl_time":0.0031262,"subname":"Moose::Meta::Attribute::_process_is_option","$color":7,"excl_time":0.0031262,"$area":0.0031262},"id":"7676-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: 428ms, 0.65%<br />Exclusive time: 8.55ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 3.88ms</p>","incl_time":0.427831,"subname":"Moose::Meta::Attribute::interpolate_class_and_new","$color":7,"excl_time":0.00854710000000969,"$area":0.00854710000000969},"id":"7677-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: 7.07ms, 0.01%<br />Exclusive time: 4.80ms, 0.01%</p>","incl_time":0.00707099999999997,"subname":"Moose::Meta::Attribute::_inline_check_coercion","$color":7,"excl_time":0.00479859999996685,"$area":0.00479859999996685},"id":"7678-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: 8.43ms, 0.01%<br />Exclusive time: 5.67ms, 0.01%</p>","incl_time":0.00843200000000001,"subname":"Moose::Meta::Attribute::_inline_weaken_value","$color":7,"excl_time":0.00567289999999778,"$area":0.00567289999999778},"id":"7679-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.9e-06,"subname":"Moose::Meta::Attribute::BEGIN@18","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"7680-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: 1.15ms, 0.00%<br />Exclusive time: 905&micro;s, 0.00%</p>","incl_time":0.0011499,"subname":"Moose::Meta::Attribute::BEGIN@21","$color":7,"excl_time":0.000904900000000005,"$area":0.000904900000000005},"id":"7681-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: 5.69ms, 0.01%<br />Exclusive time: 1.29ms, 0.00%</p>","incl_time":0.0056874,"subname":"Moose::Meta::Attribute::_inline_check_required","$color":7,"excl_time":0.00128950000000049,"$area":0.00128950000000049},"id":"7682-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Moose::Meta::Attribute::BEGIN@11","$color":7,"excl_time":8.99999999997762e-06,"$area":8.99999999997762e-06},"id":"7683-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: 5.11ms, 0.01%<br />Exclusive time: 552&micro;s, 0.00%</p>","incl_time":0.0051052,"subname":"Moose::Meta::Attribute::_get_delegate_method_list","$color":7,"excl_time":0.000552400000000088,"$area":0.000552400000000088},"id":"7684-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: 3.50ms, 0.01%<br />Exclusive time: 180&micro;s, 0.00%</p>","incl_time":0.0035024,"subname":"Moose::Meta::Attribute::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Attribute.pm:45]","$color":7,"excl_time":0.000180000000002828,"$area":0.000180000000002828},"id":"7685-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: 8.60ms, 0.01%<br />Exclusive time: 7.36ms, 0.01%</p>","incl_time":0.00860329999999997,"subname":"Moose::Meta::Attribute::_error_thrower","$color":7,"excl_time":0.00736420000001071,"$area":0.00736420000001071},"id":"7686-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: 171ms, 0.26%<br />Exclusive time: 38.5ms, 0.06%</p>","incl_time":0.1705004,"subname":"Moose::Meta::Attribute::_eval_environment","$color":7,"excl_time":0.038464299999794,"$area":0.038464299999794},"id":"7687-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: 230ms, 0.35%<br />Exclusive time: 19.5ms, 0.03%</p>","incl_time":0.2300133,"subname":"Moose::Meta::Attribute::_inline_check_constraint","$color":7,"excl_time":0.0195054999999034,"$area":0.0195054999999034},"id":"7688-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: 211&micro;s, 0.00%<br />Exclusive time: 93&micro;s, 0.00%</p>","incl_time":0.0002108,"subname":"Moose::Meta::Attribute::_find_delegate_metaclass","$color":7,"excl_time":9.27999999994934e-05,"$area":9.27999999994934e-05},"id":"7689-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: 6.66ms, 0.01%<br />Exclusive time: 2.08ms, 0.00%</p>","incl_time":0.0066644,"subname":"Moose::Meta::Attribute::_process_does_option","$color":7,"excl_time":0.00207949999999977,"$area":0.00207949999999977},"id":"7690-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: 51.2ms, 0.08%<br />Exclusive time: 2.88ms, 0.00%</p>","incl_time":0.0512182,"subname":"Moose::Meta::Attribute::_inline_init_from_default","$color":7,"excl_time":0.00287859999998864,"$area":0.00287859999998864},"id":"7691-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.82ms, 0.00%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0018164,"subname":"Moose::Meta::Attribute::_inline_get_old_value_for_trigger","$color":7,"excl_time":0.00127059999999641,"$area":0.00127059999999641},"id":"7692-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: 6.53ms, 0.01%<br />Exclusive time: 697&micro;s, 0.00%</p>","incl_time":0.0065274,"subname":"Moose::Meta::Attribute::does","$color":7,"excl_time":0.000697399999999554,"$area":0.000697399999999554},"id":"7693-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.87ms, 0.00%<br />Exclusive time: 1.73ms, 0.00%</p>","incl_time":0.0018712,"subname":"Moose::Meta::Attribute::_process_coerce_option","$color":7,"excl_time":0.00172800000000033,"$area":0.00172800000000033},"id":"7694-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: 126ms, 0.19%<br />Exclusive time: 18.6ms, 0.03%</p>","incl_time":0.1256251,"subname":"Moose::Meta::Attribute::_process_options","$color":7,"excl_time":0.0186162000000021,"$area":0.0186162000000021},"id":"7695-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: 2.26ms, 0.00%<br />Exclusive time: 2.19ms, 0.00%</p>","incl_time":0.0022558,"subname":"Moose::Meta::Attribute::_process_lazy_build_option","$color":7,"excl_time":0.00219409999999995,"$area":0.00219409999999995},"id":"7696-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.44ms, 0.00%</p>","incl_time":0.0014438,"subname":"Moose::Meta::Attribute::_process_lazy_option","$color":7,"excl_time":0.0014438,"$area":0.0014438},"id":"7697-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: 1.37ms, 0.00%<br />Exclusive time: 1.07ms, 0.00%</p>","incl_time":0.0013716,"subname":"Moose::Meta::Attribute::BEGIN@22","$color":7,"excl_time":0.00106739999999991,"$area":0.00106739999999991},"id":"7698-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: 16.2ms, 0.02%<br />Exclusive time: 1.95ms, 0.00%</p>","incl_time":0.0162213,"subname":"Moose::Meta::Attribute::_make_delegation_method","$color":7,"excl_time":0.00194560000000777,"$area":0.00194560000000777},"id":"7699-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: 46.8ms, 0.07%<br />Exclusive time: 18.4ms, 0.03%</p>","incl_time":0.0467599,"subname":"Moose::Meta::Attribute::_new","$color":7,"excl_time":0.0184154000000156,"$area":0.0184154000000156},"id":"7700-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: 37&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"Moose::Meta::Attribute::applied_traits","$color":7,"excl_time":3.68e-05,"$area":3.68e-05},"id":"7701-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: 646&micro;s, 0.00%</p>","incl_time":0.0006463,"subname":"Moose::Meta::Attribute::CORE:sort","$color":7,"excl_time":0.0006463,"$area":0.0006463},"id":"7702-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.75ms, 0.00%<br />Exclusive time: 1.52ms, 0.00%</p>","incl_time":0.0027489,"subname":"Moose::Meta::Attribute::_process_auto_deref_option","$color":7,"excl_time":0.00151610000000008,"$area":0.00151610000000008},"id":"7703-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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Moose::Meta::Attribute::BEGIN@23","$color":7,"excl_time":8.3e-06,"$area":8.3e-06},"id":"7704-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.52ms, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0015232,"subname":"Moose::Meta::Attribute::remove_accessors","$color":7,"excl_time":0.000112800000000077,"$area":0.000112800000000077},"id":"7705-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.63s, 2.49%<br />Exclusive time: 7.84ms, 0.01%</p>","incl_time":1.6316965,"subname":"Moose::Meta::Attribute::install_accessors","$color":7,"excl_time":0.00784079999999482,"$area":0.00784079999999482},"id":"7706-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: 85.7ms, 0.13%<br />Exclusive time: 6.12ms, 0.01%</p>","incl_time":0.0856536,"subname":"Moose::Meta::Attribute::_process_isa_option","$color":7,"excl_time":0.00611589999999573,"$area":0.00611589999999573},"id":"7707-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: 28.2ms, 0.04%<br />Exclusive time: 5.01ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 741&micro;s</p>","incl_time":0.0282064,"subname":"Moose::Meta::Attribute::initialize_instance_slot","$color":7,"excl_time":0.00501479999999598,"$area":0.00501479999999598},"id":"7708-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: 67&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.71e-05,"subname":"Moose::Meta::Attribute::BEGIN@14","$color":7,"excl_time":1.3500000000013e-05,"$area":1.3500000000013e-05},"id":"7709-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: 42&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Moose::Meta::Attribute::CORE:regcomp","$color":7,"excl_time":4.18e-05,"$area":4.18e-05},"id":"7710-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.74ms, 0.00%</p>","incl_time":0.001743,"subname":"Moose::Meta::Attribute::accessor_metaclass","$color":7,"excl_time":0.001743,"$area":0.001743},"id":"7711-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: 323ms, 0.49%<br />Exclusive time: 23.7ms, 0.04%</p>","incl_time":0.3229796,"subname":"Moose::Meta::Attribute::_inline_set_value","$color":7,"excl_time":0.0236831999999822,"$area":0.0236831999999822},"id":"7712-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.36s, 2.08%<br />Exclusive time: 25.2ms, 0.04%</p>","incl_time":1.3649081,"subname":"Moose::Meta::Attribute::_process_accessors","$color":7,"excl_time":0.0252259999999411,"$area":0.0252259999999411},"id":"7713-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: 6.34ms, 0.01%<br />Exclusive time: 4.31ms, 0.01%</p>","incl_time":0.00633929999999999,"subname":"Moose::Meta::Attribute::_writer_value_needs_copy","$color":7,"excl_time":0.0043073999999736,"$area":0.0043073999999736},"id":"7714-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: 13.4ms, 0.02%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0133733,"subname":"Moose::Meta::Attribute::BEGIN@27","$color":7,"excl_time":1.16000000000213e-05,"$area":1.16000000000213e-05},"id":"7715-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: 6.61ms, 0.01%<br />Exclusive time: 1.02ms, 0.00%</p>","incl_time":0.0066138,"subname":"Moose::Meta::Attribute::_canonicalize_handles","$color":7,"excl_time":0.00101690000002241,"$area":0.00101690000002241},"id":"7716-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: 13.9ms, 0.02%<br />Exclusive time: 1.63ms, 0.00%</p>","incl_time":0.0139244,"subname":"Moose::Meta::Attribute::_coerce_and_verify","$color":7,"excl_time":0.00162629999998881,"$area":0.00162629999998881},"id":"7717-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: 163ms, 0.25%<br />Exclusive time: 8.11ms, 0.01%</p>","incl_time":0.1626757,"subname":"Moose::Meta::Attribute::_inline_get_value","$color":7,"excl_time":0.00811109999998229,"$area":0.00811109999998229},"id":"7718-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: 19&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Moose::Meta::Attribute::_inline_copy_value","$color":7,"excl_time":1.89e-05,"$area":1.89e-05},"id":"7719-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: 204ms, 0.31%<br />Exclusive time: 33.0ms, 0.05%</p>","incl_time":0.2042997,"subname":"Moose::Meta::Attribute::_inline_throw_error","$color":7,"excl_time":0.032989500000159,"$area":0.032989500000159},"id":"7720-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.71ms, 0.00%<br />Exclusive time: 1.31ms, 0.00%</p>","incl_time":0.0017083,"subname":"Moose::Meta::Attribute::_inline_trigger","$color":7,"excl_time":0.00131109999999824,"$area":0.00131109999999824},"id":"7721-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: 107ms, 0.16%<br />Exclusive time: 4.76ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 66&micro;s</p>","incl_time":0.107372,"subname":"Moose::Meta::Attribute::interpolate_class","$color":7,"excl_time":0.00475539999999321,"$area":0.00475539999999321},"id":"7722-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: 152&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0001517,"subname":"Moose::Meta::Attribute::remove_delegation","$color":7,"excl_time":6.04999999991538e-05,"$area":6.04999999991538e-05},"id":"7723-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: 599&micro;s, 0.00%<br />Exclusive time: 235&micro;s, 0.00%</p>","incl_time":0.0005991,"subname":"Moose::Meta::Attribute::_weaken_value","$color":7,"excl_time":0.000235299999998532,"$area":0.000235299999998532},"id":"7724-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.53ms, 0.00%</p>","incl_time":0.0015345,"subname":"Moose::Meta::Attribute::_process_trigger_option","$color":7,"excl_time":0.0015345,"$area":0.0015345},"id":"7725-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: 13&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"Moose::Meta::Attribute::BEGIN@3","$color":7,"excl_time":1.3e-05,"$area":1.3e-05},"id":"7726-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: 320ms, 0.49%<br />Exclusive time: 82.3ms, 0.13%</p>","incl_time":0.32044,"subname":"Moose::Meta::Attribute::new","$color":7,"excl_time":0.0823238000005437,"$area":0.0823238000005437},"id":"7727-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: 121ms, 0.18%<br />Exclusive time: 8.90ms, 0.01%</p>","incl_time":0.1206631,"subname":"Moose::Meta::Attribute::BEGIN@24","$color":7,"excl_time":0.0089046999999999,"$area":0.0089046999999999},"id":"7728-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.99ms, 0.01%<br />Exclusive time: 3.30ms, 0.01%</p>","incl_time":0.0039881,"subname":"Moose::Meta::Attribute::_check_associated_methods","$color":7,"excl_time":0.003304099999977,"$area":0.003304099999977},"id":"7729-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: 17.4ms, 0.03%<br />Exclusive time: 2.29ms, 0.00%</p>","incl_time":0.0173808,"subname":"Moose::Meta::Attribute::clone","$color":7,"excl_time":0.00229290000000284,"$area":0.00229290000000284},"id":"7730-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: 144ms, 0.22%<br />Exclusive time: 7.18ms, 0.01%</p>","incl_time":0.1439874,"subname":"Moose::Meta::Attribute::install_delegation","$color":7,"excl_time":0.00718349999999235,"$area":0.00718349999999235},"id":"7731-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: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.25e-05,"subname":"Moose::Meta::Attribute::BEGIN@15","$color":7,"excl_time":1.09999999999824e-05,"$area":1.09999999999824e-05},"id":"7732-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: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Moose::Meta::Attribute::Native::BEGIN@2","$color":9,"excl_time":1.31e-05,"$area":1.31e-05},"id":"7734-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: 53&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.33e-05,"subname":"Moose::Meta::Attribute::Native::BEGIN@9","$color":9,"excl_time":1.08000000000546e-05,"$area":1.08000000000546e-05},"id":"7735-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: 102&micro;s, 0.00%</p>","incl_time":0.0001017,"subname":"Moose::Meta::Attribute::Native::Trait::CORE:match","$color":0,"excl_time":0.0001017,"$area":0.0001017},"id":"7737-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: 427ms, 0.65%<br />Exclusive time: 2.32ms, 0.00%</p>","incl_time":0.4266827,"subname":"Moose::Meta::Attribute::Native::Trait::_native_accessor_class_for","$color":0,"excl_time":0.00232019999999535,"$area":0.00232019999999535},"id":"7738-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: 420ms, 0.64%<br />Exclusive time: 921&micro;s, 0.00%</p>","incl_time":0.419814,"subname":"Moose::Meta::Attribute::Native::Trait::_check_handles_values","$color":0,"excl_time":0.000920699999998073,"$area":0.000920699999998073},"id":"7739-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: 312&micro;s, 0.00%<br />Exclusive time: 222&micro;s, 0.00%</p>","incl_time":0.0003124,"subname":"Moose::Meta::Attribute::Native::Trait::_root_types","$color":0,"excl_time":0.000221599999998943,"$area":0.000221599999998943},"id":"7740-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: 265&micro;s, 0.00%</p>","incl_time":0.0002647,"subname":"Moose::Meta::Attribute::Native::Trait::_canonicalize_handles_value","$color":0,"excl_time":0.0002647,"$area":0.0002647},"id":"7741-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: 1.99ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0019877,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@13","$color":0,"excl_time":1.33999999999048e-05,"$area":1.33999999999048e-05},"id":"7742-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: 128&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001276,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@213","$color":0,"excl_time":1.14000000001003e-05,"$area":1.14000000001003e-05},"id":"7743-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: 1.29ms, 0.00%<br />Exclusive time: 283&micro;s, 0.00%</p>","incl_time":0.0012888,"subname":"Moose::Meta::Attribute::Native::Trait::_build_native_type","$color":0,"excl_time":0.000283200000000615,"$area":0.000283200000000615},"id":"7744-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: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@3","$color":0,"excl_time":1.19e-05,"$area":1.19e-05},"id":"7745-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: 22&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@14","$color":0,"excl_time":1.40000000000035e-05,"$area":1.40000000000035e-05},"id":"7746-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: 133&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001329,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@212","$color":0,"excl_time":1.45999999999844e-05,"$area":1.45999999999844e-05},"id":"7747-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: 12.0ms, 0.02%<br />Exclusive time: 210&micro;s, 0.00%</p>","incl_time":0.0119784,"subname":"Moose::Meta::Attribute::Native::Trait::_check_helper_type","$color":0,"excl_time":0.000209899999999041,"$area":0.000209899999999041},"id":"7748-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.96ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0029612,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@9","$color":0,"excl_time":9.89999999989871e-06,"$area":9.89999999989871e-06},"id":"7749-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: 51&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@11","$color":0,"excl_time":1.54999999999697e-05,"$area":1.54999999999697e-05},"id":"7750-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: 39&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"Moose::Meta::Attribute::Native::Trait::BEGIN@12","$color":0,"excl_time":1.21000000000476e-05,"$area":1.21000000000476e-05},"id":"7751-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: 57&micro;s, 0.00%</p>","incl_time":5.73e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Array::_helper_type","$color":2,"excl_time":5.73e-05,"$area":5.73e-05},"id":"7753-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: 115&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001151,"subname":"Moose::Meta::Attribute::Native::Trait::Array::BEGIN@15","$color":2,"excl_time":9.19999999989687e-06,"$area":9.19999999989687e-06},"id":"7754-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: 18&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Array::BEGIN@3","$color":2,"excl_time":1.8e-05,"$area":1.8e-05},"id":"7755-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.94ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0029447,"subname":"Moose::Meta::Attribute::Native::Trait::Array::BEGIN@9","$color":2,"excl_time":1.13999999999726e-05,"$area":1.13999999999726e-05},"id":"7756-Moose::Meta::Attribute::Native::Trait::Array::BEGIN@9"}],"data":{"$area":9.58999999998695e-05},"id":"n7752"},{"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: 58&micro;s, 0.00%</p>","incl_time":5.81e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::_helper_type","$color":4,"excl_time":5.81e-05,"$area":5.81e-05},"id":"7758-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: 24&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@3","$color":4,"excl_time":2.42e-05,"$area":2.42e-05},"id":"7759-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: 209&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.000209,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@15","$color":4,"excl_time":1.49999999999725e-05,"$area":1.49999999999725e-05},"id":"7760-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: 4.78ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0047781,"subname":"Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9","$color":4,"excl_time":1.93000000001586e-05,"$area":1.93000000001586e-05},"id":"7761-Moose::Meta::Attribute::Native::Trait::Hash::BEGIN@9"}],"data":{"$area":0.000116600000000131},"id":"n7757"},{"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: 3.71ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0037116,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@9","$color":6,"excl_time":1.62000000002065e-05,"$area":1.62000000002065e-05},"id":"7763-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: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::_helper_type","$color":6,"excl_time":2.2e-06,"$area":2.2e-06},"id":"7764-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: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@3","$color":6,"excl_time":1.43e-05,"$area":1.43e-05},"id":"7765-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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::_root_types","$color":6,"excl_time":7.2e-06,"$area":7.2e-06},"id":"7766-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: 165&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001653,"subname":"Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@19","$color":6,"excl_time":1.38999999999762e-05,"$area":1.38999999999762e-05},"id":"7767-Moose::Meta::Attribute::Native::Trait::Counter::BEGIN@19"}],"data":{"$area":5.38000000001827e-05},"id":"n7762"}],"data":{"$area":0.00469109999999211},"id":"n7736"}],"data":{"$area":0.00471499999999217},"id":"n7733"},{"name":"::Custom","children":[{"name":"::Trait","children":[{"name":"::Bool","children":[],"data":{"$area":0},"id":"n7770"},{"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: 13.9ms, 0.02%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0138745,"subname":"Moose::Meta::Attribute::Custom::Trait::Array::register_implementation","$color":10,"excl_time":6.50000000000997e-06,"$area":6.50000000000997e-06},"id":"7772-Moose::Meta::Attribute::Custom::Trait::Array::register_implementation"}],"data":{"$area":6.50000000000997e-06},"id":"n7771"},{"name":"::Copy","children":[],"data":{"$area":0},"id":"n7773"},{"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":3,"excl_time":1.8e-06,"$area":1.8e-06},"id":"7776-Moose::Meta::Attribute::Custom::Trait::KiokuDB::TypeMap::register_implementation"}],"data":{"$area":1.8e-06},"id":"n7775"}],"data":{"$area":1.8e-06},"id":"n7774"},{"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: 9.13ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0091253,"subname":"Moose::Meta::Attribute::Custom::Trait::Hash::register_implementation","$color":5,"excl_time":1.02000000001788e-05,"$area":1.02000000001788e-05},"id":"7778-Moose::Meta::Attribute::Custom::Trait::Hash::register_implementation"}],"data":{"$area":1.02000000001788e-05},"id":"n7777"},{"name":"::String","children":[],"data":{"$area":0},"id":"n7779"},{"name":"::Number","children":[],"data":{"$area":0},"id":"n7780"},{"name":"::Code","children":[],"data":{"$area":0},"id":"n7781"},{"name":"::StorableClone","children":[],"data":{"$area":0},"id":"n7782"},{"name":"::Clone","children":[],"data":{"$area":0},"id":"n7783"},{"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: 6.74ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0067372,"subname":"Moose::Meta::Attribute::Custom::Trait::Counter::register_implementation","$color":6,"excl_time":7.90000000006237e-06,"$area":7.90000000006237e-06},"id":"7785-Moose::Meta::Attribute::Custom::Trait::Counter::register_implementation"}],"data":{"$area":7.90000000006237e-06},"id":"n7784"},{"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":8,"excl_time":2e-06,"$area":2e-06},"id":"7787-Moose::Meta::Attribute::Custom::Trait::NoClone::register_implementation"}],"data":{"$area":2e-06},"id":"n7786"}],"data":{"$area":2.84000000002512e-05},"id":"n7769"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Moose::Meta::Attribute::Custom::Moose::BEGIN@1283","$color":10,"excl_time":1.32e-05,"$area":1.32e-05},"id":"7789-Moose::Meta::Attribute::Custom::Moose::BEGIN@1283"}],"data":{"$area":1.32e-05},"id":"n7788"}],"data":{"$area":4.16000000002512e-05},"id":"n7768"}],"data":{"$area":0.410111500000277},"id":"n7654"},{"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: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.98e-05,"subname":"Moose::Meta::Object::Trait::BEGIN@10","$color":1,"excl_time":1.19000000000104e-05,"$area":1.19000000000104e-05},"id":"7792-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: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Moose::Meta::Object::Trait::BEGIN@3","$color":1,"excl_time":1.38e-05,"$area":1.38e-05},"id":"7793-Moose::Meta::Object::Trait::BEGIN@3"}],"data":{"$area":2.57000000000104e-05},"id":"n7791"}],"data":{"$area":2.57000000000104e-05},"id":"n7790"},{"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: 630&micro;s, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0006302,"subname":"Moose::Meta::Class::_get_compatible_metaclass","$color":3,"excl_time":6.09000000004493e-05,"$area":6.09000000004493e-05},"id":"7795-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: 47&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"Moose::Meta::Class::BEGIN@17","$color":3,"excl_time":1.17999999999956e-05,"$area":1.17999999999956e-05},"id":"7796-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: 52&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.19e-05,"subname":"Moose::Meta::Class::BEGIN@15","$color":3,"excl_time":1.19999999999906e-05,"$area":1.19999999999906e-05},"id":"7797-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: 1.29ms, 0.00%<br />Exclusive time: 770&micro;s, 0.00%</p>","incl_time":0.0012909,"subname":"Moose::Meta::Class::BEGIN@25","$color":3,"excl_time":0.000769899999999951,"$area":0.000769899999999951},"id":"7798-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: 398ms, 0.61%<br />Exclusive time: 5.37ms, 0.01%</p>","incl_time":0.3980208,"subname":"Moose::Meta::Class::_process_attribute","$color":3,"excl_time":0.0053657000000205,"$area":0.0053657000000205},"id":"7799-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: 116&micro;s, 0.00%</p>","incl_time":0.0001157,"subname":"Moose::Meta::Class::_anon_package_prefix","$color":3,"excl_time":0.0001157,"$area":0.0001157},"id":"7800-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.71ms, 0.00%<br />Exclusive time: 1.22ms, 0.00%</p>","incl_time":0.0017125,"subname":"Moose::Meta::Class::add_role_application","$color":3,"excl_time":0.00122340000001153,"$area":0.00122340000001153},"id":"7801-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: 830&micro;s, 0.00%</p>","incl_time":0.000830400000000001,"subname":"Moose::Meta::Class::immutable_trait","$color":3,"excl_time":0.000830400000000001,"$area":0.000830400000000001},"id":"7802-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: 881&micro;s, 0.00%<br />Exclusive time: 681&micro;s, 0.00%</p>","incl_time":0.0008808,"subname":"Moose::Meta::Class::BEGIN@22","$color":3,"excl_time":0.000681100000000031,"$area":0.000681100000000031},"id":"7803-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: 26.8ms, 0.04%<br />Exclusive time: 81&micro;s, 0.00%</p>","incl_time":0.0268189,"subname":"Moose::Meta::Class::_fix_class_metaclass_incompatibility","$color":3,"excl_time":8.12000000006922e-05,"$area":8.12000000006922e-05},"id":"7804-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: 12.2ms, 0.02%<br />Exclusive time: 9.54ms, 0.01%</p>","incl_time":0.0122375,"subname":"Moose::Meta::Class::CORE:sort","$color":3,"excl_time":0.00954280000007688,"$area":0.00954280000007688},"id":"7805-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: 23&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Moose::Meta::Class::BEGIN@11","$color":3,"excl_time":1.24000000000091e-05,"$area":1.24000000000091e-05},"id":"7806-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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Moose::Meta::Class::BEGIN@29","$color":3,"excl_time":8e-06,"$area":8e-06},"id":"7807-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: 7.11ms, 0.01%</p>","incl_time":0.00710570000000001,"subname":"Moose::Meta::Class::error_class","$color":3,"excl_time":0.00710570000000001,"$area":0.00710570000000001},"id":"7808-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: 169ms, 0.26%<br />Exclusive time: 12.8ms, 0.02%</p>","incl_time":0.1687824,"subname":"Moose::Meta::Class::_inline_throw_error","$color":3,"excl_time":0.0128422999999615,"$area":0.0128422999999615},"id":"7809-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: 3.06ms, 0.00%</p>","incl_time":0.00306069999999999,"subname":"Moose::Meta::Class::destructor_class","$color":3,"excl_time":0.00306069999999999,"$area":0.00306069999999999},"id":"7810-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: 25.4ms, 0.04%<br />Exclusive time: 4.56ms, 0.01%</p>","incl_time":0.0254361,"subname":"Moose::Meta::Class::_inline_triggers","$color":3,"excl_time":0.0045606999999304,"$area":0.0045606999999304},"id":"7811-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: 288&micro;s, 0.00%</p>","incl_time":0.0002878,"subname":"Moose::Meta::Class::_get_role_applications","$color":3,"excl_time":0.0002878,"$area":0.0002878},"id":"7812-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.74ms, 0.00%<br />Exclusive time: 1.20ms, 0.00%</p>","incl_time":0.0017422,"subname":"Moose::Meta::Class::add_role","$color":3,"excl_time":0.00119919999998039,"$area":0.00119919999998039},"id":"7813-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: 23.7ms, 0.04%<br />Exclusive time: 2.13ms, 0.00%</p>","incl_time":0.0236825,"subname":"Moose::Meta::Class::_inline_BUILDARGS","$color":3,"excl_time":0.00212629999998687,"$area":0.00212629999998687},"id":"7814-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: 1.69ms, 0.00%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0016862,"subname":"Moose::Meta::Class::BEGIN@26","$color":3,"excl_time":0.00127210000000003,"$area":0.00127210000000003},"id":"7815-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: 3.30ms, 0.01%<br />Exclusive time: 607&micro;s, 0.00%</p>","incl_time":0.0032952,"subname":"Moose::Meta::Class::calculate_all_roles_with_inheritance","$color":3,"excl_time":0.000606599999986303,"$area":0.000606599999986303},"id":"7816-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: 7.78ms, 0.01%<br />Exclusive time: 151&micro;s, 0.00%</p>","incl_time":0.0077784,"subname":"Moose::Meta::Class::reinitialize","$color":3,"excl_time":0.00015050000000009,"$area":0.00015050000000009},"id":"7817-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: 11.0ms, 0.02%<br />Exclusive time: 4.65ms, 0.01%</p>","incl_time":0.0109773,"subname":"Moose::Meta::Class::_anon_cache_key","$color":3,"excl_time":0.00465240000000603,"$area":0.00465240000000603},"id":"7818-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: 517&micro;s, 0.00%</p>","incl_time":0.0005173,"subname":"Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:37]","$color":3,"excl_time":0.0005173,"$area":0.0005173},"id":"7819-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: 96&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":9.58e-05,"subname":"Moose::Meta::Class::BEGIN@18","$color":3,"excl_time":1.15999999999935e-05,"$area":1.15999999999935e-05},"id":"7820-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: 343&micro;s, 0.00%</p>","incl_time":0.000342999999999999,"subname":"Moose::Meta::Class::_meta_method_class","$color":3,"excl_time":0.000342999999999999,"$area":0.000342999999999999},"id":"7821-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: 19.1ms, 0.03%<br />Exclusive time: 216&micro;s, 0.00%</p>","incl_time":0.0190619,"subname":"Moose::Meta::Class::_process_inherited_attribute","$color":3,"excl_time":0.00021559999999713,"$area":0.00021559999999713},"id":"7822-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: 845ms, 1.29%<br />Exclusive time: 2.71ms, 0.00%<br />Recursion: max depth 2, recursive inclusive time 750ms</p>","incl_time":0.844512,"subname":"Moose::Meta::Class::new_object","$color":3,"excl_time":0.00270779999998971,"$area":0.00270779999998971},"id":"7823-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: 3.32ms, 0.01%<br />Exclusive time: 703&micro;s, 0.00%</p>","incl_time":0.003317,"subname":"Moose::Meta::Class::BEGIN@23","$color":3,"excl_time":0.000703300000000003,"$area":0.000703300000000003},"id":"7824-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: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Moose::Meta::Class::BEGIN@3","$color":3,"excl_time":1.84e-05,"$area":1.84e-05},"id":"7825-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: 414&micro;s, 0.00%</p>","incl_time":0.0004138,"subname":"Moose::Meta::Class::_generate_fallback_constructor","$color":3,"excl_time":0.0004138,"$area":0.0004138},"id":"7826-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: 4.25ms, 0.01%</p>","incl_time":0.00425009999999999,"subname":"Moose::Meta::Class::_inline_raise_error","$color":3,"excl_time":0.00425009999999999,"$area":0.00425009999999999},"id":"7827-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: 97.7ms, 0.15%<br />Exclusive time: 17.3ms, 0.03%</p>","incl_time":0.0977118,"subname":"Moose::Meta::Class::_eval_environment","$color":3,"excl_time":0.0173071999998089,"$area":0.0173071999998089},"id":"7828-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"Moose::Meta::Class::BEGIN@10","$color":3,"excl_time":1.33000000000026e-05,"$area":1.33000000000026e-05},"id":"7829-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: 21.1ms, 0.03%<br />Exclusive time: 4.02ms, 0.01%</p>","incl_time":0.0211457,"subname":"Moose::Meta::Class::does_role","$color":3,"excl_time":0.00402419999977772,"$area":0.00402419999977772},"id":"7830-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: 98&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.81e-05,"subname":"Moose::Meta::Class::BEGIN@31","$color":3,"excl_time":1.08999999999905e-05,"$area":1.08999999999905e-05},"id":"7831-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: 48.5ms, 0.07%<br />Exclusive time: 952&micro;s, 0.00%</p>","incl_time":0.0485146,"subname":"Moose::Meta::Class::_inline_extra_init","$color":3,"excl_time":0.00095159999999909,"$area":0.00095159999999909},"id":"7832-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: 578&micro;s, 0.00%<br />Exclusive time: 368&micro;s, 0.00%</p>","incl_time":0.0005777,"subname":"Moose::Meta::Class::BEGIN@27","$color":3,"excl_time":0.000368300000000029,"$area":0.000368300000000029},"id":"7833-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: 16.4ms, 0.03%<br />Exclusive time: 685&micro;s, 0.00%</p>","incl_time":0.0164371,"subname":"Moose::Meta::Class::add_override_method_modifier","$color":3,"excl_time":0.000685200000004511,"$area":0.000685200000004511},"id":"7834-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: 6.89ms, 0.01%</p>","incl_time":0.00689310000000002,"subname":"Moose::Meta::Class::CORE:subst","$color":3,"excl_time":0.00689310000000002,"$area":0.00689310000000002},"id":"7835-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.40ms, 0.01%<br />Exclusive time: 155&micro;s, 0.00%</p>","incl_time":0.0034031,"subname":"Moose::Meta::Class::_fix_single_metaclass_incompatibility","$color":3,"excl_time":0.000154800000001239,"$area":0.000154800000001239},"id":"7836-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: 19.9ms, 0.03%<br />Exclusive time: 6.15ms, 0.01%</p>","incl_time":0.0199297,"subname":"Moose::Meta::Class::_call_all_triggers","$color":3,"excl_time":0.00615460000020901,"$area":0.00615460000020901},"id":"7837-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: 1.22ms, 0.00%</p>","incl_time":0.0012153,"subname":"Moose::Meta::Class::roles","$color":3,"excl_time":0.0012153,"$area":0.0012153},"id":"7838-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.83ms, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0018264,"subname":"Moose::Meta::Class::_restore_metaobjects_from","$color":3,"excl_time":5.53999999991448e-05,"$area":5.53999999991448e-05},"id":"7839-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: 373ms, 0.57%<br />Exclusive time: 5.12ms, 0.01%</p>","incl_time":0.3731508,"subname":"Moose::Meta::Class::_process_new_attribute","$color":3,"excl_time":0.00511679999999892,"$area":0.00511679999999892},"id":"7840-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: 3.45ms, 0.01%</p>","incl_time":0.0034451,"subname":"Moose::Meta::Class::constructor_class","$color":3,"excl_time":0.0034451,"$area":0.0034451},"id":"7841-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: 285ms, 0.44%<br />Exclusive time: 7.84ms, 0.01%</p>","incl_time":0.2851937,"subname":"Moose::Meta::Class::_inline_slot_initializer","$color":3,"excl_time":0.00784240000002646,"$area":0.00784240000002646},"id":"7842-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: 75&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.46e-05,"subname":"Moose::Meta::Class::BEGIN@13","$color":3,"excl_time":1.39000000000031e-05,"$area":1.39000000000031e-05},"id":"7843-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: 405&micro;s, 0.00%</p>","incl_time":0.000404899999999999,"subname":"Moose::Meta::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/Class.pm:43]","$color":3,"excl_time":0.000404899999999999,"$area":0.000404899999999999},"id":"7844-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: 22.0ms, 0.03%<br />Exclusive time: 1.13ms, 0.00%</p>","incl_time":0.0220314,"subname":"Moose::Meta::Class::_inline_BUILDALL","$color":3,"excl_time":0.00112730000000024,"$area":0.00112730000000024},"id":"7845-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.31ms, 0.00%<br />Exclusive time: 617&micro;s, 0.00%</p>","incl_time":0.0023061,"subname":"Moose::Meta::Class::calculate_all_roles","$color":3,"excl_time":0.00061700000001832,"$area":0.00061700000001832},"id":"7846-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: 152ms, 0.23%<br />Exclusive time: 34.6ms, 0.05%</p>","incl_time":0.15169,"subname":"Moose::Meta::Class::_inline_create_error","$color":3,"excl_time":0.0346483000001183,"$area":0.0346483000001183},"id":"7847-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: 174ms, 0.27%<br />Exclusive time: 7.68ms, 0.01%</p>","incl_time":0.1737083,"subname":"Moose::Meta::Class::_inline_init_attr_from_constructor","$color":3,"excl_time":0.00768089999995688,"$area":0.00768089999995688},"id":"7848-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: 21&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Moose::Meta::Class::BEGIN@16","$color":3,"excl_time":1.30999999999978e-05,"$area":1.30999999999978e-05},"id":"7849-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: 77.2ms, 0.12%<br />Exclusive time: 8.16ms, 0.01%</p>","incl_time":0.0772278,"subname":"Moose::Meta::Class::_inline_init_attr_from_default","$color":3,"excl_time":0.00815669999999062,"$area":0.00815669999999062},"id":"7850-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: 24.4ms, 0.04%<br />Exclusive time: 15.3ms, 0.02%</p>","incl_time":0.0243514,"subname":"Moose::Meta::Class::_base_metaclasses","$color":3,"excl_time":0.0153207999999409,"$area":0.0153207999999409},"id":"7851-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: 24.5ms, 0.04%<br />Exclusive time: 774&micro;s, 0.00%</p>","incl_time":0.0244566,"subname":"Moose::Meta::Class::_inline_params","$color":3,"excl_time":0.000774100000013383,"$area":0.000774100000013383},"id":"7852-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.84ms, 0.01%<br />Exclusive time: 2.77ms, 0.00%</p>","incl_time":0.0038353,"subname":"Moose::Meta::Class::BEGIN@28","$color":3,"excl_time":0.00277259999999992,"$area":0.00277259999999992},"id":"7853-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: 1.09ms, 0.00%<br />Exclusive time: 799&micro;s, 0.00%</p>","incl_time":0.001091,"subname":"Moose::Meta::Class::BEGIN@24","$color":3,"excl_time":0.000799200000000047,"$area":0.000799200000000047},"id":"7854-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.59s, 2.43%<br />Exclusive time: 20.8ms, 0.03%<br />Recursion: max depth 3, recursive inclusive time 86.0ms</p>","incl_time":1.5944177,"subname":"Moose::Meta::Class::superclasses","$color":3,"excl_time":0.0207861999999463,"$area":0.0207861999999463},"id":"7855-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: 426ms, 0.65%<br />Exclusive time: 1.40ms, 0.00%</p>","incl_time":0.4255575,"subname":"Moose::Meta::Class::create","$color":3,"excl_time":0.00140379999999936,"$area":0.00140379999999936},"id":"7856-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: 5.05ms, 0.01%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0050494,"subname":"Moose::Meta::Class::_immutable_options","$color":3,"excl_time":0.0012494000000002,"$area":0.0012494000000002},"id":"7857-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: 20.8ms, 0.03%<br />Exclusive time: 112&micro;s, 0.00%</p>","incl_time":0.020795,"subname":"Moose::Meta::Class::_fixup_attributes_after_rebless","$color":3,"excl_time":0.000111899999999714,"$area":0.000111899999999714},"id":"7858-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: 167ms, 0.26%<br />Exclusive time: 3.99ms, 0.01%</p>","incl_time":0.1673726,"subname":"Moose::Meta::Class::initialize","$color":3,"excl_time":0.00398620000000806,"$area":0.00398620000000806},"id":"7859-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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Moose::Meta::Class::BEGIN@14","$color":3,"excl_time":8.4e-06,"$area":8.4e-06},"id":"7860-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: 15.4ms, 0.02%<br />Exclusive time: 6.43ms, 0.01%</p>","incl_time":0.0154139,"subname":"Moose::Meta::Class::_inline_check_required_attr","$color":3,"excl_time":0.00642720000001086,"$area":0.00642720000001086},"id":"7861-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: 55&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":5.52e-05,"subname":"Moose::Meta::Class::BEGIN@19","$color":3,"excl_time":1.5800000000005e-05,"$area":1.5800000000005e-05},"id":"7862-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: 442&micro;s, 0.00%</p>","incl_time":0.000442400000000002,"subname":"Moose::Meta::Class::CORE:match","$color":3,"excl_time":0.000442400000000002,"$area":0.000442400000000002},"id":"7863-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: 24.0ms, 0.04%<br />Exclusive time: 4.44ms, 0.01%</p>","incl_time":0.0240273,"subname":"Moose::Meta::Class::excludes_role","$color":3,"excl_time":0.00443529999995409,"$area":0.00443529999995409},"id":"7864-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: 2.52s, 3.85%<br />Exclusive time: 14.3ms, 0.02%<br />Recursion: max depth 1, recursive inclusive time 20.9ms</p>","incl_time":2.5233049,"subname":"Moose::Meta::Class::add_attribute","$color":3,"excl_time":0.0142983999999789,"$area":0.0142983999999789},"id":"7865-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.81ms, 0.01%<br />Exclusive time: 586&micro;s, 0.00%</p>","incl_time":0.0048133,"subname":"Moose::Meta::Class::BEGIN@21","$color":3,"excl_time":0.000585900000000008,"$area":0.000585900000000008},"id":"7866-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: 166&micro;s, 0.00%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0001656,"subname":"Moose::Meta::Class::__ANON__::SERIAL::33::meta","$color":5,"excl_time":7.58999999989194e-05,"$area":7.58999999989194e-05},"id":"7870-Moose::Meta::Class::__ANON__::SERIAL::33::meta"}],"data":{"$area":7.58999999989194e-05},"id":"n7869"},{"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: 161&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001614,"subname":"Moose::Meta::Class::__ANON__::SERIAL::32::_eval_environment","$color":7,"excl_time":7.99999999969673e-06,"$area":7.99999999969673e-06},"id":"7872-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: 120&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001195,"subname":"Moose::Meta::Class::__ANON__::SERIAL::32::_get_value","$color":7,"excl_time":1.39999999999084e-05,"$area":1.39999999999084e-05},"id":"7873-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: 1.55ms, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0015533,"subname":"Moose::Meta::Class::__ANON__::SERIAL::32::new","$color":7,"excl_time":6.90000000038533e-06,"$area":6.90000000038533e-06},"id":"7874-Moose::Meta::Class::__ANON__::SERIAL::32::new"}],"data":{"$area":2.88999999999904e-05},"id":"n7871"},{"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: 2.62ms, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0026228,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::_inline_tc_code","$color":9,"excl_time":3.2599999999347e-05,"$area":3.2599999999347e-05},"id":"7876-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: 3.17ms, 0.00%<br />Exclusive time: 69&micro;s, 0.00%</p>","incl_time":0.0031714,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::_eval_environment","$color":9,"excl_time":6.88000000008216e-05,"$area":6.88000000008216e-05},"id":"7877-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: 11.4ms, 0.02%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0113634,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::new","$color":9,"excl_time":2.95000000005471e-05,"$area":2.95000000005471e-05},"id":"7878-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: 1.19ms, 0.00%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0011902,"subname":"Moose::Meta::Class::__ANON__::SERIAL::11::_get_value","$color":9,"excl_time":5.33000000007809e-05,"$area":5.33000000007809e-05},"id":"7879-Moose::Meta::Class::__ANON__::SERIAL::11::_get_value"}],"data":{"$area":0.000184200000001497},"id":"n7875"},{"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: 495&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0004954,"subname":"Moose::Meta::Class::__ANON__::SERIAL::21::_eval_environment","$color":0,"excl_time":1.750000000008e-05,"$area":1.750000000008e-05},"id":"7881-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: 207&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002067,"subname":"Moose::Meta::Class::__ANON__::SERIAL::21::_get_value","$color":0,"excl_time":2.2700000000038e-05,"$area":2.2700000000038e-05},"id":"7882-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: 3.57ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0035663,"subname":"Moose::Meta::Class::__ANON__::SERIAL::21::new","$color":0,"excl_time":1.32000000000242e-05,"$area":1.32000000000242e-05},"id":"7883-Moose::Meta::Class::__ANON__::SERIAL::21::new"}],"data":{"$area":5.34000000001421e-05},"id":"n7880"},{"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: 893&micro;s, 0.00%<br />Exclusive time: 324&micro;s, 0.00%</p>","incl_time":0.0008932,"subname":"Moose::Meta::Class::__ANON__::SERIAL::7::attributes","$color":2,"excl_time":0.000323799999996616,"$area":0.000323799999996616},"id":"7885-Moose::Meta::Class::__ANON__::SERIAL::7::attributes"}],"data":{"$area":0.000323799999996616},"id":"n7884"},{"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: 355&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0003546,"subname":"Moose::Meta::Class::__ANON__::SERIAL::26::_eval_environment","$color":4,"excl_time":1.35000000000169e-05,"$area":1.35000000000169e-05},"id":"7887-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: 2.69ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0026861,"subname":"Moose::Meta::Class::__ANON__::SERIAL::26::new","$color":4,"excl_time":1.02000000001576e-05,"$area":1.02000000001576e-05},"id":"7888-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: 144&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001442,"subname":"Moose::Meta::Class::__ANON__::SERIAL::26::_get_value","$color":4,"excl_time":1.510000000034e-05,"$area":1.510000000034e-05},"id":"7889-Moose::Meta::Class::__ANON__::SERIAL::26::_get_value"}],"data":{"$area":3.88000000005144e-05},"id":"n7886"},{"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.29ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0072851,"subname":"Moose::Meta::Class::__ANON__::SERIAL::2::apply","$color":6,"excl_time":8.39999999997527e-06,"$area":8.39999999997527e-06},"id":"7891-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: 2.92ms, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0029229,"subname":"Moose::Meta::Class::__ANON__::SERIAL::2::apply_methods","$color":6,"excl_time":7.09999999997605e-06,"$area":7.09999999997605e-06},"id":"7892-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.2e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::2::overload_ops","$color":6,"excl_time":3.2e-06,"$area":3.2e-06},"id":"7893-Moose::Meta::Class::__ANON__::SERIAL::2::overload_ops"}],"data":{"$area":1.86999999999513e-05},"id":"n7890"},{"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: 6.02ms, 0.01%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0060208,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_process_options","$color":8,"excl_time":3.69999999999058e-05,"$area":3.69999999999058e-05},"id":"7895-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: 661&micro;s, 0.00%<br />Exclusive time: 288&micro;s, 0.00%</p>","incl_time":0.0006614,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::meta","$color":8,"excl_time":0.000288099999986545,"$area":0.000288099999986545},"id":"7896-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: 248ms, 0.38%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.2480958,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::install_accessors","$color":8,"excl_time":3.89000000001159e-05,"$area":3.89000000001159e-05},"id":"7897-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: 41.0ms, 0.06%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0409974,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_make_delegation_method","$color":8,"excl_time":0.000116400000000278,"$area":0.000116400000000278},"id":"7898-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: 608&micro;s, 0.00%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.000608,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_canonicalize_handles","$color":8,"excl_time":7.06999999995931e-05,"$area":7.06999999995931e-05},"id":"7899-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: 20&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_used_default_is","$color":8,"excl_time":1.96e-05,"$area":1.96e-05},"id":"7900-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: 942&micro;s, 0.00%<br />Exclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0009417,"subname":"Moose::Meta::Class::__ANON__::SERIAL::17::_native_type","$color":8,"excl_time":0.000259799999999543,"$area":0.000259799999999543},"id":"7901-Moose::Meta::Class::__ANON__::SERIAL::17::_native_type"}],"data":{"$area":0.000830499999985981},"id":"n7894"},{"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: 710&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0007099,"subname":"Moose::Meta::Class::__ANON__::SERIAL::22::_eval_environment","$color":10,"excl_time":2.60000000001514e-05,"$area":2.60000000001514e-05},"id":"7903-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: 4.50ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0045006,"subname":"Moose::Meta::Class::__ANON__::SERIAL::22::new","$color":10,"excl_time":2.14000000004279e-05,"$area":2.14000000004279e-05},"id":"7904-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: 306&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0003056,"subname":"Moose::Meta::Class::__ANON__::SERIAL::22::_get_value","$color":10,"excl_time":3.42999999994705e-05,"$area":3.42999999994705e-05},"id":"7905-Moose::Meta::Class::__ANON__::SERIAL::22::_get_value"}],"data":{"$area":8.17000000000499e-05},"id":"n7902"},{"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: 87&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":8.69e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::1::meta","$color":1,"excl_time":3.98999999997587e-05,"$area":3.98999999997587e-05},"id":"7907-Moose::Meta::Class::__ANON__::SERIAL::1::meta"}],"data":{"$area":3.98999999997587e-05},"id":"n7906"},{"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: 6.59ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0065862,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::new","$color":3,"excl_time":2.61999999992123e-05,"$area":2.61999999992123e-05},"id":"7909-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: 2.20ms, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0021969,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::_eval_environment","$color":3,"excl_time":6.05000000009608e-05,"$area":6.05000000009608e-05},"id":"7910-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: 470&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.00047,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::_inline_tc_code","$color":3,"excl_time":2.65999999995732e-05,"$area":2.65999999995732e-05},"id":"7911-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: 427&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0004271,"subname":"Moose::Meta::Class::__ANON__::SERIAL::18::_get_value","$color":3,"excl_time":4.44999999995452e-05,"$area":4.44999999995452e-05},"id":"7912-Moose::Meta::Class::__ANON__::SERIAL::18::_get_value"}],"data":{"$area":0.000157799999999292},"id":"n7908"},{"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: 340&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0003402,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::_inline_BUILDALL","$color":5,"excl_time":6.59999999973301e-06,"$area":6.59999999973301e-06},"id":"7914-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: 52&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":5.23e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::meta","$color":5,"excl_time":2.64999999995912e-05,"$area":2.64999999995912e-05},"id":"7915-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: 744ms, 1.13%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.7436273,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::new_object","$color":5,"excl_time":6.19999999962317e-06,"$area":6.19999999962317e-06},"id":"7916-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: 534&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0005338,"subname":"Moose::Meta::Class::__ANON__::SERIAL::30::_eval_environment","$color":5,"excl_time":5.39999999968246e-06,"$area":5.39999999968246e-06},"id":"7917-Moose::Meta::Class::__ANON__::SERIAL::30::_eval_environment"}],"data":{"$area":4.46999999986298e-05},"id":"n7913"},{"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":3.3e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::13::default","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"7919-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.5e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::13::lazy","$color":7,"excl_time":2.5e-06,"$area":2.5e-06},"id":"7920-Moose::Meta::Class::__ANON__::SERIAL::13::lazy"}],"data":{"$area":5.8e-06},"id":"n7918"},{"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: 316&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0003161,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_process_options","$color":9,"excl_time":7.39999999983836e-06,"$area":7.39999999983836e-06},"id":"7922-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: 105&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001052,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_canonicalize_handles","$color":9,"excl_time":1.52000000002986e-05,"$area":1.52000000002986e-05},"id":"7923-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: 163&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0001635,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_native_type","$color":9,"excl_time":3.74000000003152e-05,"$area":3.74000000003152e-05},"id":"7924-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: 62.7ms, 0.10%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0626697,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::install_accessors","$color":9,"excl_time":9.09999999994249e-06,"$area":9.09999999994249e-06},"id":"7925-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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_used_default_is","$color":9,"excl_time":5e-06,"$area":5e-06},"id":"7926-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: 51&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::meta","$color":9,"excl_time":2.46999999996381e-05,"$area":2.46999999996381e-05},"id":"7927-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: 6.72ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0067188,"subname":"Moose::Meta::Class::__ANON__::SERIAL::23::_make_delegation_method","$color":9,"excl_time":1.83999999998383e-05,"$area":1.83999999998383e-05},"id":"7928-Moose::Meta::Class::__ANON__::SERIAL::23::_make_delegation_method"}],"data":{"$area":0.000117199999999871},"id":"n7921"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Moose::Meta::Class::__ANON__::SERIAL::27::result_class","$color":0,"excl_time":9.1e-06,"$area":9.1e-06},"id":"7930-Moose::Meta::Class::__ANON__::SERIAL::27::result_class"}],"data":{"$area":9.1e-06},"id":"n7929"},{"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: 5.48ms, 0.01%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.0054811,"subname":"Moose::Meta::Class::__ANON__::SERIAL::6::wrap","$color":2,"excl_time":0.00011079999999995,"$area":0.00011079999999995},"id":"7932-Moose::Meta::Class::__ANON__::SERIAL::6::wrap"}],"data":{"$area":0.00011079999999995},"id":"n7931"},{"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: 143&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001431,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::_get_value","$color":4,"excl_time":1.44000000001294e-05,"$area":1.44000000001294e-05},"id":"7934-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: 3.33ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0033257,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::new","$color":4,"excl_time":1.24999999999839e-05,"$area":1.24999999999839e-05},"id":"7935-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: 82&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.17e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::_inline_tc_code","$color":4,"excl_time":1.11999999999156e-05,"$area":1.11999999999156e-05},"id":"7936-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: 289&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002887,"subname":"Moose::Meta::Class::__ANON__::SERIAL::25::_eval_environment","$color":4,"excl_time":1.45000000002198e-05,"$area":1.45000000002198e-05},"id":"7937-Moose::Meta::Class::__ANON__::SERIAL::25::_eval_environment"}],"data":{"$area":5.26000000002488e-05},"id":"n7933"},{"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: 11.6ms, 0.02%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0115681,"subname":"Moose::Meta::Class::__ANON__::SERIAL::3::apply_methods","$color":6,"excl_time":2.72999999999827e-05,"$area":2.72999999999827e-05},"id":"7939-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: 12&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::3::overload_ops","$color":6,"excl_time":1.25e-05,"$area":1.25e-05},"id":"7940-Moose::Meta::Class::__ANON__::SERIAL::3::overload_ops"}],"data":{"$area":3.97999999999827e-05},"id":"n7938"},{"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: 8.08ms, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0080789,"subname":"Moose::Meta::Class::__ANON__::SERIAL::9::new","$color":8,"excl_time":3.02999999991509e-05,"$area":3.02999999991509e-05},"id":"7942-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: 536&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0005362,"subname":"Moose::Meta::Class::__ANON__::SERIAL::9::_get_value","$color":8,"excl_time":5.78000000000101e-05,"$area":5.78000000000101e-05},"id":"7943-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: 1.54ms, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0015449,"subname":"Moose::Meta::Class::__ANON__::SERIAL::9::_eval_environment","$color":8,"excl_time":4.85999999992169e-05,"$area":4.85999999992169e-05},"id":"7944-Moose::Meta::Class::__ANON__::SERIAL::9::_eval_environment"}],"data":{"$area":0.000136699999998378},"id":"n7941"},{"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: 5.82ms, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0058189,"subname":"Moose::Meta::Class::__ANON__::SERIAL::12::new","$color":10,"excl_time":2.82000000000734e-05,"$area":2.82000000000734e-05},"id":"7946-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: 396&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0003963,"subname":"Moose::Meta::Class::__ANON__::SERIAL::12::_get_value","$color":10,"excl_time":4.11000000000001e-05,"$area":4.11000000000001e-05},"id":"7947-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: 1.08ms, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0010841,"subname":"Moose::Meta::Class::__ANON__::SERIAL::12::_eval_environment","$color":10,"excl_time":3.37999999998295e-05,"$area":3.37999999998295e-05},"id":"7948-Moose::Meta::Class::__ANON__::SERIAL::12::_eval_environment"}],"data":{"$area":0.000103099999999903},"id":"n7945"},{"name":"::14","children":[],"data":{"$area":0},"id":"n7949"},{"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: 12.2ms, 0.02%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0122261,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::new","$color":3,"excl_time":2.53999999998244e-05,"$area":2.53999999998244e-05},"id":"7951-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: 2.01ms, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0020131,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_inline_check_argument_count","$color":3,"excl_time":2.73999999994658e-05,"$area":2.73999999994658e-05},"id":"7952-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.18ms, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0011784,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_inline_tc_code","$color":3,"excl_time":2.58999999996662e-05,"$area":2.58999999996662e-05},"id":"7953-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: 3.68ms, 0.01%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":0.0036818,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_eval_environment","$color":3,"excl_time":5.94000000001964e-05,"$area":5.94000000001964e-05},"id":"7954-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: 817&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0008167,"subname":"Moose::Meta::Class::__ANON__::SERIAL::20::_get_value","$color":3,"excl_time":4.70000000002378e-05,"$area":4.70000000002378e-05},"id":"7955-Moose::Meta::Class::__ANON__::SERIAL::20::_get_value"}],"data":{"$area":0.000185099999999391},"id":"n7950"},{"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: 7.78ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.007781,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_process_options","$color":5,"excl_time":2.54999999999728e-05,"$area":2.54999999999728e-05},"id":"7957-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.61e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_used_default_is","$color":5,"excl_time":1.61e-05,"$area":1.61e-05},"id":"7958-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: 223ms, 0.34%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.2234202,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::install_accessors","$color":5,"excl_time":2.96999999997161e-05,"$area":2.96999999997161e-05},"id":"7959-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: 718&micro;s, 0.00%<br />Exclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0007184,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_native_type","$color":5,"excl_time":0.00021809999999988,"$area":0.00021809999999988},"id":"7960-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: 41.2ms, 0.06%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0412182,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_make_delegation_method","$color":5,"excl_time":0.000116299999999865,"$area":0.000116299999999865},"id":"7961-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: 267&micro;s, 0.00%<br />Exclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0002671,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::meta","$color":5,"excl_time":0.000114200000003763,"$area":0.000114200000003763},"id":"7962-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: 504&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0005042,"subname":"Moose::Meta::Class::__ANON__::SERIAL::8::_canonicalize_handles","$color":5,"excl_time":5.96999999998191e-05,"$area":5.96999999998191e-05},"id":"7963-Moose::Meta::Class::__ANON__::SERIAL::8::_canonicalize_handles"}],"data":{"$area":0.000579600000003016},"id":"n7956"},{"name":"::4","children":[],"data":{"$area":0},"id":"n7964"},{"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: 99&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":9.95e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::34::meta","$color":9,"excl_time":4.82000000000236e-05,"$area":4.82000000000236e-05},"id":"7966-Moose::Meta::Class::__ANON__::SERIAL::34::meta"}],"data":{"$area":4.82000000000236e-05},"id":"n7965"},{"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: 279&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002792,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::_eval_environment","$color":0,"excl_time":1.45000000002155e-05,"$area":1.45000000002155e-05},"id":"7968-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: 2.71ms, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0027091,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::new","$color":0,"excl_time":1.02999999998881e-05,"$area":1.02999999998881e-05},"id":"7969-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: 88&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.81e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::_inline_tc_code","$color":0,"excl_time":1.0499999999989e-05,"$area":1.0499999999989e-05},"id":"7970-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: 142&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001421,"subname":"Moose::Meta::Class::__ANON__::SERIAL::24::_get_value","$color":0,"excl_time":1.64000000001047e-05,"$area":1.64000000001047e-05},"id":"7971-Moose::Meta::Class::__ANON__::SERIAL::24::_get_value"}],"data":{"$area":5.17000000001972e-05},"id":"n7967"},{"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: 2.46ms, 0.00%<br />Exclusive time: 61&micro;s, 0.00%</p>","incl_time":0.0024619,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::_eval_environment","$color":2,"excl_time":6.11999999996336e-05,"$area":6.11999999996336e-05},"id":"7973-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: 8.22ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0082247,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::new","$color":2,"excl_time":2.45000000003424e-05,"$area":2.45000000003424e-05},"id":"7974-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: 584&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0005838,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::_inline_tc_code","$color":2,"excl_time":2.55000000002105e-05,"$area":2.55000000002105e-05},"id":"7975-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: 468&micro;s, 0.00%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0004675,"subname":"Moose::Meta::Class::__ANON__::SERIAL::10::_get_value","$color":2,"excl_time":4.50999999993999e-05,"$area":4.50999999993999e-05},"id":"7976-Moose::Meta::Class::__ANON__::SERIAL::10::_get_value"}],"data":{"$area":0.000156299999999586},"id":"n7972"},{"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: 988&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.000988,"subname":"Moose::Meta::Class::__ANON__::SERIAL::19::_eval_environment","$color":4,"excl_time":3.99000000004368e-05,"$area":3.99000000004368e-05},"id":"7978-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: 452&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0004524,"subname":"Moose::Meta::Class::__ANON__::SERIAL::19::_get_value","$color":4,"excl_time":4.87999999997185e-05,"$area":4.87999999997185e-05},"id":"7979-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: 7.55ms, 0.01%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0075532,"subname":"Moose::Meta::Class::__ANON__::SERIAL::19::new","$color":4,"excl_time":3.17000000002636e-05,"$area":3.17000000002636e-05},"id":"7980-Moose::Meta::Class::__ANON__::SERIAL::19::new"}],"data":{"$area":0.000120400000000419},"id":"n7977"},{"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: 96&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":9.56e-05,"subname":"Moose::Meta::Class::__ANON__::SERIAL::31::meta","$color":6,"excl_time":4.28999999996503e-05,"$area":4.28999999996503e-05},"id":"7982-Moose::Meta::Class::__ANON__::SERIAL::31::meta"}],"data":{"$area":4.28999999996503e-05},"id":"n7981"},{"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: 5.28ms, 0.01%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0052751,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::add_before_method_modifier","$color":8,"excl_time":3.49999999991418e-05,"$area":3.49999999991418e-05},"id":"7984-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: 161&micro;s, 0.00%<br />Exclusive time: 80&micro;s, 0.00%</p>","incl_time":0.0001614,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::meta","$color":8,"excl_time":8.04000000022227e-05,"$area":8.04000000022227e-05},"id":"7985-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: 4.74ms, 0.01%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0047416,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::add_around_method_modifier","$color":8,"excl_time":3.40000000000772e-05,"$area":3.40000000000772e-05},"id":"7986-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: 236&micro;s, 0.00%<br />Exclusive time: 215&micro;s, 0.00%</p>","incl_time":0.000236,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_list","$color":8,"excl_time":0.000214800000001167,"$area":0.000214800000001167},"id":"7987-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: 481&micro;s, 0.00%<br />Exclusive time: 465&micro;s, 0.00%</p>","incl_time":0.0004808,"subname":"Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_map","$color":8,"excl_time":0.000464800000000429,"$area":0.000464800000000429},"id":"7988-Moose::Meta::Class::__ANON__::SERIAL::5::_method_attribute_map"}],"data":{"$area":0.000829000000003037},"id":"n7983"}],"data":{"$area":0.00446659999998499},"id":"n7868"}],"data":{"$area":0.00446659999998499},"id":"n7867"},{"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: 75&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.46e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@13","$color":10,"excl_time":1.37999999999725e-05,"$area":1.37999999999725e-05},"id":"7991-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: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@12","$color":10,"excl_time":9e-06,"$area":9e-06},"id":"7992-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: 19&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@2","$color":10,"excl_time":1.9e-05,"$area":1.9e-05},"id":"7993-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: 136&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001358,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@15","$color":10,"excl_time":1.50000000000235e-05,"$area":1.50000000000235e-05},"id":"7994-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: 29&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@10","$color":10,"excl_time":1.51000000000004e-05,"$area":1.51000000000004e-05},"id":"7995-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: 25&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@9","$color":10,"excl_time":1.62999999999776e-05,"$area":1.62999999999776e-05},"id":"7996-Moose::Meta::Class::Immutable::Trait::BEGIN@9"}],"data":{"$area":8.8199999999974e-05},"id":"n7990"}],"data":{"$area":8.8199999999974e-05},"id":"n7989"}],"data":{"$area":0.250633199999695},"id":"n7794"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@3","$color":1,"excl_time":1.62e-05,"$area":1.62e-05},"id":"7998-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: 65.6ms, 0.10%<br />Exclusive time: 42.3ms, 0.06%<br />Recursion: max depth 1, recursive inclusive time 1.80ms</p>","incl_time":0.0656003,"subname":"Moose::Meta::TypeConstraint::can_be_inlined","$color":1,"excl_time":0.0422513999998084,"$area":0.0422513999998084},"id":"7999-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: 3.47ms, 0.01%</p>","incl_time":0.00347329999999996,"subname":"Moose::Meta::TypeConstraint::inlined","$color":1,"excl_time":0.00347329999999996,"$area":0.00347329999999996},"id":"8000-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: 140&micro;s, 0.00%</p>","incl_time":0.0001398,"subname":"Moose::Meta::TypeConstraint::_set_constraint","$color":1,"excl_time":0.0001398,"$area":0.0001398},"id":"8001-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: 4.22ms, 0.01%</p>","incl_time":0.0042222,"subname":"Moose::Meta::TypeConstraint::_default_message","$color":1,"excl_time":0.0042222,"$area":0.0042222},"id":"8002-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: 30&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@23","$color":1,"excl_time":8.800000000001e-06,"$area":8.800000000001e-06},"id":"8003-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: 8.33ms, 0.01%<br />Exclusive time: 239&micro;s, 0.00%</p>","incl_time":0.0083299,"subname":"Moose::Meta::TypeConstraint::create_child_type","$color":1,"excl_time":0.000239199999999938,"$area":0.000239199999999938},"id":"8004-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: 3.31ms, 0.01%</p>","incl_time":0.0033079,"subname":"Moose::Meta::TypeConstraint::has_coercion","$color":1,"excl_time":0.0033079,"$area":0.0033079},"id":"8005-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: 210ms, 0.32%<br />Exclusive time: 15.6ms, 0.02%</p>","incl_time":0.2098728,"subname":"Moose::Meta::TypeConstraint::new","$color":1,"excl_time":0.0155799999999725,"$area":0.0155799999999725},"id":"8006-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: 784&micro;s, 0.00%<br />Exclusive time: 245&micro;s, 0.00%</p>","incl_time":0.0007837,"subname":"Moose::Meta::TypeConstraint::Sigil","$color":1,"excl_time":0.000245300000010719,"$area":0.000245300000010719},"id":"8007-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: 444&micro;s, 0.00%<br />Exclusive time: 320&micro;s, 0.00%</p>","incl_time":0.0004439,"subname":"Moose::Meta::TypeConstraint::_collect_all_parents","$color":1,"excl_time":0.000319799999999262,"$area":0.000319799999999262},"id":"8008-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: 116&micro;s, 0.00%</p>","incl_time":0.0001156,"subname":"Moose::Meta::TypeConstraint::coercion","$color":1,"excl_time":0.0001156,"$area":0.0001156},"id":"8009-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: 33&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@20","$color":1,"excl_time":8.70000000001713e-06,"$area":8.70000000001713e-06},"id":"8010-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: 10.7ms, 0.02%</p>","incl_time":0.0106516,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:16]","$color":1,"excl_time":0.0106516,"$area":0.0106516},"id":"8011-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: 991&micro;s, 0.00%</p>","incl_time":0.0009905,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:101]","$color":1,"excl_time":0.0009905,"$area":0.0009905},"id":"8012-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: 3.25ms, 0.00%<br />Exclusive time: 1.09ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 38&micro;s</p>","incl_time":0.0032474,"subname":"Moose::Meta::TypeConstraint::check","$color":1,"excl_time":0.0010929999999977,"$area":0.0010929999999977},"id":"8013-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: 31.2ms, 0.05%<br />Exclusive time: 19.7ms, 0.03%<br />Recursion: max depth 1, recursive inclusive time 306&micro;s</p>","incl_time":0.0312262,"subname":"Moose::Meta::TypeConstraint::inline_environment","$color":1,"excl_time":0.0196855999999516,"$area":0.0196855999999516},"id":"8014-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: 46&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.55e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@22","$color":1,"excl_time":9.8999999999755e-06,"$area":9.8999999999755e-06},"id":"8015-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: 1.14ms, 0.00%</p>","incl_time":0.0011432,"subname":"Moose::Meta::TypeConstraint::_has_compiled_type_constraint","$color":1,"excl_time":0.0011432,"$area":0.0011432},"id":"8016-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: 7.84ms, 0.01%</p>","incl_time":0.00783810000000008,"subname":"Moose::Meta::TypeConstraint::parent","$color":1,"excl_time":0.00783810000000008,"$area":0.00783810000000008},"id":"8017-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: 7.72ms, 0.01%</p>","incl_time":0.00771970000000002,"subname":"Moose::Meta::TypeConstraint::_has_inlined_type_constraint","$color":1,"excl_time":0.00771970000000002,"$area":0.00771970000000002},"id":"8018-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: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@10","$color":1,"excl_time":1.04999999999969e-05,"$area":1.04999999999969e-05},"id":"8019-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: 13.3ms, 0.02%</p>","incl_time":0.0133235,"subname":"Moose::Meta::TypeConstraint::has_parent","$color":1,"excl_time":0.0133235,"$area":0.0133235},"id":"8020-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: 87&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.66e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@26","$color":1,"excl_time":8.40000000002726e-06,"$area":8.40000000002726e-06},"id":"8021-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: 977&micro;s, 0.00%<br />Exclusive time: 772&micro;s, 0.00%</p>","incl_time":0.0009766,"subname":"Moose::Meta::TypeConstraint::_compile_hand_optimized_type_constraint","$color":1,"excl_time":0.000772400000004675,"$area":0.000772400000004675},"id":"8022-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: 144ms, 0.22%<br />Exclusive time: 27.1ms, 0.04%</p>","incl_time":0.1440841,"subname":"Moose::Meta::TypeConstraint::is_subtype_of","$color":1,"excl_time":0.0271431000001526,"$area":0.0271431000001526},"id":"8023-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: 336&micro;s, 0.00%<br />Exclusive time: 213&micro;s, 0.00%</p>","incl_time":0.0003363,"subname":"Moose::Meta::TypeConstraint::SourceType","$color":1,"excl_time":0.000212699999998,"$area":0.000212699999998},"id":"8024-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: 6.53ms, 0.01%</p>","incl_time":0.00653490000000007,"subname":"Moose::Meta::TypeConstraint::has_hand_optimized_type_constraint","$color":1,"excl_time":0.00653490000000007,"$area":0.00653490000000007},"id":"8025-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: 2.48ms, 0.00%</p>","incl_time":0.0024755,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:77]","$color":1,"excl_time":0.0024755,"$area":0.0024755},"id":"8026-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: 239&micro;s, 0.00%<br />Exclusive time: 98&micro;s, 0.00%</p>","incl_time":0.0002385,"subname":"Moose::Meta::TypeConstraint::meta","$color":1,"excl_time":9.80999999998485e-05,"$area":9.80999999998485e-05},"id":"8027-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: 80.7ms, 0.12%<br />Exclusive time: 27.8ms, 0.04%<br />Recursion: max depth 2, recursive inclusive time 28.3ms</p>","incl_time":0.0807179,"subname":"Moose::Meta::TypeConstraint::_inline_check","$color":1,"excl_time":0.0278246000001158,"$area":0.0278246000001158},"id":"8028-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: 140&micro;s, 0.00%</p>","incl_time":0.000139799999999999,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:42]","$color":1,"excl_time":0.000139799999999999,"$area":0.000139799999999999},"id":"8029-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: 694&micro;s, 0.00%</p>","incl_time":0.0006938,"subname":"Moose::Meta::TypeConstraint::hand_optimized_type_constraint","$color":1,"excl_time":0.0006938,"$area":0.0006938},"id":"8030-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: 44&micro;s, 0.00%</p>","incl_time":4.36e-05,"subname":"Moose::Meta::TypeConstraint::message","$color":1,"excl_time":4.36e-05,"$area":4.36e-05},"id":"8031-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: 181ms, 0.28%<br />Exclusive time: 5.66ms, 0.01%</p>","incl_time":0.1809188,"subname":"Moose::Meta::TypeConstraint::compile_type_constraint","$color":1,"excl_time":0.00565850000000357,"$area":0.00565850000000357},"id":"8032-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: 118&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001182,"subname":"Moose::Meta::TypeConstraint::coerce","$color":1,"excl_time":1.63000000002339e-05,"$area":1.63000000002339e-05},"id":"8033-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.82e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@11","$color":1,"excl_time":9.10000000001588e-06,"$area":9.10000000001588e-06},"id":"8034-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: 64&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.43e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@14","$color":1,"excl_time":1.45000000000113e-05,"$area":1.45000000000113e-05},"id":"8035-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: 22.0ms, 0.03%</p>","incl_time":0.0220161999999999,"subname":"Moose::Meta::TypeConstraint::constraint","$color":1,"excl_time":0.0220161999999999,"$area":0.0220161999999999},"id":"8036-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: 3.24ms, 0.00%</p>","incl_time":0.0032389,"subname":"Moose::Meta::TypeConstraint::has_message","$color":1,"excl_time":0.0032389,"$area":0.0032389},"id":"8037-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.66ms, 0.00%<br />Exclusive time: 687&micro;s, 0.00%</p>","incl_time":0.0016568,"subname":"Moose::Meta::TypeConstraint::BEGIN@12","$color":1,"excl_time":0.000686700000000082,"$area":0.000686700000000082},"id":"8038-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: 7.14ms, 0.01%</p>","incl_time":0.0071375,"subname":"Moose::Meta::TypeConstraint::_compiled_type_constraint","$color":1,"excl_time":0.0071375,"$area":0.0071375},"id":"8039-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.86ms, 0.00%<br />Exclusive time: 270&micro;s, 0.00%</p>","incl_time":0.0018646,"subname":"Moose::Meta::TypeConstraint::is_a_type_of","$color":1,"excl_time":0.000270100000001389,"$area":0.000270100000001389},"id":"8040-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: 43&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@24","$color":1,"excl_time":9.39999999998325e-06,"$area":9.39999999998325e-06},"id":"8041-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: 5.32ms, 0.01%</p>","incl_time":0.00531599999999999,"subname":"Moose::Meta::TypeConstraint::_inline_environment","$color":1,"excl_time":0.00531599999999999,"$area":0.00531599999999999},"id":"8042-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.53ms, 0.00%</p>","incl_time":0.0025266,"subname":"Moose::Meta::TypeConstraint::name","$color":1,"excl_time":0.0025266,"$area":0.0025266},"id":"8043-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: 169ms, 0.26%<br />Exclusive time: 9.78ms, 0.01%</p>","incl_time":0.1693142,"subname":"Moose::Meta::TypeConstraint::_actually_compile_type_constraint","$color":1,"excl_time":0.00978239999997306,"$area":0.00978239999997306},"id":"8044-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: 16.8ms, 0.03%<br />Exclusive time: 14.0ms, 0.02%</p>","incl_time":0.0167724000000001,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:14]","$color":1,"excl_time":0.0140285000000045,"$area":0.0140285000000045},"id":"8045-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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@19","$color":1,"excl_time":9.30000000000601e-06,"$area":9.30000000000601e-06},"id":"8046-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: 108&micro;s, 0.00%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0001081,"subname":"Moose::Meta::TypeConstraint::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint.pm:15]","$color":1,"excl_time":6.83999999983588e-05,"$area":6.83999999983588e-05},"id":"8047-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: 92.5ms, 0.14%<br />Exclusive time: 43.0ms, 0.07%</p>","incl_time":0.0924927999999995,"subname":"Moose::Meta::TypeConstraint::equals","$color":1,"excl_time":0.0430052000000164,"$area":0.0430052000000164},"id":"8048-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: 278&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002775,"subname":"Moose::Meta::TypeConstraint::BEGIN@21","$color":1,"excl_time":1.04999999999828e-05,"$area":1.04999999999828e-05},"id":"8049-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.51ms, 0.00%<br />Exclusive time: 728&micro;s, 0.00%</p>","incl_time":0.0015143,"subname":"Moose::Meta::TypeConstraint::_compile_subtype","$color":1,"excl_time":0.000727500000000246,"$area":0.000727500000000246},"id":"8050-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: 7.55ms, 0.01%<br />Exclusive time: 1.21ms, 0.00%</p>","incl_time":0.0075544,"subname":"Moose::Meta::TypeConstraint::_new","$color":1,"excl_time":0.00121090000000028,"$area":0.00121090000000028},"id":"8051-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: 1.16ms, 0.00%</p>","incl_time":0.0011578,"subname":"Moose::Meta::TypeConstraint::Parameterized::parameterized_from","$color":3,"excl_time":0.0011578,"$area":0.0011578},"id":"8053-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@10","$color":3,"excl_time":9.50000000001588e-06,"$area":9.50000000001588e-06},"id":"8054-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: 3.18ms, 0.00%<br />Exclusive time: 918&micro;s, 0.00%</p>","incl_time":0.0031764,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@15","$color":3,"excl_time":0.000918199999999956,"$area":0.000918199999999956},"id":"8055-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: 693&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006932,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@11","$color":3,"excl_time":8.80000000002602e-06,"$area":8.80000000002602e-06},"id":"8056-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: 251&micro;s, 0.00%<br />Exclusive time: 112&micro;s, 0.00%</p>","incl_time":0.0002507,"subname":"Moose::Meta::TypeConstraint::Parameterized::equals","$color":3,"excl_time":0.000112200000001069,"$area":0.000112200000001069},"id":"8057-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: 26.2ms, 0.04%<br />Exclusive time: 1.38ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 4.37ms</p>","incl_time":0.0262047,"subname":"Moose::Meta::TypeConstraint::Parameterized::_inline_check","$color":3,"excl_time":0.0013769999999924,"$area":0.0013769999999924},"id":"8058-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: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@2","$color":3,"excl_time":1.4e-05,"$area":1.4e-05},"id":"8059-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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@9","$color":3,"excl_time":1.19999999999969e-05,"$area":1.19999999999969e-05},"id":"8060-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: 17.9ms, 0.03%<br />Exclusive time: 3.27ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.51ms</p>","incl_time":0.0179312,"subname":"Moose::Meta::TypeConstraint::Parameterized::inline_environment","$color":3,"excl_time":0.00327059999999263,"$area":0.00327059999999263},"id":"8061-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: 28.1ms, 0.04%<br />Exclusive time: 4.74ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 4.27ms</p>","incl_time":0.0280571,"subname":"Moose::Meta::TypeConstraint::Parameterized::can_be_inlined","$color":3,"excl_time":0.00474139999999222,"$area":0.00474139999999222},"id":"8062-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: 1.04ms, 0.00%</p>","incl_time":0.0010428,"subname":"Moose::Meta::TypeConstraint::Parameterized::has_parameterized_from","$color":3,"excl_time":0.0010428,"$area":0.0010428},"id":"8063-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: 52.7ms, 0.08%<br />Exclusive time: 1.42ms, 0.00%</p>","incl_time":0.0527356,"subname":"Moose::Meta::TypeConstraint::Parameterized::compile_type_constraint","$color":3,"excl_time":0.0014150000000055,"$area":0.0014150000000055},"id":"8064-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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@14","$color":3,"excl_time":1.24e-05,"$area":1.24e-05},"id":"8065-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: 90&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.98e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@17","$color":3,"excl_time":1.05999999999985e-05,"$area":1.05999999999985e-05},"id":"8066-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.78ms, 0.00%</p>","incl_time":0.0017754,"subname":"Moose::Meta::TypeConstraint::Parameterized::type_parameter","$color":3,"excl_time":0.0017754,"$area":0.0017754},"id":"8067-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: 52&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.24e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::meta","$color":3,"excl_time":2.44000000000275e-05,"$area":2.44000000000275e-05},"id":"8068-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: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@13","$color":3,"excl_time":1.2400000000025e-05,"$area":1.2400000000025e-05},"id":"8069-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: 447&micro;s, 0.00%</p>","incl_time":0.0004466,"subname":"Moose::Meta::TypeConstraint::Parameterized::has_type_parameter","$color":3,"excl_time":0.0004466,"$area":0.0004466},"id":"8070-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.70ms, 0.00%<br />Exclusive time: 2.52ms, 0.00%</p>","incl_time":0.0027045,"subname":"Moose::Meta::TypeConstraint::Parameterized::_new","$color":3,"excl_time":0.00251750000000417,"$area":0.00251750000000417},"id":"8071-Moose::Meta::TypeConstraint::Parameterized::_new"}],"data":{"$area":0.018878599999988},"id":"n8052"},{"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: 2.25ms, 0.00%<br />Exclusive time: 1.47ms, 0.00%</p>","incl_time":0.0022455,"subname":"Moose::Meta::TypeConstraint::Role::_create_hand_optimized_type_constraint","$color":5,"excl_time":0.001467399999992,"$area":0.001467399999992},"id":"8073-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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@15","$color":5,"excl_time":7.1e-06,"$area":7.1e-06},"id":"8074-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: 39&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@9","$color":5,"excl_time":2.62000000000148e-05,"$area":2.62000000000148e-05},"id":"8075-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: 6.10ms, 0.01%<br />Exclusive time: 5.62ms, 0.01%</p>","incl_time":0.0061022,"subname":"Moose::Meta::TypeConstraint::Role::_new","$color":5,"excl_time":0.00562300000000932,"$area":0.00562300000000932},"id":"8076-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: 3.37ms, 0.01%<br />Exclusive time: 2.14ms, 0.00%</p>","incl_time":0.0033688,"subname":"Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:32]","$color":5,"excl_time":0.00213810000000774,"$area":0.00213810000000774},"id":"8077-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: 703&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007035,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@11","$color":5,"excl_time":9.99999999998637e-06,"$area":9.99999999998637e-06},"id":"8078-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: 44&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.39e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@14","$color":5,"excl_time":1.1500000000012e-05,"$area":1.1500000000012e-05},"id":"8079-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: 456&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0004557,"subname":"Moose::Meta::TypeConstraint::Role::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Role.pm:56]","$color":5,"excl_time":3.30000000056641e-05,"$area":3.30000000056641e-05},"id":"8080-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: 99&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.92e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@17","$color":5,"excl_time":8.70000000000664e-06,"$area":8.70000000000664e-06},"id":"8081-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: 45&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.48e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@13","$color":5,"excl_time":1.34999999999881e-05,"$area":1.34999999999881e-05},"id":"8082-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: 817&micro;s, 0.00%</p>","incl_time":0.000816799999999999,"subname":"Moose::Meta::TypeConstraint::Role::role","$color":5,"excl_time":0.000816799999999999,"$area":0.000816799999999999},"id":"8083-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: 72.4ms, 0.11%<br />Exclusive time: 4.08ms, 0.01%</p>","incl_time":0.0723771,"subname":"Moose::Meta::TypeConstraint::Role::new","$color":5,"excl_time":0.00407510000000824,"$area":0.00407510000000824},"id":"8084-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: 53&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":5.32e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@10","$color":5,"excl_time":4.06000000000263e-05,"$area":4.06000000000263e-05},"id":"8085-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: 38&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"Moose::Meta::TypeConstraint::Role::meta","$color":5,"excl_time":1.94000000000203e-05,"$area":1.94000000000203e-05},"id":"8086-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: 73&micro;s, 0.00%</p>","incl_time":7.34e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@2","$color":5,"excl_time":7.34e-05,"$area":7.34e-05},"id":"8087-Moose::Meta::TypeConstraint::Role::BEGIN@2"}],"data":{"$area":0.014363800000023},"id":"n8072"},{"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":4.1e-06,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@15","$color":7,"excl_time":4.1e-06,"$area":4.1e-06},"id":"8089-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: 12.9ms, 0.02%<br />Exclusive time: 191&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.20ms</p>","incl_time":0.0128627,"subname":"Moose::Meta::TypeConstraint::Parameterizable::_parse_type_parameter","$color":7,"excl_time":0.000191200000002202,"$area":0.000191200000002202},"id":"8090-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: 90&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":9.04e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@13","$color":7,"excl_time":1.04999999999784e-05,"$area":1.04999999999784e-05},"id":"8091-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: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@14","$color":7,"excl_time":1.05e-05,"$area":1.05e-05},"id":"8092-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: 56&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.61e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@17","$color":7,"excl_time":1.51999999999896e-05,"$area":1.51999999999896e-05},"id":"8093-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: 21&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@10","$color":7,"excl_time":1.21000000000216e-05,"$area":1.21000000000216e-05},"id":"8094-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: 674&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006744,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@11","$color":7,"excl_time":8.50000000000297e-06,"$area":8.50000000000297e-06},"id":"8095-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: 90&micro;s, 0.00%</p>","incl_time":8.95e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::constraint_generator","$color":7,"excl_time":8.95e-05,"$area":8.95e-05},"id":"8096-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: 66.7ms, 0.10%<br />Exclusive time: 1.23ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 9.09ms</p>","incl_time":0.066667,"subname":"Moose::Meta::TypeConstraint::Parameterizable::parameterize","$color":7,"excl_time":0.00123299999999955,"$area":0.00123299999999955},"id":"8097-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: 189&micro;s, 0.00%</p>","incl_time":0.0001889,"subname":"Moose::Meta::TypeConstraint::Parameterizable::has_constraint_generator","$color":7,"excl_time":0.0001889,"$area":0.0001889},"id":"8098-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: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@2","$color":7,"excl_time":1.26e-05,"$area":1.26e-05},"id":"8099-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.50ms, 0.00%<br />Exclusive time: 290&micro;s, 0.00%</p>","incl_time":0.001504,"subname":"Moose::Meta::TypeConstraint::Parameterizable::_new","$color":7,"excl_time":0.000290199999999791,"$area":0.000290199999999791},"id":"8100-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: 250&micro;s, 0.00%</p>","incl_time":0.0002501,"subname":"Moose::Meta::TypeConstraint::Parameterizable::inline_generator","$color":7,"excl_time":0.0002501,"$area":0.0002501},"id":"8101-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: 21.9ms, 0.03%<br />Exclusive time: 1.35ms, 0.00%</p>","incl_time":0.0219143,"subname":"Moose::Meta::TypeConstraint::Parameterizable::generate_constraint_for","$color":7,"excl_time":0.00134760000000051,"$area":0.00134760000000051},"id":"8102-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: 16.3ms, 0.02%<br />Exclusive time: 1.33ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 2.82ms</p>","incl_time":0.0163206,"subname":"Moose::Meta::TypeConstraint::Parameterizable::generate_inline_for","$color":7,"excl_time":0.00133219999999001,"$area":0.00133219999999001},"id":"8103-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: 51&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::meta","$color":7,"excl_time":2.30000000000275e-05,"$area":2.30000000000275e-05},"id":"8104-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: 830&micro;s, 0.00%</p>","incl_time":0.000829699999999999,"subname":"Moose::Meta::TypeConstraint::Parameterizable::has_inline_generator","$color":7,"excl_time":0.000829699999999999,"$area":0.000829699999999999},"id":"8105-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@9","$color":7,"excl_time":1.08000000000256e-05,"$area":1.08000000000256e-05},"id":"8106-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@9"}],"data":{"$area":0.00585969999999211},"id":"n8088"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@10","$color":9,"excl_time":8.89999999997762e-06,"$area":8.89999999997762e-06},"id":"8108-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: 17&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Moose::Meta::TypeConstraint::Enum::_inline_var_name","$color":9,"excl_time":1.68e-05,"$area":1.68e-05},"id":"8109-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@14","$color":9,"excl_time":4.8e-06,"$area":4.8e-06},"id":"8110-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: 655&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006549,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@11","$color":9,"excl_time":9.39999999997898e-06,"$area":9.39999999997898e-06},"id":"8111-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: 73&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":7.28e-05,"subname":"Moose::Meta::TypeConstraint::Enum::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Enum.pm:35]","$color":9,"excl_time":5.60000000008492e-05,"$area":5.60000000008492e-05},"id":"8112-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: 92&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.19e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@16","$color":9,"excl_time":8.59999999999164e-06,"$area":8.59999999999164e-06},"id":"8113-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: 254&micro;s, 0.00%<br />Exclusive time: 252&micro;s, 0.00%</p>","incl_time":0.0002544,"subname":"Moose::Meta::TypeConstraint::Enum::_new","$color":9,"excl_time":0.000252199999999604,"$area":0.000252199999999604},"id":"8114-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: 446&micro;s, 0.00%<br />Exclusive time: 388&micro;s, 0.00%</p>","incl_time":0.0004456,"subname":"Moose::Meta::TypeConstraint::Enum::constraint","$color":9,"excl_time":0.000387700000000611,"$area":0.000387700000000611},"id":"8115-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: 69&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":6.86e-05,"subname":"Moose::Meta::TypeConstraint::Enum::meta","$color":9,"excl_time":3.11999999999793e-05,"$area":3.11999999999793e-05},"id":"8116-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: 58&micro;s, 0.00%</p>","incl_time":5.79e-05,"subname":"Moose::Meta::TypeConstraint::Enum::values","$color":9,"excl_time":5.79e-05,"$area":5.79e-05},"id":"8117-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.71ms, 0.00%<br />Exclusive time: 155&micro;s, 0.00%</p>","incl_time":0.0017118,"subname":"Moose::Meta::TypeConstraint::Enum::new","$color":9,"excl_time":0.000155099999999034,"$area":0.000155099999999034},"id":"8118-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: 51&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.11e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@13","$color":9,"excl_time":1.15999999999744e-05,"$area":1.15999999999744e-05},"id":"8119-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: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@9","$color":9,"excl_time":1.11000000000055e-05,"$area":1.11000000000055e-05},"id":"8120-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: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@2","$color":9,"excl_time":1.23e-05,"$area":1.23e-05},"id":"8121-Moose::Meta::TypeConstraint::Enum::BEGIN@2"}],"data":{"$area":0.00102360000000001},"id":"n8107"},{"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: 346&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003455,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@16","$color":0,"excl_time":1.31999999999924e-05,"$area":1.31999999999924e-05},"id":"8123-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: 138&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001383,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@20","$color":0,"excl_time":1.25999999999936e-05,"$area":1.25999999999936e-05},"id":"8124-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: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@10","$color":0,"excl_time":1.29999999999995e-05,"$area":1.29999999999995e-05},"id":"8125-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: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@9","$color":0,"excl_time":1.48000000000208e-05,"$area":1.48000000000208e-05},"id":"8126-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: 440&micro;s, 0.00%<br />Exclusive time: 171&micro;s, 0.00%</p>","incl_time":0.0004401,"subname":"Moose::Meta::TypeConstraint::DuckType::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/DuckType.pm:39]","$color":0,"excl_time":0.000170900000000031,"$area":0.000170900000000031},"id":"8127-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.54ms, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0015397,"subname":"Moose::Meta::TypeConstraint::DuckType::new","$color":0,"excl_time":8.29000000002973e-05,"$area":8.29000000002973e-05},"id":"8128-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: 56&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":5.59e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@13","$color":0,"excl_time":2.07999999999899e-05,"$area":2.07999999999899e-05},"id":"8129-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: 61&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":6.13e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::meta","$color":0,"excl_time":3.55999999999826e-05,"$area":3.55999999999826e-05},"id":"8130-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: 943&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0009434,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@11","$color":0,"excl_time":1.25999999999907e-05,"$area":1.25999999999907e-05},"id":"8131-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@18","$color":0,"excl_time":8.6e-06,"$area":8.6e-06},"id":"8132-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: 48&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@14","$color":0,"excl_time":1.07000000000261e-05,"$area":1.07000000000261e-05},"id":"8133-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: 633&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006328,"subname":"Moose::Meta::TypeConstraint::DuckType::create_child_type","$color":0,"excl_time":9.20000000005357e-06,"$area":9.20000000005357e-06},"id":"8134-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: 259&micro;s, 0.00%<br />Exclusive time: 252&micro;s, 0.00%</p>","incl_time":0.0002595,"subname":"Moose::Meta::TypeConstraint::DuckType::_new","$color":0,"excl_time":0.000252099999999676,"$area":0.000252099999999676},"id":"8135-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: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::methods","$color":0,"excl_time":1.71e-05,"$area":1.71e-05},"id":"8136-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: 50&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.02e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@15","$color":0,"excl_time":1.3800000000008e-05,"$area":1.3800000000008e-05},"id":"8137-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: 18&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@2","$color":0,"excl_time":1.79e-05,"$area":1.79e-05},"id":"8138-Moose::Meta::TypeConstraint::DuckType::BEGIN@2"}],"data":{"$area":0.000705800000000061},"id":"n8122"},{"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: 331&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003309,"subname":"Moose::Meta::TypeConstraint::Registry::new","$color":2,"excl_time":1.08000000000101e-05,"$area":1.08000000000101e-05},"id":"8140-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: 73&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.31e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@14","$color":2,"excl_time":1.59000000000205e-05,"$area":1.59000000000205e-05},"id":"8141-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: 27&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@11","$color":2,"excl_time":1.46999999999851e-05,"$area":1.46999999999851e-05},"id":"8142-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: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@10","$color":2,"excl_time":1.62000000000208e-05,"$area":1.62000000000208e-05},"id":"8143-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: 14.4ms, 0.02%<br />Exclusive time: 11.0ms, 0.02%</p>","incl_time":0.0144006,"subname":"Moose::Meta::TypeConstraint::Registry::get_type_constraint","$color":2,"excl_time":0.010953799999992,"$area":0.010953799999992},"id":"8144-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.3e-06,"subname":"Moose::Meta::TypeConstraint::Registry::has_parent_registry","$color":2,"excl_time":2.3e-06,"$area":2.3e-06},"id":"8145-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: 18&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@3","$color":2,"excl_time":1.8e-05,"$area":1.8e-05},"id":"8146-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: 968&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0009676,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@12","$color":2,"excl_time":1.43000000000097e-05,"$area":1.43000000000097e-05},"id":"8147-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: 17.8ms, 0.03%<br />Exclusive time: 12.7ms, 0.02%</p>","incl_time":0.0178283999999999,"subname":"Moose::Meta::TypeConstraint::Registry::has_type_constraint","$color":2,"excl_time":0.0127099999999846,"$area":0.0127099999999846},"id":"8148-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: 59&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"Moose::Meta::TypeConstraint::Registry::meta","$color":2,"excl_time":2.54000000000445e-05,"$area":2.54000000000445e-05},"id":"8149-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: 9.23ms, 0.01%</p>","incl_time":0.00923209999999995,"subname":"Moose::Meta::TypeConstraint::Registry::type_constraints","$color":2,"excl_time":0.00923209999999995,"$area":0.00923209999999995},"id":"8150-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":2.3e-06,"subname":"Moose::Meta::TypeConstraint::Registry::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Registry.pm:27]","$color":2,"excl_time":2.3e-06,"$area":2.3e-06},"id":"8151-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: 10.3ms, 0.02%<br />Exclusive time: 6.85ms, 0.01%</p>","incl_time":0.0102722,"subname":"Moose::Meta::TypeConstraint::Registry::add_type_constraint","$color":2,"excl_time":0.00684639999993502,"$area":0.00684639999993502},"id":"8152-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: 132&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001324,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@16","$color":2,"excl_time":1.18999999999767e-05,"$area":1.18999999999767e-05},"id":"8153-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: 159&micro;s, 0.00%<br />Exclusive time: 70&micro;s, 0.00%</p>","incl_time":0.0001591,"subname":"Moose::Meta::TypeConstraint::Registry::find_type_constraint","$color":2,"excl_time":6.99999999974934e-05,"$area":6.99999999974934e-05},"id":"8154-Moose::Meta::TypeConstraint::Registry::find_type_constraint"}],"data":{"$area":0.0399440999999092},"id":"n8139"},{"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: 253&micro;s, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.0002526,"subname":"Moose::Meta::TypeConstraint::Union::coercion","$color":4,"excl_time":0.000209100000006354,"$area":0.000209100000006354},"id":"8156-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.88ms, 0.00%<br />Exclusive time: 457&micro;s, 0.00%</p>","incl_time":0.0028779,"subname":"Moose::Meta::TypeConstraint::Union::new","$color":4,"excl_time":0.000456999999990504,"$area":0.000456999999990504},"id":"8157-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@10","$color":4,"excl_time":9.69999999999888e-06,"$area":9.69999999999888e-06},"id":"8158-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: 76&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.64e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@19","$color":4,"excl_time":7.50000000001714e-06,"$area":7.50000000001714e-06},"id":"8159-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: 452&micro;s, 0.00%<br />Exclusive time: 199&micro;s, 0.00%</p>","incl_time":0.0004521,"subname":"Moose::Meta::TypeConstraint::Union::has_coercion","$color":4,"excl_time":0.000199499999997732,"$area":0.000199499999997732},"id":"8160-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: 405&micro;s, 0.00%</p>","incl_time":0.0004046,"subname":"Moose::Meta::TypeConstraint::Union::type_constraints","$color":4,"excl_time":0.0004046,"$area":0.0004046},"id":"8161-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: 830&micro;s, 0.00%<br />Exclusive time: 757&micro;s, 0.00%</p>","incl_time":0.0008296,"subname":"Moose::Meta::TypeConstraint::Union::_new","$color":4,"excl_time":0.000756999999995359,"$area":0.000756999999995359},"id":"8162-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: 174&micro;s, 0.00%<br />Exclusive time: 142&micro;s, 0.00%</p>","incl_time":0.0001745,"subname":"Moose::Meta::TypeConstraint::Union::_actually_compile_type_constraint","$color":4,"excl_time":0.000142299999992746,"$area":0.000142299999992746},"id":"8163-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: 658&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006575,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@12","$color":4,"excl_time":9.10000000000656e-06,"$area":9.10000000000656e-06},"id":"8164-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.58ms, 0.01%<br />Exclusive time: 857&micro;s, 0.00%</p>","incl_time":0.003578,"subname":"Moose::Meta::TypeConstraint::Union::inline_environment","$color":4,"excl_time":0.000856600000008009,"$area":0.000856600000008009},"id":"8165-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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@11","$color":4,"excl_time":1.1599999999994e-05,"$area":1.1599999999994e-05},"id":"8166-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: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@16","$color":4,"excl_time":1.0500000000008e-05,"$area":1.0500000000008e-05},"id":"8167-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: 40&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.02e-05,"subname":"Moose::Meta::TypeConstraint::Union::meta","$color":4,"excl_time":2.06999999999944e-05,"$area":2.06999999999944e-05},"id":"8168-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: 24&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@3","$color":4,"excl_time":2.35e-05,"$area":2.35e-05},"id":"8169-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: 20&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Moose::Meta::TypeConstraint::Union::CORE:sort","$color":4,"excl_time":2.01e-05,"$area":2.01e-05},"id":"8170-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: 6.19ms, 0.01%<br />Exclusive time: 631&micro;s, 0.00%</p>","incl_time":0.0061892,"subname":"Moose::Meta::TypeConstraint::Union::_inline_check","$color":4,"excl_time":0.000630500000002748,"$area":0.000630500000002748},"id":"8171-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: 802&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0008025,"subname":"Moose::Meta::TypeConstraint::Union::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Union.pm:78]","$color":4,"excl_time":3.70999999994177e-05,"$area":3.70999999994177e-05},"id":"8172-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: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@17","$color":4,"excl_time":8.39999999998662e-06,"$area":8.39999999998662e-06},"id":"8173-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.36ms, 0.00%<br />Exclusive time: 532&micro;s, 0.00%</p>","incl_time":0.0013628,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@14","$color":4,"excl_time":0.000531600000000024,"$area":0.000531600000000024},"id":"8174-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: 6.20ms, 0.01%<br />Exclusive time: 1.23ms, 0.00%</p>","incl_time":0.0062002,"subname":"Moose::Meta::TypeConstraint::Union::can_be_inlined","$color":4,"excl_time":0.00123199999999469,"$area":0.00123199999999469},"id":"8175-Moose::Meta::TypeConstraint::Union::can_be_inlined"}],"data":{"$area":0.00557839999998759},"id":"n8155"},{"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: 8.26ms, 0.01%<br />Exclusive time: 5.37ms, 0.01%</p>","incl_time":0.0082571,"subname":"Moose::Meta::TypeConstraint::Class::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Meta/TypeConstraint/Class.pm:30]","$color":6,"excl_time":0.00536529999997946,"$area":0.00536529999997946},"id":"8177-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.35ms, 0.00%<br />Exclusive time: 192&micro;s, 0.00%</p>","incl_time":0.0013505,"subname":"Moose::Meta::TypeConstraint::Class::is_subtype_of","$color":6,"excl_time":0.000192099999999552,"$area":0.000192099999999552},"id":"8178-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: 18&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@15","$color":6,"excl_time":1.8e-05,"$area":1.8e-05},"id":"8179-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: 1.12ms, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0011209,"subname":"Moose::Meta::TypeConstraint::Class::create_child_type","$color":6,"excl_time":1.96999999996425e-05,"$area":1.96999999996425e-05},"id":"8180-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: 159&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0001587,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@14","$color":6,"excl_time":3.31999999999994e-05,"$area":3.31999999999994e-05},"id":"8181-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: 7.48ms, 0.01%<br />Exclusive time: 6.96ms, 0.01%</p>","incl_time":0.0074802,"subname":"Moose::Meta::TypeConstraint::Class::_new","$color":6,"excl_time":0.00696130000002821,"$area":0.00696130000002821},"id":"8182-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.69ms, 0.00%</p>","incl_time":0.0016948,"subname":"Moose::Meta::TypeConstraint::Class::class","$color":6,"excl_time":0.0016948,"$area":0.0016948},"id":"8183-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: 113ms, 0.17%<br />Exclusive time: 4.59ms, 0.01%</p>","incl_time":0.1129901,"subname":"Moose::Meta::TypeConstraint::Class::new","$color":6,"excl_time":0.0045882000000075,"$area":0.0045882000000075},"id":"8184-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: 942&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0009417,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@11","$color":6,"excl_time":2.19999999999766e-05,"$area":2.19999999999766e-05},"id":"8185-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: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@2","$color":6,"excl_time":2.18e-05,"$area":2.18e-05},"id":"8186-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: 50&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@13","$color":6,"excl_time":2.06999999999872e-05,"$area":2.06999999999872e-05},"id":"8187-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: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@9","$color":6,"excl_time":1.72000000000006e-05,"$area":1.72000000000006e-05},"id":"8188-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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@10","$color":6,"excl_time":1.40000000000148e-05,"$area":1.40000000000148e-05},"id":"8189-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: 56&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":5.63e-05,"subname":"Moose::Meta::TypeConstraint::Class::meta","$color":6,"excl_time":2.58999999999585e-05,"$area":2.58999999999585e-05},"id":"8190-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: 254&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0002543,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@17","$color":6,"excl_time":2.68000000000084e-05,"$area":2.68000000000084e-05},"id":"8191-Moose::Meta::TypeConstraint::Class::BEGIN@17"}],"data":{"$area":0.0190210000000143},"id":"n8176"}],"data":{"$area":0.419458199999923},"id":"n7997"}],"data":{"$area":1.49194879999949},"id":"n7063"},{"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: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Moose::Role::BEGIN@12","$color":8,"excl_time":8.599999999999e-06,"$area":8.599999999999e-06},"id":"8193-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: 312&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0003117,"subname":"Moose::Role::after","$color":8,"excl_time":4.02000000000199e-05,"$area":4.02000000000199e-05},"id":"8194-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: 11.5ms, 0.02%<br />Exclusive time: 675&micro;s, 0.00%</p>","incl_time":0.0115377,"subname":"Moose::Role::requires","$color":8,"excl_time":0.00067490000000116,"$area":0.00067490000000116},"id":"8195-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: 170&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001696,"subname":"Moose::Role::BEGIN@15","$color":8,"excl_time":8.49999999997489e-06,"$area":8.49999999997489e-06},"id":"8196-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: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Moose::Role::BEGIN@9","$color":8,"excl_time":8.69999999999288e-06,"$area":8.69999999999288e-06},"id":"8197-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.63ms, 0.00%<br />Exclusive time: 212&micro;s, 0.00%</p>","incl_time":0.0016323,"subname":"Moose::Role::_add_method_modifier","$color":8,"excl_time":0.000212199999999521,"$area":0.000212199999999521},"id":"8198-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: 16.6ms, 0.03%<br />Exclusive time: 480&micro;s, 0.00%</p>","incl_time":0.0165569,"subname":"Moose::Role::super","$color":8,"excl_time":0.000480499999999566,"$area":0.000480499999999566},"id":"8199-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Role::BEGIN@17","$color":8,"excl_time":4.8e-06,"$area":4.8e-06},"id":"8200-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: 633&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":0.000633,"subname":"Moose::Role::override","$color":8,"excl_time":6.56000000002264e-05,"$area":6.56000000002264e-05},"id":"8201-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: 20.2ms, 0.03%<br />Exclusive time: 1.91ms, 0.00%</p>","incl_time":0.0201859,"subname":"Moose::Role::has","$color":8,"excl_time":0.00191460000000201,"$area":0.00191460000000201},"id":"8202-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: 18&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Moose::Role::BEGIN@8","$color":8,"excl_time":1.09999999999624e-05,"$area":1.09999999999624e-05},"id":"8203-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: 199ms, 0.30%<br />Exclusive time: 5.82ms, 0.01%</p>","incl_time":0.1993338,"subname":"Moose::Role::init_meta","$color":8,"excl_time":0.0058167999999904,"$area":0.0058167999999904},"id":"8204-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: 3.40ms, 0.01%<br />Exclusive time: 375&micro;s, 0.00%</p>","incl_time":0.0034019,"subname":"Moose::Role::around","$color":8,"excl_time":0.000374700000002546,"$area":0.000374700000002546},"id":"8205-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: 2.29ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0022897,"subname":"Moose::Role::BEGIN@22","$color":8,"excl_time":1.27000000000265e-05,"$area":1.27000000000265e-05},"id":"8206-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: 60&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6e-05,"subname":"Moose::Role::BEGIN@11","$color":8,"excl_time":1.02999999999586e-05,"$area":1.02999999999586e-05},"id":"8207-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Moose::Role::BEGIN@18","$color":8,"excl_time":3.6e-06,"$area":3.6e-06},"id":"8208-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: 15&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Moose::Role::BEGIN@21","$color":8,"excl_time":1.48e-05,"$area":1.48e-05},"id":"8209-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: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"Moose::Role::BEGIN@13","$color":8,"excl_time":8.30000000001626e-06,"$area":8.30000000001626e-06},"id":"8210-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: 21&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Moose::Role::BEGIN@2","$color":8,"excl_time":2.14e-05,"$area":2.14e-05},"id":"8211-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: 2.23s, 3.40%<br />Exclusive time: 949&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 301ms</p>","incl_time":2.2258757,"subname":"Moose::Role::with","$color":8,"excl_time":0.000949099999999557,"$area":0.000949099999999557},"id":"8212-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: 31&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Moose::Role::BEGIN@20","$color":8,"excl_time":8.69999999995787e-06,"$area":8.69999999995787e-06},"id":"8213-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: 613&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":0.0006134,"subname":"Moose::Role::before","$color":8,"excl_time":7.29000000006113e-05,"$area":7.29000000006113e-05},"id":"8214-Moose::Role::before"}],"data":{"$area":0.0107228999999955},"id":"n8192"},{"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: 89&micro;s, 0.00%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":8.88e-05,"subname":"Moose::Object::BEGIN@108","$color":10,"excl_time":8.63999999999865e-05,"$area":8.63999999999865e-05},"id":"8216-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: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Moose::Object::BEGIN@10","$color":10,"excl_time":1.56000000000006e-05,"$area":1.56000000000006e-05},"id":"8217-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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"Moose::Object::BEGIN@16","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"8218-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.12ms, 0.01%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":0.0071157,"subname":"Moose::Object::does","$color":10,"excl_time":0.00138129999992237,"$area":0.00138129999992237},"id":"8219-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Object::BEGIN@14","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"8220-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: 779ms, 1.19%<br />Exclusive time: 475&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 744ms</p>","incl_time":0.7791586,"subname":"Moose::Object::new","$color":10,"excl_time":0.000474799999998883,"$area":0.000474799999998883},"id":"8221-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: 32&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Moose::Object::BEGIN@3","$color":10,"excl_time":3.24e-05,"$area":3.24e-05},"id":"8222-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: 227&micro;s, 0.00%<br />Exclusive time: 108&micro;s, 0.00%</p>","incl_time":0.000227,"subname":"Moose::Object::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Object.pm:99]","$color":10,"excl_time":0.000107800000006342,"$area":0.000107800000006342},"id":"8223-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: 516&micro;s, 0.00%<br />Exclusive time: 451&micro;s, 0.00%</p>","incl_time":0.000516,"subname":"Moose::Object::BEGIN@19","$color":10,"excl_time":0.000451399999999974,"$area":0.000451399999999974},"id":"8224-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Object::BEGIN@13","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"8225-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: 581&micro;s, 0.00%<br />Exclusive time: 158&micro;s, 0.00%</p>","incl_time":0.000581,"subname":"Moose::Object::DESTROY","$color":10,"excl_time":0.000158399999999283,"$area":0.000158399999999283},"id":"8226-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: 749ms, 1.14%<br />Exclusive time: 281&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 743ms</p>","incl_time":0.748583,"subname":"Moose::Object::BUILDALL","$color":10,"excl_time":0.000280800000000799,"$area":0.000280800000000799},"id":"8227-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: 8.65ms, 0.01%</p>","incl_time":0.00865109999999999,"subname":"Moose::Object::BUILDARGS","$color":10,"excl_time":0.00865109999999999,"$area":0.00865109999999999},"id":"8228-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: 4.56ms, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0045616,"subname":"Moose::Object::BEGIN@20","$color":10,"excl_time":2.40999999999722e-05,"$area":2.40999999999722e-05},"id":"8229-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: 58&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":5.81e-05,"subname":"Moose::Object::BEGIN@85","$color":10,"excl_time":2.56000000000091e-05,"$area":2.56000000000091e-05},"id":"8230-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Object::BEGIN@17","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"8231-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: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"Moose::Object::BEGIN@11","$color":10,"excl_time":1.2800000000009e-05,"$area":1.2800000000009e-05},"id":"8232-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: 88&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":8.8e-05,"subname":"Moose::Object::DEMOLISHALL","$color":10,"excl_time":5.00999999963011e-05,"$area":5.00999999963011e-05},"id":"8233-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Moose::Object::BEGIN@15","$color":10,"excl_time":5.1e-06,"$area":5.1e-06},"id":"8234-Moose::Object::BEGIN@15"}],"data":{"$area":0.0117804999999239},"id":"n8215"},{"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: 152&micro;s, 0.00%<br />Exclusive time: 152&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 21&micro;s</p>","incl_time":0.0001521,"subname":"Moose::Exporter::_follow_also_real","$color":1,"excl_time":0.000152099999999834,"$area":0.000152099999999834},"id":"8236-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: 113&micro;s, 0.00%</p>","incl_time":0.0001131,"subname":"Moose::Exporter::_make_import_sub","$color":1,"excl_time":0.0001131,"$area":0.0001131},"id":"8237-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.35s, 2.06%<br />Exclusive time: 19.1ms, 0.03%</p>","incl_time":1.3513414,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:492]","$color":1,"excl_time":0.0190761000000134,"$area":0.0190761000000134},"id":"8238-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: 239&micro;s, 0.00%</p>","incl_time":0.0002386,"subname":"Moose::Exporter::_make_init_meta","$color":1,"excl_time":0.0002386,"$area":0.0002386},"id":"8239-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: 184&micro;s, 0.00%</p>","incl_time":0.000184,"subname":"Moose::Exporter::_export_is_flagged","$color":1,"excl_time":0.000184,"$area":0.000184},"id":"8240-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: 11.5ms, 0.02%<br />Exclusive time: 856&micro;s, 0.00%</p>","incl_time":0.0115226,"subname":"Moose::Exporter::build_import_methods","$color":1,"excl_time":0.000856199999998425,"$area":0.000856199999998425},"id":"8241-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: 56&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.65e-05,"subname":"Moose::Exporter::BEGIN@12","$color":1,"excl_time":1.18000000000053e-05,"$area":1.18000000000053e-05},"id":"8242-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: 34&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"Moose::Exporter::BEGIN@132","$color":1,"excl_time":1.36999999999905e-05,"$area":1.36999999999905e-05},"id":"8243-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.58ms, 0.00%<br />Exclusive time: 1.22ms, 0.00%</p>","incl_time":0.0015785,"subname":"Moose::Exporter::BEGIN@15","$color":1,"excl_time":0.00121909999999999,"$area":0.00121909999999999},"id":"8244-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: 9.59ms, 0.01%<br />Exclusive time: 3.89ms, 0.01%</p>","incl_time":0.0095852,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:225]","$color":1,"excl_time":0.00388650000001105,"$area":0.00388650000001105},"id":"8245-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: 7.18ms, 0.01%</p>","incl_time":0.0071761,"subname":"Moose::Exporter::_collect_metaroles","$color":1,"excl_time":0.0071761,"$area":0.0071761},"id":"8246-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: 251&micro;s, 0.00%<br />Exclusive time: 116&micro;s, 0.00%</p>","incl_time":0.0002511,"subname":"Moose::Exporter::import","$color":1,"excl_time":0.000115599999999545,"$area":0.000115599999999545},"id":"8247-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: 2.31ms, 0.00%<br />Exclusive time: 1.37ms, 0.00%</p>","incl_time":0.0023084,"subname":"Moose::Exporter::_make_sub_exporter_params","$color":1,"excl_time":0.00137399999999994,"$area":0.00137399999999994},"id":"8248-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: 15.1ms, 0.02%</p>","incl_time":0.0150900999999999,"subname":"Moose::Exporter::_late_curry_wrapper","$color":1,"excl_time":0.0150900999999999,"$area":0.0150900999999999},"id":"8249-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: 28&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"Moose::Exporter::BEGIN@133","$color":1,"excl_time":1.14999999999916e-05,"$area":1.14999999999916e-05},"id":"8250-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: 29.9ms, 0.05%<br />Exclusive time: 5.90ms, 0.01%</p>","incl_time":0.0299001,"subname":"Moose::Exporter::_apply_metaroles","$color":1,"excl_time":0.00589780000001174,"$area":0.00589780000001174},"id":"8251-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: 264ms, 0.40%<br />Exclusive time: 34.4ms, 0.05%</p>","incl_time":0.2635084,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:137]","$color":1,"excl_time":0.034437799999967,"$area":0.034437799999967},"id":"8252-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: 117ms, 0.18%<br />Exclusive time: 6.65ms, 0.01%</p>","incl_time":0.1170634,"subname":"Moose::Exporter::BEGIN@13","$color":1,"excl_time":0.00664720000000008,"$area":0.00664720000000008},"id":"8253-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: 58&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.8e-05,"subname":"Moose::Exporter::BEGIN@16","$color":1,"excl_time":1.17000000000009e-05,"$area":1.17000000000009e-05},"id":"8254-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: 8.55ms, 0.01%<br />Exclusive time: 8.36ms, 0.01%</p>","incl_time":0.0085481,"subname":"Moose::Exporter::_remove_keywords","$color":1,"excl_time":0.00836409999999604,"$area":0.00836409999999604},"id":"8255-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Moose::Exporter::BEGIN@9","$color":1,"excl_time":9.00000000000075e-06,"$area":9.00000000000075e-06},"id":"8256-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: 973&micro;s, 0.00%<br />Exclusive time: 463&micro;s, 0.00%</p>","incl_time":0.0009733,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:329]","$color":1,"excl_time":0.000463200000002041,"$area":0.000463200000002041},"id":"8257-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: 12.0ms, 0.02%<br />Exclusive time: 497&micro;s, 0.00%</p>","incl_time":0.0120194,"subname":"Moose::Exporter::setup_import_methods","$color":1,"excl_time":0.000496800000000006,"$area":0.000496800000000006},"id":"8258-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: 42.5ms, 0.06%<br />Exclusive time: 21.2ms, 0.03%</p>","incl_time":0.0424528,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:352]","$color":1,"excl_time":0.0211562000001102,"$area":0.0211562000001102},"id":"8259-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: 205&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0002053,"subname":"Moose::Exporter::BEGIN@17","$color":1,"excl_time":1.92000000000054e-05,"$area":1.92000000000054e-05},"id":"8260-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: 5.86ms, 0.01%<br />Exclusive time: 190&micro;s, 0.00%</p>","incl_time":0.0058592,"subname":"Moose::Exporter::_make_exporter","$color":1,"excl_time":0.000189599999999226,"$area":0.000189599999999226},"id":"8261-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: 58&micro;s, 0.00%</p>","incl_time":5.85e-05,"subname":"Moose::Exporter::_make_wrapped_sub","$color":1,"excl_time":5.85e-05,"$area":5.85e-05},"id":"8262-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: 94&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":9.35e-05,"subname":"Moose::Exporter::BEGIN@14","$color":1,"excl_time":1.83000000000025e-05,"$area":1.83000000000025e-05},"id":"8263-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: 9.49ms, 0.01%<br />Exclusive time: 942&micro;s, 0.00%</p>","incl_time":0.0094897,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:678]","$color":1,"excl_time":0.000941600000002828,"$area":0.000941600000002828},"id":"8264-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.26ms, 0.00%</p>","incl_time":0.0012551,"subname":"Moose::Exporter::_get_caller","$color":1,"excl_time":0.0012551,"$area":0.0012551},"id":"8265-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: 36&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"Moose::Exporter::BEGIN@294","$color":1,"excl_time":1.40999999999953e-05,"$area":1.40999999999953e-05},"id":"8266-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: 5.18ms, 0.01%<br />Exclusive time: 3.86ms, 0.01%</p>","incl_time":0.005177,"subname":"Moose::Exporter::_strip_traits","$color":1,"excl_time":0.0038642000000041,"$area":0.0038642000000041},"id":"8267-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: 75&micro;s, 0.00%</p>","incl_time":7.49e-05,"subname":"Moose::Exporter::_make_unimport_sub","$color":1,"excl_time":7.49e-05,"$area":7.49e-05},"id":"8268-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.94ms, 0.00%</p>","incl_time":0.00293789999999999,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:280]","$color":1,"excl_time":0.00293789999999999,"$area":0.00293789999999999},"id":"8269-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: 3.10ms, 0.00%<br />Exclusive time: 2.56ms, 0.00%</p>","incl_time":0.0030986,"subname":"Moose::Exporter::_strip_metaclass","$color":1,"excl_time":0.00256389999997702,"$area":0.00256389999997702},"id":"8270-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: 77&micro;s, 0.00%</p>","incl_time":7.71e-05,"subname":"Moose::Exporter::_parse_trait_aliases","$color":1,"excl_time":7.71e-05,"$area":7.71e-05},"id":"8271-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: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:750]","$color":1,"excl_time":1.1800000000429e-05,"$area":1.1800000000429e-05},"id":"8272-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: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Moose::Exporter::BEGIN@2","$color":1,"excl_time":1.14e-05,"$area":1.14e-05},"id":"8273-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: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Moose::Exporter::BEGIN@698","$color":1,"excl_time":7.19999999999762e-06,"$area":7.19999999999762e-06},"id":"8274-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: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"Moose::Exporter::BEGIN@18","$color":1,"excl_time":9.20000000000838e-06,"$area":9.20000000000838e-06},"id":"8275-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: 291&micro;s, 0.00%</p>","incl_time":0.0002911,"subname":"Moose::Exporter::_make_wrapped_sub_with_meta","$color":1,"excl_time":0.0002911,"$area":0.0002911},"id":"8276-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: 472&micro;s, 0.00%</p>","incl_time":0.0004724,"subname":"Moose::Exporter::_sub_from_package","$color":1,"excl_time":0.0004724,"$area":0.0004724},"id":"8277-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: 6.86ms, 0.01%<br />Exclusive time: 2.86ms, 0.00%</p>","incl_time":0.0068648,"subname":"Moose::Exporter::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Exporter.pm:42]","$color":1,"excl_time":0.00285900000000782,"$area":0.00285900000000782},"id":"8278-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: 342&micro;s, 0.00%<br />Exclusive time: 143&micro;s, 0.00%</p>","incl_time":0.0003421,"subname":"Moose::Exporter::_follow_also","$color":1,"excl_time":0.000142700000000594,"$area":0.000142700000000594},"id":"8279-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: 355&micro;s, 0.00%<br />Exclusive time: 334&micro;s, 0.00%</p>","incl_time":0.0003549,"subname":"Moose::Exporter::_curry_wrapper","$color":1,"excl_time":0.000334300000000296,"$area":0.000334300000000296},"id":"8280-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: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Exporter::BEGIN@10","$color":1,"excl_time":8.29999999999675e-06,"$area":8.29999999999675e-06},"id":"8281-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.68ms, 0.00%<br />Exclusive time: 2.21ms, 0.00%</p>","incl_time":0.0026818,"subname":"Moose::Exporter::_strip_meta_name","$color":1,"excl_time":0.00220699999999367,"$area":0.00220699999999367},"id":"8282-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: 41&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Moose::Exporter::BEGIN@688","$color":1,"excl_time":1.58000000000027e-05,"$area":1.58000000000027e-05},"id":"8283-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: 812&micro;s, 0.00%</p>","incl_time":0.0008118,"subname":"Moose::Exporter::_flag_as_reexport","$color":1,"excl_time":0.0008118,"$area":0.0008118},"id":"8284-Moose::Exporter::_flag_as_reexport"}],"data":{"$area":0.146198700000095},"id":"n8235"},{"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: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"Moose::Util::BEGIN@16","$color":3,"excl_time":9.89999999999187e-06,"$area":9.89999999999187e-06},"id":"8286-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: 35&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"Moose::Util::BEGIN@17","$color":3,"excl_time":1.29000000000249e-05,"$area":1.29000000000249e-05},"id":"8287-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Moose::Util::BEGIN@9","$color":3,"excl_time":8.40000000001988e-06,"$area":8.40000000001988e-06},"id":"8288-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: 37.3ms, 0.06%<br />Exclusive time: 721&micro;s, 0.00%</p>","incl_time":0.0373332,"subname":"Moose::Util::resolve_metaclass_alias","$color":3,"excl_time":0.000721499999998976,"$area":0.000721499999998976},"id":"8289-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: 11&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Moose::Util::BEGIN@2","$color":3,"excl_time":1.08e-05,"$area":1.08e-05},"id":"8290-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: 19.6ms, 0.03%<br />Exclusive time: 2.06ms, 0.00%</p>","incl_time":0.0195904,"subname":"Moose::Util::does_role","$color":3,"excl_time":0.00205580000000349,"$area":0.00205580000000349},"id":"8291-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: 2.08s, 3.18%<br />Exclusive time: 993&micro;s, 0.00%<br />Recursion: max depth 5, recursive inclusive time 990ms</p>","incl_time":2.0839188,"subname":"Moose::Util::apply_all_roles","$color":3,"excl_time":0.00099310000000499,"$area":0.00099310000000499},"id":"8292-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: 37.7ms, 0.06%<br />Exclusive time: 331&micro;s, 0.00%</p>","incl_time":0.0376644,"subname":"Moose::Util::resolve_metatrait_alias","$color":3,"excl_time":0.00033119999999405,"$area":0.00033119999999405},"id":"8293-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: 35&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.53e-05,"subname":"Moose::Util::BEGIN@18","$color":3,"excl_time":8.5000000000065e-06,"$area":8.5000000000065e-06},"id":"8294-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: 1.01ms, 0.00%<br />Exclusive time: 692&micro;s, 0.00%</p>","incl_time":0.001006,"subname":"Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:54]","$color":3,"excl_time":0.000691600000000951,"$area":0.000691600000000951},"id":"8295-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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Moose::Util::BEGIN@10","$color":3,"excl_time":7.39999999999775e-06,"$area":7.39999999999775e-06},"id":"8296-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: 46&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.62e-05,"subname":"Moose::Util::BEGIN@20","$color":3,"excl_time":1.55000000000054e-05,"$area":1.55000000000054e-05},"id":"8297-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Moose::Util::BEGIN@13","$color":3,"excl_time":8.80000000001988e-06,"$area":8.80000000001988e-06},"id":"8298-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Moose::Util::BEGIN@21","$color":3,"excl_time":5.4e-06,"$area":5.4e-06},"id":"8299-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":4.4e-06,"subname":"Moose::Util::BEGIN@19","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8300-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: 15.3ms, 0.02%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0153169,"subname":"Moose::Util::add_method_modifier","$color":3,"excl_time":0.00108899999999948,"$area":0.00108899999999948},"id":"8301-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: 45&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"Moose::Util::_build_alias_package_name","$color":3,"excl_time":4.49e-05,"$area":4.49e-05},"id":"8302-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: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"Moose::Util::BEGIN@14","$color":3,"excl_time":8.60000000000476e-06,"$area":8.60000000000476e-06},"id":"8303-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: 2.08s, 3.18%<br />Exclusive time: 9.39ms, 0.01%<br />Recursion: max depth 5, recursive inclusive time 989ms</p>","incl_time":2.0832405,"subname":"Moose::Util::_apply_all_roles","$color":3,"excl_time":0.00938999999996871,"$area":0.00938999999996871},"id":"8304-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: 184&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001839,"subname":"Moose::Util::BEGIN@15","$color":3,"excl_time":9.00000000002215e-06,"$area":9.00000000002215e-06},"id":"8305-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: 85&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.46e-05,"subname":"Moose::Util::BEGIN@12","$color":3,"excl_time":1.580000000002e-05,"$area":1.580000000002e-05},"id":"8306-Moose::Util::BEGIN@12"},{"name":"find_meta","children":[],"data":{"tip":"<p><b>Moose::Util::find_meta</b></p><p><br />Called 891 times from 9 places in 7 files<br />Inclusive time: 7.33ms, 0.01%<br />Exclusive time: 2.92ms, 0.00%</p>","incl_time":0.0073327,"subname":"Moose::Util::find_meta","$color":3,"excl_time":0.0029169000000531,"$area":0.0029169000000531},"id":"8307-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: 290&micro;s, 0.00%<br />Exclusive time: 256&micro;s, 0.00%</p>","incl_time":0.0002902,"subname":"Moose::Util::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util.pm:121]","$color":3,"excl_time":0.000256499999998309,"$area":0.000256499999998309},"id":"8308-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: 5.09ms, 0.01%</p>","incl_time":0.0050943,"subname":"Moose::Util::_caller_info","$color":3,"excl_time":0.0050943,"$area":0.0050943},"id":"8309-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: 109ms, 0.17%<br />Exclusive time: 690&micro;s, 0.00%</p>","incl_time":0.1090357,"subname":"Moose::Util::TypeConstraints::class_type","$color":5,"excl_time":0.000689799999995784,"$area":0.000689799999995784},"id":"8311-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.74ms, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.001738,"subname":"Moose::Util::TypeConstraints::create_enum_type_constraint","$color":5,"excl_time":2.6200000000181e-05,"$area":2.6200000000181e-05},"id":"8312-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: 8&micro;s, 0.00%</p>","incl_time":7.5e-06,"subname":"Moose::Util::TypeConstraints::message","$color":5,"excl_time":7.5e-06,"$area":7.5e-06},"id":"8313-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: 521&micro;s, 0.00%<br />Exclusive time: 318&micro;s, 0.00%</p>","incl_time":0.0005214,"subname":"Moose::Util::TypeConstraints::_parse_type_constraint_union","$color":5,"excl_time":0.00031819999999993,"$area":0.00031819999999993},"id":"8314-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: 1.10ms, 0.00%<br />Exclusive time: 1.03ms, 0.00%</p>","incl_time":0.001097,"subname":"Moose::Util::TypeConstraints::CORE:match","$color":5,"excl_time":0.00102969999999956,"$area":0.00102969999999956},"id":"8315-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: 3.92ms, 0.01%<br />Exclusive time: 1.48ms, 0.00%</p>","incl_time":0.0039232,"subname":"Moose::Util::TypeConstraints::BEGIN@39","$color":5,"excl_time":0.00148480000000005,"$area":0.00148480000000005},"id":"8316-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: 81&micro;s, 0.00%</p>","incl_time":8.07e-05,"subname":"Moose::Util::TypeConstraints::as","$color":5,"excl_time":8.07e-05,"$area":8.07e-05},"id":"8317-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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@32","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"8318-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: 88&micro;s, 0.00%</p>","incl_time":8.79e-05,"subname":"Moose::Util::TypeConstraints::get_all_parameterizable_types","$color":5,"excl_time":8.79e-05,"$area":8.79e-05},"id":"8319-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: 78.5ms, 0.12%<br />Exclusive time: 14.1ms, 0.02%<br />Recursion: max depth 3, recursive inclusive time 13.1ms</p>","incl_time":0.0784888,"subname":"Moose::Util::TypeConstraints::find_or_parse_type_constraint","$color":5,"excl_time":0.014090999999971,"$area":0.014090999999971},"id":"8320-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: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@3","$color":5,"excl_time":1.31e-05,"$area":1.31e-05},"id":"8321-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: 73&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.28e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@11","$color":5,"excl_time":1.04999999999849e-05,"$area":1.04999999999849e-05},"id":"8322-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: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@35","$color":5,"excl_time":1.27e-05,"$area":1.27e-05},"id":"8323-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: 83.3ms, 0.13%<br />Exclusive time: 4.03ms, 0.01%<br />Recursion: max depth 2, recursive inclusive time 12.0ms</p>","incl_time":0.083305,"subname":"Moose::Util::TypeConstraints::find_or_create_isa_type_constraint","$color":5,"excl_time":0.00403089999998665,"$area":0.00403089999998665},"id":"8324-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: 4.34ms, 0.01%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0043449,"subname":"Moose::Util::TypeConstraints::coerce","$color":5,"excl_time":6.50999999991669e-05,"$area":6.50999999991669e-05},"id":"8325-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: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Moose::Util::TypeConstraints::list_all_type_constraints","$color":5,"excl_time":9.10000000001813e-06,"$area":9.10000000001813e-06},"id":"8326-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: 4.59ms, 0.01%<br />Exclusive time: 475&micro;s, 0.00%</p>","incl_time":0.0045942,"subname":"Moose::Util::TypeConstraints::_create_type_constraint_union","$color":5,"excl_time":0.000474999999976585,"$area":0.000474999999976585},"id":"8327-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: 29&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Moose::Util::TypeConstraints::inline_as","$color":5,"excl_time":2.86e-05,"$area":2.86e-05},"id":"8328-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: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@12","$color":5,"excl_time":8.9999999999795e-06,"$area":8.9999999999795e-06},"id":"8329-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: 80.9ms, 0.12%<br />Exclusive time: 3.55ms, 0.01%</p>","incl_time":0.0808822,"subname":"Moose::Util::TypeConstraints::create_role_type_constraint","$color":5,"excl_time":0.00355220000000055,"$area":0.00355220000000055},"id":"8330-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Util::TypeConstraints::list_all_builtin_type_constraints","$color":5,"excl_time":5.6e-06,"$area":5.6e-06},"id":"8331-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: 4.02ms, 0.01%<br />Exclusive time: 2.89ms, 0.00%</p>","incl_time":0.0040204,"subname":"Moose::Util::TypeConstraints::normalize_type_constraint_name","$color":5,"excl_time":0.00288930000001732,"$area":0.00288930000001732},"id":"8332-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: 32&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@68","$color":5,"excl_time":1.21999999999944e-05,"$area":1.21999999999944e-05},"id":"8333-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: 80.3ms, 0.12%<br />Exclusive time: 622&micro;s, 0.00%</p>","incl_time":0.0803046,"subname":"Moose::Util::TypeConstraints::role_type","$color":5,"excl_time":0.000621999999997065,"$area":0.000621999999997065},"id":"8334-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: 41.4ms, 0.06%<br />Exclusive time: 443&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 9.32ms</p>","incl_time":0.0413894,"subname":"Moose::Util::TypeConstraints::create_parameterized_type_constraint","$color":5,"excl_time":0.000443499999999182,"$area":0.000443499999999182},"id":"8335-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: 34&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@667","$color":5,"excl_time":1.51000000000001e-05,"$area":1.51000000000001e-05},"id":"8336-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: 4.28ms, 0.01%<br />Exclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0042798,"subname":"Moose::Util::TypeConstraints::_install_type_coercions","$color":5,"excl_time":0.000217599999996098,"$area":0.000217599999996098},"id":"8337-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.66ms, 0.01%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0046585,"subname":"Moose::Util::TypeConstraints::create_type_constraint_union","$color":5,"excl_time":6.43000000025608e-05,"$area":6.43000000025608e-05},"id":"8338-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: 4.12ms, 0.01%<br />Exclusive time: 1.32ms, 0.00%</p>","incl_time":0.0041165,"subname":"Moose::Util::TypeConstraints::BEGIN@33","$color":5,"excl_time":0.00132450000000004,"$area":0.00132450000000004},"id":"8339-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: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"Moose::Util::TypeConstraints::add_parameterizable_type","$color":5,"excl_time":1.47000000000716e-05,"$area":1.47000000000716e-05},"id":"8340-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: 40.3ms, 0.06%<br />Exclusive time: 245&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 9.14ms</p>","incl_time":0.0402546,"subname":"Moose::Util::TypeConstraints::_create_parameterized_type_constraint","$color":5,"excl_time":0.000245099999998746,"$area":0.000245099999998746},"id":"8341-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: 6.75ms, 0.01%<br />Exclusive time: 998&micro;s, 0.00%</p>","incl_time":0.0067539,"subname":"Moose::Util::TypeConstraints::BEGIN@34","$color":5,"excl_time":0.000998300000000028,"$area":0.000998300000000028},"id":"8342-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: 18&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Moose::Util::TypeConstraints::CORE:qr","$color":5,"excl_time":1.84e-05,"$area":1.84e-05},"id":"8343-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: 15.8ms, 0.02%<br />Exclusive time: 420&micro;s, 0.00%</p>","incl_time":0.0157988,"subname":"Moose::Util::TypeConstraints::subtype","$color":5,"excl_time":0.000420000000000307,"$area":0.000420000000000307},"id":"8344-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: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@40","$color":5,"excl_time":1.51e-05,"$area":1.51e-05},"id":"8345-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: 506&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0005057,"subname":"Moose::Util::TypeConstraints::type","$color":5,"excl_time":1.6499999999977e-05,"$area":1.6499999999977e-05},"id":"8346-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: 123ms, 0.19%<br />Exclusive time: 4.47ms, 0.01%</p>","incl_time":0.1229747,"subname":"Moose::Util::TypeConstraints::create_class_type_constraint","$color":5,"excl_time":0.00447070000000794,"$area":0.00447070000000794},"id":"8347-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.88ms, 0.00%<br />Exclusive time: 1.27ms, 0.00%</p>","incl_time":0.0028845,"subname":"Moose::Util::TypeConstraints::BEGIN@37","$color":5,"excl_time":0.00127389999999998,"$area":0.00127389999999998},"id":"8348-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: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@678","$color":5,"excl_time":8.89999999999863e-06,"$area":8.89999999999863e-06},"id":"8349-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.79ms, 0.00%<br />Exclusive time: 1.41ms, 0.00%</p>","incl_time":0.0017933,"subname":"Moose::Util::TypeConstraints::BEGIN@614","$color":5,"excl_time":0.00140860000000004,"$area":0.00140860000000004},"id":"8350-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: 55&micro;s, 0.00%</p>","incl_time":5.52e-05,"subname":"Moose::Util::TypeConstraints::where","$color":5,"excl_time":5.52e-05,"$area":5.52e-05},"id":"8351-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: 3.30ms, 0.01%<br />Exclusive time: 1.06ms, 0.00%</p>","incl_time":0.0032977,"subname":"Moose::Util::TypeConstraints::BEGIN@38","$color":5,"excl_time":0.00105909999999997,"$area":0.00105909999999997},"id":"8352-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: 11.2ms, 0.02%<br />Exclusive time: 228&micro;s, 0.00%</p>","incl_time":0.0112475,"subname":"Moose::Util::TypeConstraints::find_or_create_type_constraint","$color":5,"excl_time":0.000227800000001367,"$area":0.000227800000001367},"id":"8353-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.87ms, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0018734,"subname":"Moose::Util::TypeConstraints::enum","$color":5,"excl_time":3.5799999999561e-05,"$area":3.5799999999561e-05},"id":"8354-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: 31&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.11e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@31","$color":5,"excl_time":1.31999999999849e-05,"$area":1.31999999999849e-05},"id":"8355-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: 33&micro;s, 0.00%</p>","incl_time":0.0017047,"subname":"Moose::Util::TypeConstraints::duck_type","$color":5,"excl_time":3.27999999999406e-05,"$area":3.27999999999406e-05},"id":"8356-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: 674&micro;s, 0.00%<br />Exclusive time: 327&micro;s, 0.00%</p>","incl_time":0.0006743,"subname":"Moose::Util::TypeConstraints::_detect_parameterized_type_constraint","$color":5,"excl_time":0.000326700000004215,"$area":0.000326700000004215},"id":"8357-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: 951&micro;s, 0.00%</p>","incl_time":0.0009513,"subname":"Moose::Util::TypeConstraints::CORE:regcomp","$color":5,"excl_time":0.0009513,"$area":0.0009513},"id":"8358-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: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@41","$color":5,"excl_time":9.5e-06,"$area":9.5e-06},"id":"8359-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: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@13","$color":5,"excl_time":8.10000000002576e-06,"$area":8.10000000002576e-06},"id":"8360-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: 72.2ms, 0.11%<br />Exclusive time: 37.4ms, 0.06%</p>","incl_time":0.0722364,"subname":"Moose::Util::TypeConstraints::find_type_constraint","$color":5,"excl_time":0.0374434000001644,"$area":0.0374434000001644},"id":"8361-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: 15.9ms, 0.02%<br />Exclusive time: 996&micro;s, 0.00%</p>","incl_time":0.0158632,"subname":"Moose::Util::TypeConstraints::_create_type_constraint","$color":5,"excl_time":0.000995800000000136,"$area":0.000995800000000136},"id":"8362-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: 4.21ms, 0.01%<br />Exclusive time: 1.82ms, 0.00%</p>","incl_time":0.0042145,"subname":"Moose::Util::TypeConstraints::BEGIN@36","$color":5,"excl_time":0.00181879999999994,"$area":0.00181879999999994},"id":"8363-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.18ms, 0.00%<br />Exclusive time: 555&micro;s, 0.00%</p>","incl_time":0.0011843,"subname":"Moose::Util::TypeConstraints::_detect_type_constraint_union","$color":5,"excl_time":0.000555299999998011,"$area":0.000555299999998011},"id":"8364-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: 4.09ms, 0.01%<br />Exclusive time: 959&micro;s, 0.00%</p>","incl_time":0.0040875,"subname":"Moose::Util::TypeConstraints::BEGIN@42","$color":5,"excl_time":0.000959400000000033,"$area":0.000959400000000033},"id":"8365-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: 536&micro;s, 0.00%<br />Exclusive time: 237&micro;s, 0.00%</p>","incl_time":0.0005363,"subname":"Moose::Util::TypeConstraints::_parse_parameterized_type_constraint","$color":5,"excl_time":0.000237299999998174,"$area":0.000237299999998174},"id":"8366-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: 1.13ms, 0.00%<br />Exclusive time: 901&micro;s, 0.00%</p>","incl_time":0.0011311,"subname":"Moose::Util::TypeConstraints::CORE:subst","$color":5,"excl_time":0.000901400000000778,"$area":0.000901400000000778},"id":"8367-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: 296&micro;s, 0.00%<br />Exclusive time: 75&micro;s, 0.00%</p>","incl_time":0.0002964,"subname":"Moose::Util::TypeConstraints::register_type_constraint","$color":5,"excl_time":7.47999999996229e-05,"$area":7.47999999996229e-05},"id":"8368-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.56ms, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0015636,"subname":"Moose::Util::TypeConstraints::create_duck_type_constraint","$color":5,"excl_time":2.39000000000784e-05,"$area":2.39000000000784e-05},"id":"8369-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: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@673","$color":5,"excl_time":8.99999999999862e-06,"$area":8.99999999999862e-06},"id":"8370-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: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Moose::Util::TypeConstraints::via","$color":5,"excl_time":2.18e-05,"$area":2.18e-05},"id":"8371-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: 22&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"Moose::Util::TypeConstraints::from","$color":5,"excl_time":2.23e-05,"$area":2.23e-05},"id":"8372-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: 24&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"Moose::Util::TypeConstraints::get_type_constraint_registry","$color":5,"excl_time":2.38e-05,"$area":2.38e-05},"id":"8373-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@10","$color":5,"excl_time":5.2e-06,"$area":5.2e-06},"id":"8374-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@694","$color":5,"excl_time":8.80000000000725e-06,"$area":8.80000000000725e-06},"id":"8375-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: 4.54ms, 0.01%<br />Exclusive time: 301&micro;s, 0.00%</p>","incl_time":0.004538,"subname":"Moose::Util::TypeConstraints::find_or_create_does_type_constraint","$color":5,"excl_time":0.000301100000004897,"$area":0.000301100000004897},"id":"8376-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":2.2e-06,"subname":"Moose::Util::TypeConstraints::Builtins::type","$color":7,"excl_time":2.2e-06,"$area":2.2e-06},"id":"8378-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: 33&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Moose::Util::TypeConstraints::Builtins::where","$color":7,"excl_time":3.33e-05,"$area":3.33e-05},"id":"8379-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.1e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:113]","$color":7,"excl_time":8.1e-06,"$area":8.1e-06},"id":"8380-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: 586&micro;s, 0.00%</p>","incl_time":0.000586,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:58]","$color":7,"excl_time":0.000586,"$area":0.000586},"id":"8381-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: 10.8ms, 0.02%<br />Exclusive time: 722&micro;s, 0.00%</p>","incl_time":0.0108201,"subname":"Moose::Util::TypeConstraints::Builtins::define_builtins","$color":7,"excl_time":0.000721900000000775,"$area":0.000721900000000775},"id":"8382-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: 10.6ms, 0.02%<br />Exclusive time: 2.08ms, 0.00%</p>","incl_time":0.0106204,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:66]","$color":7,"excl_time":0.0020786999999923,"$area":0.0020786999999923},"id":"8383-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: 28&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"Moose::Util::TypeConstraints::Builtins::inline_as","$color":7,"excl_time":2.79e-05,"$area":2.79e-05},"id":"8384-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: 539&micro;s, 0.00%<br />Exclusive time: 175&micro;s, 0.00%</p>","incl_time":0.0005389,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:238]","$color":7,"excl_time":0.000175399999999595,"$area":0.000175399999999595},"id":"8385-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: 28&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@10","$color":7,"excl_time":1.40999999999918e-05,"$area":1.40999999999918e-05},"id":"8386-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: 7.73ms, 0.01%<br />Exclusive time: 410&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.77ms</p>","incl_time":0.0077292,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:253]","$color":7,"excl_time":0.000409999999998272,"$area":0.000409999999998272},"id":"8387-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: 47&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:138]","$color":7,"excl_time":4.73e-05,"$area":4.73e-05},"id":"8388-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: 77&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.71e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@14","$color":7,"excl_time":1.32999999999973e-05,"$area":1.32999999999973e-05},"id":"8389-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: 50&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:27]","$color":7,"excl_time":5.01e-05,"$area":5.01e-05},"id":"8390-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: 1.89ms, 0.00%<br />Exclusive time: 240&micro;s, 0.00%</p>","incl_time":0.0018925,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:203]","$color":7,"excl_time":0.000239800000000715,"$area":0.000239800000000715},"id":"8391-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: 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:118]","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"8392-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: 51&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:43]","$color":7,"excl_time":5.15e-05,"$area":5.15e-05},"id":"8393-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: 25&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"Moose::Util::TypeConstraints::Builtins::subtype","$color":7,"excl_time":2.51e-05,"$area":2.51e-05},"id":"8394-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: 23&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:72]","$color":7,"excl_time":2.31e-05,"$area":2.31e-05},"id":"8395-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: 127&micro;s, 0.00%</p>","incl_time":0.0001267,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:106]","$color":7,"excl_time":0.0001267,"$area":0.0001267},"id":"8396-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: 26&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Moose::Util::TypeConstraints::Builtins::as","$color":7,"excl_time":2.65e-05,"$area":2.65e-05},"id":"8397-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":2.3e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:39]","$color":7,"excl_time":2.3e-06,"$area":2.3e-06},"id":"8398-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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:193]","$color":7,"excl_time":2.8e-06,"$area":2.8e-06},"id":"8399-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: 77&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":7.73e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:157]","$color":7,"excl_time":2.07999999999851e-05,"$area":2.07999999999851e-05},"id":"8400-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: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Moose::Util::TypeConstraints::Builtins::_RegexpRef","$color":7,"excl_time":8.9e-06,"$area":8.9e-06},"id":"8401-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: 74&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.36e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@12","$color":7,"excl_time":1.44000000000185e-05,"$area":1.44000000000185e-05},"id":"8402-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.13e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@2","$color":7,"excl_time":2.13e-05,"$area":2.13e-05},"id":"8403-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: 18.7ms, 0.03%<br />Exclusive time: 2.09ms, 0.00%</p>","incl_time":0.0187369,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:83]","$color":7,"excl_time":0.00208589999999048,"$area":0.00208589999999048},"id":"8404-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: 51&micro;s, 0.00%</p>","incl_time":5.11e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:62]","$color":7,"excl_time":5.11e-05,"$area":5.11e-05},"id":"8405-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: 301&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0003008,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:279]","$color":7,"excl_time":2.4000000000034e-05,"$area":2.4000000000034e-05},"id":"8406-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.6e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:272]","$color":7,"excl_time":1.6e-06,"$area":1.6e-06},"id":"8407-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.90ms, 0.00%<br />Exclusive time: 142&micro;s, 0.00%</p>","incl_time":0.0018977,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:101]","$color":7,"excl_time":0.000142300000000371,"$area":0.000142300000000371},"id":"8408-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: 312&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0003118,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:93]","$color":7,"excl_time":2.72999999997016e-05,"$area":2.72999999997016e-05},"id":"8409-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: 756&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0007558,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:202]","$color":7,"excl_time":1.0999999999455e-05,"$area":1.0999999999455e-05},"id":"8410-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: 7.60ms, 0.01%<br />Exclusive time: 485&micro;s, 0.00%</p>","incl_time":0.0076035,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:218]","$color":7,"excl_time":0.000485499999998932,"$area":0.000485499999998932},"id":"8411-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: 602&micro;s, 0.00%</p>","incl_time":0.0006016,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:46]","$color":7,"excl_time":0.0006016,"$area":0.0006016},"id":"8412-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: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@9","$color":7,"excl_time":1.74999999999949e-05,"$area":1.74999999999949e-05},"id":"8413-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":7,"excl_time":2.3e-06,"$area":2.3e-06},"id":"8414-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: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:28]","$color":7,"excl_time":1.13e-05,"$area":1.13e-05},"id":"8415-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: 104&micro;s, 0.00%</p>","incl_time":0.0001042,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:204]","$color":7,"excl_time":0.0001042,"$area":0.0001042},"id":"8416-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: 45&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:144]","$color":7,"excl_time":4.47e-05,"$area":4.47e-05},"id":"8417-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: 232&micro;s, 0.00%</p>","incl_time":0.0002321,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:239]","$color":7,"excl_time":0.0002321,"$area":0.0002321},"id":"8418-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: 57&micro;s, 0.00%</p>","incl_time":5.72e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:76]","$color":7,"excl_time":5.72e-05,"$area":5.72e-05},"id":"8419-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: 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:176]","$color":7,"excl_time":7.2e-06,"$area":7.2e-06},"id":"8420-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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"Moose::Util::TypeConstraints::Builtins::BEGIN@13","$color":7,"excl_time":7.8e-06,"$area":7.8e-06},"id":"8421-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:133]","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"8422-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:271]","$color":7,"excl_time":9.49999999981421e-06,"$area":9.49999999981421e-06},"id":"8423-Moose::Util::TypeConstraints::Builtins::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/Moose/Util/TypeConstraints/Builtins.pm:271]"}],"data":{"$area":0.00866349999998044},"id":"n8377"}],"data":{"$area":0.0952981000001003},"id":"n8310"},{"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: 133&micro;s, 0.00%<br />Exclusive time: 90&micro;s, 0.00%</p>","incl_time":0.0001329,"subname":"Moose::Util::MetaRole::_metathing_for","$color":9,"excl_time":8.9699999999868e-05,"$area":8.9699999999868e-05},"id":"8425-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: 66&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.63e-05,"subname":"Moose::Util::MetaRole::BEGIN@15","$color":9,"excl_time":1.54000000000074e-05,"$area":1.54000000000074e-05},"id":"8426-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: 60&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Moose::Util::MetaRole::BEGIN@11","$color":9,"excl_time":1.35999999999922e-05,"$area":1.35999999999922e-05},"id":"8427-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: 64&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.38e-05,"subname":"Moose::Util::MetaRole::BEGIN@14","$color":9,"excl_time":1.35999999999998e-05,"$area":1.35999999999998e-05},"id":"8428-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"Moose::Util::MetaRole::BEGIN@10","$color":9,"excl_time":1.41000000000071e-05,"$area":1.41000000000071e-05},"id":"8429-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: 567&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0005666,"subname":"Moose::Util::MetaRole::apply_base_class_roles","$color":9,"excl_time":3.58000000000576e-05,"$area":3.58000000000576e-05},"id":"8430-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: 133ms, 0.20%<br />Exclusive time: 91&micro;s, 0.00%</p>","incl_time":0.1331606,"subname":"Moose::Util::MetaRole::apply_metaroles","$color":9,"excl_time":9.0799999998877e-05,"$area":9.0799999998877e-05},"id":"8431-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: 133ms, 0.20%<br />Exclusive time: 625&micro;s, 0.00%</p>","incl_time":0.1329588,"subname":"Moose::Util::MetaRole::_make_new_metaclass","$color":9,"excl_time":0.000625399999998957,"$area":0.000625399999998957},"id":"8432-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: 116ms, 0.18%<br />Exclusive time: 323&micro;s, 0.00%</p>","incl_time":0.1161636,"subname":"Moose::Util::MetaRole::_make_new_class","$color":9,"excl_time":0.000323100000000543,"$area":0.000323100000000543},"id":"8433-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: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"Moose::Util::MetaRole::BEGIN@17","$color":9,"excl_time":8.20000000000663e-06,"$area":8.20000000000663e-06},"id":"8434-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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Moose::Util::MetaRole::BEGIN@9","$color":9,"excl_time":1.47000000000103e-05,"$area":1.47000000000103e-05},"id":"8435-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: 53&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.3e-05,"subname":"Moose::Util::MetaRole::BEGIN@13","$color":9,"excl_time":1.39999999999888e-05,"$area":1.39999999999888e-05},"id":"8436-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: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Moose::Util::MetaRole::BEGIN@2","$color":9,"excl_time":1.53e-05,"$area":1.53e-05},"id":"8437-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: 21&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Moose::Util::MetaRole::BEGIN@16","$color":9,"excl_time":1.20999999999881e-05,"$area":1.20999999999881e-05},"id":"8438-Moose::Util::MetaRole::BEGIN@16"}],"data":{"$area":0.0012857999999983},"id":"n8424"}],"data":{"$area":0.120294100000121},"id":"n8285"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Moose::Deprecated::BEGIN@2","$color":0,"excl_time":1.12e-05,"$area":1.12e-05},"id":"8440-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.84ms, 0.00%<br />Exclusive time: 891&micro;s, 0.00%</p>","incl_time":0.0028437,"subname":"Moose::Deprecated::BEGIN@12","$color":0,"excl_time":0.000891499999999985,"$area":0.000891499999999985},"id":"8441-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: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Moose::Deprecated::BEGIN@10","$color":0,"excl_time":9.70000000000013e-06,"$area":9.70000000000013e-06},"id":"8442-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"Moose::Deprecated::BEGIN@9","$color":0,"excl_time":9.20000000000075e-06,"$area":9.20000000000075e-06},"id":"8443-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Moose::Deprecated::CORE:qr","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"8444-Moose::Deprecated::CORE:qr"}],"data":{"$area":0.000925099999999986},"id":"n8439"}],"data":{"$area":1.85040979999965},"id":"n7012"},{"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: 207&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002074,"subname":"MooseX::Traits::BEGIN@7","$color":2,"excl_time":1.4599999999785e-05,"$area":1.4599999999785e-05},"id":"8447-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: 96.4ms, 0.15%<br />Exclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0964349,"subname":"MooseX::Traits::new_with_traits","$color":2,"excl_time":0.00025959999999859,"$area":0.00025959999999859},"id":"8448-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: 31&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"MooseX::Traits::BEGIN@6","$color":2,"excl_time":1.54000000002175e-05,"$area":1.54000000002175e-05},"id":"8449-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: 83.2ms, 0.13%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0832235,"subname":"MooseX::Traits::with_traits","$color":2,"excl_time":8.34000000003911e-05,"$area":8.34000000003911e-05},"id":"8450-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.82ms, 0.00%<br />Exclusive time: 866&micro;s, 0.00%</p>","incl_time":0.0018194,"subname":"MooseX::Traits::BEGIN@4","$color":2,"excl_time":0.000865899999999949,"$area":0.000865899999999949},"id":"8451-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: 90&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":9.04e-05,"subname":"MooseX::Traits::BEGIN@9","$color":2,"excl_time":2.12999999998449e-05,"$area":2.12999999998449e-05},"id":"8452-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: 201&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0002014,"subname":"MooseX::Traits::BEGIN@86","$color":2,"excl_time":1.90000000000841e-05,"$area":1.90000000000841e-05},"id":"8453-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: 5.20ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0051953,"subname":"MooseX::Traits::BEGIN@2","$color":2,"excl_time":2.73999999999969e-05,"$area":2.73999999999969e-05},"id":"8454-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::6::meta","$color":4,"excl_time":8.00000000033082e-06,"$area":8.00000000033082e-06},"id":"8458-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: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::6::variable_name","$color":4,"excl_time":1.9e-06,"$area":1.9e-06},"id":"8459-MooseX::Traits::__ANON__::SERIAL::6::variable_name"}],"data":{"$area":9.90000000033082e-06},"id":"n8457"},{"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: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::3::variable_name","$color":6,"excl_time":2e-06,"$area":2e-06},"id":"8461-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::3::meta","$color":6,"excl_time":8.8000000003777e-06,"$area":8.8000000003777e-06},"id":"8462-MooseX::Traits::__ANON__::SERIAL::3::meta"}],"data":{"$area":1.08000000003777e-05},"id":"n8460"},{"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":2e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::7::variable_name","$color":8,"excl_time":2e-06,"$area":2e-06},"id":"8464-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::7::meta","$color":8,"excl_time":8.60000000033082e-06,"$area":8.60000000033082e-06},"id":"8465-MooseX::Traits::__ANON__::SERIAL::7::meta"}],"data":{"$area":1.06000000003308e-05},"id":"n8463"},{"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.59e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::2::meta","$color":10,"excl_time":8.3000000000035e-06,"$area":8.3000000000035e-06},"id":"8467-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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::2::variable_name","$color":10,"excl_time":4e-06,"$area":4e-06},"id":"8468-MooseX::Traits::__ANON__::SERIAL::2::variable_name"}],"data":{"$area":1.23000000000035e-05},"id":"n8466"},{"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":2.1e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::8::variable_name","$color":1,"excl_time":2.1e-06,"$area":2.1e-06},"id":"8470-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.7e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::8::meta","$color":1,"excl_time":8.60000000042459e-06,"$area":8.60000000042459e-06},"id":"8471-MooseX::Traits::__ANON__::SERIAL::8::meta"}],"data":{"$area":1.07000000004246e-05},"id":"n8469"},{"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: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::4::variable_name","$color":3,"excl_time":1.9e-06,"$area":1.9e-06},"id":"8473-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::4::meta","$color":3,"excl_time":8.70000000014416e-06,"$area":8.70000000014416e-06},"id":"8474-MooseX::Traits::__ANON__::SERIAL::4::meta"}],"data":{"$area":1.06000000001442e-05},"id":"n8472"},{"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":2.5e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::1::variable_name","$color":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"8476-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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::1::meta","$color":5,"excl_time":8.20000000009815e-06,"$area":8.20000000009815e-06},"id":"8477-MooseX::Traits::__ANON__::SERIAL::1::meta"}],"data":{"$area":1.07000000000981e-05},"id":"n8475"},{"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":1.9e-06,"subname":"MooseX::Traits::__ANON__::SERIAL::5::variable_name","$color":7,"excl_time":1.9e-06,"$area":1.9e-06},"id":"8479-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"MooseX::Traits::__ANON__::SERIAL::5::meta","$color":7,"excl_time":8.1000000003777e-06,"$area":8.1000000003777e-06},"id":"8480-MooseX::Traits::__ANON__::SERIAL::5::meta"}],"data":{"$area":1.00000000003777e-05},"id":"n8478"}],"data":{"$area":8.56000000020874e-05},"id":"n8456"}],"data":{"$area":8.56000000020874e-05},"id":"n8455"},{"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: 17.0ms, 0.03%<br />Exclusive time: 224&micro;s, 0.00%</p>","incl_time":0.0170174,"subname":"MooseX::Traits::Util::resolve_traits","$color":9,"excl_time":0.000224000000002593,"$area":0.000224000000002593},"id":"8482-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.65ms, 0.00%<br />Exclusive time: 127&micro;s, 0.00%</p>","incl_time":0.0016487,"subname":"MooseX::Traits::Util::check_class","$color":9,"excl_time":0.000127100000000654,"$area":0.000127100000000654},"id":"8483-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: 23&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"MooseX::Traits::Util::BEGIN@3","$color":9,"excl_time":1.18999999999584e-05,"$area":1.18999999999584e-05},"id":"8484-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: 33&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"MooseX::Traits::Util::BEGIN@2","$color":9,"excl_time":2.63000000000265e-05,"$area":2.63000000000265e-05},"id":"8485-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: 64&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.45e-05,"subname":"MooseX::Traits::Util::BEGIN@9","$color":9,"excl_time":1.53999999999759e-05,"$area":1.53999999999759e-05},"id":"8486-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: 83.1ms, 0.13%<br />Exclusive time: 229&micro;s, 0.00%</p>","incl_time":0.0831326,"subname":"MooseX::Traits::Util::new_class_with_traits","$color":9,"excl_time":0.000228600000000355,"$area":0.000228600000000355},"id":"8487-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: 521&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0005213,"subname":"MooseX::Traits::Util::BEGIN@5","$color":9,"excl_time":1.63999999998587e-05,"$area":1.63999999998587e-05},"id":"8488-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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"MooseX::Traits::Util::CORE:match","$color":9,"excl_time":1.16e-05,"$area":1.16e-05},"id":"8489-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.89ms, 0.00%<br />Exclusive time: 375&micro;s, 0.00%</p>","incl_time":0.0018869,"subname":"MooseX::Traits::Util::transform_trait","$color":9,"excl_time":0.000375499999999504,"$area":0.000375499999999504},"id":"8490-MooseX::Traits::Util::transform_trait"}],"data":{"$area":0.00103680000000293},"id":"n8481"}],"data":{"$area":0.00242900000000387},"id":"n8446"},{"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: 89.7ms, 0.14%<br />Exclusive time: 629&micro;s, 0.00%</p>","incl_time":0.0897254,"subname":"MooseX::MethodAttributes::init_meta","$color":0,"excl_time":0.000628900000008524,"$area":0.000628900000008524},"id":"8492-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: 9&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"MooseX::MethodAttributes::BEGIN@12","$color":0,"excl_time":8.7e-06,"$area":8.7e-06},"id":"8493-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: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"MooseX::MethodAttributes::BEGIN@2","$color":0,"excl_time":2.16e-05,"$area":2.16e-05},"id":"8494-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: 48&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"MooseX::MethodAttributes::BEGIN@11","$color":0,"excl_time":1.34000000000511e-05,"$area":1.34000000000511e-05},"id":"8495-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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"MooseX::MethodAttributes::BEGIN@15","$color":0,"excl_time":8e-06,"$area":8e-06},"id":"8496-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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"MooseX::MethodAttributes::BEGIN@10","$color":0,"excl_time":7.6e-06,"$area":7.6e-06},"id":"8497-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: 453&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004529,"subname":"MooseX::MethodAttributes::BEGIN@13","$color":0,"excl_time":1.33000000000156e-05,"$area":1.33000000000156e-05},"id":"8498-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: 592&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0005923,"subname":"MooseX::MethodAttributes::Role::BEGIN@13","$color":2,"excl_time":1.45999999999857e-05,"$area":1.45999999999857e-05},"id":"8500-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: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"MooseX::MethodAttributes::Role::BEGIN@12","$color":2,"excl_time":7.8e-06,"$area":7.8e-06},"id":"8501-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"MooseX::MethodAttributes::Role::BEGIN@15","$color":2,"excl_time":8.6e-06,"$area":8.6e-06},"id":"8502-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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"MooseX::MethodAttributes::Role::BEGIN@10","$color":2,"excl_time":8e-06,"$area":8e-06},"id":"8503-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: 46&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"MooseX::MethodAttributes::Role::BEGIN@11","$color":2,"excl_time":1.37000000000034e-05,"$area":1.37000000000034e-05},"id":"8504-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: 18&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"MooseX::MethodAttributes::Role::BEGIN@2","$color":2,"excl_time":1.81e-05,"$area":1.81e-05},"id":"8505-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: 630&micro;s, 0.00%<br />Exclusive time: 542&micro;s, 0.00%</p>","incl_time":0.000630200000000001,"subname":"MooseX::MethodAttributes::Role::Meta::Method::_get_attributed_coderef","$color":4,"excl_time":0.000541600000008223,"$area":0.000541600000008223},"id":"8508-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: 548&micro;s, 0.00%<br />Exclusive time: 223&micro;s, 0.00%</p>","incl_time":0.0005475,"subname":"MooseX::MethodAttributes::Role::Meta::Method::_build_attributes","$color":4,"excl_time":0.000223299999991455,"$area":0.000223299999991455},"id":"8509-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: 614&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0006141,"subname":"MooseX::MethodAttributes::Role::Meta::Method::BEGIN@12","$color":4,"excl_time":2.02999999999113e-05,"$area":2.02999999999113e-05},"id":"8510-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: 19&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Method::BEGIN@2","$color":4,"excl_time":1.86e-05,"$area":1.86e-05},"id":"8511-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: 4.97ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0049707,"subname":"MooseX::MethodAttributes::Role::Meta::Method::BEGIN@10","$color":4,"excl_time":1.74000000000623e-05,"$area":1.74000000000623e-05},"id":"8512-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: 4.17ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0041679,"subname":"MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@10","$color":6,"excl_time":1.40999999999033e-05,"$area":1.40999999999033e-05},"id":"8514-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: 565&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0005655,"subname":"MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@12","$color":6,"excl_time":1.79000000000185e-05,"$area":1.79000000000185e-05},"id":"8515-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: 27&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@2","$color":6,"excl_time":2.66e-05,"$area":2.66e-05},"id":"8516-MooseX::MethodAttributes::Role::Meta::Method::Wrapped::BEGIN@2"}],"data":{"$area":5.85999999999217e-05},"id":"n8513"},{"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: 5.37ms, 0.01%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0053703,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm:26]","$color":8,"excl_time":0.000132599999999655,"$area":0.000132599999999655},"id":"8518-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: 374&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003742,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@14","$color":8,"excl_time":1.33000000000027e-05,"$area":1.33000000000027e-05},"id":"8519-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: 6.78ms, 0.01%<br />Exclusive time: 472&micro;s, 0.00%</p>","incl_time":0.0067759,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@12","$color":8,"excl_time":0.000472200000000087,"$area":0.000472200000000087},"id":"8520-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: 198&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001983,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@11","$color":8,"excl_time":1.37999999999681e-05,"$area":1.37999999999681e-05},"id":"8521-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: 3.31ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.003307,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@10","$color":8,"excl_time":1.30000000000915e-05,"$area":1.30000000000915e-05},"id":"8522-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: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@2","$color":8,"excl_time":1.58e-05,"$area":1.58e-05},"id":"8523-MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped::BEGIN@2"}],"data":{"$area":0.000660699999999805},"id":"n8517"}],"data":{"$area":0.00154049999999938},"id":"n8507"},{"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: 4.98ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0049769,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@15","$color":10,"excl_time":1.68999999999239e-05,"$area":1.68999999999239e-05},"id":"8525-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: 3.11ms, 0.00%<br />Exclusive time: 710&micro;s, 0.00%</p>","incl_time":0.0031136,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@18","$color":10,"excl_time":0.000710100000000219,"$area":0.000710100000000219},"id":"8526-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@11","$color":10,"excl_time":8.6e-06,"$area":8.6e-06},"id":"8527-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: 17&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@2","$color":10,"excl_time":1.7e-05,"$area":1.7e-05},"id":"8528-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: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@10","$color":10,"excl_time":9.2e-06,"$area":9.2e-06},"id":"8529-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: 76&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":7.57e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@13","$color":10,"excl_time":1.81999999999564e-05,"$area":1.81999999999564e-05},"id":"8530-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.96ms, 0.00%<br />Exclusive time: 723&micro;s, 0.00%</p>","incl_time":0.0029634,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@17","$color":10,"excl_time":0.000723200000000086,"$area":0.000723200000000086},"id":"8531-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: 612&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0006119,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@12","$color":10,"excl_time":1.37000000000068e-05,"$area":1.37000000000068e-05},"id":"8532-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: 700&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0006998,"subname":"MooseX::MethodAttributes::Role::Meta::Role::BEGIN@20","$color":10,"excl_time":1.93999999999746e-05,"$area":1.93999999999746e-05},"id":"8533-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: 20&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@2","$color":1,"excl_time":2.05e-05,"$area":2.05e-05},"id":"8535-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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@12","$color":1,"excl_time":9.8e-06,"$area":9.8e-06},"id":"8536-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: 7&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@13","$color":1,"excl_time":7.4e-06,"$area":7.4e-06},"id":"8537-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: 4.90ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0048979,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@10","$color":1,"excl_time":1.81999999999578e-05,"$area":1.81999999999578e-05},"id":"8538-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: 598&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.000598,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@14","$color":1,"excl_time":1.32999999998954e-05,"$area":1.32999999998954e-05},"id":"8539-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: 332&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0003315,"subname":"MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@11","$color":1,"excl_time":1.78000000000277e-05,"$area":1.78000000000277e-05},"id":"8540-MooseX::MethodAttributes::Role::Meta::Role::Application::BEGIN@11"}],"data":{"$area":8.6999999999881e-05},"id":"n8534"}],"data":{"$area":0.00162330000000005},"id":"n8524"},{"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: 642&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0006418,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@13","$color":3,"excl_time":1.52000000000784e-05,"$area":1.52000000000784e-05},"id":"8542-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.08e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Class::CORE:sort","$color":3,"excl_time":6.08e-05,"$area":6.08e-05},"id":"8543-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: 3.70ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0037023,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@10","$color":3,"excl_time":1.51000000001094e-05,"$area":1.51000000001094e-05},"id":"8544-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: 409&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0004092,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@11","$color":3,"excl_time":1.6900000000099e-05,"$area":1.6900000000099e-05},"id":"8545-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: 22.6ms, 0.03%<br />Exclusive time: 5.60ms, 0.01%</p>","incl_time":0.02259,"subname":"MooseX::MethodAttributes::Role::Meta::Class::get_method_with_attributes_list","$color":3,"excl_time":0.00560350000002686,"$area":0.00560350000002686},"id":"8546-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: 27.0ms, 0.04%<br />Exclusive time: 474&micro;s, 0.00%</p>","incl_time":0.0269895,"subname":"MooseX::MethodAttributes::Role::Meta::Class::get_nearest_methods_with_attributes","$color":3,"excl_time":0.000474100000017685,"$area":0.000474100000017685},"id":"8547-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: 23.2ms, 0.04%<br />Exclusive time: 315&micro;s, 0.00%</p>","incl_time":0.0231556,"subname":"MooseX::MethodAttributes::Role::Meta::Class::get_all_methods_with_attributes","$color":3,"excl_time":0.000315199999997575,"$area":0.000315199999997575},"id":"8548-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: 15&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Class::BEGIN@2","$color":3,"excl_time":1.49e-05,"$area":1.49e-05},"id":"8549-MooseX::MethodAttributes::Role::Meta::Class::BEGIN@2"}],"data":{"$area":0.0065157000000424},"id":"n8541"},{"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: 747&micro;s, 0.00%<br />Exclusive time: 350&micro;s, 0.00%</p>","incl_time":0.0007468,"subname":"MooseX::MethodAttributes::Role::Meta::Map::register_method_attributes","$color":5,"excl_time":0.000350099999999084,"$area":0.000350099999999084},"id":"8551-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: 180&micro;s, 0.00%<br />Exclusive time: 129&micro;s, 0.00%</p>","incl_time":0.0001798,"subname":"MooseX::MethodAttributes::Role::Meta::Map::get_method_attributes","$color":5,"excl_time":0.000128999999998761,"$area":0.000128999999998761},"id":"8552-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: 35&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@2","$color":5,"excl_time":3.54e-05,"$area":3.54e-05},"id":"8553-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: 12&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:19]","$color":5,"excl_time":1.2e-05,"$area":1.2e-05},"id":"8554-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: 3.44ms, 0.01%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0034431,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@11","$color":5,"excl_time":3.32999999999818e-05,"$area":3.32999999999818e-05},"id":"8555-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: 804&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0008042,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@13","$color":5,"excl_time":2.10999999999635e-05,"$area":2.10999999999635e-05},"id":"8556-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: 4.72ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0047248,"subname":"MooseX::MethodAttributes::Role::Meta::Map::BEGIN@10","$color":5,"excl_time":1.64999999998899e-05,"$area":1.64999999998899e-05},"id":"8557-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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:26]","$color":5,"excl_time":1.17e-05,"$area":1.17e-05},"id":"8558-MooseX::MethodAttributes::Role::Meta::Map::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/MethodAttributes/Role/Meta/Map.pm:26]"}],"data":{"$area":0.000609099999997681},"id":"n8550"}],"data":{"$area":0.0102886000000395},"id":"n8506"},{"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: 196&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001957,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@11","$color":7,"excl_time":1.32000000000256e-05,"$area":1.32000000000256e-05},"id":"8560-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: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@2","$color":7,"excl_time":1.4e-05,"$area":1.4e-05},"id":"8561-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.26ms, 0.00%<br />Exclusive time: 294&micro;s, 0.00%</p>","incl_time":0.0012635,"subname":"MooseX::MethodAttributes::Role::AttrContainer::MODIFY_CODE_ATTRIBUTES","$color":7,"excl_time":0.00029399999999971,"$area":0.00029399999999971},"id":"8562-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: 562&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0005622,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@13","$color":7,"excl_time":1.44999999999602e-05,"$area":1.44999999999602e-05},"id":"8563-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.34ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0033422,"subname":"MooseX::MethodAttributes::Role::AttrContainer::BEGIN@10","$color":7,"excl_time":1.25999999999564e-05,"$area":1.25999999999564e-05},"id":"8564-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: 4.88ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0048783,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@11","$color":9,"excl_time":1.6700000000089e-05,"$area":1.6700000000089e-05},"id":"8566-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@12","$color":9,"excl_time":8.6e-06,"$area":8.6e-06},"id":"8567-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: 20&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@2","$color":9,"excl_time":2.02e-05,"$area":2.02e-05},"id":"8568-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: 569&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0005694,"subname":"MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@14","$color":9,"excl_time":1.62000000000796e-05,"$area":1.62000000000796e-05},"id":"8569-MooseX::MethodAttributes::Role::AttrContainer::Inheritable::BEGIN@14"}],"data":{"$area":6.17000000001687e-05},"id":"n8565"}],"data":{"$area":0.000409999999999821},"id":"n8559"}],"data":{"$area":0.0107694000000393},"id":"n8499"},{"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: 31&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"MooseX::MethodAttributes::Inheritable::meta","$color":0,"excl_time":1.38000000000079e-05,"$area":1.38000000000079e-05},"id":"8571-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: 53.9ms, 0.08%<br />Exclusive time: 1.26ms, 0.00%</p>","incl_time":0.0539289,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@12","$color":0,"excl_time":0.00126079999999978,"$area":0.00126079999999978},"id":"8572-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: 21&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@2","$color":0,"excl_time":2.13e-05,"$area":2.13e-05},"id":"8573-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.95ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0049458,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@14","$color":0,"excl_time":1.49000000000399e-05,"$area":1.49000000000399e-05},"id":"8574-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: 16.5ms, 0.03%<br />Exclusive time: 139&micro;s, 0.00%</p>","incl_time":0.0164521,"subname":"MooseX::MethodAttributes::Inheritable::MODIFY_CODE_ATTRIBUTES","$color":0,"excl_time":0.000139000000000807,"$area":0.000139000000000807},"id":"8575-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: 753&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0007531,"subname":"MooseX::MethodAttributes::Inheritable::BEGIN@16","$color":0,"excl_time":1.6799999999977e-05,"$area":1.6799999999977e-05},"id":"8576-MooseX::MethodAttributes::Inheritable::BEGIN@16"}],"data":{"$area":0.00146660000000061},"id":"n8570"}],"data":{"$area":0.0129375000000485},"id":"n8491"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@2","$color":2,"excl_time":1.69e-05,"$area":1.69e-05},"id":"8581-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: 56&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.56e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@13","$color":2,"excl_time":1.13999999999502e-05,"$area":1.13999999999502e-05},"id":"8582-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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@5","$color":2,"excl_time":7e-06,"$area":7e-06},"id":"8583-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: 4.03ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0040325,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@11","$color":2,"excl_time":1.47000000000393e-05,"$area":1.47000000000393e-05},"id":"8584-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: 124ms, 0.19%<br />Exclusive time: 620&micro;s, 0.00%</p>","incl_time":0.1238974,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@1","$color":2,"excl_time":0.000619800000000004,"$area":0.000619800000000004},"id":"8585-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: 124ms, 0.19%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.1240166,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@12","$color":2,"excl_time":1.34999999999719e-05,"$area":1.34999999999719e-05},"id":"8586-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: 49&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.87e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::BEGIN@10","$color":2,"excl_time":2.12000000000419e-05,"$area":2.12000000000419e-05},"id":"8587-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.52e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@2","$color":4,"excl_time":1.52e-05,"$area":1.52e-05},"id":"8589-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: 11.1ms, 0.02%<br />Exclusive time: 2.30ms, 0.00%</p>","incl_time":0.0110988,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::apply_overloading","$color":4,"excl_time":0.00230139999999594,"$area":0.00230139999999594},"id":"8590-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":5.4e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@5","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"8591-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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@11","$color":4,"excl_time":8.3e-06,"$area":8.3e-06},"id":"8592-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.86ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0038626,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@10","$color":4,"excl_time":2.07000000000453e-05,"$area":2.07000000000453e-05},"id":"8593-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: 86&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":8.56e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@13","$color":4,"excl_time":1.87999999999665e-05,"$area":1.87999999999665e-05},"id":"8594-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: 41.5ms, 0.06%<br />Exclusive time: 440&micro;s, 0.00%</p>","incl_time":0.0415005,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::BEGIN@12","$color":4,"excl_time":0.000439999999999836,"$area":0.000439999999999836},"id":"8595-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: 214&micro;s, 0.00%</p>","incl_time":0.0002143,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::_build_overload_ops","$color":4,"excl_time":0.0002143,"$area":0.0002143},"id":"8596-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: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.98e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@13","$color":6,"excl_time":1.15999999999462e-05,"$area":1.15999999999462e-05},"id":"8598-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: 14.4ms, 0.02%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0144351,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@12","$color":6,"excl_time":1.30999999999517e-05,"$area":1.30999999999517e-05},"id":"8599-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: 16&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@2","$color":6,"excl_time":1.56e-05,"$area":1.56e-05},"id":"8600-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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@5","$color":6,"excl_time":4.6e-06,"$area":4.6e-06},"id":"8601-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: 8.64ms, 0.01%<br />Exclusive time: 450&micro;s, 0.00%</p>","incl_time":0.0086385,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1","$color":6,"excl_time":0.000450199999999963,"$area":0.000450199999999963},"id":"8602-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: 4.44ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0044377,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@10","$color":6,"excl_time":1.52999999999516e-05,"$area":1.52999999999516e-05},"id":"8603-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: 8.79ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0087901,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@11","$color":6,"excl_time":1.59000000000461e-05,"$area":1.59000000000461e-05},"id":"8604-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: 14.3ms, 0.02%<br />Exclusive time: 361&micro;s, 0.00%</p>","incl_time":0.0143079,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1.4","$color":6,"excl_time":0.00036080000000001,"$area":0.00036080000000001},"id":"8605-MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::BEGIN@1.4"}],"data":{"$area":0.000887099999999869},"id":"n8597"},{"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: 4.91ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0049104,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@10","$color":8,"excl_time":1.62999999999873e-05,"$area":1.62999999999873e-05},"id":"8607-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@5","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"8608-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: 22&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@2","$color":8,"excl_time":2.21e-05,"$area":2.21e-05},"id":"8609-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: 82&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.18e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@11","$color":8,"excl_time":1.64000000000068e-05,"$area":1.64000000000068e-05},"id":"8610-MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::BEGIN@11"}],"data":{"$area":6.16999999999941e-05},"id":"n8606"},{"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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@5","$color":10,"excl_time":5e-06,"$area":5e-06},"id":"8612-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: 60&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@11","$color":10,"excl_time":1.3999999999998e-05,"$area":1.3999999999998e-05},"id":"8613-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: 28&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@2","$color":10,"excl_time":2.84e-05,"$area":2.84e-05},"id":"8614-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: 3.74ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.003744,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@10","$color":10,"excl_time":1.22999999999963e-05,"$area":1.22999999999963e-05},"id":"8615-MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::BEGIN@10"}],"data":{"$area":5.96999999999943e-05},"id":"n8611"},{"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: 67&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.73e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@11","$color":1,"excl_time":1.14999999999497e-05,"$area":1.14999999999497e-05},"id":"8617-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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@2","$color":1,"excl_time":1.32e-05,"$area":1.32e-05},"id":"8618-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.26ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0032632,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@10","$color":1,"excl_time":1.17999999999846e-05,"$area":1.17999999999846e-05},"id":"8619-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":4e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@5","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"8620-MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::BEGIN@5"}],"data":{"$area":4.04999999999343e-05},"id":"n8616"},{"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: 26&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@2","$color":3,"excl_time":2.57e-05,"$area":2.57e-05},"id":"8622-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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@5","$color":3,"excl_time":6.3e-06,"$area":6.3e-06},"id":"8623-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: 3.83ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0038307,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@10","$color":3,"excl_time":1.44999999999525e-05,"$area":1.44999999999525e-05},"id":"8624-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: 66&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.57e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::BEGIN@11","$color":3,"excl_time":1.23999999999661e-05,"$area":1.23999999999661e-05},"id":"8625-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.62ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0036193,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@10","$color":5,"excl_time":1.13000000000552e-05,"$area":1.13000000000552e-05},"id":"8627-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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@5","$color":5,"excl_time":4.6e-06,"$area":4.6e-06},"id":"8628-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: 36&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@2","$color":5,"excl_time":3.65e-05,"$area":3.65e-05},"id":"8629-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: 59&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.93e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@11","$color":5,"excl_time":1.24999999999865e-05,"$area":1.24999999999865e-05},"id":"8630-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::BEGIN@11"}],"data":{"$area":6.49000000000417e-05},"id":"n8626"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@2","$color":7,"excl_time":1.75e-05,"$area":1.75e-05},"id":"8632-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: 78&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.84e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@11","$color":7,"excl_time":1.49999999999533e-05,"$area":1.49999999999533e-05},"id":"8633-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: 7&micro;s, 0.00%</p>","incl_time":7.3e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@5","$color":7,"excl_time":7.3e-06,"$area":7.3e-06},"id":"8634-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: 4.55ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0045491,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@10","$color":7,"excl_time":1.54000000000256e-05,"$area":1.54000000000256e-05},"id":"8635-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::BEGIN@10"}],"data":{"$area":5.51999999999789e-05},"id":"n8631"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@2","$color":9,"excl_time":1.33e-05,"$area":1.33e-05},"id":"8637-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.82ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0038182,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@10","$color":9,"excl_time":1.26000000000358e-05,"$area":1.26000000000358e-05},"id":"8638-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: 63&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.27e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@11","$color":9,"excl_time":1.48999999999578e-05,"$area":1.48999999999578e-05},"id":"8639-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@5","$color":9,"excl_time":4.7e-06,"$area":4.7e-06},"id":"8640-MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::BEGIN@5"}],"data":{"$area":4.54999999999935e-05},"id":"n8636"}],"data":{"$area":0.000224499999999933},"id":"n8621"}],"data":{"$area":0.00429759999999551},"id":"n8588"},{"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: 3.22ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0032216,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@10","$color":0,"excl_time":1.23000000000293e-05,"$area":1.23000000000293e-05},"id":"8642-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: 68.8ms, 0.11%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.068827,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@12","$color":0,"excl_time":1.01000000000406e-05,"$area":1.01000000000406e-05},"id":"8643-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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@11","$color":0,"excl_time":1.06e-05,"$area":1.06e-05},"id":"8644-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: 60&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.98e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@16","$color":0,"excl_time":1.29000000000391e-05,"$area":1.29000000000391e-05},"id":"8645-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: 40.1ms, 0.06%<br />Exclusive time: 394&micro;s, 0.00%</p>","incl_time":0.040129,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.3","$color":0,"excl_time":0.000393600000000022,"$area":0.000393600000000022},"id":"8646-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: 40.4ms, 0.06%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0403946,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@13","$color":0,"excl_time":1.1600000000056e-05,"$area":1.1600000000056e-05},"id":"8647-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: 68.7ms, 0.10%<br />Exclusive time: 398&micro;s, 0.00%</p>","incl_time":0.0686974,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1","$color":0,"excl_time":0.000397599999999859,"$area":0.000397599999999859},"id":"8648-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":4.2e-06,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@5","$color":0,"excl_time":4.2e-06,"$area":4.2e-06},"id":"8649-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: 8.28ms, 0.01%<br />Exclusive time: 356&micro;s, 0.00%</p>","incl_time":0.0082782,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@1.5","$color":0,"excl_time":0.00035550000000005,"$area":0.00035550000000005},"id":"8650-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: 8.40ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.008398,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@14","$color":0,"excl_time":1.15000000000358e-05,"$area":1.15000000000358e-05},"id":"8651-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: 13&micro;s, 0.00%</p>","incl_time":1.3e-05,"subname":"MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@2","$color":0,"excl_time":1.3e-05,"$area":1.3e-05},"id":"8652-MooseX::Role::WithOverloading::Meta::Role::Composite::BEGIN@2"}],"data":{"$area":0.00123290000000013},"id":"n8641"}],"data":{"$area":0.00623499999999565},"id":"n8580"}],"data":{"$area":0.00623499999999565},"id":"n8579"},{"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: 44&micro;s, 0.00%</p>","incl_time":4.42e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@1.7","$color":2,"excl_time":4.42e-05,"$area":4.42e-05},"id":"8653-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: 131ms, 0.20%<br />Exclusive time: 845&micro;s, 0.00%</p>","incl_time":0.1314982,"subname":"MooseX::Role::WithOverloading::BEGIN@14","$color":2,"excl_time":0.000844999999999985,"$area":0.000844999999999985},"id":"8654-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: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@1.6","$color":2,"excl_time":1.74e-05,"$area":1.74e-05},"id":"8655-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: 5.97ms, 0.01%<br />Exclusive time: 1.71ms, 0.00%</p>","incl_time":0.0059714,"subname":"MooseX::Role::WithOverloading::BEGIN@11","$color":2,"excl_time":0.00170740000000018,"$area":0.00170740000000018},"id":"8656-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: 44.9ms, 0.07%<br />Exclusive time: 67&micro;s, 0.00%</p>","incl_time":0.0448916,"subname":"MooseX::Role::WithOverloading::init_meta","$color":2,"excl_time":6.72999999998519e-05,"$area":6.72999999998519e-05},"id":"8657-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":4e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@5","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"8658-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: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@1.8","$color":2,"excl_time":1.13e-05,"$area":1.13e-05},"id":"8659-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: 147&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001471,"subname":"MooseX::Role::WithOverloading::BEGIN@17","$color":2,"excl_time":1.25999999999626e-05,"$area":1.25999999999626e-05},"id":"8660-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: 130ms, 0.20%<br />Exclusive time: 539&micro;s, 0.00%</p>","incl_time":0.1304827,"subname":"MooseX::Role::WithOverloading::BEGIN@1","$color":2,"excl_time":0.000538699999999948,"$area":0.000538699999999948},"id":"8661-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: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@10","$color":2,"excl_time":6.5e-06,"$area":6.5e-06},"id":"8662-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"MooseX::Role::WithOverloading::BEGIN@13","$color":2,"excl_time":8.6e-06,"$area":8.6e-06},"id":"8663-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.18e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@2","$color":2,"excl_time":1.18e-05,"$area":1.18e-05},"id":"8664-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: 48&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.76e-05,"subname":"MooseX::Role::WithOverloading::BEGIN@12","$color":2,"excl_time":1.320000000001e-05,"$area":1.320000000001e-05},"id":"8665-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: 199&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001994,"subname":"MooseX::Role::WithOverloading::BEGIN@15","$color":2,"excl_time":1.23999999999518e-05,"$area":1.23999999999518e-05},"id":"8666-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: 179&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001788,"subname":"MooseX::Role::WithOverloading::BEGIN@16","$color":2,"excl_time":1.30999999999536e-05,"$area":1.30999999999536e-05},"id":"8667-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: 311&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003111,"subname":"MooseX::Role::WithOverloading::BEGIN@19","$color":2,"excl_time":1.24999999999622e-05,"$area":1.24999999999622e-05},"id":"8668-MooseX::Role::WithOverloading::BEGIN@19"}],"data":{"$area":0.00956099999999545},"id":"n8578"},{"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: 98&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":9.8e-05,"subname":"MooseX::Role::Parameterized::Parameters::meta","$color":4,"excl_time":4.31999999999785e-05,"$area":4.31999999999785e-05},"id":"8671-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: 5.28ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0052799,"subname":"MooseX::Role::Parameterized::Parameters::BEGIN@2","$color":4,"excl_time":1.89999999998759e-05,"$area":1.89999999998759e-05},"id":"8672-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: 113&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001134,"subname":"MooseX::Role::Parameterized::Parameters::BEGIN@7","$color":4,"excl_time":1.13000000001172e-05,"$area":1.13000000001172e-05},"id":"8673-MooseX::Role::Parameterized::Parameters::BEGIN@7"}],"data":{"$area":7.34999999999716e-05},"id":"n8670"},{"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: 39&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"MooseX::Role::Parameterized::BEGIN@4","$color":6,"excl_time":1.48000000000813e-05,"$area":1.48000000000813e-05},"id":"8674-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: 11.2ms, 0.02%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0112324,"subname":"MooseX::Role::Parameterized::init_meta","$color":6,"excl_time":5.4999999999774e-05,"$area":5.4999999999774e-05},"id":"8675-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: 46.4ms, 0.07%<br />Exclusive time: 154&micro;s, 0.00%</p>","incl_time":0.0464395,"subname":"MooseX::Role::Parameterized::parameter","$color":6,"excl_time":0.000153699999999845,"$area":0.000153699999999845},"id":"8676-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: 1.50ms, 0.00%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0014951,"subname":"MooseX::Role::Parameterized::method","$color":6,"excl_time":0.000104800000000267,"$area":0.000104800000000267},"id":"8677-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: 276&micro;s, 0.00%<br />Exclusive time: 176&micro;s, 0.00%</p>","incl_time":0.0002755,"subname":"MooseX::Role::Parameterized::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Role/Parameterized.pm:18]","$color":6,"excl_time":0.000176000000002523,"$area":0.000176000000002523},"id":"8678-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: 63&micro;s, 0.00%</p>","incl_time":6.34e-05,"subname":"MooseX::Role::Parameterized::current_metaclass","$color":6,"excl_time":6.34e-05,"$area":6.34e-05},"id":"8679-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: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.7e-05,"subname":"MooseX::Role::Parameterized::BEGIN@5","$color":6,"excl_time":9.00000000001751e-06,"$area":9.00000000001751e-06},"id":"8680-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: 206&micro;s, 0.00%<br />Exclusive time: 64&micro;s, 0.00%</p>","incl_time":0.0002059,"subname":"MooseX::Role::Parameterized::role","$color":6,"excl_time":6.41000000006964e-05,"$area":6.41000000006964e-05},"id":"8681-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"MooseX::Role::Parameterized::BEGIN@3","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"8682-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: 27&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"MooseX::Role::Parameterized::BEGIN@2","$color":6,"excl_time":2.66e-05,"$area":2.66e-05},"id":"8683-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: 80.6ms, 0.12%<br />Exclusive time: 765&micro;s, 0.00%</p>","incl_time":0.0805616,"subname":"MooseX::Role::Parameterized::BEGIN@7","$color":6,"excl_time":0.000764799999999996,"$area":0.000764799999999996},"id":"8684-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: 4.16ms, 0.01%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0041632,"subname":"MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@2","$color":8,"excl_time":3.70999999998673e-05,"$area":3.70999999998673e-05},"id":"8688-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: 8.53ms, 0.01%<br />Exclusive time: 245&micro;s, 0.00%</p>","incl_time":0.0085317,"subname":"MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@6","$color":8,"excl_time":0.000245000000000243,"$area":0.000245000000000243},"id":"8689-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: 142&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001415,"subname":"MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@38","$color":8,"excl_time":1.17000000001533e-05,"$area":1.17000000001533e-05},"id":"8690-MooseX::Role::Parameterized::Meta::Trait::Parameterized::BEGIN@38"}],"data":{"$area":0.000293800000000264},"id":"n8687"}],"data":{"$area":0.000293800000000264},"id":"n8686"},{"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: 6.03ms, 0.01%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0060295,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@2","$color":10,"excl_time":2.91999999998196e-05,"$area":2.91999999998196e-05},"id":"8693-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: 106&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0001057,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterized::meta","$color":10,"excl_time":5.52000000004907e-05,"$area":5.52000000004907e-05},"id":"8694-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: 182&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001821,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@9","$color":10,"excl_time":1.71000000000293e-05,"$area":1.71000000000293e-05},"id":"8695-MooseX::Role::Parameterized::Meta::Role::Parameterized::BEGIN@9"}],"data":{"$area":0.00010150000000034},"id":"n8692"},{"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.65ms, 0.01%<br />Exclusive time: 78&micro;s, 0.00%</p>","incl_time":0.0086492,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::_build_parameters_metaclass","$color":1,"excl_time":7.75999999993206e-05,"$area":7.75999999993206e-05},"id":"8697-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: 89&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":8.9e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::meta","$color":1,"excl_time":3.95000000001864e-05,"$area":3.95000000001864e-05},"id":"8698-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: 13.2ms, 0.02%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0132203,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::_role_for_combination","$color":1,"excl_time":1.79000000000524e-05,"$area":1.79000000000524e-05},"id":"8699-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@8","$color":1,"excl_time":1.11000000001875e-05,"$area":1.11000000001875e-05},"id":"8700-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: 6.17ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0061706,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@2","$color":1,"excl_time":2.06000000001223e-05,"$area":2.06000000001223e-05},"id":"8701-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: 89.4ms, 0.14%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.089368,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply","$color":1,"excl_time":4.33000000003084e-05,"$area":4.33000000003084e-05},"id":"8702-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.77ms, 0.01%<br />Exclusive time: 107&micro;s, 0.00%</p>","incl_time":0.0087718,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_metaclass","$color":1,"excl_time":0.000107100000000697,"$area":0.000107100000000697},"id":"8703-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: 23.0ms, 0.04%<br />Exclusive time: 137&micro;s, 0.00%</p>","incl_time":0.0230259,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::add_parameter","$color":1,"excl_time":0.000137300000000964,"$area":0.000137300000000964},"id":"8704-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: 2.40ms, 0.00%<br />Exclusive time: 101&micro;s, 0.00%</p>","incl_time":0.0024022,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::construct_parameters","$color":1,"excl_time":0.000101400000001341,"$area":0.000101400000001341},"id":"8705-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: 152&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001516,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@119","$color":1,"excl_time":1.10000000000648e-05,"$area":1.10000000000648e-05},"id":"8706-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: 26&micro;s, 0.00%</p>","incl_time":2.58e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameterized_role_metaclass","$color":1,"excl_time":2.58e-05,"$area":2.58e-05},"id":"8707-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: 33.3ms, 0.05%<br />Exclusive time: 287&micro;s, 0.00%</p>","incl_time":0.0332955,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::generate_role","$color":1,"excl_time":0.000286700000002049,"$area":0.000286700000002049},"id":"8708-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: 3.14ms, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0031364,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::apply_parameterizable_role","$color":1,"excl_time":9.20000000001639e-05,"$area":9.20000000001639e-05},"id":"8709-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: 40.6ms, 0.06%<br />Exclusive time: 351&micro;s, 0.00%</p>","incl_time":0.0405653,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::BEGIN@7","$color":1,"excl_time":0.000350600000000506,"$area":0.000350600000000506},"id":"8710-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: 36&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::role_generator","$color":1,"excl_time":3.56e-05,"$area":3.56e-05},"id":"8711-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: 15&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::has_role_generator","$color":1,"excl_time":1.49e-05,"$area":1.49e-05},"id":"8712-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: 20&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_class","$color":1,"excl_time":1.98e-05,"$area":1.98e-05},"id":"8713-MooseX::Role::Parameterized::Meta::Role::Parameterizable::parameters_class"}],"data":{"$area":0.00139220000000596},"id":"n8696"}],"data":{"$area":0.0014937000000063},"id":"n8691"}],"data":{"$area":0.00178750000000657},"id":"n8685"}],"data":{"$area":0.00329750000000974},"id":"n8669"}],"data":{"$area":0.0128585000000052},"id":"n8577"},{"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: 2.87ms, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.00287,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::BEGIN@2","$color":3,"excl_time":2.08000000000031e-05,"$area":2.08000000000031e-05},"id":"8721-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: 21&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::accessor_metaclass","$color":3,"excl_time":2.09e-05,"$area":2.09e-05},"id":"8722-MooseX::Emulate::Class::Accessor::Fast::Meta::Role::Attribute::accessor_metaclass"}],"data":{"$area":4.17000000000031e-05},"id":"n8720"}],"data":{"$area":4.17000000000031e-05},"id":"n8719"},{"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: 7.55ms, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0075548,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@3","$color":5,"excl_time":3.04999999999602e-05,"$area":3.04999999999602e-05},"id":"8724-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: 123&micro;s, 0.00%<br />Exclusive time: 105&micro;s, 0.00%</p>","incl_time":0.0001232,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::_generate_accessor_method","$color":5,"excl_time":0.000104599999999354,"$area":0.000104599999999354},"id":"8725-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: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::meta","$color":5,"excl_time":1.13999999999601e-05,"$area":1.13999999999601e-05},"id":"8726-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: 211&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0002112,"subname":"MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@48","$color":5,"excl_time":2.1600000000099e-05,"$area":2.1600000000099e-05},"id":"8727-MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor::BEGIN@48"}],"data":{"$area":0.000168099999999374},"id":"n8723"}],"data":{"$area":0.000209799999999377},"id":"n8718"},{"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: 10.6ms, 0.02%<br />Exclusive time: 859&micro;s, 0.00%</p>","incl_time":0.0106166,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@7","$color":7,"excl_time":0.00085929999999981,"$area":0.00085929999999981},"id":"8728-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: 16&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::mutator_name_for","$color":7,"excl_time":1.56e-05,"$area":1.56e-05},"id":"8729-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 74 times from 1 place in 1 file<br />Inclusive time: 87&micro;s, 0.00%</p>","incl_time":8.7e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::BUILD","$color":7,"excl_time":8.7e-05,"$area":8.7e-05},"id":"8730-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@4","$color":7,"excl_time":8.6e-06,"$area":8.6e-06},"id":"8731-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: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"MooseX::Emulate::Class::Accessor::Fast::accessor_name_for","$color":7,"excl_time":1.71e-05,"$area":1.71e-05},"id":"8732-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: 5.58ms, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0055757,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@3","$color":7,"excl_time":2.95000000000547e-05,"$area":2.95000000000547e-05},"id":"8733-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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"MooseX::Emulate::Class::Accessor::Fast::BEGIN@5","$color":7,"excl_time":8e-06,"$area":8e-06},"id":"8734-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: 27.1ms, 0.04%<br />Exclusive time: 464&micro;s, 0.00%</p>","incl_time":0.0270529,"subname":"MooseX::Emulate::Class::Accessor::Fast::mk_accessors","$color":7,"excl_time":0.000464299999998927,"$area":0.000464299999998927},"id":"8735-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: 3.43ms, 0.01%<br />Exclusive time: 70&micro;s, 0.00%</p>","incl_time":0.0034296,"subname":"MooseX::Emulate::Class::Accessor::Fast::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Emulate/Class/Accessor/Fast.pm:77]","$color":7,"excl_time":7.03999999997716e-05,"$area":7.03999999997716e-05},"id":"8736-MooseX::Emulate::Class::Accessor::Fast::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Emulate/Class/Accessor/Fast.pm:77]"}],"data":{"$area":0.00176959999999794},"id":"n8717"}],"data":{"$area":0.00176959999999794},"id":"n8716"}],"data":{"$area":0.00176959999999794},"id":"n8715"}],"data":{"$area":0.00176959999999794},"id":"n8714"},{"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: 130&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001298,"subname":"MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:43]","$color":9,"excl_time":1.61000000000056e-05,"$area":1.61000000000056e-05},"id":"8738-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.0024651,"subname":"MooseX::OneArgNew::BEGIN@9","$color":9,"excl_time":1.6600000000146e-05,"$area":1.6600000000146e-05},"id":"8739-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.13e-05,"subname":"MooseX::OneArgNew::BEGIN@2","$color":9,"excl_time":1.13e-05,"$area":1.13e-05},"id":"8740-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: 85&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":8.47e-05,"subname":"MooseX::OneArgNew::BEGIN@11","$color":9,"excl_time":2.01999999998661e-05,"$area":2.01999999998661e-05},"id":"8741-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: 49&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"MooseX::OneArgNew::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/OneArgNew.pm:18]","$color":9,"excl_time":7.89999999999537e-06,"$area":7.89999999999537e-06},"id":"8742-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.01ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0060099,"subname":"MooseX::OneArgNew::BEGIN@5","$color":9,"excl_time":1.27000000000746e-05,"$area":1.27000000000746e-05},"id":"8743-MooseX::OneArgNew::BEGIN@5"}],"data":{"$area":8.48000000000877e-05},"id":"n8737"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"MooseX::Meta::TypeCoercion::Structured::meta","$color":0,"excl_time":9.59999999988673e-06,"$area":9.59999999988673e-06},"id":"8747-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: 5.79ms, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0057912,"subname":"MooseX::Meta::TypeCoercion::Structured::BEGIN@5","$color":0,"excl_time":2.08999999999938e-05,"$area":2.08999999999938e-05},"id":"8748-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: 5.97ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0059724,"subname":"MooseX::Meta::TypeCoercion::Structured::Optional::BEGIN@4","$color":2,"excl_time":2.02000000001481e-05,"$area":2.02000000001481e-05},"id":"8750-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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"MooseX::Meta::TypeCoercion::Structured::Optional::meta","$color":2,"excl_time":1.39000000003334e-05,"$area":1.39000000003334e-05},"id":"8751-MooseX::Meta::TypeCoercion::Structured::Optional::meta"}],"data":{"$area":3.41000000004815e-05},"id":"n8749"}],"data":{"$area":6.46000000003621e-05},"id":"n8746"}],"data":{"$area":6.46000000003621e-05},"id":"n8745"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"MooseX::Meta::TypeConstraint::Structured::has_type_constraints","$color":4,"excl_time":1.42e-05,"$area":1.42e-05},"id":"8754-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: 4.35ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0043499,"subname":"MooseX::Meta::TypeConstraint::Structured::compile_type_constraint","$color":4,"excl_time":2.56999999998886e-05,"$area":2.56999999998886e-05},"id":"8755-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: 6.84ms, 0.01%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0068413,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@5","$color":4,"excl_time":2.92000000001232e-05,"$area":2.92000000001232e-05},"id":"8756-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: 7.83ms, 0.01%<br />Exclusive time: 243&micro;s, 0.00%</p>","incl_time":0.0078291,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@8","$color":4,"excl_time":0.000242800000000177,"$area":0.000242800000000177},"id":"8757-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: 24&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"MooseX::Meta::TypeConstraint::Structured::__infer_constraint_generator","$color":4,"excl_time":1.58000000001442e-05,"$area":1.58000000001442e-05},"id":"8758-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.8e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::type_constraints","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"8759-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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@7","$color":4,"excl_time":6.8e-06,"$area":6.8e-06},"id":"8760-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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::has_constraint_generator","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"8761-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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"MooseX::Meta::TypeConstraint::Structured::meta","$color":4,"excl_time":7.49999999983984e-06,"$area":7.49999999983984e-06},"id":"8762-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: 369&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.000368700000000001,"subname":"MooseX::Meta::TypeConstraint::Structured::generate_constraint_for","$color":4,"excl_time":1.11999999997687e-05,"$area":1.11999999997687e-05},"id":"8763-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: 2.13ms, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0021252,"subname":"MooseX::Meta::TypeConstraint::Structured::parameterize","$color":4,"excl_time":4.36999999994872e-05,"$area":4.36999999994872e-05},"id":"8764-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: 2.34ms, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0023395,"subname":"MooseX::Meta::TypeConstraint::Structured::_build_coercion","$color":4,"excl_time":3.95000000000314e-05,"$area":3.95000000000314e-05},"id":"8765-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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"MooseX::Meta::TypeConstraint::Structured::constraint_generator","$color":4,"excl_time":6.4e-06,"$area":6.4e-06},"id":"8766-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: 3.45ms, 0.01%<br />Exclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0034469,"subname":"MooseX::Meta::TypeConstraint::Structured::is_subtype_of","$color":4,"excl_time":0.000217700000000179,"$area":0.000217700000000179},"id":"8767-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: 40.4ms, 0.06%<br />Exclusive time: 3.39ms, 0.01%</p>","incl_time":0.0404365,"subname":"MooseX::Meta::TypeConstraint::Structured::BEGIN@6","$color":4,"excl_time":0.00339220000000064,"$area":0.00339220000000064},"id":"8768-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: 28&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"MooseX::Meta::TypeConstraint::Structured::Optional::meta","$color":6,"excl_time":1.37999999999362e-05,"$area":1.37999999999362e-05},"id":"8770-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: 8.37ms, 0.01%<br />Exclusive time: 404&micro;s, 0.00%</p>","incl_time":0.0083746,"subname":"MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@5","$color":6,"excl_time":0.000403699999999885,"$area":0.000403699999999885},"id":"8771-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: 6.13ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0061267,"subname":"MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@4","$color":6,"excl_time":1.88999999998921e-05,"$area":1.88999999998921e-05},"id":"8772-MooseX::Meta::TypeConstraint::Structured::Optional::BEGIN@4"}],"data":{"$area":0.000436399999999714},"id":"n8769"}],"data":{"$area":0.00449579999999999},"id":"n8753"}],"data":{"$area":0.00449579999999999},"id":"n8752"}],"data":{"$area":0.00456040000000035},"id":"n8744"},{"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: 7.75ms, 0.01%<br />Exclusive time: 626&micro;s, 0.00%</p>","incl_time":0.0077533,"subname":"MooseX::Clone::BEGIN@13","$color":8,"excl_time":0.000626100000000665,"$area":0.000626100000000665},"id":"8774-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: 7.46ms, 0.01%<br />Exclusive time: 412&micro;s, 0.00%</p>","incl_time":0.0074584,"subname":"MooseX::Clone::BEGIN@12","$color":8,"excl_time":0.000412399999999226,"$area":0.000412399999999226},"id":"8775-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: 5.10ms, 0.01%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0050984,"subname":"MooseX::Clone::BEGIN@4","$color":8,"excl_time":3.07000000003251e-05,"$area":3.07000000003251e-05},"id":"8776-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: 3.15ms, 0.00%<br />Exclusive time: 580&micro;s, 0.00%</p>","incl_time":0.0031485,"subname":"MooseX::Clone::BEGIN@8","$color":8,"excl_time":0.000579899999999968,"$area":0.000579899999999968},"id":"8777-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: 18.1ms, 0.03%<br />Exclusive time: 465&micro;s, 0.00%</p>","incl_time":0.0181393,"subname":"MooseX::Clone::BEGIN@11","$color":8,"excl_time":0.000465399999999869,"$area":0.000465399999999869},"id":"8778-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: 18.7ms, 0.03%<br />Exclusive time: 1.37ms, 0.00%</p>","incl_time":0.0187063,"subname":"MooseX::Clone::BEGIN@10","$color":8,"excl_time":0.00137439999999971,"$area":0.00137439999999971},"id":"8779-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: 613&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0006127,"subname":"MooseX::Clone::BEGIN@15","$color":8,"excl_time":1.81999999999467e-05,"$area":1.81999999999467e-05},"id":"8780-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: 5.22ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0052237,"subname":"MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@4","$color":10,"excl_time":2.49000000003847e-05,"$area":2.49000000003847e-05},"id":"8785-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: 354&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003544,"subname":"MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@8","$color":10,"excl_time":1.08000000001116e-05,"$area":1.08000000001116e-05},"id":"8786-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: 51&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.11e-05,"subname":"MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@6","$color":10,"excl_time":1.20999999998777e-05,"$area":1.20999999998777e-05},"id":"8787-MooseX::Clone::Meta::Attribute::Trait::StrableClone::BEGIN@6"}],"data":{"$area":4.7800000000374e-05},"id":"n8784"},{"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: 622&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0006222,"subname":"MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@8","$color":1,"excl_time":1.68999999998581e-05,"$area":1.68999999998581e-05},"id":"8789-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.93ms, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0039289,"subname":"MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@4","$color":1,"excl_time":2.27999999999765e-05,"$area":2.27999999999765e-05},"id":"8790-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: 68&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.83e-05,"subname":"MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@6","$color":1,"excl_time":1.61999999995565e-05,"$area":1.61999999995565e-05},"id":"8791-MooseX::Clone::Meta::Attribute::Trait::Copy::BEGIN@6"}],"data":{"$area":5.58999999993911e-05},"id":"n8788"},{"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: 60&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@6","$color":3,"excl_time":1.41999999997875e-05,"$area":1.41999999997875e-05},"id":"8793-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: 1.36ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0013646,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@8","$color":3,"excl_time":1.55999999997334e-05,"$area":1.55999999997334e-05},"id":"8794-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: 4.19ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0041898,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::BEGIN@4","$color":3,"excl_time":2.45999999999085e-05,"$area":2.45999999999085e-05},"id":"8795-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: 5.16ms, 0.01%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.005159,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@4","$color":5,"excl_time":3.40999999997905e-05,"$area":3.40999999997905e-05},"id":"8797-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: 591&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0005912,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@6","$color":5,"excl_time":1.99000000001697e-05,"$area":1.99000000001697e-05},"id":"8798-MooseX::Clone::Meta::Attribute::Trait::Clone::Base::BEGIN@6"}],"data":{"$area":5.39999999999602e-05},"id":"n8796"},{"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: 353&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0003534,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@4","$color":7,"excl_time":1.40999999997356e-05,"$area":1.40999999997356e-05},"id":"8800-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: 5.46ms, 0.01%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.005459,"subname":"MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@2","$color":7,"excl_time":2.58999999996987e-05,"$area":2.58999999996987e-05},"id":"8801-MooseX::Clone::Meta::Attribute::Trait::Clone::Std::BEGIN@2"}],"data":{"$area":3.99999999994344e-05},"id":"n8799"}],"data":{"$area":0.000148399999998824},"id":"n8792"},{"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: 468&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0004676,"subname":"MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@6","$color":9,"excl_time":2.42000000000173e-05,"$area":2.42000000000173e-05},"id":"8803-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: 4.92ms, 0.01%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0049165,"subname":"MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@4","$color":9,"excl_time":3.63000000003326e-05,"$area":3.63000000003326e-05},"id":"8804-MooseX::Clone::Meta::Attribute::Trait::NoClone::BEGIN@4"}],"data":{"$area":6.05000000003499e-05},"id":"n8802"}],"data":{"$area":0.000312599999998939},"id":"n8783"}],"data":{"$area":0.000312599999998939},"id":"n8782"}],"data":{"$area":0.000312599999998939},"id":"n8781"}],"data":{"$area":0.00381969999999865},"id":"n8773"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"MooseX::Types::CORE:match","$color":0,"excl_time":8.8e-06,"$area":8.8e-06},"id":"8806-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: 3.30ms, 0.01%<br />Exclusive time: 1.16ms, 0.00%</p>","incl_time":0.0033022,"subname":"MooseX::Types::BEGIN@10","$color":0,"excl_time":0.00115550000000005,"$area":0.00115550000000005},"id":"8807-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: 29.5ms, 0.05%<br />Exclusive time: 148&micro;s, 0.00%</p>","incl_time":0.0295305,"subname":"MooseX::Types::create_arged_type_constraint","$color":0,"excl_time":0.00014780000000035,"$area":0.00014780000000035},"id":"8808-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: 757&micro;s, 0.00%<br />Exclusive time: 511&micro;s, 0.00%</p>","incl_time":0.0007568,"subname":"MooseX::Types::type_export_generator","$color":0,"excl_time":0.000511299999998658,"$area":0.000511299999998658},"id":"8809-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.03ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0020303,"subname":"MooseX::Types::BEGIN@9","$color":0,"excl_time":1.36000000000177e-05,"$area":1.36000000000177e-05},"id":"8810-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: 28&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"MooseX::Types::BEGIN@34","$color":0,"excl_time":1.05999999999849e-05,"$area":1.05999999999849e-05},"id":"8811-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: 788&micro;s, 0.00%<br />Exclusive time: 568&micro;s, 0.00%</p>","incl_time":0.0007878,"subname":"MooseX::Types::BEGIN@13","$color":0,"excl_time":0.000568000000000008,"$area":0.000568000000000008},"id":"8812-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: 2.13ms, 0.00%<br />Exclusive time: 365&micro;s, 0.00%</p>","incl_time":0.0021302,"subname":"MooseX::Types::create_base_type_constraint","$color":0,"excl_time":0.000365300000002484,"$area":0.000365300000002484},"id":"8813-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.89ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.004892,"subname":"MooseX::Types::BEGIN@5","$color":0,"excl_time":1.83999999999671e-05,"$area":1.83999999999671e-05},"id":"8814-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: 2.32ms, 0.00%<br />Exclusive time: 655&micro;s, 0.00%</p>","incl_time":0.0023235,"subname":"MooseX::Types::BEGIN@14","$color":0,"excl_time":0.000654799999999922,"$area":0.000654799999999922},"id":"8815-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: 318&micro;s, 0.00%</p>","incl_time":0.0003178,"subname":"MooseX::Types::check_export_generator","$color":0,"excl_time":0.0003178,"$area":0.0003178},"id":"8816-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: 47&micro;s, 0.00%</p>","incl_time":4.71e-05,"subname":"MooseX::Types::BEGIN@21","$color":0,"excl_time":4.71e-05,"$area":4.71e-05},"id":"8817-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: 665&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0006654,"subname":"MooseX::Types::BEGIN@19","$color":0,"excl_time":1.27999999999967e-05,"$area":1.27999999999967e-05},"id":"8818-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: 114&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001143,"subname":"MooseX::Types::BEGIN@15","$color":0,"excl_time":1.07000000000185e-05,"$area":1.07000000000185e-05},"id":"8819-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: 24.0ms, 0.04%<br />Exclusive time: 558&micro;s, 0.00%</p>","incl_time":0.0239657,"subname":"MooseX::Types::import","$color":0,"excl_time":0.000557900000001132,"$area":0.000557900000001132},"id":"8820-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.95ms, 0.00%<br />Exclusive time: 373&micro;s, 0.00%</p>","incl_time":0.0019465,"subname":"MooseX::Types::create_type_decorator","$color":0,"excl_time":0.000373099999999942,"$area":0.000373099999999942},"id":"8821-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: 13.4ms, 0.02%<br />Exclusive time: 1.48ms, 0.00%</p>","incl_time":0.0133545,"subname":"MooseX::Types::BEGIN@11","$color":0,"excl_time":0.00148409999999994,"$area":0.00148409999999994},"id":"8822-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: 83&micro;s, 0.00%</p>","incl_time":8.27e-05,"subname":"MooseX::Types::coercion_export_generator","$color":0,"excl_time":8.27e-05,"$area":8.27e-05},"id":"8823-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: 58&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.79e-05,"subname":"MooseX::Types::BEGIN@16","$color":0,"excl_time":1.50999999999905e-05,"$area":1.50999999999905e-05},"id":"8824-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: 50&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.04e-05,"subname":"MooseX::Types::BEGIN@17","$color":0,"excl_time":1.11000000000356e-05,"$area":1.11000000000356e-05},"id":"8825-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: 58&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"MooseX::Types::BEGIN@12","$color":0,"excl_time":1.37999999999445e-05,"$area":1.37999999999445e-05},"id":"8826-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.96ms, 0.00%<br />Exclusive time: 1.67ms, 0.00%</p>","incl_time":0.0019568,"subname":"MooseX::Types::TypeDecorator::BEGIN@11","$color":2,"excl_time":0.00167450000000004,"$area":0.00167450000000004},"id":"8828-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: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.18e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@14","$color":2,"excl_time":9.19999999999626e-06,"$area":9.19999999999626e-06},"id":"8829-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: 25&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@8","$color":2,"excl_time":1.92000000000495e-05,"$area":1.92000000000495e-05},"id":"8830-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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"MooseX::Types::TypeDecorator::BEGIN@12","$color":2,"excl_time":6.2e-06,"$area":6.2e-06},"id":"8831-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.67ms, 0.00%<br />Exclusive time: 768&micro;s, 0.00%</p>","incl_time":0.0016686,"subname":"MooseX::Types::TypeDecorator::isa","$color":2,"excl_time":0.000768300000004031,"$area":0.000768300000004031},"id":"8832-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@9","$color":2,"excl_time":8.89999999998625e-06,"$area":8.89999999998625e-06},"id":"8833-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: 19&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"MooseX::Types::TypeDecorator::DESTROY","$color":2,"excl_time":1.85e-05,"$area":1.85e-05},"id":"8834-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: 756&micro;s, 0.00%<br />Exclusive time: 403&micro;s, 0.00%</p>","incl_time":0.0007565,"subname":"MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:29]","$color":2,"excl_time":0.000403200000000998,"$area":0.000403200000000998},"id":"8835-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: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@13","$color":2,"excl_time":1.53e-05,"$area":1.53e-05},"id":"8836-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: 74&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":7.43e-05,"subname":"MooseX::Types::TypeDecorator::BEGIN@16","$color":2,"excl_time":1.79000000000435e-05,"$area":1.79000000000435e-05},"id":"8837-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.57ms, 0.00%<br />Exclusive time: 1.21ms, 0.00%</p>","incl_time":0.0015734,"subname":"MooseX::Types::TypeDecorator::new","$color":2,"excl_time":0.0012121000000001,"$area":0.0012121000000001},"id":"8838-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: 5.00ms, 0.01%<br />Exclusive time: 4.31ms, 0.01%</p>","incl_time":0.0049999,"subname":"MooseX::Types::TypeDecorator::__type_constraint","$color":2,"excl_time":0.00431040000002598,"$area":0.00431040000002598},"id":"8839-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.67e-05,"subname":"MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:30]","$color":2,"excl_time":5.67e-05,"$area":5.67e-05},"id":"8840-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: 171ms, 0.26%<br />Exclusive time: 18.5ms, 0.03%<br />Recursion: max depth 2, recursive inclusive time 20.7ms</p>","incl_time":0.1712124,"subname":"MooseX::Types::TypeDecorator::_try_delegate","$color":2,"excl_time":0.0185239999999697,"$area":0.0185239999999697},"id":"8841-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: 4.25ms, 0.01%</p>","incl_time":0.00424989999999999,"subname":"MooseX::Types::TypeDecorator::CORE:match","$color":2,"excl_time":0.00424989999999999,"$area":0.00424989999999999},"id":"8842-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: 660&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0006597,"subname":"MooseX::Types::TypeDecorator::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/TypeDecorator.pm:53]","$color":2,"excl_time":3.65999999996794e-05,"$area":3.65999999996794e-05},"id":"8843-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: 179ms, 0.27%<br />Exclusive time: 5.37ms, 0.01%<br />Recursion: max depth 2, recursive inclusive time 21.8ms</p>","incl_time":0.1794217,"subname":"MooseX::Types::TypeDecorator::AUTOLOAD","$color":2,"excl_time":0.00536930000000999,"$area":0.00536930000000999},"id":"8844-MooseX::Types::TypeDecorator::AUTOLOAD"}],"data":{"$area":0.0367002000000105},"id":"n8827"},{"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: 1.03ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0010253,"subname":"MooseX::Types::CheckedUtilExports::coerce","$color":4,"excl_time":1.26999999998589e-05,"$area":1.26999999998589e-05},"id":"8846-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.89ms, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0028935,"subname":"MooseX::Types::CheckedUtilExports::subtype","$color":4,"excl_time":3.38000000012008e-05,"$area":3.38000000012008e-05},"id":"8847-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: 95&micro;s, 0.00%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":9.49e-05,"subname":"MooseX::Types::CheckedUtilExports::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/CheckedUtilExports.pm:38]","$color":4,"excl_time":8.72000000001672e-05,"$area":8.72000000001672e-05},"id":"8848-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: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"MooseX::Types::CheckedUtilExports::CORE:match","$color":4,"excl_time":7.7e-06,"$area":7.7e-06},"id":"8849-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: 19&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@9","$color":4,"excl_time":9.19999999994599e-06,"$area":9.19999999994599e-06},"id":"8850-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: 5.77ms, 0.01%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.0057721,"subname":"MooseX::Types::CheckedUtilExports::role_type","$color":4,"excl_time":5.76000000005989e-05,"$area":5.76000000005989e-05},"id":"8851-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: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@11","$color":4,"excl_time":9.49999999999638e-06,"$area":9.49999999999638e-06},"id":"8852-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: 34&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"MooseX::Types::CheckedUtilExports::from","$color":4,"excl_time":1.78000000000309e-05,"$area":1.78000000000309e-05},"id":"8853-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: 227&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002268,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@15","$color":4,"excl_time":1.03999999999945e-05,"$area":1.03999999999945e-05},"id":"8854-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@10","$color":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"8855-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: 52&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.18e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@12","$color":4,"excl_time":1.04000000000308e-05,"$area":1.04000000000308e-05},"id":"8856-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: 103&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001029,"subname":"MooseX::Types::CheckedUtilExports::as","$color":4,"excl_time":4.09000000002155e-05,"$area":4.09000000002155e-05},"id":"8857-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: 5.03ms, 0.01%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0050281,"subname":"MooseX::Types::CheckedUtilExports::class_type","$color":4,"excl_time":4.340000000038e-05,"$area":4.340000000038e-05},"id":"8858-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: 46&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.57e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@13","$color":4,"excl_time":9.49999999995825e-06,"$area":9.49999999995825e-06},"id":"8859-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: 28&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@24","$color":4,"excl_time":1.08000000000548e-05,"$area":1.08000000000548e-05},"id":"8860-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: 26&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"MooseX::Types::CheckedUtilExports::BEGIN@8","$color":4,"excl_time":2.01000000000553e-05,"$area":2.01000000000553e-05},"id":"8861-MooseX::Types::CheckedUtilExports::BEGIN@8"}],"data":{"$area":0.000386400000002488},"id":"n8845"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"MooseX::Types::Structured::OverflowHandler::meta","$color":6,"excl_time":1.26000000001008e-05,"$area":1.26000000001008e-05},"id":"8864-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: 5.61ms, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0056126,"subname":"MooseX::Types::Structured::OverflowHandler::BEGIN@4","$color":6,"excl_time":1.95999999998194e-05,"$area":1.95999999998194e-05},"id":"8865-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: 121&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001213,"subname":"MooseX::Types::Structured::OverflowHandler::BEGIN@22","$color":6,"excl_time":1.08000000000977e-05,"$area":1.08000000000977e-05},"id":"8866-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: 62&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"MooseX::Types::Structured::OverflowHandler::BEGIN@6","$color":6,"excl_time":1.30999999998821e-05,"$area":1.30999999998821e-05},"id":"8867-MooseX::Types::Structured::OverflowHandler::BEGIN@6"}],"data":{"$area":5.60999999999e-05},"id":"n8863"},{"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: 15.5ms, 0.02%<br />Exclusive time: 384&micro;s, 0.00%</p>","incl_time":0.0154828,"subname":"MooseX::Types::Structured::BEGIN@15","$color":8,"excl_time":0.000383600000000131,"$area":0.000383600000000131},"id":"8868-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: 8.83ms, 0.01%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0088277,"subname":"MooseX::Types::Structured::BEGIN@17","$color":8,"excl_time":3.97999999998174e-05,"$area":3.97999999998174e-05},"id":"8869-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: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"MooseX::Types::Structured::BEGIN@2","$color":8,"excl_time":1.21e-05,"$area":1.21e-05},"id":"8870-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: 2.53ms, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0025282,"subname":"MooseX::Types::Structured::BEGIN@12","$color":8,"excl_time":2.45000000003359e-05,"$area":2.45000000003359e-05},"id":"8871-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: 21&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"MooseX::Types::Structured::BEGIN@10","$color":8,"excl_time":2.07e-05,"$area":2.07e-05},"id":"8872-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: 356&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0003557,"subname":"MooseX::Types::Structured::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Structured.pm:153]","$color":8,"excl_time":3.89000000002165e-05,"$area":3.89000000002165e-05},"id":"8873-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: 234&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0002337,"subname":"MooseX::Types::Structured::BEGIN@19","$color":8,"excl_time":2.85999999999309e-05,"$area":2.85999999999309e-05},"id":"8874-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: 69&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.88e-05,"subname":"MooseX::Types::Structured::BEGIN@20","$color":8,"excl_time":1.42000000000953e-05,"$area":1.42000000000953e-05},"id":"8875-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: 17.9ms, 0.03%<br />Exclusive time: 451&micro;s, 0.00%</p>","incl_time":0.0178737,"subname":"MooseX::Types::Structured::BEGIN@14","$color":8,"excl_time":0.00045090000000015,"$area":0.00045090000000015},"id":"8876-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: 122ms, 0.19%<br />Exclusive time: 552&micro;s, 0.00%</p>","incl_time":0.1219878,"subname":"MooseX::Types::Structured::BEGIN@16","$color":8,"excl_time":0.000551799999999908,"$area":0.000551799999999908},"id":"8877-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: 608&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0006084,"subname":"MooseX::Types::Structured::BEGIN@18","$color":8,"excl_time":3.28999999999379e-05,"$area":3.28999999999379e-05},"id":"8878-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: 69.7ms, 0.11%<br />Exclusive time: 2.23ms, 0.00%</p>","incl_time":0.0696766,"subname":"MooseX::Types::Structured::BEGIN@13","$color":8,"excl_time":0.00223190000000109,"$area":0.00223190000000109},"id":"8879-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: 190&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001903,"subname":"MooseX::Types::Structured::MessageStack::BEGIN@43","$color":10,"excl_time":1.60000000001504e-05,"$area":1.60000000001504e-05},"id":"8881-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: 6.53ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0065269,"subname":"MooseX::Types::Structured::MessageStack::BEGIN@4","$color":10,"excl_time":1.92000000002173e-05,"$area":1.92000000002173e-05},"id":"8882-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: 33&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"MooseX::Types::Structured::MessageStack::meta","$color":10,"excl_time":1.40000000000088e-05,"$area":1.40000000000088e-05},"id":"8883-MooseX::Types::Structured::MessageStack::meta"}],"data":{"$area":4.92000000003765e-05},"id":"n8880"}],"data":{"$area":0.00393520000000189},"id":"n8862"},{"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: 217&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002166,"subname":"MooseX::Types::Base::BEGIN@11","$color":1,"excl_time":1.05999999999605e-05,"$area":1.05999999999605e-05},"id":"8885-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: 5.38ms, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0053751,"subname":"MooseX::Types::Base::BEGIN@5","$color":1,"excl_time":2.49999999999756e-05,"$area":2.49999999999756e-05},"id":"8886-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: 18&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"MooseX::Types::Base::registered_class_types","$color":1,"excl_time":1.8e-05,"$area":1.8e-05},"id":"8887-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.79ms, 0.00%<br />Exclusive time: 1.40ms, 0.00%</p>","incl_time":0.0017851,"subname":"MooseX::Types::Base::has_type","$color":1,"excl_time":0.0013966999999996,"$area":0.0013966999999996},"id":"8888-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: 649&micro;s, 0.00%<br />Exclusive time: 417&micro;s, 0.00%</p>","incl_time":0.0006491,"subname":"MooseX::Types::Base::BEGIN@10","$color":1,"excl_time":0.000416699999999979,"$area":0.000416699999999979},"id":"8889-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: 125&micro;s, 0.00%<br />Exclusive time: 84&micro;s, 0.00%</p>","incl_time":0.0001252,"subname":"MooseX::Types::Base::add_type","$color":1,"excl_time":8.44000000010472e-05,"$area":8.44000000010472e-05},"id":"8890-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: 403&micro;s, 0.00%</p>","incl_time":0.0004032,"subname":"MooseX::Types::Base::type_storage","$color":1,"excl_time":0.0004032,"$area":0.0004032},"id":"8891-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: 55.0ms, 0.08%<br />Exclusive time: 7.50ms, 0.01%</p>","incl_time":0.0550311,"subname":"MooseX::Types::Base::import","$color":1,"excl_time":0.00750199999999934,"$area":0.00750199999999934},"id":"8892-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: 24&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"MooseX::Types::Base::registered_role_types","$color":1,"excl_time":2.38e-05,"$area":2.38e-05},"id":"8893-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: 42&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"MooseX::Types::Base::BEGIN@141","$color":1,"excl_time":1.70999999999941e-05,"$area":1.70999999999941e-05},"id":"8894-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: 115&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001155,"subname":"MooseX::Types::Base::BEGIN@9","$color":1,"excl_time":1.04999999999782e-05,"$area":1.04999999999782e-05},"id":"8895-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: 642&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0006423,"subname":"MooseX::Types::Base::BEGIN@14","$color":1,"excl_time":1.35999999999624e-05,"$area":1.35999999999624e-05},"id":"8896-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: 4.27ms, 0.01%<br />Exclusive time: 2.09ms, 0.00%</p>","incl_time":0.0042736,"subname":"MooseX::Types::Base::get_type","$color":1,"excl_time":0.0020915000000168,"$area":0.0020915000000168},"id":"8897-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: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"MooseX::Types::Base::BEGIN@151","$color":1,"excl_time":8.30000000002826e-06,"$area":8.30000000002826e-06},"id":"8898-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: 66&micro;s, 0.00%</p>","incl_time":0.0001487,"subname":"MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:68]","$color":1,"excl_time":6.6000000000342e-05,"$area":6.6000000000342e-05},"id":"8899-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: 91&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":9.13e-05,"subname":"MooseX::Types::Base::register_role_type","$color":1,"excl_time":5.43999999999936e-05,"$area":5.43999999999936e-05},"id":"8900-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: 268&micro;s, 0.00%<br />Exclusive time: 206&micro;s, 0.00%</p>","incl_time":0.0002681,"subname":"MooseX::Types::Base::type_names","$color":1,"excl_time":0.000206300000000887,"$area":0.000206300000000887},"id":"8901-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: 1.16ms, 0.00%<br />Exclusive time: 406&micro;s, 0.00%</p>","incl_time":0.001163,"subname":"MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:55]","$color":1,"excl_time":0.000406199999998444,"$area":0.000406199999998444},"id":"8902-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: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"MooseX::Types::Base::BEGIN@178","$color":1,"excl_time":8.69999999994687e-06,"$area":8.69999999994687e-06},"id":"8903-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: 66&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":6.63e-05,"subname":"MooseX::Types::Base::register_class_type","$color":1,"excl_time":3.95999999997318e-05,"$area":3.95999999997318e-05},"id":"8904-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: 579&micro;s, 0.00%<br />Exclusive time: 261&micro;s, 0.00%</p>","incl_time":0.0005792,"subname":"MooseX::Types::Base::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/Base.pm:60]","$color":1,"excl_time":0.0002613999999983,"$area":0.0002613999999983},"id":"8905-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: 2.08ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0020793,"subname":"MooseX::Types::Base::BEGIN@12","$color":1,"excl_time":1.15000000000471e-05,"$area":1.15000000000471e-05},"id":"8906-MooseX::Types::Base::BEGIN@12"}],"data":{"$area":0.0130755000000144},"id":"n8884"},{"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: 77&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":7.75e-05,"subname":"MooseX::Types::UndefinedType::__ANON__[/Users/edenc/perl5/lib/perl5/MooseX/Types/UndefinedType.pm:12]","$color":3,"excl_time":5.07999999997318e-05,"$area":5.07999999997318e-05},"id":"8908-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: 77&micro;s, 0.00%</p>","incl_time":7.69e-05,"subname":"MooseX::Types::UndefinedType::name","$color":3,"excl_time":7.69e-05,"$area":7.69e-05},"id":"8909-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: 50&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.99e-05,"subname":"MooseX::Types::UndefinedType::BEGIN@12","$color":3,"excl_time":1.13999999999476e-05,"$area":1.13999999999476e-05},"id":"8910-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":4.4e-06,"subname":"MooseX::Types::UndefinedType::BEGIN@9","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8911-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: 118&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001182,"subname":"MooseX::Types::UndefinedType::BEGIN@10","$color":3,"excl_time":8.599999999957e-06,"$area":8.599999999957e-06},"id":"8912-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: 105&micro;s, 0.00%</p>","incl_time":0.0001049,"subname":"MooseX::Types::UndefinedType::new","$color":3,"excl_time":0.0001049,"$area":0.0001049},"id":"8913-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: 32&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"MooseX::Types::UndefinedType::BEGIN@6","$color":3,"excl_time":2.07999999999641e-05,"$area":2.07999999999641e-05},"id":"8914-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: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"MooseX::Types::UndefinedType::BEGIN@7","$color":3,"excl_time":1.13999999999902e-05,"$area":1.13999999999902e-05},"id":"8915-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: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"MooseX::Types::UndefinedType::DESTROY","$color":3,"excl_time":1.26e-05,"$area":1.26e-05},"id":"8916-MooseX::Types::UndefinedType::DESTROY"}],"data":{"$area":0.000301799999999591},"id":"n8907"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"MooseX::Types::Util::CORE:match","$color":5,"excl_time":8.2e-06,"$area":8.2e-06},"id":"8918-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: 27&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"MooseX::Types::Util::BEGIN@8","$color":5,"excl_time":1.7099999999946e-05,"$area":1.7099999999946e-05},"id":"8919-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"MooseX::Types::Util::BEGIN@9","$color":5,"excl_time":1.0299999999996e-05,"$area":1.0299999999996e-05},"id":"8920-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: 81&micro;s, 0.00%<br />Exclusive time: 73&micro;s, 0.00%</p>","incl_time":8.08e-05,"subname":"MooseX::Types::Util::filter_tags","$color":5,"excl_time":7.26000000009854e-05,"$area":7.26000000009854e-05},"id":"8921-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: 93&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":9.29e-05,"subname":"MooseX::Types::Util::BEGIN@12","$color":5,"excl_time":9.89999999994476e-06,"$area":9.89999999994476e-06},"id":"8922-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: 49&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.91e-05,"subname":"MooseX::Types::Util::BEGIN@10","$color":5,"excl_time":8.6999999999485e-06,"$area":8.6999999999485e-06},"id":"8923-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: 115&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.0001155,"subname":"MooseX::Types::Util::has_available_type_export","$color":5,"excl_time":5.72000000008215e-05,"$area":5.72000000008215e-05},"id":"8924-MooseX::Types::Util::has_available_type_export"}],"data":{"$area":0.000184000000001642},"id":"n8917"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"MooseX::Types::Moose::BEGIN@12","$color":7,"excl_time":7.6e-06,"$area":7.6e-06},"id":"8926-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"MooseX::Types::Moose::BEGIN@9","$color":7,"excl_time":9.89999999997875e-06,"$area":9.89999999997875e-06},"id":"8927-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: 41&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"MooseX::Types::Moose::BEGIN@8","$color":7,"excl_time":3.0900000000034e-05,"$area":3.0900000000034e-05},"id":"8928-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: 420&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004199,"subname":"MooseX::Types::Moose::BEGIN@14","$color":7,"excl_time":1.26999999999481e-05,"$area":1.26999999999481e-05},"id":"8929-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: 485&micro;s, 0.00%</p>","incl_time":0.000484799999999999,"subname":"MooseX::Types::Moose::type_storage","$color":7,"excl_time":0.000484799999999999,"$area":0.000484799999999999},"id":"8930-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: 35.1ms, 0.05%<br />Exclusive time: 1.30ms, 0.00%</p>","incl_time":0.035132,"subname":"MooseX::Types::Moose::BEGIN@11","$color":7,"excl_time":0.00130389999999975,"$area":0.00130389999999975},"id":"8931-MooseX::Types::Moose::BEGIN@11"}],"data":{"$area":0.00184979999999971},"id":"n8925"}],"data":{"$area":0.0628132000000327},"id":"n8805"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"MooseX::StrictConstructor::BEGIN@7","$color":9,"excl_time":1.18000000001459e-05,"$area":1.18000000001459e-05},"id":"8933-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: 37&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"MooseX::StrictConstructor::BEGIN@10","$color":9,"excl_time":1.37000000001043e-05,"$area":1.37000000001043e-05},"id":"8934-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: 35&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"MooseX::StrictConstructor::BEGIN@6","$color":9,"excl_time":2.76999999999097e-05,"$area":2.76999999999097e-05},"id":"8935-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: 44&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.45e-05,"subname":"MooseX::StrictConstructor::BEGIN@9","$color":9,"excl_time":1.570000000006e-05,"$area":1.570000000006e-05},"id":"8936-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: 10.3ms, 0.02%<br />Exclusive time: 707&micro;s, 0.00%</p>","incl_time":0.0103178,"subname":"MooseX::StrictConstructor::BEGIN@14","$color":9,"excl_time":0.000707300000000922,"$area":0.000707300000000922},"id":"8937-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: 23&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"MooseX::StrictConstructor::BEGIN@11","$color":9,"excl_time":1.97000000002353e-05,"$area":1.97000000002353e-05},"id":"8938-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: 16.2ms, 0.02%<br />Exclusive time: 1.11ms, 0.00%</p>","incl_time":0.0161783,"subname":"MooseX::StrictConstructor::BEGIN@13","$color":9,"excl_time":0.00110560000000073,"$area":0.00110560000000073},"id":"8939-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: 85&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":8.48e-05,"subname":"MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@8","$color":0,"excl_time":1.78999999997971e-05,"$area":1.78999999997971e-05},"id":"8943-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: 5.88ms, 0.01%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0058785,"subname":"MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@6","$color":0,"excl_time":2.72999999996106e-05,"$area":2.72999999996106e-05},"id":"8944-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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@10","$color":0,"excl_time":8.8e-06,"$area":8.8e-06},"id":"8945-MooseX::StrictConstructor::Trait::Method::Constructor::BEGIN@10"}],"data":{"$area":5.39999999994077e-05},"id":"n8942"}],"data":{"$area":5.39999999994077e-05},"id":"n8941"},{"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: 10.7ms, 0.02%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0106598,"subname":"MooseX::StrictConstructor::Trait::Class::BEGIN@6","$color":2,"excl_time":2.52999999998983e-05,"$area":2.52999999998983e-05},"id":"8947-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: 89&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":8.92e-05,"subname":"MooseX::StrictConstructor::Trait::Class::BEGIN@8","$color":2,"excl_time":2.10999999999846e-05,"$area":2.10999999999846e-05},"id":"8948-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: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"MooseX::StrictConstructor::Trait::Class::CORE:sort","$color":2,"excl_time":1.6e-06,"$area":1.6e-06},"id":"8949-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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"MooseX::StrictConstructor::Trait::Class::BEGIN@10","$color":2,"excl_time":8.4e-06,"$area":8.4e-06},"id":"8950-MooseX::StrictConstructor::Trait::Class::BEGIN@10"}],"data":{"$area":5.63999999998829e-05},"id":"n8946"}],"data":{"$area":0.000110399999999291},"id":"n8940"}],"data":{"$area":0.00201190000000139},"id":"n8932"}],"data":{"$area":0.103284600000089},"id":"n8445"},{"name":"Try","children":[{"name":"::Tiny","children":[{"name":"catch","children":[],"data":{"tip":"<p><b>Try::Tiny::catch</b></p><p><br />Called 3638 times from 23 places in 17 files<br />Inclusive time: 17.8ms, 0.03%</p>","incl_time":0.0177632,"subname":"Try::Tiny::catch","$color":4,"excl_time":0.0177632,"$area":0.0177632},"id":"8953-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: 11&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Try::Tiny::BEGIN@8","$color":4,"excl_time":1.12e-05,"$area":1.12e-05},"id":"8954-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.36e-05,"subname":"Try::Tiny::finally","$color":4,"excl_time":1.36e-05,"$area":1.36e-05},"id":"8955-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: 77&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.67e-05,"subname":"Try::Tiny::BEGIN@6","$color":4,"excl_time":7.49999999999463e-06,"$area":7.49999999999463e-06},"id":"8956-Try::Tiny::BEGIN@6"},{"name":"try","children":[],"data":{"tip":"<p><b>Try::Tiny::try</b></p><p><br />Called 3835 times from 28 places in 21 files<br />Inclusive time: 5.15s, 7.86%<br />Exclusive time: 77.7ms, 0.12%<br />Recursion: max depth 7, recursive inclusive time 5.45s</p>","incl_time":5.1536467,"subname":"Try::Tiny::try","$color":4,"excl_time":0.0777191000000118,"$area":0.0777191000000118},"id":"8957-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: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Try::Tiny::BEGIN@3","$color":4,"excl_time":1.75999999999969e-05,"$area":1.75999999999969e-05},"id":"8958-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: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.06e-05,"subname":"Try::Tiny::BEGIN@46","$color":4,"excl_time":1.05000000000026e-05,"$area":1.05000000000026e-05},"id":"8959-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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"Try::Tiny::ScopeGuard::_new","$color":6,"excl_time":9.1e-06,"$area":9.1e-06},"id":"8961-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Try::Tiny::ScopeGuard::DESTROY","$color":6,"excl_time":1.35000000028998e-05,"$area":1.35000000028998e-05},"id":"8962-Try::Tiny::ScopeGuard::DESTROY"}],"data":{"$area":2.26000000028998e-05},"id":"n8960"}],"data":{"$area":0.0955653000000147},"id":"n8952"}],"data":{"$area":0.0955653000000147},"id":"n8951"},{"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: 67&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"URI::CORE:regcomp","$color":8,"excl_time":6.67e-05,"$area":6.67e-05},"id":"8964-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: 67&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"URI::BEGIN@24","$color":8,"excl_time":1.56000000000016e-05,"$area":1.56000000000016e-05},"id":"8965-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.18ms, 0.00%<br />Exclusive time: 364&micro;s, 0.00%</p>","incl_time":0.0011791,"subname":"URI::new","$color":8,"excl_time":0.000363900000008977,"$area":0.000363900000008977},"id":"8966-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: 354&micro;s, 0.00%</p>","incl_time":0.0006151,"subname":"URI::_init","$color":8,"excl_time":0.000353799999999092,"$area":0.000353799999999092},"id":"8967-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":4.4e-06,"subname":"URI::BEGIN@21","$color":8,"excl_time":4.4e-06,"$area":4.4e-06},"id":"8968-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: 401&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.0004013,"subname":"URI::scheme","$color":8,"excl_time":3.69000000039543e-05,"$area":3.69000000039543e-05},"id":"8969-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: 70&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.05e-05,"subname":"URI::BEGIN@13","$color":8,"excl_time":8.900000000005e-06,"$area":8.900000000005e-06},"id":"8970-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: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"URI::BEGIN@4","$color":8,"excl_time":1.02999999999938e-05,"$area":1.02999999999938e-05},"id":"8971-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":8,"excl_time":7.6e-06,"$area":7.6e-06},"id":"8972-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: 66&micro;s, 0.00%</p>","incl_time":6.64e-05,"subname":"URI::CORE:match","$color":8,"excl_time":6.64e-05,"$area":6.64e-05},"id":"8973-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: 1.13ms, 0.00%<br />Exclusive time: 1.09ms, 0.00%</p>","incl_time":0.0011285,"subname":"URI::BEGIN@22","$color":8,"excl_time":0.00109200000000001,"$area":0.00109200000000001},"id":"8974-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: 76&micro;s, 0.00%</p>","incl_time":7.63e-05,"subname":"URI::CORE:subst","$color":8,"excl_time":7.63e-05,"$area":7.63e-05},"id":"8975-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":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"8976-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: 50&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.04e-05,"subname":"URI::BEGIN@7","$color":8,"excl_time":7.79999999999625e-06,"$area":7.79999999999625e-06},"id":"8977-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: 71&micro;s, 0.00%</p>","incl_time":7.06e-05,"subname":"URI::__ANON__[/Users/edenc/perl5/lib/perl5/URI.pm:24]","$color":8,"excl_time":7.06e-05,"$area":7.06e-05},"id":"8978-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: 114&micro;s, 0.00%<br />Exclusive time: 101&micro;s, 0.00%</p>","incl_time":0.0001136,"subname":"URI::implementor","$color":8,"excl_time":0.000100800000002296,"$area":0.000100800000002296},"id":"8979-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: 163&micro;s, 0.00%<br />Exclusive time: 115&micro;s, 0.00%</p>","incl_time":0.0001627,"subname":"URI::_uric_escape","$color":8,"excl_time":0.000114900000000957,"$area":0.000114900000000957},"id":"8980-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: 28&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"URI::BEGIN@3","$color":8,"excl_time":2.10999999999959e-05,"$area":2.10999999999959e-05},"id":"8981-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: 35&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"URI::BEGIN@128","$color":8,"excl_time":1.30999999999976e-05,"$area":1.30999999999976e-05},"id":"8982-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: 247&micro;s, 0.00%<br />Exclusive time: 145&micro;s, 0.00%</p>","incl_time":0.0002475,"subname":"URI::canonical","$color":8,"excl_time":0.00014479999999799,"$area":0.00014479999999799},"id":"8983-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: 457&micro;s, 0.00%<br />Exclusive time: 138&micro;s, 0.00%</p>","incl_time":0.000457,"subname":"URI::_scheme","$color":8,"excl_time":0.000138199999999492,"$area":0.000138199999999492},"id":"8984-URI::_scheme"},{"name":"::https","children":[],"data":{"$area":0},"id":"n8985"},{"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: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.73e-05,"subname":"URI::_punycode::BEGIN@16","$color":1,"excl_time":6.40000000038821e-06,"$area":6.40000000038821e-06},"id":"8987-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: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"URI::_punycode::BEGIN@20","$color":1,"excl_time":6.30000000006001e-06,"$area":6.30000000006001e-06},"id":"8988-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.3e-05,"subname":"URI::_punycode::BEGIN@10","$color":1,"excl_time":1.03999999998142e-05,"$area":1.03999999998142e-05},"id":"8989-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: 16&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"URI::_punycode::BEGIN@3","$color":1,"excl_time":1.5500000000422e-05,"$area":1.5500000000422e-05},"id":"8990-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: 53&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.29e-05,"subname":"URI::_punycode::BEGIN@14","$color":1,"excl_time":8.09999999959993e-06,"$area":8.09999999959993e-06},"id":"8991-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.17e-05,"subname":"URI::_punycode::BEGIN@19","$color":1,"excl_time":6.20000000043246e-06,"$area":6.20000000043246e-06},"id":"8992-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: 31&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"URI::_punycode::BEGIN@18","$color":1,"excl_time":6.00000000033869e-06,"$area":6.00000000033869e-06},"id":"8993-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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"URI::_punycode::CORE:qr","$color":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"8994-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.16e-05,"subname":"URI::_punycode::BEGIN@17","$color":1,"excl_time":6.00000000015204e-06,"$area":6.00000000015204e-06},"id":"8995-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.48e-05,"subname":"URI::_punycode::BEGIN@15","$color":1,"excl_time":7.30000000015291e-06,"$area":7.30000000015291e-06},"id":"8996-URI::_punycode::BEGIN@15"}],"data":{"$area":7.51000000013604e-05},"id":"n8986"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"URI::_server::CORE:regcomp","$color":3,"excl_time":1.28e-05,"$area":1.28e-05},"id":"8998-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.92ms, 0.00%<br />Exclusive time: 164&micro;s, 0.00%</p>","incl_time":0.0029235,"subname":"URI::_server::host","$color":3,"excl_time":0.000164499999979394,"$area":0.000164499999979394},"id":"8999-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.0001101,"subname":"URI::_server::_port","$color":3,"excl_time":5.4899999999745e-05,"$area":5.4899999999745e-05},"id":"9000-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.51ms, 0.00%<br />Exclusive time: 611&micro;s, 0.00%</p>","incl_time":0.002508,"subname":"URI::_server::_host_escape","$color":3,"excl_time":0.000611100000000687,"$area":0.000611100000000687},"id":"9001-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: 68&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.81e-05,"subname":"URI::_server::BEGIN@6","$color":3,"excl_time":1.39999999999431e-05,"$area":1.39999999999431e-05},"id":"9002-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: 71&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":7.11e-05,"subname":"URI::_server::_uric_escape","$color":3,"excl_time":4.23999999967877e-05,"$area":4.23999999967877e-05},"id":"9003-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: 11&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"URI::_server::CORE:subst","$color":3,"excl_time":1.11e-05,"$area":1.11e-05},"id":"9004-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: 165&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.000165,"subname":"URI::_server::canonical","$color":3,"excl_time":4.14000000033292e-05,"$area":4.14000000033292e-05},"id":"9005-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: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"URI::_server::BEGIN@5","$color":3,"excl_time":1.71000000000018e-05,"$area":1.71000000000018e-05},"id":"9006-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: 143&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0001433,"subname":"URI::_server::port","$color":3,"excl_time":5.15999999959753e-05,"$area":5.15999999959753e-05},"id":"9007-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: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"URI::_server::CORE:match","$color":3,"excl_time":1.13e-05,"$area":1.13e-05},"id":"9008-URI::_server::CORE:match"}],"data":{"$area":0.00103219999997586},"id":"n8997"},{"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: 68&micro;s, 0.00%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":6.84e-05,"subname":"URI::_query::BEGIN@3","$color":5,"excl_time":5.90000000000628e-05,"$area":5.90000000000628e-05},"id":"9010-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.5e-06,"subname":"URI::_query::CORE:match","$color":5,"excl_time":6.5e-06,"$area":6.5e-06},"id":"9011-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: 25&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"URI::_query::query","$color":5,"excl_time":1.83999999977592e-05,"$area":1.83999999977592e-05},"id":"9012-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: 92&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.21e-05,"subname":"URI::_query::BEGIN@5","$color":5,"excl_time":1.35000000000713e-05,"$area":1.35000000000713e-05},"id":"9013-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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"URI::_query::BEGIN@4","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"9014-URI::_query::BEGIN@4"}],"data":{"$area":0.000104099999997893},"id":"n9009"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"URI::_generic::path_query","$color":7,"excl_time":1.60999999988818e-05,"$area":1.60999999988818e-05},"id":"9016-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":4.3e-06,"subname":"URI::_generic::BEGIN@8","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9017-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: 74&micro;s, 0.00%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":7.38e-05,"subname":"URI::_generic::path","$color":7,"excl_time":4.65999999974415e-05,"$area":4.65999999974415e-05},"id":"9018-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: 102&micro;s, 0.00%</p>","incl_time":0.0001018,"subname":"URI::_generic::CORE:match","$color":7,"excl_time":0.0001018,"$area":0.0001018},"id":"9019-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: 59&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"URI::_generic::BEGIN@7","$color":7,"excl_time":1.53999999999732e-05,"$area":1.53999999999732e-05},"id":"9020-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: 25&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"URI::_generic::_no_scheme_ok","$color":7,"excl_time":2.47e-05,"$area":2.47e-05},"id":"9021-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: 19&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"URI::_generic::CORE:subst","$color":7,"excl_time":1.91e-05,"$area":1.91e-05},"id":"9022-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"URI::_generic::_check_path","$color":7,"excl_time":1.67999999981316e-05,"$area":1.67999999981316e-05},"id":"9023-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: 260&micro;s, 0.00%<br />Exclusive time: 148&micro;s, 0.00%</p>","incl_time":0.0002598,"subname":"URI::_generic::authority","$color":7,"excl_time":0.000147799999985233,"$area":0.000147799999985233},"id":"9024-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: 33&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"URI::_generic::BEGIN@6","$color":7,"excl_time":2.54999999999451e-05,"$area":2.54999999999451e-05},"id":"9025-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":7,"excl_time":2.49e-05,"$area":2.49e-05},"id":"9026-URI::_generic::CORE:regcomp"}],"data":{"$area":0.000442999999979606},"id":"n9015"},{"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: 56&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":5.57e-05,"subname":"URI::Escape::uri_unescape","$color":9,"excl_time":5.13999999959351e-05,"$area":5.13999999959351e-05},"id":"9028-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"URI::Escape::BEGIN@2","$color":9,"excl_time":1.56999999999984e-05,"$area":1.56999999999984e-05},"id":"9029-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"URI::Escape::CORE:subst","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9030-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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"URI::Escape::BEGIN@145","$color":9,"excl_time":6.3e-06,"$area":6.3e-06},"id":"9031-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: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"URI::Escape::CORE:qr","$color":9,"excl_time":1.01e-05,"$area":1.01e-05},"id":"9032-URI::Escape::CORE:qr"}],"data":{"$area":8.77999999959334e-05},"id":"n9027"},{"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: 254&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0002538,"subname":"URI::http::canonical","$color":0,"excl_time":6.01999999970974e-05,"$area":6.01999999970974e-05},"id":"9034-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: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"URI::http::default_port","$color":0,"excl_time":1.03e-05,"$area":1.03e-05},"id":"9035-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"URI::http::BEGIN@6","$color":0,"excl_time":1.61999999999902e-05,"$area":1.61999999999902e-05},"id":"9036-URI::http::BEGIN@6"}],"data":{"$area":8.66999999970877e-05},"id":"n9033"},{"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: 33&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"URI::QueryParam::BEGIN@3","$color":2,"excl_time":2.50000000000504e-05,"$area":2.50000000000504e-05},"id":"9038-URI::QueryParam::BEGIN@3"}],"data":{"$area":2.50000000000504e-05},"id":"n9037"},{"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: 32&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"URI::_idna::ToASCII","$color":4,"excl_time":1.9499999999585e-05,"$area":1.9499999999585e-05},"id":"9040-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"URI::_idna::BEGIN@6","$color":4,"excl_time":1.42999999995807e-05,"$area":1.42999999995807e-05},"id":"9041-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.8e-06,"subname":"URI::_idna::BEGIN@10","$color":4,"excl_time":6.8e-06,"$area":6.8e-06},"id":"9042-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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"URI::_idna::CORE:match","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9043-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.3e-06,"subname":"URI::_idna::CORE:qr","$color":4,"excl_time":2.3e-06,"$area":2.3e-06},"id":"9044-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: 56&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.62e-05,"subname":"URI::_idna::encode","$color":4,"excl_time":2.41999999973035e-05,"$area":2.41999999973035e-05},"id":"9045-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"URI::_idna::check_size","$color":4,"excl_time":5.8e-06,"$area":5.8e-06},"id":"9046-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.78ms, 0.00%<br />Exclusive time: 1.45ms, 0.00%</p>","incl_time":0.0017819,"subname":"URI::_idna::BEGIN@7","$color":4,"excl_time":0.00145030000000001,"$area":0.00145030000000001},"id":"9047-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":2.9e-06,"subname":"URI::_idna::CORE:regcomp","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"9048-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: 30&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"URI::_idna::BEGIN@8","$color":4,"excl_time":7.80000000024405e-06,"$area":7.80000000024405e-06},"id":"9049-URI::_idna::BEGIN@8"}],"data":{"$area":0.00153769999999673},"id":"n9039"}],"data":{"$area":0.00610839999995728},"id":"n8963"},{"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: 3.51ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0035133,"subname":"Role::Identifiable::HasIdent::BEGIN@5","$color":6,"excl_time":1.23000000000237e-05,"$area":1.23000000000237e-05},"id":"9053-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: 114&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001138,"subname":"Role::Identifiable::HasIdent::BEGIN@15","$color":6,"excl_time":1.04000000000243e-05,"$area":1.04000000000243e-05},"id":"9054-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: 17&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Role::Identifiable::HasIdent::BEGIN@2","$color":6,"excl_time":1.66e-05,"$area":1.66e-05},"id":"9055-Role::Identifiable::HasIdent::BEGIN@2"}],"data":{"$area":3.93000000000479e-05},"id":"n9052"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Role::Identifiable::HasTags::BEGIN@2","$color":8,"excl_time":1.44e-05,"$area":1.44e-05},"id":"9057-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: 2.43ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0024314,"subname":"Role::Identifiable::HasTags::BEGIN@9","$color":8,"excl_time":1.50000000000146e-05,"$area":1.50000000000146e-05},"id":"9058-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: 4.05ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.00405,"subname":"Role::Identifiable::HasTags::BEGIN@5","$color":8,"excl_time":1.0999999999874e-05,"$area":1.0999999999874e-05},"id":"9059-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: 180&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001803,"subname":"Role::Identifiable::HasTags::BEGIN@64","$color":8,"excl_time":1.41000000002168e-05,"$area":1.41000000002168e-05},"id":"9060-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: 167&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.000167,"subname":"Role::Identifiable::HasTags::BEGIN@63","$color":8,"excl_time":1.45999999998365e-05,"$area":1.45999999998365e-05},"id":"9061-Role::Identifiable::HasTags::BEGIN@63"}],"data":{"$area":6.90999999999418e-05},"id":"n9056"}],"data":{"$area":0.00010839999999999},"id":"n9051"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Role::HasPayload::Meta::Attribute::Payload::BEGIN@2","$color":10,"excl_time":1.65e-05,"$area":1.65e-05},"id":"9066-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: 3.87ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0038733,"subname":"Role::HasPayload::Meta::Attribute::Payload::BEGIN@5","$color":10,"excl_time":1.65000000001175e-05,"$area":1.65000000001175e-05},"id":"9067-Role::HasPayload::Meta::Attribute::Payload::BEGIN@5"}],"data":{"$area":3.30000000001175e-05},"id":"n9065"}],"data":{"$area":3.30000000001175e-05},"id":"n9064"}],"data":{"$area":3.30000000001175e-05},"id":"n9063"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Role::HasPayload::Merged::BEGIN@2","$color":1,"excl_time":1.21e-05,"$area":1.21e-05},"id":"9069-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: 3.59ms, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0035907,"subname":"Role::HasPayload::Merged::BEGIN@5","$color":1,"excl_time":1.39000000001751e-05,"$area":1.39000000001751e-05},"id":"9070-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: 182&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.000182,"subname":"Role::HasPayload::Merged::BEGIN@41","$color":1,"excl_time":1.45999999999602e-05,"$area":1.45999999999602e-05},"id":"9071-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: 4.18ms, 0.01%<br />Exclusive time: 282&micro;s, 0.00%</p>","incl_time":0.0041751,"subname":"Role::HasPayload::Merged::BEGIN@9","$color":1,"excl_time":0.000281599999999784,"$area":0.000281599999999784},"id":"9072-Role::HasPayload::Merged::BEGIN@9"}],"data":{"$area":0.000322199999999919},"id":"n9068"}],"data":{"$area":0.000355200000000037},"id":"n9062"},{"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: 170&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001697,"subname":"Role::HasMessage::BEGIN@11","$color":3,"excl_time":1.39999999999081e-05,"$area":1.39999999999081e-05},"id":"9074-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: 29&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Role::HasMessage::BEGIN@2","$color":3,"excl_time":2.86e-05,"$area":2.86e-05},"id":"9075-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.47ms, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0034727,"subname":"Role::HasMessage::BEGIN@5","$color":3,"excl_time":1.51000000000504e-05,"$area":1.51000000000504e-05},"id":"9076-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: 19&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Role::HasMessage::Errf::BEGIN@2.10","$color":5,"excl_time":1.0600000000214e-05,"$area":1.0600000000214e-05},"id":"9078-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: 91.0ms, 0.14%<br />Exclusive time: 862&micro;s, 0.00%</p>","incl_time":0.0909912,"subname":"Role::HasMessage::Errf::BEGIN@5","$color":5,"excl_time":0.000862400000000429,"$area":0.000862400000000429},"id":"9079-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: 432&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004319,"subname":"Role::HasMessage::Errf::BEGIN@12","$color":5,"excl_time":1.13999999998431e-05,"$area":1.13999999998431e-05},"id":"9080-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: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Role::HasMessage::Errf::BEGIN@2","$color":5,"excl_time":1.38e-05,"$area":1.38e-05},"id":"9081-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: 86.7ms, 0.13%<br />Exclusive time: 2.08ms, 0.00%</p>","incl_time":0.086656,"subname":"Role::HasMessage::Errf::BEGIN@9","$color":5,"excl_time":0.00207859999999897,"$area":0.00207859999999897},"id":"9082-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: 60&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.04e-05,"subname":"Role::HasMessage::Errf::BEGIN@10","$color":5,"excl_time":1.47000000001847e-05,"$area":1.47000000001847e-05},"id":"9083-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: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"Role::HasMessage::Errf::BEGIN@1","$color":5,"excl_time":1.82000000000495e-05,"$area":1.82000000000495e-05},"id":"9084-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: 5.58ms, 0.01%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0055836,"subname":"Role::HasMessage::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/Role/HasMessage/Errf.pm:59]","$color":5,"excl_time":4.06000000001466e-05,"$area":4.06000000001466e-05},"id":"9085-Role::HasMessage::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/Role/HasMessage/Errf.pm:59]"}],"data":{"$area":0.00305029999999984},"id":"n9077"}],"data":{"$area":0.0031079999999998},"id":"n9073"}],"data":{"$area":0.00357159999999983},"id":"n9050"},{"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: 633&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000633,"subname":"Plack::Middleware::BEGIN@5","$color":7,"excl_time":9.89999999990142e-06,"$area":9.89999999990142e-06},"id":"9088-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Plack::Middleware::BEGIN@6","$color":7,"excl_time":5.8e-06,"$area":5.8e-06},"id":"9089-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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Plack::Middleware::BEGIN@2","$color":7,"excl_time":1.77000000000133e-05,"$area":1.77000000000133e-05},"id":"9090-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: 370&micro;s, 0.00%<br />Exclusive time: 288&micro;s, 0.00%</p>","incl_time":0.0003695,"subname":"Plack::Middleware::BEGIN@7","$color":7,"excl_time":0.000288200000000049,"$area":0.000288200000000049},"id":"9091-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: 9&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Plack::Middleware::BEGIN@3","$color":7,"excl_time":8.59999999991061e-06,"$area":8.59999999991061e-06},"id":"9092-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.9e-06,"subname":"Plack::Middleware::BEGIN@4","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"9093-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: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Plack::Middleware::import","$color":7,"excl_time":1.38e-05,"$area":1.38e-05},"id":"9094-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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@3","$color":9,"excl_time":1.72000000000256e-05,"$area":1.72000000000256e-05},"id":"9096-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: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@6","$color":9,"excl_time":8.60000000003789e-06,"$area":8.60000000003789e-06},"id":"9097-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: 50&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@5","$color":9,"excl_time":5.01e-05,"$area":5.01e-05},"id":"9098-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: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Plack::Middleware::ReverseProxy::BEGIN@4","$color":9,"excl_time":8.00000000007427e-06,"$area":8.00000000007427e-06},"id":"9099-Plack::Middleware::ReverseProxy::BEGIN@4"}],"data":{"$area":8.39000000001378e-05},"id":"n9095"},{"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: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"Plack::Middleware::LighttpdScriptNameFix::BEGIN@3","$color":0,"excl_time":1.12000000001095e-05,"$area":1.12000000001095e-05},"id":"9101-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: 27&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Plack::Middleware::LighttpdScriptNameFix::BEGIN@4","$color":0,"excl_time":7.90000000005564e-06,"$area":7.90000000005564e-06},"id":"9102-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: 57&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":5.73e-05,"subname":"Plack::Middleware::LighttpdScriptNameFix::BEGIN@2","$color":0,"excl_time":2.03999999999936e-05,"$area":2.03999999999936e-05},"id":"9103-Plack::Middleware::LighttpdScriptNameFix::BEGIN@2"}],"data":{"$area":3.95000000001588e-05},"id":"n9100"},{"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: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.07e-05,"subname":"Plack::Middleware::IIS6ScriptNameFix::BEGIN@4","$color":2,"excl_time":9.20000000003789e-06,"$area":9.20000000003789e-06},"id":"9105-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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Plack::Middleware::IIS6ScriptNameFix::BEGIN@3","$color":2,"excl_time":1.7000000000084e-05,"$area":1.7000000000084e-05},"id":"9106-Plack::Middleware::IIS6ScriptNameFix::BEGIN@3"}],"data":{"$area":2.62000000001219e-05},"id":"n9104"},{"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: 31&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.07e-05,"subname":"Plack::Middleware::Conditional::BEGIN@5","$color":4,"excl_time":8.49999999991674e-06,"$area":8.49999999991674e-06},"id":"9108-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: 30&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"Plack::Middleware::Conditional::BEGIN@2","$color":4,"excl_time":2.36999999999212e-05,"$area":2.36999999999212e-05},"id":"9109-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.44ms, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0014385,"subname":"Plack::Middleware::Conditional::BEGIN@3","$color":4,"excl_time":1.25999999999089e-05,"$area":1.25999999999089e-05},"id":"9110-Plack::Middleware::Conditional::BEGIN@3"}],"data":{"$area":4.47999999997469e-05},"id":"n9107"}],"data":{"$area":0.00054230000000004},"id":"n9087"},{"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: 3.29ms, 0.01%<br />Exclusive time: 3.06ms, 0.00%</p>","incl_time":0.0032916,"subname":"Plack::Loader::BEGIN@4","$color":6,"excl_time":0.0030647000000003,"$area":0.0030647000000003},"id":"9112-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Plack::Loader::BEGIN@3","$color":6,"excl_time":5.5e-06,"$area":5.5e-06},"id":"9113-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: 34&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Plack::Loader::BEGIN@2","$color":6,"excl_time":2.68999999999097e-05,"$area":2.68999999999097e-05},"id":"9114-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: 61&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"Plack::Loader::BEGIN@5","$color":6,"excl_time":1.28999999999989e-05,"$area":1.28999999999989e-05},"id":"9115-Plack::Loader::BEGIN@5"}],"data":{"$area":0.00311000000000021},"id":"n9111"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Plack::Test::BEGIN@2","$color":8,"excl_time":1.42e-05,"$area":1.42e-05},"id":"9117-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: 60&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":6.05e-05,"subname":"Plack::Test::BEGIN@13","$color":8,"excl_time":1.87999999999996e-05,"$area":1.87999999999996e-05},"id":"9118-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: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Plack::Test::BEGIN@3","$color":8,"excl_time":7.30000000000001e-06,"$area":7.30000000000001e-06},"id":"9119-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: 2.24ms, 0.00%<br />Exclusive time: 355&micro;s, 0.00%</p>","incl_time":0.002241,"subname":"Plack::Test::BEGIN@4","$color":8,"excl_time":0.0003554,"$area":0.0003554},"id":"9120-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: 92.2ms, 0.14%<br />Exclusive time: 518&micro;s, 0.00%</p>","incl_time":0.0921929,"subname":"Plack::Test::test_psgi","$color":8,"excl_time":0.000518300000001602,"$area":0.000518300000001602},"id":"9121-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.66e-05,"subname":"Plack::Test::MockHTTP::BEGIN@9","$color":10,"excl_time":8.89999999959205e-06,"$area":8.89999999959205e-06},"id":"9123-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: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"Plack::Test::MockHTTP::BEGIN@2","$color":10,"excl_time":1.81999999996284e-05,"$area":1.81999999996284e-05},"id":"9124-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: 89.8ms, 0.14%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0898282,"subname":"Plack::Test::MockHTTP::test_psgi","$color":10,"excl_time":3.86999999989202e-05,"$area":3.86999999989202e-05},"id":"9125-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.67e-05,"subname":"Plack::Test::MockHTTP::BEGIN@3","$color":10,"excl_time":8.09999999986372e-06,"$area":8.09999999986372e-06},"id":"9126-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: 28.6ms, 0.04%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.02858,"subname":"Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:25]","$color":10,"excl_time":2.08000000007681e-05,"$area":2.08000000007681e-05},"id":"9127-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: 58&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"Plack::Test::MockHTTP::BEGIN@5","$color":10,"excl_time":9.09999999997587e-06,"$area":9.09999999997587e-06},"id":"9128-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: 89.6ms, 0.14%<br />Exclusive time: 104&micro;s, 0.00%</p>","incl_time":0.0896407,"subname":"Plack::Test::MockHTTP::__ANON__[/Users/edenc/perl5/lib/perl5/Plack/Test/MockHTTP.pm:31]","$color":10,"excl_time":0.000103799999993208,"$area":0.000103799999993208},"id":"9129-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.37e-05,"subname":"Plack::Test::MockHTTP::BEGIN@6","$color":10,"excl_time":1.12000000000946e-05,"$area":1.12000000000946e-05},"id":"9130-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.0016875,"subname":"Plack::Test::MockHTTP::BEGIN@8","$color":10,"excl_time":0.00126609999999954,"$area":0.00126609999999954},"id":"9131-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.03e-05,"subname":"Plack::Test::MockHTTP::BEGIN@7","$color":10,"excl_time":9.19999999957979e-06,"$area":9.19999999957979e-06},"id":"9132-Plack::Test::MockHTTP::BEGIN@7"}],"data":{"$area":0.00149409999999117},"id":"n9122"}],"data":{"$area":0.00240809999999277},"id":"n9116"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Plack::Component::BEGIN@2","$color":1,"excl_time":1.75000000000018e-05,"$area":1.75000000000018e-05},"id":"9134-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: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"Plack::Component::BEGIN@6","$color":1,"excl_time":1.1699999999891e-05,"$area":1.1699999999891e-05},"id":"9135-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: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Plack::Component::BEGIN@3","$color":1,"excl_time":7.4000000001079e-06,"$area":7.4000000001079e-06},"id":"9136-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":4e-06,"subname":"Plack::Component::BEGIN@4","$color":1,"excl_time":4e-06,"$area":4e-06},"id":"9137-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"Plack::Component::BEGIN@5","$color":1,"excl_time":5.3e-06,"$area":5.3e-06},"id":"9138-Plack::Component::BEGIN@5"}],"data":{"$area":4.59000000000006e-05},"id":"n9133"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Plack::Util::Prototype::CORE:subst","$color":3,"excl_time":3.9e-06,"$area":3.9e-06},"id":"9141-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: 155&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0001549,"subname":"Plack::Util::Prototype::AUTOLOAD","$color":3,"excl_time":2.04999999925825e-05,"$area":2.04999999925825e-05},"id":"9142-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Plack::Util::Prototype::can","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"9143-Plack::Util::Prototype::can"}],"data":{"$area":2.78999999925825e-05},"id":"n9140"},{"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: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"Plack::Util::BEGIN@2","$color":5,"excl_time":2.13999999999204e-05,"$area":2.13999999999204e-05},"id":"9144-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: 37&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.66e-05,"subname":"Plack::Util::BEGIN@31","$color":5,"excl_time":1.59999999999627e-05,"$area":1.59999999999627e-05},"id":"9145-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":5.3e-06,"subname":"Plack::Util::BEGIN@3","$color":5,"excl_time":5.3e-06,"$area":5.3e-06},"id":"9146-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: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Plack::Util::inline_object","$color":5,"excl_time":1.1e-05,"$area":1.1e-05},"id":"9147-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: 52&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.24e-05,"subname":"Plack::Util::BEGIN@4","$color":5,"excl_time":1.4800000000029e-05,"$area":1.4800000000029e-05},"id":"9148-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.9e-06,"subname":"Plack::Util::BEGIN@6","$color":5,"excl_time":5.9e-06,"$area":5.9e-06},"id":"9149-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: 36&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Plack::Util::BEGIN@5","$color":5,"excl_time":1.50999999999981e-05,"$area":1.50999999999981e-05},"id":"9150-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: 38&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"Plack::Util::Accessor::mk_accessors","$color":7,"excl_time":3.77e-05,"$area":3.77e-05},"id":"9152-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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Plack::Util::Accessor::BEGIN@2","$color":7,"excl_time":1.66000000000256e-05,"$area":1.66000000000256e-05},"id":"9153-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: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.7e-05,"subname":"Plack::Util::Accessor::BEGIN@14","$color":7,"excl_time":9.09999999998487e-06,"$area":9.09999999998487e-06},"id":"9154-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Plack::Util::Accessor::BEGIN@3","$color":7,"excl_time":8.29999999990973e-06,"$area":8.29999999990973e-06},"id":"9155-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: 59&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"Plack::Util::Accessor::import","$color":7,"excl_time":2.12999999999706e-05,"$area":2.12999999999706e-05},"id":"9156-Plack::Util::Accessor::import"}],"data":{"$area":9.29999999998909e-05},"id":"n9151"},{"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: 64&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":6.42e-05,"subname":"Plack::Util::IOWithPath::BEGIN@352","$color":9,"excl_time":1.68999999999166e-05,"$area":1.68999999999166e-05},"id":"9158-Plack::Util::IOWithPath::BEGIN@352"}],"data":{"$area":1.68999999999166e-05},"id":"n9157"}],"data":{"$area":0.0002272999999923},"id":"n9139"}],"data":{"$area":0.00633359999998532},"id":"n9086"},{"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: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.71e-05,"subname":"namespace::autoclean::BEGIN@15","$color":0,"excl_time":1.1099999999964e-05,"$area":1.1099999999964e-05},"id":"9161-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.80ms, 0.00%<br />Exclusive time: 499&micro;s, 0.00%</p>","incl_time":0.0028024,"subname":"namespace::autoclean::BEGIN@14","$color":0,"excl_time":0.000499000000000045,"$area":0.000499000000000045},"id":"9162-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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"namespace::autoclean::BEGIN@5","$color":0,"excl_time":6.1e-06,"$area":6.1e-06},"id":"9163-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"namespace::autoclean::BEGIN@1","$color":0,"excl_time":1.53999999999664e-05,"$area":1.53999999999664e-05},"id":"9164-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"namespace::autoclean::BEGIN@2","$color":0,"excl_time":6.69999999996149e-06,"$area":6.69999999996149e-06},"id":"9165-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.39ms, 0.00%<br />Exclusive time: 703&micro;s, 0.00%</p>","incl_time":0.0013947,"subname":"namespace::autoclean::import","$color":0,"excl_time":0.000703100000000208,"$area":0.000703100000000208},"id":"9166-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: 35&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"namespace::autoclean::BEGIN@13","$color":0,"excl_time":1.57999999999561e-05,"$area":1.57999999999561e-05},"id":"9167-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.39ms, 0.00%<br />Exclusive time: 1.66ms, 0.00%</p>","incl_time":0.0023934,"subname":"namespace::autoclean::BEGIN@16","$color":0,"excl_time":0.00165849999999991,"$area":0.00165849999999991},"id":"9168-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: 73.1ms, 0.11%<br />Exclusive time: 2.57ms, 0.00%</p>","incl_time":0.0730597,"subname":"namespace::autoclean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/autoclean.pm:57]","$color":0,"excl_time":0.00257050000000619,"$area":0.00257050000000619},"id":"9169-namespace::autoclean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/autoclean.pm:57]"}],"data":{"$area":0.00548620000000619},"id":"n9160"},{"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: 7.54ms, 0.01%<br />Exclusive time: 2.76ms, 0.00%</p>","incl_time":0.0075392,"subname":"namespace::clean::get_class_store","$color":2,"excl_time":0.00276000000002355,"$area":0.00276000000002355},"id":"9171-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: 35.5ms, 0.05%<br />Exclusive time: 291&micro;s, 0.00%</p>","incl_time":0.0355138,"subname":"namespace::clean::clean_subroutines","$color":2,"excl_time":0.000290900000000165,"$area":0.000290900000000165},"id":"9172-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: 576&micro;s, 0.00%</p>","incl_time":0.0005765,"subname":"namespace::clean::CORE:match","$color":2,"excl_time":0.0005765,"$area":0.0005765},"id":"9173-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: 51.8ms, 0.08%<br />Exclusive time: 16.8ms, 0.03%</p>","incl_time":0.0518192000000001,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:221]","$color":2,"excl_time":0.0167910999999927,"$area":0.0167910999999927},"id":"9174-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: 32&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"namespace::clean::BEGIN@3","$color":2,"excl_time":2.02999999999469e-05,"$area":2.02999999999469e-05},"id":"9175-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: 237&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0002369,"subname":"namespace::clean::BEGIN@14","$color":2,"excl_time":2.51999999999632e-05,"$area":2.51999999999632e-05},"id":"9176-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"namespace::clean::BEGIN@169","$color":2,"excl_time":8.40000000000338e-06,"$area":8.40000000000338e-06},"id":"9177-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: 43&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"namespace::clean::BEGIN@467","$color":2,"excl_time":2.02999999999636e-05,"$area":2.02999999999636e-05},"id":"9178-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: 235ms, 0.36%<br />Exclusive time: 101ms, 0.15%</p>","incl_time":0.2346656,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:274]","$color":2,"excl_time":0.100756000001489,"$area":0.100756000001489},"id":"9179-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: 19&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"namespace::clean::BEGIN@7","$color":2,"excl_time":1.09000000000331e-05,"$area":1.09000000000331e-05},"id":"9180-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: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.16e-05,"subname":"namespace::clean::BEGIN@6","$color":2,"excl_time":8.90000000000337e-06,"$area":8.90000000000337e-06},"id":"9181-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: 68.9ms, 0.11%<br />Exclusive time: 18.9ms, 0.03%</p>","incl_time":0.0688868,"subname":"namespace::clean::import","$color":2,"excl_time":0.0188873000000686,"$area":0.0188873000000686},"id":"9182-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: 199ms, 0.30%<br />Exclusive time: 1.62ms, 0.00%</p>","incl_time":0.1988355,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:338]","$color":2,"excl_time":0.00162149999998257,"$area":0.00162149999998257},"id":"9183-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"namespace::clean::BEGIN@4","$color":2,"excl_time":9.80000000004288e-06,"$area":9.80000000004288e-06},"id":"9184-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.28ms, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0022773,"subname":"namespace::clean::__ANON__[/Users/edenc/perl5/lib/perl5/namespace/clean.pm:311]","$color":2,"excl_time":4.86000000028032e-05,"$area":4.86000000028032e-05},"id":"9185-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: 25.6ms, 0.04%<br />Exclusive time: 10.4ms, 0.02%</p>","incl_time":0.0255668,"subname":"namespace::clean::get_functions","$color":2,"excl_time":0.0103682999999094,"$area":0.0103682999999094},"id":"9186-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: 67&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"namespace::clean::BEGIN@168","$color":2,"excl_time":1.14000000000196e-05,"$area":1.14000000000196e-05},"id":"9187-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: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"namespace::clean::BEGIN@171","$color":2,"excl_time":1.02000000000256e-05,"$area":1.02000000000256e-05},"id":"9188-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":"n9194"},{"name":"::Bindable","children":[],"data":{"$area":0},"id":"n9195"}],"data":{"$area":0},"id":"n9193"},{"name":"::ParamCollection","children":[],"data":{"$area":0},"id":"n9196"},{"name":"::TypeConstraint","children":[],"data":{"$area":0},"id":"n9197"},{"name":"::Types","children":[],"data":{"$area":0},"id":"n9198"},{"name":"::Sig","children":[],"data":{"$area":0},"id":"n9199"}],"data":{"$area":0},"id":"n9192"}],"data":{"$area":0},"id":"n9191"}],"data":{"$area":0},"id":"n9190"},{"name":"::namespace","children":[{"name":"::autoclean","children":[],"data":{"$area":0},"id":"n9201"}],"data":{"$area":0},"id":"n9200"},{"name":"::Role","children":[{"name":"::HasMessage","children":[{"name":"::Errf","children":[],"data":{"$area":0},"id":"n9204"}],"data":{"$area":0},"id":"n9203"}],"data":{"$area":0},"id":"n9202"},{"name":"::KiokuDB","children":[{"name":"::Stream","children":[{"name":"::Objects","children":[],"data":{"$area":0},"id":"n9207"}],"data":{"$area":0},"id":"n9206"},{"name":"::Role","children":[{"name":"::TypeMap","children":[],"data":{"$area":0},"id":"n9209"},{"name":"::UUIDs","children":[{"name":"::DataUUID","children":[],"data":{"$area":0},"id":"n9211"}],"data":{"$area":0},"id":"n9210"},{"name":"::Verbosity","children":[],"data":{"$area":0},"id":"n9212"},{"name":"::API","children":[],"data":{"$area":0},"id":"n9213"},{"name":"::Scan","children":[],"data":{"$area":0},"id":"n9214"}],"data":{"$area":0},"id":"n9208"},{"name":"::Entry","children":[{"name":"::Skip","children":[],"data":{"$area":0},"id":"n9216"}],"data":{"$area":0},"id":"n9215"},{"name":"::Thunk","children":[],"data":{"$area":0},"id":"n9217"},{"name":"::Reference","children":[],"data":{"$area":0},"id":"n9218"},{"name":"::Util","children":[],"data":{"$area":0},"id":"n9219"},{"name":"::Set","children":[{"name":"::Stored","children":[],"data":{"$area":0},"id":"n9221"},{"name":"::Loaded","children":[],"data":{"$area":0},"id":"n9222"},{"name":"::Deferred","children":[],"data":{"$area":0},"id":"n9223"},{"name":"::Storage","children":[],"data":{"$area":0},"id":"n9224"},{"name":"::Base","children":[],"data":{"$area":0},"id":"n9225"}],"data":{"$area":0},"id":"n9220"},{"name":"::Collapser","children":[{"name":"::Buffer","children":[],"data":{"$area":0},"id":"n9227"}],"data":{"$area":0},"id":"n9226"},{"name":"::Error","children":[{"name":"::MissingObjects","children":[],"data":{"$area":0},"id":"n9229"},{"name":"::UnknownObjects","children":[],"data":{"$area":0},"id":"n9230"}],"data":{"$area":0},"id":"n9228"},{"name":"::TypeMap","children":[{"name":"::Shadow","children":[],"data":{"$area":0},"id":"n9232"},{"name":"::Default","children":[{"name":"::Canonical","children":[],"data":{"$area":0},"id":"n9234"},{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9235"}],"data":{"$area":0},"id":"n9233"},{"name":"::Entry","children":[{"name":"::Closure","children":[],"data":{"$area":0},"id":"n9237"},{"name":"::StorableHook","children":[],"data":{"$area":0},"id":"n9238"},{"name":"::Callback","children":[],"data":{"$area":0},"id":"n9239"},{"name":"::Ref","children":[],"data":{"$area":0},"id":"n9240"},{"name":"::Naive","children":[],"data":{"$area":0},"id":"n9241"},{"name":"::Set","children":[],"data":{"$area":0},"id":"n9242"},{"name":"::MOP","children":[],"data":{"$area":0},"id":"n9243"},{"name":"::Passthrough","children":[],"data":{"$area":0},"id":"n9244"},{"name":"::Alias","children":[],"data":{"$area":0},"id":"n9245"},{"name":"::JSON","children":[{"name":"::Scalar","children":[],"data":{"$area":0},"id":"n9247"}],"data":{"$area":0},"id":"n9246"},{"name":"::DBIC","children":[{"name":"::Schema","children":[],"data":{"$area":0},"id":"n9249"},{"name":"::ResultSet","children":[],"data":{"$area":0},"id":"n9250"},{"name":"::ResultSource","children":[],"data":{"$area":0},"id":"n9251"},{"name":"::Row","children":[],"data":{"$area":0},"id":"n9252"}],"data":{"$area":0},"id":"n9248"},{"name":"::Compiled","children":[],"data":{"$area":0},"id":"n9253"},{"name":"::Std","children":[{"name":"::ID","children":[],"data":{"$area":0},"id":"n9255"},{"name":"::Compile","children":[],"data":{"$area":0},"id":"n9256"},{"name":"::Intrinsic","children":[],"data":{"$area":0},"id":"n9257"},{"name":"::Expand","children":[],"data":{"$area":0},"id":"n9258"}],"data":{"$area":0},"id":"n9254"}],"data":{"$area":0},"id":"n9236"},{"name":"::Resolver","children":[],"data":{"$area":0},"id":"n9259"},{"name":"::Composite","children":[{"name":"::TypeMapAttr","children":[],"data":{"$area":0},"id":"n9261"}],"data":{"$area":0},"id":"n9260"}],"data":{"$area":0},"id":"n9231"},{"name":"::LiveObjects","children":[{"name":"::Scope","children":[],"data":{"$area":0},"id":"n9263"},{"name":"::Guard","children":[],"data":{"$area":0},"id":"n9264"},{"name":"::TXNScope","children":[],"data":{"$area":0},"id":"n9265"}],"data":{"$area":0},"id":"n9262"},{"name":"::Linker","children":[],"data":{"$area":0},"id":"n9266"},{"name":"::Serializer","children":[{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9268"}],"data":{"$area":0},"id":"n9267"},{"name":"::GC","children":[{"name":"::Naive","children":[{"name":"::Mark","children":[],"data":{"$area":0},"id":"n9271"},{"name":"::Sweep","children":[],"data":{"$area":0},"id":"n9272"}],"data":{"$area":0},"id":"n9270"}],"data":{"$area":0},"id":"n9269"},{"name":"::Backend","children":[{"name":"::TypeMap","children":[{"name":"::Default","children":[{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9276"}],"data":{"$area":0},"id":"n9275"}],"data":{"$area":0},"id":"n9274"},{"name":"::Serialize","children":[{"name":"::Delegate","children":[],"data":{"$area":0},"id":"n9278"},{"name":"::JSON","children":[],"data":{"$area":0},"id":"n9279"},{"name":"::JSPON","children":[{"name":"::Converter","children":[],"data":{"$area":0},"id":"n9281"},{"name":"::Expander","children":[],"data":{"$area":0},"id":"n9282"},{"name":"::Collapser","children":[],"data":{"$area":0},"id":"n9283"}],"data":{"$area":0},"id":"n9280"}],"data":{"$area":0},"id":"n9277"},{"name":"::Role","children":[{"name":"::TXN","children":[],"data":{"$area":0},"id":"n9285"},{"name":"::Query","children":[{"name":"::GIN","children":[],"data":{"$area":0},"id":"n9287"},{"name":"::Simple","children":[],"data":{"$area":0},"id":"n9288"}],"data":{"$area":0},"id":"n9286"},{"name":"::UnicodeSafe","children":[],"data":{"$area":0},"id":"n9289"},{"name":"::GC","children":[],"data":{"$area":0},"id":"n9290"},{"name":"::Clear","children":[],"data":{"$area":0},"id":"n9291"},{"name":"::Concurrency","children":[{"name":"::POSIX","children":[],"data":{"$area":0},"id":"n9293"}],"data":{"$area":0},"id":"n9292"},{"name":"::Scan","children":[],"data":{"$area":0},"id":"n9294"}],"data":{"$area":0},"id":"n9284"},{"name":"::DBI","children":[{"name":"::Schema","children":[],"data":{"$area":0},"id":"n9296"}],"data":{"$area":0},"id":"n9295"}],"data":{"$area":0},"id":"n9273"}],"data":{"$area":0},"id":"n9205"},{"name":"::DBIx","children":[{"name":"::Class","children":[{"name":"::Schema","children":[{"name":"::KiokuDB","children":[],"data":{"$area":0},"id":"n9300"}],"data":{"$area":0},"id":"n9299"},{"name":"::ResultSetColumn","children":[],"data":{"$area":0},"id":"n9301"},{"name":"::ResultSource","children":[],"data":{"$area":0},"id":"n9302"},{"name":"::Componentised","children":[],"data":{"$area":0},"id":"n9303"},{"name":"::ResultSet","children":[],"data":{"$area":0},"id":"n9304"},{"name":"::AccessorGroup","children":[],"data":{"$area":0},"id":"n9305"},{"name":"::Storage","children":[{"name":"::TxnScopeGuard","children":[],"data":{"$area":0},"id":"n9307"},{"name":"::DBIHacks","children":[],"data":{"$area":0},"id":"n9308"},{"name":"::DBI","children":[{"name":"::SQLite","children":[],"data":{"$area":0},"id":"n9310"}],"data":{"$area":0},"id":"n9309"}],"data":{"$area":0},"id":"n9306"},{"name":"::ResultSourceHandle","children":[],"data":{"$area":0},"id":"n9311"}],"data":{"$area":0},"id":"n9298"}],"data":{"$area":0},"id":"n9297"},{"name":"::Text","children":[{"name":"::Tradition","children":[{"name":"::TypeMap","children":[{"name":"::Entry","children":[],"data":{"$area":0},"id":"n9315"}],"data":{"$area":0},"id":"n9314"}],"data":{"$area":0},"id":"n9313"}],"data":{"$area":0},"id":"n9312"},{"name":"::Throwable","children":[{"name":"::X","children":[],"data":{"$area":0},"id":"n9317"}],"data":{"$area":0},"id":"n9316"},{"name":"::TryCatch","children":[],"data":{"$area":0},"id":"n9318"},{"name":"::KiokuX","children":[{"name":"::Model","children":[],"data":{"$area":0},"id":"n9320"}],"data":{"$area":0},"id":"n9319"},{"name":"::Search","children":[{"name":"::GIN","children":[{"name":"::Extract","children":[{"name":"::Delegate","children":[],"data":{"$area":0},"id":"n9324"}],"data":{"$area":0},"id":"n9323"},{"name":"::Driver","children":[],"data":{"$area":0},"id":"n9325"}],"data":{"$area":0},"id":"n9322"}],"data":{"$area":0},"id":"n9321"},{"name":"::Catalyst","children":[{"name":"::Engine","children":[],"data":{"$area":0},"id":"n9327"},{"name":"::Component","children":[{"name":"::ApplicationAttribute","children":[],"data":{"$area":0},"id":"n9329"}],"data":{"$area":0},"id":"n9328"},{"name":"::Model","children":[{"name":"::KiokuDB","children":[],"data":{"$area":0},"id":"n9331"}],"data":{"$area":0},"id":"n9330"},{"name":"::Response","children":[],"data":{"$area":0},"id":"n9332"},{"name":"::EngineLoader","children":[],"data":{"$area":0},"id":"n9333"},{"name":"::Controller","children":[],"data":{"$area":0},"id":"n9334"},{"name":"::Utils","children":[],"data":{"$area":0},"id":"n9335"},{"name":"::Plugin","children":[{"name":"::Static","children":[{"name":"::Simple","children":[],"data":{"$area":0},"id":"n9338"}],"data":{"$area":0},"id":"n9337"}],"data":{"$area":0},"id":"n9336"},{"name":"::Exception","children":[{"name":"::Go","children":[],"data":{"$area":0},"id":"n9340"},{"name":"::Base","children":[],"data":{"$area":0},"id":"n9341"},{"name":"::Detach","children":[],"data":{"$area":0},"id":"n9342"},{"name":"::Basic","children":[],"data":{"$area":0},"id":"n9343"},{"name":"::Interface","children":[],"data":{"$area":0},"id":"n9344"}],"data":{"$area":0},"id":"n9339"},{"name":"::DispatchType","children":[{"name":"::Index","children":[],"data":{"$area":0},"id":"n9346"}],"data":{"$area":0},"id":"n9345"},{"name":"::Action","children":[],"data":{"$area":0},"id":"n9347"},{"name":"::Request","children":[],"data":{"$area":0},"id":"n9348"},{"name":"::Stats","children":[],"data":{"$area":0},"id":"n9349"},{"name":"::Dispatcher","children":[],"data":{"$area":0},"id":"n9350"}],"data":{"$area":0},"id":"n9326"},{"name":"::stemmaweb","children":[{"name":"::Controller","children":[{"name":"::Root","children":[],"data":{"$area":0},"id":"n9353"},{"name":"::Relation","children":[],"data":{"$area":0},"id":"n9354"},{"name":"::Microservice","children":[],"data":{"$area":0},"id":"n9355"},{"name":"::Stexaminer","children":[],"data":{"$area":0},"id":"n9356"}],"data":{"$area":0},"id":"n9352"}],"data":{"$area":0},"id":"n9351"},{"name":"::Data","children":[{"name":"::Stream","children":[{"name":"::Bulk","children":[{"name":"::Filter","children":[],"data":{"$area":0},"id":"n9360"},{"name":"::Array","children":[],"data":{"$area":0},"id":"n9361"},{"name":"::Nil","children":[],"data":{"$area":0},"id":"n9362"},{"name":"::Chunked","children":[],"data":{"$area":0},"id":"n9363"},{"name":"::DoneFlag","children":[],"data":{"$area":0},"id":"n9364"},{"name":"::Util","children":[],"data":{"$area":0},"id":"n9365"},{"name":"::DBI","children":[],"data":{"$area":0},"id":"n9366"},{"name":"::Cat","children":[],"data":{"$area":0},"id":"n9367"}],"data":{"$area":0},"id":"n9359"}],"data":{"$area":0},"id":"n9358"},{"name":"::Visitor","children":[{"name":"::Callback","children":[],"data":{"$area":0},"id":"n9369"}],"data":{"$area":0},"id":"n9368"}],"data":{"$area":0},"id":"n9357"},{"name":"::Devel","children":[{"name":"::PartialDump","children":[],"data":{"$area":0},"id":"n9371"}],"data":{"$area":0},"id":"n9370"},{"name":"::MooseX","children":[{"name":"::OneArgNew","children":[],"data":{"$area":0},"id":"n9373"},{"name":"::Traits","children":[],"data":{"$area":0},"id":"n9374"},{"name":"::Role","children":[{"name":"::WithOverloading","children":[{"name":"::Meta","children":[{"name":"::Role","children":[{"name":"::Application","children":[{"name":"::ToRole","children":[],"data":{"$area":0},"id":"n9380"},{"name":"::FixOverloadedRefs","children":[],"data":{"$area":0},"id":"n9381"},{"name":"::ToClass","children":[],"data":{"$area":0},"id":"n9382"},{"name":"::ToInstance","children":[],"data":{"$area":0},"id":"n9383"},{"name":"::Composite","children":[{"name":"::ToRole","children":[],"data":{"$area":0},"id":"n9385"},{"name":"::ToClass","children":[],"data":{"$area":0},"id":"n9386"},{"name":"::ToInstance","children":[],"data":{"$area":0},"id":"n9387"}],"data":{"$area":0},"id":"n9384"}],"data":{"$area":0},"id":"n9379"},{"name":"::Composite","children":[],"data":{"$area":0},"id":"n9388"}],"data":{"$area":0},"id":"n9378"}],"data":{"$area":0},"id":"n9377"}],"data":{"$area":0},"id":"n9376"}],"data":{"$area":0},"id":"n9375"},{"name":"::MethodAttributes","children":[{"name":"::Role","children":[{"name":"::Meta","children":[{"name":"::Role","children":[{"name":"::Application","children":[],"data":{"$area":0},"id":"n9393"}],"data":{"$area":0},"id":"n9392"},{"name":"::Method","children":[{"name":"::Wrapped","children":[],"data":{"$area":0},"id":"n9395"},{"name":"::MaybeWrapped","children":[],"data":{"$area":0},"id":"n9396"}],"data":{"$area":0},"id":"n9394"},{"name":"::Class","children":[],"data":{"$area":0},"id":"n9397"},{"name":"::Map","children":[],"data":{"$area":0},"id":"n9398"}],"data":{"$area":0},"id":"n9391"},{"name":"::AttrContainer","children":[{"name":"::Inheritable","children":[],"data":{"$area":0},"id":"n9400"}],"data":{"$area":0},"id":"n9399"}],"data":{"$area":0},"id":"n9390"},{"name":"::Inheritable","children":[],"data":{"$area":0},"id":"n9401"}],"data":{"$area":0},"id":"n9389"},{"name":"::Clone","children":[{"name":"::Meta","children":[{"name":"::Attribute","children":[{"name":"::Trait","children":[{"name":"::StrableClone","children":[],"data":{"$area":0},"id":"n9406"},{"name":"::Copy","children":[],"data":{"$area":0},"id":"n9407"},{"name":"::Clone","children":[{"name":"::Base","children":[],"data":{"$area":0},"id":"n9409"},{"name":"::Std","children":[],"data":{"$area":0},"id":"n9410"}],"data":{"$area":0},"id":"n9408"},{"name":"::NoClone","children":[],"data":{"$area":0},"id":"n9411"}],"data":{"$area":0},"id":"n9405"}],"data":{"$area":0},"id":"n9404"}],"data":{"$area":0},"id":"n9403"}],"data":{"$area":0},"id":"n9402"},{"name":"::StrictConstructor","children":[{"name":"::Trait","children":[{"name":"::Method","children":[{"name":"::Constructor","children":[],"data":{"$area":0},"id":"n9415"}],"data":{"$area":0},"id":"n9414"},{"name":"::Class","children":[],"data":{"$area":0},"id":"n9416"}],"data":{"$area":0},"id":"n9413"}],"data":{"$area":0},"id":"n9412"},{"name":"::Types","children":[{"name":"::CheckedUtilExports","children":[],"data":{"$area":0},"id":"n9418"},{"name":"::Base","children":[],"data":{"$area":0},"id":"n9419"},{"name":"::Moose","children":[],"data":{"$area":0},"id":"n9420"}],"data":{"$area":0},"id":"n9417"}],"data":{"$area":0},"id":"n9372"}],"data":{"$area":0},"id":"n9189"}],"data":{"$area":0.152225600001469},"id":"n9170"}],"data":{"$area":0.157711800001475},"id":"n9159"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.13e-05,"subname":"version::(bool","$color":6,"excl_time":1.13e-05,"$area":1.13e-05},"id":"9422-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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"version::(cmp","$color":6,"excl_time":7.6e-06,"$area":7.6e-06},"id":"9423-version::(cmp"}],"data":{"$area":1.89e-05},"id":"n9421"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"Module::Pluggable::Object::BEGIN@7","$color":8,"excl_time":1.07000000001078e-05,"$area":1.07000000001078e-05},"id":"9427-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: 242&micro;s, 0.00%<br />Exclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0002421,"subname":"Module::Pluggable::Object::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Pluggable/Object.pm:281]","$color":8,"excl_time":0.000194400000003902,"$area":0.000194400000003902},"id":"9428-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: 7.00ms, 0.01%<br />Exclusive time: 6.70ms, 0.01%</p>","incl_time":0.0069977,"subname":"Module::Pluggable::Object::BEGIN@4","$color":8,"excl_time":0.00670099999999996,"$area":0.00670099999999996},"id":"9429-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.14ms, 0.01%<br />Exclusive time: 310&micro;s, 0.00%</p>","incl_time":0.0041416,"subname":"Module::Pluggable::Object::handle_finding_plugin","$color":8,"excl_time":0.000310400000002186,"$area":0.000310400000002186},"id":"9430-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.30ms, 0.00%<br />Exclusive time: 179&micro;s, 0.00%</p>","incl_time":0.0022985,"subname":"Module::Pluggable::Object::handle_innerpackages","$color":8,"excl_time":0.000179399999999294,"$area":0.000179399999999294},"id":"9431-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.0004755,"subname":"Module::Pluggable::Object::_is_legit","$color":8,"excl_time":0.0004755,"$area":0.0004755},"id":"9432-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: 260&micro;s, 0.00%</p>","incl_time":0.0002603,"subname":"Module::Pluggable::Object::CORE:match","$color":8,"excl_time":0.0002603,"$area":0.0002603},"id":"9433-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: 93&micro;s, 0.00%</p>","incl_time":9.31e-05,"subname":"Module::Pluggable::Object::CORE:readline","$color":8,"excl_time":9.31e-05,"$area":9.31e-05},"id":"9434-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.60ms, 0.01%<br />Exclusive time: 2.64ms, 0.00%</p>","incl_time":0.0035991,"subname":"Module::Pluggable::Object::_require","$color":8,"excl_time":0.00263680000000058,"$area":0.00263680000000058},"id":"9435-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: 62&micro;s, 0.00%</p>","incl_time":6.25e-05,"subname":"Module::Pluggable::Object::CORE:qr","$color":8,"excl_time":6.25e-05,"$area":6.25e-05},"id":"9436-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.2ms, 0.03%<br />Exclusive time: 282&micro;s, 0.00%</p>","incl_time":0.0181604,"subname":"Module::Pluggable::Object::plugins","$color":8,"excl_time":0.00028160000000347,"$area":0.00028160000000347},"id":"9437-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.3ms, 0.02%<br />Exclusive time: 1.89ms, 0.00%</p>","incl_time":0.0163281,"subname":"Module::Pluggable::Object::search_paths","$color":8,"excl_time":0.00189309999999225,"$area":0.00189309999999225},"id":"9438-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: 27&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Module::Pluggable::Object::new","$color":8,"excl_time":2.67e-05,"$area":2.67e-05},"id":"9439-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: 69&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.91e-05,"subname":"Module::Pluggable::Object::BEGIN@5","$color":8,"excl_time":1.18999999999095e-05,"$area":1.18999999999095e-05},"id":"9440-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":6.3e-06,"subname":"Module::Pluggable::Object::CORE:subst","$color":8,"excl_time":6.3e-06,"$area":6.3e-06},"id":"9441-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: 50&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"Module::Pluggable::Object::BEGIN@8","$color":8,"excl_time":1.66000000000856e-05,"$area":1.66000000000856e-05},"id":"9442-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: 405&micro;s, 0.00%</p>","incl_time":0.0004054,"subname":"Module::Pluggable::Object::CORE:ftis","$color":8,"excl_time":0.0004054,"$area":0.0004054},"id":"9443-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: 211&micro;s, 0.00%</p>","incl_time":0.0002108,"subname":"Module::Pluggable::Object::CORE:regcomp","$color":8,"excl_time":0.0002108,"$area":0.0002108},"id":"9444-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: 29&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Module::Pluggable::Object::_setup_exceptions","$color":8,"excl_time":2.87e-05,"$area":2.87e-05},"id":"9445-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.61ms, 0.00%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.0016135,"subname":"Module::Pluggable::Object::find_files","$color":8,"excl_time":9.59999999997175e-05,"$area":9.59999999997175e-05},"id":"9446-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.5ms, 0.03%<br />Exclusive time: 145&micro;s, 0.00%</p>","incl_time":0.0164726,"subname":"Module::Pluggable::Object::search_directories","$color":8,"excl_time":0.000144500000002709,"$area":0.000144500000002709},"id":"9447-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: 184&micro;s, 0.00%<br />Exclusive time: 162&micro;s, 0.00%</p>","incl_time":0.0001841,"subname":"Module::Pluggable::Object::_is_editor_junk","$color":8,"excl_time":0.000162100000003142,"$area":0.000162100000003142},"id":"9448-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: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"Module::Pluggable::Object::BEGIN@9","$color":8,"excl_time":1.11000000000494e-05,"$area":1.11000000000494e-05},"id":"9449-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":2.2e-06,"subname":"Module::Pluggable::Object::CORE:ftdir","$color":8,"excl_time":2.2e-06,"$area":2.2e-06},"id":"9450-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: 881&micro;s, 0.00%<br />Exclusive time: 569&micro;s, 0.00%</p>","incl_time":0.0008813,"subname":"Module::Pluggable::Object::BEGIN@6","$color":8,"excl_time":0.000568500000000331,"$area":0.000568500000000331},"id":"9451-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: 34&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Module::Pluggable::Object::BEGIN@3","$color":8,"excl_time":2.65000000000619e-05,"$area":2.65000000000619e-05},"id":"9452-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: 79&micro;s, 0.00%</p>","incl_time":7.89e-05,"subname":"Module::Pluggable::Object::CORE:close","$color":8,"excl_time":7.89e-05,"$area":7.89e-05},"id":"9453-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: 171&micro;s, 0.00%</p>","incl_time":0.0001708,"subname":"Module::Pluggable::Object::CORE:open","$color":8,"excl_time":0.0001708,"$area":0.0001708},"id":"9454-Module::Pluggable::Object::CORE:open"}],"data":{"$area":0.0150658000000078},"id":"n9426"}],"data":{"$area":0.0150658000000078},"id":"n9425"},{"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: 64&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":6.45e-05,"subname":"Module::Runtime::import","$color":10,"excl_time":6.03999999999931e-05,"$area":6.03999999999931e-05},"id":"9456-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Module::Runtime::BEGIN@2.19","$color":10,"excl_time":8.10000000009639e-06,"$area":8.10000000009639e-06},"id":"9457-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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Module::Runtime::BEGIN@289","$color":10,"excl_time":1.32e-05,"$area":1.32e-05},"id":"9458-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: 56.3ms, 0.09%<br />Exclusive time: 10.6ms, 0.02%</p>","incl_time":0.0563188,"subname":"Module::Runtime::check_module_name","$color":10,"excl_time":0.0106300999999701,"$area":0.0106300999999701},"id":"9459-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: 8.92ms, 0.01%</p>","incl_time":0.00891660000000006,"subname":"Module::Runtime::_is_string","$color":10,"excl_time":0.00891660000000006,"$area":0.00891660000000006},"id":"9460-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Module::Runtime::BEGIN@120","$color":10,"excl_time":5.4e-06,"$area":5.4e-06},"id":"9461-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"Module::Runtime::BEGIN@1.20","$color":10,"excl_time":1.69999999999549e-05,"$area":1.69999999999549e-05},"id":"9462-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Module::Runtime::BEGIN@296","$color":10,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9463-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Module::Runtime::BEGIN@1.18","$color":10,"excl_time":1.57000000001884e-05,"$area":1.57000000001884e-05},"id":"9464-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: 102&micro;s, 0.00%</p>","incl_time":0.0001015,"subname":"Module::Runtime::CORE:regcomp","$color":10,"excl_time":0.0001015,"$area":0.0001015},"id":"9465-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: 17&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"Module::Runtime::BEGIN@1","$color":10,"excl_time":1.68999999996744e-05,"$area":1.68999999996744e-05},"id":"9466-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.30ms, 0.00%</p>","incl_time":0.0012981,"subname":"Module::Runtime::CORE:subst","$color":10,"excl_time":0.0012981,"$area":0.0012981},"id":"9467-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: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Module::Runtime::CORE:qr","$color":10,"excl_time":1.83e-05,"$area":1.83e-05},"id":"9468-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: 15&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Module::Runtime::BEGIN@2.21","$color":10,"excl_time":8.69999999976908e-06,"$area":8.69999999976908e-06},"id":"9469-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: 15.8ms, 0.02%</p>","incl_time":0.0157950000000001,"subname":"Module::Runtime::CORE:match","$color":10,"excl_time":0.0157950000000001,"$area":0.0157950000000001},"id":"9470-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: 45.7ms, 0.07%<br />Exclusive time: 21.0ms, 0.03%</p>","incl_time":0.0456887,"subname":"Module::Runtime::is_module_name","$color":10,"excl_time":0.0209603999999443,"$area":0.0209603999999443},"id":"9471-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Module::Runtime::BEGIN@2","$color":10,"excl_time":8.09999999995662e-06,"$area":8.09999999995662e-06},"id":"9472-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.86s, 5.89%<br />Exclusive time: 108ms, 0.16%<br />Recursion: max depth 6, recursive inclusive time 1.50s</p>","incl_time":3.8574236,"subname":"Module::Runtime::require_module","$color":10,"excl_time":0.107645800000011,"$area":0.107645800000011},"id":"9473-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: 7.50ms, 0.01%<br />Exclusive time: 2.43ms, 0.00%</p>","incl_time":0.0074969,"subname":"Module::Runtime::module_notional_filename","$color":10,"excl_time":0.00242759999998972,"$area":0.00242759999998972},"id":"9474-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: 39&micro;s, 0.00%</p>","incl_time":3.89e-05,"subname":"Module::Runtime::BEGIN@116","$color":10,"excl_time":3.89e-05,"$area":3.89e-05},"id":"9475-Module::Runtime::BEGIN@116"}],"data":{"$area":0.167989399999915},"id":"n9455"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Module::Implementation::_copy_symbols","$color":1,"excl_time":1.90999999999946e-05,"$area":1.90999999999946e-05},"id":"9477-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: 29&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Module::Implementation::BEGIN@114","$color":1,"excl_time":1.01999999999983e-05,"$area":1.01999999999983e-05},"id":"9478-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: 11&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Module::Implementation::CORE:subst","$color":1,"excl_time":1.1e-05,"$area":1.1e-05},"id":"9479-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: 899&micro;s, 0.00%<br />Exclusive time: 687&micro;s, 0.00%</p>","incl_time":0.0008986,"subname":"Module::Implementation::BEGIN@10","$color":1,"excl_time":0.000686700000000013,"$area":0.000686700000000013},"id":"9480-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: 36&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"Module::Implementation::_build_loader","$color":1,"excl_time":2.70999999999944e-05,"$area":2.70999999999944e-05},"id":"9481-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: 46&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.63e-05,"subname":"Module::Implementation::build_loader_sub","$color":1,"excl_time":1.08000000000061e-05,"$area":1.08000000000061e-05},"id":"9482-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: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Module::Implementation::BEGIN@7","$color":1,"excl_time":1.00000000000001e-05,"$area":1.00000000000001e-05},"id":"9483-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: 737&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.000737,"subname":"Module::Implementation::_load_implementation","$color":1,"excl_time":2.55999999999991e-05,"$area":2.55999999999991e-05},"id":"9484-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: 24&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"Module::Implementation::BEGIN@6","$color":1,"excl_time":1.87000000000055e-05,"$area":1.87000000000055e-05},"id":"9485-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: 775&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0007746,"subname":"Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:44]","$color":1,"excl_time":1.58999999999989e-05,"$area":1.58999999999989e-05},"id":"9486-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: 674&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006736,"subname":"Module::Implementation::__ANON__[/Users/edenc/perl5/lib/perl5/Module/Implementation.pm:87]","$color":1,"excl_time":8.30000000000633e-06,"$area":8.30000000000633e-06},"id":"9487-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.78ms, 0.00%<br />Exclusive time: 1.56ms, 0.00%</p>","incl_time":0.0017844,"subname":"Module::Implementation::BEGIN@9","$color":1,"excl_time":0.00156410000000001,"$area":0.00156410000000001},"id":"9488-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: 44&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"Module::Implementation::BEGIN@113","$color":1,"excl_time":2.11999999999938e-05,"$area":2.11999999999938e-05},"id":"9489-Module::Implementation::BEGIN@113"}],"data":{"$area":0.00242870000000002},"id":"n9476"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"Module::Load::BEGIN@6","$color":3,"excl_time":6.3e-06,"$area":6.3e-06},"id":"9491-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: 33&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"Module::Load::BEGIN@5","$color":3,"excl_time":2.53000000000035e-05,"$area":2.53000000000035e-05},"id":"9492-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: 29&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Module::Load::import","$color":3,"excl_time":2.3200000000061e-05,"$area":2.3200000000061e-05},"id":"9493-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: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"Module::Load::_who","$color":3,"excl_time":1.01e-05,"$area":1.01e-05},"id":"9494-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: 54&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Module::Load::_to_file","$color":3,"excl_time":1.52000000003917e-05,"$area":1.52000000003917e-05},"id":"9495-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: 35&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"Module::Load::BEGIN@11","$color":3,"excl_time":1.22000000000105e-05,"$area":1.22000000000105e-05},"id":"9496-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: 16.7ms, 0.03%<br />Exclusive time: 1.11ms, 0.00%</p>","incl_time":0.0167199,"subname":"Module::Load::load","$color":3,"excl_time":0.00111490000000013,"$area":0.00111490000000013},"id":"9497-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: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"Module::Load::BEGIN@37","$color":3,"excl_time":1.06999999998902e-05,"$area":1.06999999998902e-05},"id":"9498-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":2.1e-06,"subname":"Module::Load::CORE:match","$color":3,"excl_time":2.1e-06,"$area":2.1e-06},"id":"9499-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.9e-06,"subname":"Module::Load::_is_file","$color":3,"excl_time":7.79999999944001e-06,"$area":7.79999999944001e-06},"id":"9500-Module::Load::_is_file"}],"data":{"$area":0.00122779999999993},"id":"n9490"}],"data":{"$area":0.186711699999922},"id":"n9424"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"common::sense::import","$color":5,"excl_time":1.72e-05,"$area":1.72e-05},"id":"9503-common::sense::import"}],"data":{"$area":1.72e-05},"id":"n9502"}],"data":{"$area":1.72e-05},"id":"n9501"},{"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: 578&micro;s, 0.00%</p>","incl_time":0.0005778,"subname":"constant::CORE:match","$color":7,"excl_time":0.0005778,"$area":0.0005778},"id":"9505-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: 55&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":5.5e-05,"subname":"constant::BEGIN@114","$color":7,"excl_time":4.04e-05,"$area":4.04e-05},"id":"9506-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: 110&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001102,"subname":"constant::BEGIN@4","$color":7,"excl_time":8.69999999999911e-06,"$area":8.69999999999911e-06},"id":"9507-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: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"constant::BEGIN@52","$color":7,"excl_time":7.79999999999969e-06,"$area":7.79999999999969e-06},"id":"9508-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: 14&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"constant::BEGIN@25","$color":7,"excl_time":1.36e-05,"$area":1.36e-05},"id":"9509-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: 23&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"constant::BEGIN@3","$color":7,"excl_time":1.59000000000005e-05,"$area":1.59000000000005e-05},"id":"9510-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: 54&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"constant::BEGIN@6","$color":7,"excl_time":7.6999999999991e-06,"$area":7.6999999999991e-06},"id":"9511-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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"constant::CORE:qr","$color":7,"excl_time":9.3e-06,"$area":9.3e-06},"id":"9512-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 2 times from 2 places in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"constant::__ANON__[/opt/local/lib/perl5/5.14.2/constant.pm:142]","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9513-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: 397&micro;s, 0.00%</p>","incl_time":0.0003971,"subname":"constant::CORE:regcomp","$color":7,"excl_time":0.0003971,"$area":0.0003971},"id":"9514-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: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.45e-05,"subname":"constant::BEGIN@29","$color":7,"excl_time":8.19999999999966e-06,"$area":8.19999999999966e-06},"id":"9515-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: 7.83ms, 0.01%<br />Exclusive time: 6.18ms, 0.01%</p>","incl_time":0.0078321,"subname":"constant::import","$color":7,"excl_time":0.00618439999999806,"$area":0.00618439999999806},"id":"9516-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: 35&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"constant::BEGIN@2","$color":7,"excl_time":3.52e-05,"$area":3.52e-05},"id":"9517-constant::BEGIN@2"}],"data":{"$area":0.00730979999999806},"id":"n9504"},{"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.74ms, 0.00%<br />Exclusive time: 2.38ms, 0.00%</p>","incl_time":0.0027398,"subname":"Exporter::as_heavy","$color":9,"excl_time":0.00238459999999754,"$area":0.00238459999999754},"id":"9519-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: 42&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Exporter::export_tags","$color":9,"excl_time":1.20999999999994e-05,"$area":1.20999999999994e-05},"id":"9520-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: 38.4ms, 0.06%<br />Exclusive time: 29.6ms, 0.05%</p>","incl_time":0.0383808,"subname":"Exporter::import","$color":9,"excl_time":0.0296312000000227,"$area":0.0296312000000227},"id":"9521-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: 599&micro;s, 0.00%</p>","incl_time":0.000599100000000003,"subname":"Exporter::CORE:subst","$color":9,"excl_time":0.000599100000000003,"$area":0.000599100000000003},"id":"9522-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: 1.28ms, 0.00%</p>","incl_time":0.00127899999999999,"subname":"Exporter::CORE:match","$color":9,"excl_time":0.00127899999999999,"$area":0.00127899999999999},"id":"9523-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: 2.21ms, 0.00%<br />Exclusive time: 150&micro;s, 0.00%</p>","incl_time":0.0022054,"subname":"Exporter::export_to_level","$color":9,"excl_time":0.00015039999999986,"$area":0.00015039999999986},"id":"9524-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: 69&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":6.89e-05,"subname":"Exporter::export_ok_tags","$color":9,"excl_time":1.98999999993681e-05,"$area":1.98999999993681e-05},"id":"9525-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: 852&micro;s, 0.00%<br />Exclusive time: 246&micro;s, 0.00%</p>","incl_time":0.0008523,"subname":"Exporter::export","$color":9,"excl_time":0.000246200000000949,"$area":0.000246200000000949},"id":"9526-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: 111&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0001113,"subname":"Exporter::Heavy::heavy_export_ok_tags","$color":0,"excl_time":1.97999999992007e-05,"$area":1.97999999992007e-05},"id":"9528-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: 35&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"Exporter::Heavy::CORE:regcomp","$color":0,"excl_time":3.46e-05,"$area":3.46e-05},"id":"9529-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: 118&micro;s, 0.00%</p>","incl_time":0.0001184,"subname":"Exporter::Heavy::_push_tags","$color":0,"excl_time":0.0001184,"$area":0.0001184},"id":"9530-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: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"Exporter::Heavy::BEGIN@3","$color":0,"excl_time":2.09000000000008e-05,"$area":2.09000000000008e-05},"id":"9531-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: 100&micro;s, 0.00%</p>","incl_time":0.0001001,"subname":"Exporter::Heavy::CORE:match","$color":0,"excl_time":0.0001001,"$area":0.0001001},"id":"9532-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: 38&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"Exporter::Heavy::heavy_export_tags","$color":0,"excl_time":1.06999999999967e-05,"$area":1.06999999999967e-05},"id":"9533-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: 880&micro;s, 0.00%<br />Exclusive time: 803&micro;s, 0.00%</p>","incl_time":0.00088,"subname":"Exporter::Heavy::_rebuild_cache","$color":0,"excl_time":0.000803499999999264,"$area":0.000803499999999264},"id":"9534-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: 3.18ms, 0.00%<br />Exclusive time: 262&micro;s, 0.00%</p>","incl_time":0.0031772,"subname":"Exporter::Heavy::heavy_export_to_level","$color":0,"excl_time":0.000261599999997262,"$area":0.000261599999997262},"id":"9535-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.28ms, 0.00%</p>","incl_time":0.0012775,"subname":"Exporter::Heavy::CORE:subst","$color":0,"excl_time":0.0012775,"$area":0.0012775},"id":"9536-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: 35&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"Exporter::Heavy::BEGIN@197","$color":0,"excl_time":1.67999999999999e-05,"$area":1.67999999999999e-05},"id":"9537-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: 22&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Exporter::Heavy::BEGIN@4","$color":0,"excl_time":7.39999999999997e-06,"$area":7.39999999999997e-06},"id":"9538-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: 12.8ms, 0.02%<br />Exclusive time: 10.5ms, 0.02%</p>","incl_time":0.0127697,"subname":"Exporter::Heavy::heavy_export","$color":0,"excl_time":0.0105394000000297,"$area":0.0105394000000297},"id":"9539-Exporter::Heavy::heavy_export"}],"data":{"$area":0.0132107000000254},"id":"n9527"}],"data":{"$area":0.0475332000000458},"id":"n9518"},{"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: 246&micro;s, 0.00%</p>","incl_time":0.000246,"subname":"utf8::is_utf8","$color":2,"excl_time":0.000246,"$area":0.000246},"id":"9541-utf8::is_utf8"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>utf8::CORE:sort</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 552&micro;s, 0.00%</p>","incl_time":0.0005524,"subname":"utf8::CORE:sort","$color":2,"excl_time":0.0005524,"$area":0.0005524},"id":"9542-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"utf8::BEGIN@3","$color":2,"excl_time":1.0499999999969e-05,"$area":1.0499999999969e-05},"id":"9543-utf8::BEGIN@3"},{"name":"SWASHNEW","children":[],"data":{"tip":"<p><b>utf8::SWASHNEW</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 54.4ms, 0.08%<br />Exclusive time: 45.1ms, 0.07%</p>","incl_time":0.0543782,"subname":"utf8::SWASHNEW","$color":2,"excl_time":0.0450679000007804,"$area":0.0450679000007804},"id":"9544-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.09e-05,"subname":"utf8::BEGIN@460","$color":2,"excl_time":1.00999999999115e-05,"$area":1.00999999999115e-05},"id":"9545-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.79e-05,"subname":"utf8::BEGIN@123","$color":2,"excl_time":7.30000000002826e-06,"$area":7.30000000002826e-06},"id":"9546-utf8::BEGIN@123"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>utf8::CORE:subst</b></p><p><br />Called 10 times from 5 places in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"utf8::CORE:subst","$color":2,"excl_time":2.23e-05,"$area":2.23e-05},"id":"9547-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: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.42e-05,"subname":"utf8::BEGIN@2","$color":2,"excl_time":1.98999999999319e-05,"$area":1.98999999999319e-05},"id":"9548-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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"utf8::BEGIN@147","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"9549-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.70ms, 0.00%<br />Exclusive time: 2.56ms, 0.00%</p>","incl_time":0.0026988,"subname":"utf8::AUTOLOAD","$color":2,"excl_time":0.0025632000000001,"$area":0.0025632000000001},"id":"9550-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: 37&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"utf8::downgrade","$color":2,"excl_time":3.68e-05,"$area":3.68e-05},"id":"9551-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: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"utf8::upgrade","$color":2,"excl_time":1.3e-06,"$area":1.3e-06},"id":"9552-utf8::upgrade"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>utf8::CORE:match</b></p><p><br />Called 8356 times from 8 places in 1 file<br />Inclusive time: 8.74ms, 0.01%</p>","incl_time":0.00873560000000004,"subname":"utf8::CORE:match","$color":2,"excl_time":0.00873560000000004,"$area":0.00873560000000004},"id":"9553-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: 17&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"utf8::import","$color":2,"excl_time":1.74e-05,"$area":1.74e-05},"id":"9554-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.38e-05,"subname":"utf8::BEGIN@117","$color":2,"excl_time":9.99999999993624e-06,"$area":9.99999999993624e-06},"id":"9555-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: 20&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"utf8::BEGIN@399","$color":2,"excl_time":8.70000000011053e-06,"$area":8.70000000011053e-06},"id":"9556-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.7e-06,"subname":"utf8::BEGIN@135","$color":2,"excl_time":4.7e-06,"$area":4.7e-06},"id":"9557-utf8::BEGIN@135"}],"data":{"$area":0.0573186000007804},"id":"n9540"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"Carp::BEGIN@4","$color":4,"excl_time":1.33000000000003e-05,"$area":1.33000000000003e-05},"id":"9559-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: 28&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"Carp::BEGIN@406","$color":4,"excl_time":1.34e-05,"$area":1.34e-05},"id":"9560-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: 165&micro;s, 0.00%</p>","incl_time":0.0001647,"subname":"Carp::_cgc","$color":4,"excl_time":0.0001647,"$area":0.0001647},"id":"9561-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: 33&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"Carp::BEGIN@8","$color":4,"excl_time":1.14999999999996e-05,"$area":1.14999999999996e-05},"id":"9562-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.07ms, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0020708,"subname":"Carp::croak","$color":4,"excl_time":2.27000000003358e-05,"$area":2.27000000003358e-05},"id":"9563-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.81ms, 0.01%<br />Exclusive time: 971&micro;s, 0.00%</p>","incl_time":0.004805,"subname":"Carp::short_error_loc","$color":4,"excl_time":0.000970999999990559,"$area":0.000970999999990559},"id":"9564-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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Carp::BEGIN@413","$color":4,"excl_time":1.09999999999996e-05,"$area":1.09999999999996e-05},"id":"9565-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: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Carp::BEGIN@105","$color":4,"excl_time":1.65e-05,"$area":1.65e-05},"id":"9566-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: 40&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"Carp::BEGIN@399","$color":4,"excl_time":1.43999999999997e-05,"$area":1.43999999999997e-05},"id":"9567-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: 51&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"Carp::BEGIN@398","$color":4,"excl_time":1.93000000000001e-05,"$area":1.93000000000001e-05},"id":"9568-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: 679&micro;s, 0.00%<br />Exclusive time: 169&micro;s, 0.00%</p>","incl_time":0.000679400000000001,"subname":"Carp::caller_info","$color":4,"excl_time":0.000169200000000984,"$area":0.000169200000000984},"id":"9569-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: 34&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Carp::BEGIN@3","$color":4,"excl_time":3.39e-05,"$area":3.39e-05},"id":"9570-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: 29&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"Carp::BEGIN@18","$color":4,"excl_time":1.07000000000003e-05,"$area":1.07000000000003e-05},"id":"9571-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: 779&micro;s, 0.00%</p>","incl_time":0.0007787,"subname":"Carp::trusts_directly","$color":4,"excl_time":0.0007787,"$area":0.0007787},"id":"9572-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: 14&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Carp::BEGIN@7","$color":4,"excl_time":1.45e-05,"$area":1.45e-05},"id":"9573-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: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Carp::get_subname","$color":4,"excl_time":1.33e-05,"$area":1.33e-05},"id":"9574-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: 29&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"Carp::BEGIN@67","$color":4,"excl_time":1.21999999999998e-05,"$area":1.21999999999998e-05},"id":"9575-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.05ms, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0020481,"subname":"Carp::shortmess","$color":4,"excl_time":3.96999999997567e-05,"$area":3.96999999997567e-05},"id":"9576-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: 19&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Carp::CORE:match","$color":4,"excl_time":1.91e-05,"$area":1.91e-05},"id":"9577-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: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Carp::BEGIN@17","$color":4,"excl_time":1.07e-05,"$area":1.07e-05},"id":"9578-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.23ms, 0.00%<br />Exclusive time: 550&micro;s, 0.00%</p>","incl_time":0.0012295,"subname":"Carp::ret_summary","$color":4,"excl_time":0.000550099999999893,"$area":0.000550099999999893},"id":"9579-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.69ms, 0.01%<br />Exclusive time: 1.56ms, 0.00%</p>","incl_time":0.0036851,"subname":"Carp::trusts","$color":4,"excl_time":0.0015619999999974,"$area":0.0015619999999974},"id":"9580-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: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"Carp::BEGIN@5","$color":4,"excl_time":1.29000000000001e-05,"$area":1.29000000000001e-05},"id":"9581-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: 492&micro;s, 0.00%<br />Exclusive time: 201&micro;s, 0.00%</p>","incl_time":0.0004923,"subname":"Carp::format_arg","$color":4,"excl_time":0.000201199999999901,"$area":0.000201199999999901},"id":"9582-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: 2.12ms, 0.00%<br />Exclusive time: 1.34ms, 0.00%</p>","incl_time":0.0021231,"subname":"Carp::get_status","$color":4,"excl_time":0.00134440000000542,"$area":0.00134440000000542},"id":"9583-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.00ms, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0019972,"subname":"Carp::shortmess_heavy","$color":4,"excl_time":2.96999999989894e-05,"$area":2.96999999989894e-05},"id":"9584-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: 34&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Carp::str_len_trim","$color":4,"excl_time":3.44e-05,"$area":3.44e-05},"id":"9585-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: 86&micro;s, 0.00%</p>","incl_time":8.55e-05,"subname":"Carp::CORE:subst","$color":4,"excl_time":8.55e-05,"$area":8.55e-05},"id":"9586-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: 423&micro;s, 0.00%<br />Exclusive time: 331&micro;s, 0.00%</p>","incl_time":0.0004227,"subname":"Carp::Clan::import","$color":6,"excl_time":0.000331400000000095,"$area":0.000331400000000095},"id":"9588-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: 25&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Carp::Clan::CORE:qr","$color":6,"excl_time":2.53e-05,"$area":2.53e-05},"id":"9589-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: 47&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"Carp::Clan::BEGIN@224","$color":6,"excl_time":1.74000000000485e-05,"$area":1.74000000000485e-05},"id":"9590-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Carp::Clan::BEGIN@18","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"9591-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: 95&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.49e-05,"subname":"Carp::Clan::BEGIN@17","$color":6,"excl_time":8.09999999994649e-06,"$area":8.09999999994649e-06},"id":"9592-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: 49&micro;s, 0.00%</p>","incl_time":4.93e-05,"subname":"Carp::Clan::CORE:regcomp","$color":6,"excl_time":4.93e-05,"$area":4.93e-05},"id":"9593-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: 17&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Carp::Clan::CORE:match","$color":6,"excl_time":1.67e-05,"$area":1.67e-05},"id":"9594-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: 32&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Carp::Clan::BEGIN@16","$color":6,"excl_time":2.81999999999606e-05,"$area":2.81999999999606e-05},"id":"9595-Carp::Clan::BEGIN@16"}],"data":{"$area":0.00048120000000005},"id":"n9587"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Carp::Heavy::BEGIN@3","$color":8,"excl_time":1.81e-05,"$area":1.81e-05},"id":"9597-Carp::Heavy::BEGIN@3"}],"data":{"$area":1.81e-05},"id":"n9596"}],"data":{"$area":0.00667929999999329},"id":"n9558"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"SelectSaver::BEGIN@39","$color":10,"excl_time":9.09999999999813e-06,"$area":9.09999999999813e-06},"id":"9599-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: 69&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":6.87e-05,"subname":"SelectSaver::BEGIN@38","$color":10,"excl_time":2.07000000000006e-05,"$area":2.07000000000006e-05},"id":"9600-SelectSaver::BEGIN@38"}],"data":{"$area":2.97999999999987e-05},"id":"n9598"},{"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: 34&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"EVERY::BEGIN@116","$color":1,"excl_time":1.51999999999734e-05,"$area":1.51999999999734e-05},"id":"9602-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: 36&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"EVERY::BEGIN@137","$color":1,"excl_time":1.60999999999159e-05,"$area":1.60999999999159e-05},"id":"9603-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: 60&micro;s, 0.00%</p>","incl_time":5.96e-05,"subname":"EVERY::ELSEWHERE::buildAUTOLOAD","$color":3,"excl_time":5.96e-05,"$area":5.96e-05},"id":"9605-EVERY::ELSEWHERE::buildAUTOLOAD"}],"data":{"$area":5.96e-05},"id":"n9604"}],"data":{"$area":9.08999999998892e-05},"id":"n9601"},{"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: 72&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":7.23e-05,"subname":"mro::import","$color":5,"excl_time":4.59000000012392e-05,"$area":4.59000000012392e-05},"id":"9607-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: 918&micro;s, 0.00%</p>","incl_time":0.000918300000000001,"subname":"mro::get_mro","$color":5,"excl_time":0.000918300000000001,"$area":0.000918300000000001},"id":"9608-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"mro::BEGIN@10","$color":5,"excl_time":1.6099999999996e-05,"$area":1.6099999999996e-05},"id":"9609-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: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"mro::BEGIN@11","$color":5,"excl_time":9.50000000000062e-06,"$area":9.50000000000062e-06},"id":"9610-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: 305&micro;s, 0.00%</p>","incl_time":0.0003053,"subname":"mro::method_changed_in","$color":5,"excl_time":0.0003053,"$area":0.0003053},"id":"9611-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: 7.59ms, 0.01%</p>","incl_time":0.00759130000000004,"subname":"mro::get_pkg_gen","$color":5,"excl_time":0.00759130000000004,"$area":0.00759130000000004},"id":"9612-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: 11.0ms, 0.02%</p>","incl_time":0.0110304,"subname":"mro::get_linear_isa","$color":5,"excl_time":0.0110304,"$area":0.0110304},"id":"9613-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: 32&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"mro::set_mro","$color":5,"excl_time":3.23e-05,"$area":3.23e-05},"id":"9614-mro::set_mro"},{"name":"_nextcan","children":[],"data":{"tip":"<p><b>mro::_nextcan</b></p><p><br />Called 26 times from 2 places in 1 file<br />Inclusive time: 282&micro;s, 0.00%</p>","incl_time":0.0002818,"subname":"mro::_nextcan","$color":5,"excl_time":0.0002818,"$area":0.0002818},"id":"9615-mro::_nextcan"}],"data":{"$area":0.0202309000000013},"id":"n9606"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"AutoLoader::BEGIN@30","$color":7,"excl_time":7.50000000010077e-06,"$area":7.50000000010077e-06},"id":"9617-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: 791&micro;s, 0.00%<br />Exclusive time: 746&micro;s, 0.00%</p>","incl_time":0.0007908,"subname":"AutoLoader::import","$color":7,"excl_time":0.000745899999999986,"$area":0.000745899999999986},"id":"9618-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: 29&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"AutoLoader::CORE:regcomp","$color":7,"excl_time":2.89e-05,"$area":2.89e-05},"id":"9619-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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"AutoLoader::BEGIN@186","$color":7,"excl_time":7.50000000009815e-06,"$area":7.50000000009815e-06},"id":"9620-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"AutoLoader::BEGIN@3","$color":7,"excl_time":1.27999999999195e-05,"$area":1.27999999999195e-05},"id":"9621-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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"AutoLoader::BEGIN@13","$color":7,"excl_time":6.7e-06,"$area":6.7e-06},"id":"9622-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: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"AutoLoader::CORE:fteread","$color":7,"excl_time":9.5e-06,"$area":9.5e-06},"id":"9623-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: 23&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"AutoLoader::BEGIN@4","$color":7,"excl_time":2.34e-05,"$area":2.34e-05},"id":"9624-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: 60&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":6.03e-05,"subname":"AutoLoader::find_filename","$color":7,"excl_time":3.17000000001768e-05,"$area":3.17000000001768e-05},"id":"9625-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: 600&micro;s, 0.00%<br />Exclusive time: 539&micro;s, 0.00%</p>","incl_time":0.0005996,"subname":"AutoLoader::AUTOLOAD","$color":7,"excl_time":0.000539300000000098,"$area":0.000539300000000098},"id":"9626-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: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"AutoLoader::BEGIN@138","$color":7,"excl_time":7.99999999995837e-06,"$area":7.99999999995837e-06},"id":"9627-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"AutoLoader::CORE:substcont","$color":7,"excl_time":5.2e-06,"$area":5.2e-06},"id":"9628-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":9e-06,"subname":"AutoLoader::CORE:match","$color":7,"excl_time":9e-06,"$area":9e-06},"id":"9629-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: 21&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"AutoLoader::CORE:subst","$color":7,"excl_time":2.09e-05,"$area":2.09e-05},"id":"9630-AutoLoader::CORE:subst"}],"data":{"$area":0.00145630000000034},"id":"n9616"},{"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: 55&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.52e-05,"subname":"Package::DeprecationManager::BEGIN@9","$color":9,"excl_time":8.799999999998e-06,"$area":8.799999999998e-06},"id":"9633-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.55ms, 0.00%<br />Exclusive time: 766&micro;s, 0.00%</p>","incl_time":0.0015546,"subname":"Package::DeprecationManager::BEGIN@10","$color":9,"excl_time":0.000766100000000002,"$area":0.000766100000000002},"id":"9634-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: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.26e-05,"subname":"Package::DeprecationManager::BEGIN@6","$color":9,"excl_time":1.8599999999996e-05,"$area":1.8599999999996e-05},"id":"9635-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: 95&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":9.47e-05,"subname":"Package::DeprecationManager::BEGIN@11","$color":9,"excl_time":1.24999999999955e-05,"$area":1.24999999999955e-05},"id":"9636-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: 19&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Package::DeprecationManager::_build_import","$color":9,"excl_time":1.87e-05,"$area":1.87e-05},"id":"9637-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: 488&micro;s, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0004885,"subname":"Package::DeprecationManager::import","$color":9,"excl_time":0.000113400000000011,"$area":0.000113400000000011},"id":"9638-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: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"Package::DeprecationManager::BEGIN@12","$color":9,"excl_time":9.800000000006e-06,"$area":9.800000000006e-06},"id":"9639-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Package::DeprecationManager::BEGIN@7","$color":9,"excl_time":8.10000000000638e-06,"$area":8.10000000000638e-06},"id":"9640-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: 34&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Package::DeprecationManager::_build_warn","$color":9,"excl_time":3.38e-05,"$area":3.38e-05},"id":"9641-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: 72&micro;s, 0.00%</p>","incl_time":7.17e-05,"subname":"Package::DeprecationManager::__ANON__[/Users/edenc/perl5/lib/perl5/Package/DeprecationManager.pm:61]","$color":9,"excl_time":7.17e-05,"$area":7.17e-05},"id":"9642-Package::DeprecationManager::__ANON__[/Users/edenc/perl5/lib/perl5/Package/DeprecationManager.pm:61]"}],"data":{"$area":0.00106150000000002},"id":"n9632"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Package::Stash::BEGIN@5","$color":0,"excl_time":1.75999999999921e-05,"$area":1.75999999999921e-05},"id":"9644-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Package::Stash::BEGIN@6","$color":0,"excl_time":8.80000000000725e-06,"$area":8.80000000000725e-06},"id":"9645-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: 178&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0001782,"subname":"Package::Stash::BEGIN@48","$color":0,"excl_time":1.94999999999884e-05,"$area":1.94999999999884e-05},"id":"9646-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: 901&micro;s, 0.00%<br />Exclusive time: 363&micro;s, 0.00%</p>","incl_time":0.0009013,"subname":"Package::Stash::BEGIN@11","$color":0,"excl_time":0.000362799999999975,"$area":0.000362799999999975},"id":"9647-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: 62&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":6.23e-05,"subname":"Package::Stash::XS::remove_symbol","$color":2,"excl_time":5.38000000013654e-05,"$area":5.38000000013654e-05},"id":"9649-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: 6.26ms, 0.01%</p>","incl_time":0.00625510000000004,"subname":"Package::Stash::XS::name","$color":2,"excl_time":0.00625510000000004,"$area":0.00625510000000004},"id":"9650-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: 115ms, 0.18%<br />Exclusive time: 96.7ms, 0.15%</p>","incl_time":0.115151299999998,"subname":"Package::Stash::XS::get_symbol","$color":2,"excl_time":0.0967174000015928,"$area":0.0967174000015928},"id":"9651-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: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Package::Stash::XS::BEGIN@2","$color":2,"excl_time":1.05e-05,"$area":1.05e-05},"id":"9652-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: 35.1ms, 0.05%<br />Exclusive time: 29.0ms, 0.04%</p>","incl_time":0.0351338999999998,"subname":"Package::Stash::XS::has_symbol","$color":2,"excl_time":0.0289868000003164,"$area":0.0289868000003164},"id":"9653-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: 4.89ms, 0.01%<br />Exclusive time: 3.61ms, 0.01%</p>","incl_time":0.00489,"subname":"Package::Stash::XS::list_all_symbols","$color":2,"excl_time":0.00360520000000894,"$area":0.00360520000000894},"id":"9654-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: 89.1ms, 0.14%<br />Exclusive time: 83.9ms, 0.13%</p>","incl_time":0.0890574,"subname":"Package::Stash::XS::add_symbol","$color":2,"excl_time":0.0838674000005514,"$area":0.0838674000005514},"id":"9655-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: 13.0ms, 0.02%</p>","incl_time":0.0129614,"subname":"Package::Stash::XS::new","$color":2,"excl_time":0.0129614,"$area":0.0129614},"id":"9656-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: 461&micro;s, 0.00%<br />Exclusive time: 429&micro;s, 0.00%</p>","incl_time":0.0004611,"subname":"Package::Stash::XS::get_all_symbols","$color":2,"excl_time":0.000428700000000706,"$area":0.000428700000000706},"id":"9657-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: 13&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Package::Stash::XS::BEGIN@6","$color":2,"excl_time":7.19999999999687e-06,"$area":7.19999999999687e-06},"id":"9658-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Package::Stash::XS::BEGIN@9","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"9659-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: 13.0ms, 0.02%<br />Exclusive time: 9.60ms, 0.01%</p>","incl_time":0.0129960999999999,"subname":"Package::Stash::XS::get_or_add_symbol","$color":2,"excl_time":0.00959780000000007,"$area":0.00959780000000007},"id":"9660-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Package::Stash::XS::BEGIN@5","$color":2,"excl_time":8.80000000000463e-06,"$area":8.80000000000463e-06},"id":"9661-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: 11.4ms, 0.02%<br />Exclusive time: 9.89ms, 0.02%</p>","incl_time":0.0114087000000002,"subname":"Package::Stash::XS::remove_glob","$color":2,"excl_time":0.00989499999979684,"$area":0.00989499999979684},"id":"9662-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: 35.9ms, 0.05%<br />Exclusive time: 35.0ms, 0.05%</p>","incl_time":0.0359359999999997,"subname":"Package::Stash::XS::namespace","$color":2,"excl_time":0.0350105000001482,"$area":0.0350105000001482},"id":"9663-Package::Stash::XS::namespace"}],"data":{"$area":0.287411400002417},"id":"n9648"}],"data":{"$area":0.287820100002417},"id":"n9643"}],"data":{"$area":0.288881600002417},"id":"n9631"},{"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: 2.92ms, 0.00%<br />Exclusive time: 2.43ms, 0.00%</p>","incl_time":0.0029187,"subname":"PPI::BEGIN@28","$color":4,"excl_time":0.00243160000000048,"$area":0.00243160000000048},"id":"9665-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.32ms, 0.00%<br />Exclusive time: 670&micro;s, 0.00%</p>","incl_time":0.0023175,"subname":"PPI::BEGIN@17","$color":4,"excl_time":0.000670299999999707,"$area":0.000670299999999707},"id":"9666-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.1e-06,"subname":"PPI::BEGIN@10","$color":4,"excl_time":5.1e-06,"$area":5.1e-06},"id":"9667-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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"PPI::CORE:match","$color":4,"excl_time":6.7e-06,"$area":6.7e-06},"id":"9668-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: 41.0ms, 0.06%<br />Exclusive time: 3.05ms, 0.00%</p>","incl_time":0.0410454,"subname":"PPI::BEGIN@20","$color":4,"excl_time":0.00305190000000154,"$area":0.00305190000000154},"id":"9669-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.73e-05,"subname":"PPI::BEGIN@9","$color":4,"excl_time":8.60000000014392e-06,"$area":8.60000000014392e-06},"id":"9670-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: 893&micro;s, 0.00%<br />Exclusive time: 684&micro;s, 0.00%</p>","incl_time":0.0008932,"subname":"PPI::BEGIN@24","$color":4,"excl_time":0.000683599999999746,"$area":0.000683599999999746},"id":"9671-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: 2.59ms, 0.00%<br />Exclusive time: 1.16ms, 0.00%</p>","incl_time":0.0025866,"subname":"PPI::BEGIN@27","$color":4,"excl_time":0.00115620000000061,"$area":0.00115620000000061},"id":"9672-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: 15&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"PPI::BEGIN@6","$color":4,"excl_time":1.01000000000725e-05,"$area":1.01000000000725e-05},"id":"9673-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: 10.5ms, 0.02%<br />Exclusive time: 3.48ms, 0.01%</p>","incl_time":0.0105209,"subname":"PPI::BEGIN@21","$color":4,"excl_time":0.00348259999999995,"$area":0.00348259999999995},"id":"9674-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: 5.19ms, 0.01%<br />Exclusive time: 3.88ms, 0.01%</p>","incl_time":0.0051862,"subname":"PPI::BEGIN@23","$color":4,"excl_time":0.00388349999999946,"$area":0.00388349999999946},"id":"9675-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: 6.95ms, 0.01%<br />Exclusive time: 2.57ms, 0.00%</p>","incl_time":0.0069524,"subname":"PPI::BEGIN@19","$color":4,"excl_time":0.00257139999999959,"$area":0.00257139999999959},"id":"9676-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.63e-05,"subname":"PPI::BEGIN@5","$color":4,"excl_time":2.63e-05,"$area":2.63e-05},"id":"9677-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.97ms, 0.00%<br />Exclusive time: 1.67ms, 0.00%</p>","incl_time":0.0019741,"subname":"PPI::BEGIN@26","$color":4,"excl_time":0.00167409999999981,"$area":0.00167409999999981},"id":"9678-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: 471&micro;s, 0.00%<br />Exclusive time: 381&micro;s, 0.00%</p>","incl_time":0.0004712,"subname":"PPI::BEGIN@18","$color":4,"excl_time":0.000381400000000415,"$area":0.000381400000000415},"id":"9679-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: 5.44ms, 0.01%<br />Exclusive time: 1.65ms, 0.00%</p>","incl_time":0.0054384,"subname":"PPI::BEGIN@22","$color":4,"excl_time":0.00165089999999995,"$area":0.00165089999999995},"id":"9680-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: 5.16ms, 0.01%<br />Exclusive time: 4.73ms, 0.01%</p>","incl_time":0.0051571,"subname":"PPI::BEGIN@29","$color":4,"excl_time":0.00473299999999996,"$area":0.00473299999999996},"id":"9681-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"PPI::BEGIN@25","$color":4,"excl_time":5.6e-06,"$area":5.6e-06},"id":"9682-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: 8.39ms, 0.01%<br />Exclusive time: 316&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 356&micro;s</p>","incl_time":0.0083926,"subname":"PPI::Document::new","$color":6,"excl_time":0.000316499999997621,"$area":0.000316499999997621},"id":"9684-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"PPI::Document::BEGIN@68","$color":6,"excl_time":5.7e-06,"$area":5.7e-06},"id":"9685-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: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"PPI::Document::BEGIN@95","$color":6,"excl_time":1.0000000000159e-05,"$area":1.0000000000159e-05},"id":"9686-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: 67&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.74e-05,"subname":"PPI::Document::BEGIN@79","$color":6,"excl_time":9.6999999998396e-06,"$area":9.6999999998396e-06},"id":"9687-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: 351&micro;s, 0.00%<br />Exclusive time: 257&micro;s, 0.00%</p>","incl_time":0.0003506,"subname":"PPI::Document::BEGIN@74","$color":6,"excl_time":0.000257400000000207,"$area":0.000257400000000207},"id":"9688-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: 85&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":8.51e-05,"subname":"PPI::Document::BEGIN@92","$color":6,"excl_time":1.21000000000103e-05,"$area":1.21000000000103e-05},"id":"9689-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"PPI::Document::BEGIN@70","$color":6,"excl_time":5.9e-06,"$area":5.9e-06},"id":"9690-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: 25&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"PPI::Document::BEGIN@66","$color":6,"excl_time":2.00999999999089e-05,"$area":2.00999999999089e-05},"id":"9691-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: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"PPI::Document::BEGIN@67","$color":6,"excl_time":5.4e-06,"$area":5.4e-06},"id":"9692-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: 56&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"PPI::Document::BEGIN@96","$color":6,"excl_time":1.06000000002077e-05,"$area":1.06000000002077e-05},"id":"9693-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: 14&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"PPI::Document::BEGIN@80","$color":6,"excl_time":1.41e-05,"$area":1.41e-05},"id":"9694-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"PPI::Document::BEGIN@71","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"9695-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: 56&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.58e-05,"subname":"PPI::Document::BEGIN@76","$color":6,"excl_time":1.20000000001838e-05,"$area":1.20000000001838e-05},"id":"9696-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: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"PPI::Document::BEGIN@93","$color":6,"excl_time":1.07999999999998e-05,"$area":1.07999999999998e-05},"id":"9697-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: 344&micro;s, 0.00%<br />Exclusive time: 264&micro;s, 0.00%</p>","incl_time":0.0003444,"subname":"PPI::Document::BEGIN@86","$color":6,"excl_time":0.000263500000000061,"$area":0.000263500000000061},"id":"9698-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Document::BEGIN@72","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9699-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: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.44e-05,"subname":"PPI::Document::BEGIN@77","$color":6,"excl_time":9.60000000010953e-06,"$area":9.60000000010953e-06},"id":"9700-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"PPI::Document::BEGIN@73","$color":6,"excl_time":4.7e-06,"$area":4.7e-06},"id":"9701-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: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"PPI::Document::BEGIN@94","$color":6,"excl_time":8.69999999997325e-06,"$area":8.69999999997325e-06},"id":"9702-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: 66&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.55e-05,"subname":"PPI::Document::BEGIN@69","$color":6,"excl_time":1.04999999998617e-05,"$area":1.04999999998617e-05},"id":"9703-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: 34&micro;s, 0.00%</p>","incl_time":3.42e-05,"subname":"PPI::Document::_setattr","$color":6,"excl_time":3.42e-05,"$area":3.42e-05},"id":"9704-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: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"PPI::Document::File::BEGIN@26","$color":8,"excl_time":1.5e-05,"$area":1.5e-05},"id":"9706-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"PPI::Document::File::BEGIN@21","$color":8,"excl_time":5.9e-06,"$area":5.9e-06},"id":"9707-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: 35&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"PPI::Document::File::BEGIN@20","$color":8,"excl_time":2.7999999999793e-05,"$area":2.7999999999793e-05},"id":"9708-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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"PPI::Document::File::BEGIN@23","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"9709-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: 72&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.21e-05,"subname":"PPI::Document::File::BEGIN@25","$color":8,"excl_time":1.32999999998635e-05,"$area":1.32999999998635e-05},"id":"9710-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: 76&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.65e-05,"subname":"PPI::Document::File::BEGIN@22","$color":8,"excl_time":1.49999999998414e-05,"$area":1.49999999998414e-05},"id":"9711-PPI::Document::File::BEGIN@22"}],"data":{"$area":8.20999999994978e-05},"id":"n9705"},{"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":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9713-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"PPI::Document::Fragment::BEGIN@24","$color":10,"excl_time":7.50000000020242e-06,"$area":7.50000000020242e-06},"id":"9714-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: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"PPI::Document::Fragment::BEGIN@25","$color":10,"excl_time":1.58e-05,"$area":1.58e-05},"id":"9715-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"PPI::Document::Fragment::BEGIN@21","$color":10,"excl_time":1.65999999997912e-05,"$area":1.65999999997912e-05},"id":"9716-PPI::Document::Fragment::BEGIN@21"}],"data":{"$area":4.39999999999936e-05},"id":"n9712"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::Document::Normalized::BEGIN@49","$color":1,"excl_time":5.2e-06,"$area":5.2e-06},"id":"9718-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"PPI::Document::Normalized::BEGIN@46","$color":1,"excl_time":5.3e-06,"$area":5.3e-06},"id":"9719-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: 50&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.98e-05,"subname":"PPI::Document::Normalized::BEGIN@45","$color":1,"excl_time":1.09999999999945e-05,"$area":1.09999999999945e-05},"id":"9720-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: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"PPI::Document::Normalized::BEGIN@54","$color":1,"excl_time":9.39999999987598e-06,"$area":9.39999999987598e-06},"id":"9721-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: 65&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"PPI::Document::Normalized::BEGIN@53","$color":1,"excl_time":1.84000000000918e-05,"$area":1.84000000000918e-05},"id":"9722-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: 28&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"PPI::Document::Normalized::BEGIN@43","$color":1,"excl_time":2.34000000002123e-05,"$area":2.34000000002123e-05},"id":"9723-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: 65&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.52e-05,"subname":"PPI::Document::Normalized::BEGIN@44","$color":1,"excl_time":1.36999999999069e-05,"$area":1.36999999999069e-05},"id":"9724-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: 37&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"PPI::Document::Normalized::BEGIN@48","$color":1,"excl_time":1.00000000000591e-05,"$area":1.00000000000591e-05},"id":"9725-PPI::Document::Normalized::BEGIN@48"}],"data":{"$area":9.64000000001405e-05},"id":"n9717"}],"data":{"$area":0.00125309999999777},"id":"n9683"},{"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.40ms, 0.00%<br />Exclusive time: 925&micro;s, 0.00%</p>","incl_time":0.0013987,"subname":"PPI::Util::BEGIN@7","$color":3,"excl_time":0.000924500000000242,"$area":0.000924500000000242},"id":"9727-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: 55&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"PPI::Util::BEGIN@10","$color":3,"excl_time":8.19999999981134e-06,"$area":8.19999999981134e-06},"id":"9728-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: 60&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.99e-05,"subname":"PPI::Util::BEGIN@18","$color":3,"excl_time":1.08999999998122e-05,"$area":1.08999999998122e-05},"id":"9729-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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"PPI::Util::BEGIN@11","$color":3,"excl_time":1.16e-05,"$area":1.16e-05},"id":"9730-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.8e-06,"subname":"PPI::Util::BEGIN@6","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9731-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.76e-05,"subname":"PPI::Util::BEGIN@5","$color":3,"excl_time":1.46000000000248e-05,"$area":1.46000000000248e-05},"id":"9732-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: 158&micro;s, 0.00%</p>","incl_time":0.0001585,"subname":"PPI::Util::TRUE","$color":3,"excl_time":0.0001585,"$area":0.0001585},"id":"9733-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: 39&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"PPI::Util::BEGIN@22","$color":3,"excl_time":8.50000000006089e-06,"$area":8.50000000006089e-06},"id":"9734-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: 61&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"PPI::Util::BEGIN@8","$color":3,"excl_time":1.41999999999281e-05,"$area":1.41999999999281e-05},"id":"9735-PPI::Util::BEGIN@8"}],"data":{"$area":0.00115479999999988},"id":"n9726"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"PPI::Token::ArrayIndex::BEGIN@33","$color":5,"excl_time":1.18e-05,"$area":1.18e-05},"id":"9738-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: 25&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"PPI::Token::ArrayIndex::BEGIN@29","$color":5,"excl_time":1.8699999999816e-05,"$area":1.8699999999816e-05},"id":"9739-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"PPI::Token::ArrayIndex::BEGIN@30","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"9740-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: 62&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.16e-05,"subname":"PPI::Token::ArrayIndex::BEGIN@32","$color":5,"excl_time":1.21000000001864e-05,"$area":1.21000000001864e-05},"id":"9741-PPI::Token::ArrayIndex::BEGIN@32"}],"data":{"$area":4.81000000000024e-05},"id":"n9737"},{"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: 872&micro;s, 0.00%<br />Exclusive time: 712&micro;s, 0.00%</p>","incl_time":0.0008725,"subname":"PPI::Token::BEGIN@40","$color":7,"excl_time":0.000712099999999606,"$area":0.000712099999999606},"id":"9742-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: 2.90ms, 0.00%<br />Exclusive time: 2.57ms, 0.00%</p>","incl_time":0.0029006,"subname":"PPI::Token::BEGIN@39","$color":7,"excl_time":0.00257330000000008,"$area":0.00257330000000008},"id":"9743-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.94ms, 0.00%<br />Exclusive time: 1.76ms, 0.00%</p>","incl_time":0.0019421,"subname":"PPI::Token::BEGIN@49","$color":7,"excl_time":0.00175980000000036,"$area":0.00175980000000036},"id":"9744-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: 1.03ms, 0.00%<br />Exclusive time: 922&micro;s, 0.00%</p>","incl_time":0.001029,"subname":"PPI::Token::BEGIN@73","$color":7,"excl_time":0.00092170000000019,"$area":0.00092170000000019},"id":"9745-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: 54&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.43e-05,"subname":"PPI::Token::BEGIN@24","$color":7,"excl_time":1.01999999997866e-05,"$area":1.01999999997866e-05},"id":"9746-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: 444&micro;s, 0.00%<br />Exclusive time: 314&micro;s, 0.00%</p>","incl_time":0.000444,"subname":"PPI::Token::BEGIN@59","$color":7,"excl_time":0.000313500000000411,"$area":0.000313500000000411},"id":"9747-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: 34&micro;s, 0.00%</p>","incl_time":3.45e-05,"subname":"PPI::Token::CORE:match","$color":7,"excl_time":3.45e-05,"$area":3.45e-05},"id":"9748-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: 717&micro;s, 0.00%</p>","incl_time":0.0008527,"subname":"PPI::Token::BEGIN@68","$color":7,"excl_time":0.00071660000000025,"$area":0.00071660000000025},"id":"9749-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: 869&micro;s, 0.00%<br />Exclusive time: 686&micro;s, 0.00%</p>","incl_time":0.000869,"subname":"PPI::Token::BEGIN@55","$color":7,"excl_time":0.0006855999999995,"$area":0.0006855999999995},"id":"9750-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: 293&micro;s, 0.00%<br />Exclusive time: 219&micro;s, 0.00%</p>","incl_time":0.0002932,"subname":"PPI::Token::BEGIN@67","$color":7,"excl_time":0.000219300000000151,"$area":0.000219300000000151},"id":"9751-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: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.23e-05,"subname":"PPI::Token::BEGIN@28","$color":7,"excl_time":8.69999999985647e-06,"$area":8.69999999985647e-06},"id":"9752-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: 755&micro;s, 0.00%<br />Exclusive time: 616&micro;s, 0.00%</p>","incl_time":0.000755,"subname":"PPI::Token::BEGIN@41","$color":7,"excl_time":0.000615500000000041,"$area":0.000615500000000041},"id":"9753-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: 573&micro;s, 0.00%<br />Exclusive time: 494&micro;s, 0.00%</p>","incl_time":0.0005731,"subname":"PPI::Token::BEGIN@38","$color":7,"excl_time":0.000493899999999943,"$area":0.000493899999999943},"id":"9754-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: 785&micro;s, 0.00%<br />Exclusive time: 671&micro;s, 0.00%</p>","incl_time":0.000785,"subname":"PPI::Token::BEGIN@46","$color":7,"excl_time":0.000670899999999772,"$area":0.000670899999999772},"id":"9755-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: 18&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"PPI::Token::BEGIN@23","$color":7,"excl_time":1.83000000000035e-05,"$area":1.83000000000035e-05},"id":"9756-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: 792&micro;s, 0.00%</p>","incl_time":0.0007921,"subname":"PPI::Token::new","$color":7,"excl_time":0.0007921,"$area":0.0007921},"id":"9757-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: 3.50ms, 0.01%<br />Exclusive time: 347&micro;s, 0.00%</p>","incl_time":0.0034957,"subname":"PPI::Token::BEGIN@72","$color":7,"excl_time":0.000347499999999955,"$area":0.000347499999999955},"id":"9758-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: 881&micro;s, 0.00%<br />Exclusive time: 327&micro;s, 0.00%</p>","incl_time":0.0008808,"subname":"PPI::Token::BEGIN@58","$color":7,"excl_time":0.000326800000000723,"$area":0.000326800000000723},"id":"9759-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: 341&micro;s, 0.00%<br />Exclusive time: 249&micro;s, 0.00%</p>","incl_time":0.0003411,"subname":"PPI::Token::BEGIN@62","$color":7,"excl_time":0.000249100000000019,"$area":0.000249100000000019},"id":"9760-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: 420&micro;s, 0.00%<br />Exclusive time: 342&micro;s, 0.00%</p>","incl_time":0.0004196,"subname":"PPI::Token::BEGIN@45","$color":7,"excl_time":0.000341999999999989,"$area":0.000341999999999989},"id":"9761-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: 482&micro;s, 0.00%<br />Exclusive time: 367&micro;s, 0.00%</p>","incl_time":0.0004815,"subname":"PPI::Token::BEGIN@61","$color":7,"excl_time":0.000366999999999983,"$area":0.000366999999999983},"id":"9762-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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"PPI::Token::BEGIN@76","$color":7,"excl_time":8.2e-06,"$area":8.2e-06},"id":"9763-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: 581&micro;s, 0.00%<br />Exclusive time: 448&micro;s, 0.00%</p>","incl_time":0.0005814,"subname":"PPI::Token::BEGIN@66","$color":7,"excl_time":0.000447899999999547,"$area":0.000447899999999547},"id":"9764-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: 3.17ms, 0.00%<br />Exclusive time: 516&micro;s, 0.00%</p>","incl_time":0.0031656,"subname":"PPI::Token::BEGIN@54","$color":7,"excl_time":0.000516499999999818,"$area":0.000516499999999818},"id":"9765-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: 548&micro;s, 0.00%<br />Exclusive time: 423&micro;s, 0.00%</p>","incl_time":0.0005477,"subname":"PPI::Token::BEGIN@57","$color":7,"excl_time":0.000422900000000408,"$area":0.000422900000000408},"id":"9766-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.7e-06,"subname":"PPI::Token::BEGIN@26","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9767-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: 316&micro;s, 0.00%<br />Exclusive time: 234&micro;s, 0.00%</p>","incl_time":0.0003158,"subname":"PPI::Token::BEGIN@71","$color":7,"excl_time":0.000234099999999594,"$area":0.000234099999999594},"id":"9768-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: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"PPI::Token::BEGIN@29","$color":7,"excl_time":1.63e-05,"$area":1.63e-05},"id":"9769-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: 638&micro;s, 0.00%<br />Exclusive time: 487&micro;s, 0.00%</p>","incl_time":0.0006379,"subname":"PPI::Token::BEGIN@50","$color":7,"excl_time":0.000487000000000046,"$area":0.000487000000000046},"id":"9770-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: 851&micro;s, 0.00%<br />Exclusive time: 726&micro;s, 0.00%</p>","incl_time":0.0008513,"subname":"PPI::Token::BEGIN@47","$color":7,"excl_time":0.000726400000000128,"$area":0.000726400000000128},"id":"9771-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: 319&micro;s, 0.00%<br />Exclusive time: 242&micro;s, 0.00%</p>","incl_time":0.0003187,"subname":"PPI::Token::BEGIN@65","$color":7,"excl_time":0.000242299999999801,"$area":0.000242299999999801},"id":"9772-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: 936&micro;s, 0.00%<br />Exclusive time: 826&micro;s, 0.00%</p>","incl_time":0.0009358,"subname":"PPI::Token::BEGIN@75","$color":7,"excl_time":0.000825700000000331,"$area":0.000825700000000331},"id":"9773-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: 261&micro;s, 0.00%<br />Exclusive time: 191&micro;s, 0.00%</p>","incl_time":0.0002608,"subname":"PPI::Token::BEGIN@69","$color":7,"excl_time":0.00019080000000043,"$area":0.00019080000000043},"id":"9774-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: 537&micro;s, 0.00%<br />Exclusive time: 418&micro;s, 0.00%</p>","incl_time":0.0005374,"subname":"PPI::Token::BEGIN@60","$color":7,"excl_time":0.000418199999999681,"$area":0.000418199999999681},"id":"9775-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: 3.14ms, 0.00%<br />Exclusive time: 1.23ms, 0.00%</p>","incl_time":0.0031382,"subname":"PPI::Token::BEGIN@53","$color":7,"excl_time":0.00122540000000006,"$area":0.00122540000000006},"id":"9776-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: 208&micro;s, 0.00%</p>","incl_time":0.0002077,"subname":"PPI::Token::content","$color":7,"excl_time":0.0002077,"$area":0.0002077},"id":"9777-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: 615&micro;s, 0.00%<br />Exclusive time: 535&micro;s, 0.00%</p>","incl_time":0.0006147,"subname":"PPI::Token::BEGIN@42","$color":7,"excl_time":0.000534500000000247,"$area":0.000534500000000247},"id":"9778-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.13ms, 0.00%<br />Exclusive time: 986&micro;s, 0.00%</p>","incl_time":0.0011311,"subname":"PPI::Token::BEGIN@51","$color":7,"excl_time":0.000986399999999669,"$area":0.000986399999999669},"id":"9779-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: 293&micro;s, 0.00%<br />Exclusive time: 208&micro;s, 0.00%</p>","incl_time":0.0002926,"subname":"PPI::Token::BEGIN@64","$color":7,"excl_time":0.000207500000000273,"$area":0.000207500000000273},"id":"9780-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: 3.21ms, 0.00%<br />Exclusive time: 482&micro;s, 0.00%</p>","incl_time":0.0032116,"subname":"PPI::Token::BEGIN@56","$color":7,"excl_time":0.000481700000000604,"$area":0.000481700000000604},"id":"9781-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: 830&micro;s, 0.00%<br />Exclusive time: 761&micro;s, 0.00%</p>","incl_time":0.0008296,"subname":"PPI::Token::BEGIN@70","$color":7,"excl_time":0.000761300000000312,"$area":0.000761300000000312},"id":"9782-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: 449&micro;s, 0.00%<br />Exclusive time: 369&micro;s, 0.00%</p>","incl_time":0.0004493,"subname":"PPI::Token::BEGIN@44","$color":7,"excl_time":0.00036879999999985,"$area":0.00036879999999985},"id":"9783-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: 270&micro;s, 0.00%<br />Exclusive time: 235&micro;s, 0.00%</p>","incl_time":0.00027,"subname":"PPI::Token::set_class","$color":7,"excl_time":0.000235499999999174,"$area":0.000235499999999174},"id":"9784-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: 653&micro;s, 0.00%<br />Exclusive time: 216&micro;s, 0.00%</p>","incl_time":0.0006534,"subname":"PPI::Token::BEGIN@63","$color":7,"excl_time":0.000216300000000365,"$area":0.000216300000000365},"id":"9785-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: 19&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"PPI::Token::__LEXER__closes","$color":7,"excl_time":1.86e-05,"$area":1.86e-05},"id":"9786-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: 414&micro;s, 0.00%<br />Exclusive time: 310&micro;s, 0.00%</p>","incl_time":0.0004144,"subname":"PPI::Token::BEGIN@52","$color":7,"excl_time":0.000310400000000562,"$area":0.000310400000000562},"id":"9787-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: 616&micro;s, 0.00%<br />Exclusive time: 502&micro;s, 0.00%</p>","incl_time":0.0006161,"subname":"PPI::Token::BEGIN@74","$color":7,"excl_time":0.000502400000000006,"$area":0.000502400000000006},"id":"9788-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: 866&micro;s, 0.00%<br />Exclusive time: 744&micro;s, 0.00%</p>","incl_time":0.0008663,"subname":"PPI::Token::BEGIN@48","$color":7,"excl_time":0.000744499999999939,"$area":0.000744499999999939},"id":"9789-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: 524&micro;s, 0.00%<br />Exclusive time: 448&micro;s, 0.00%</p>","incl_time":0.0005242,"subname":"PPI::Token::BEGIN@43","$color":7,"excl_time":0.000448099999999755,"$area":0.000448099999999755},"id":"9790-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":4e-06,"subname":"PPI::Token::BEGIN@25","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"9791-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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"PPI::Token::Separator::BEGIN@39","$color":9,"excl_time":1.16e-05,"$area":1.16e-05},"id":"9793-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.5e-06,"subname":"PPI::Token::Separator::BEGIN@36","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"9794-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: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"PPI::Token::Separator::BEGIN@35","$color":9,"excl_time":1.70000000001654e-05,"$area":1.70000000001654e-05},"id":"9795-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: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.47e-05,"subname":"PPI::Token::Separator::BEGIN@38","$color":9,"excl_time":8.39999999989986e-06,"$area":8.39999999989986e-06},"id":"9796-PPI::Token::Separator::BEGIN@38"}],"data":{"$area":4.15000000000653e-05},"id":"n9792"},{"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: 7.21ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0072114,"subname":"PPI::Token::StringifiedWord::BEGIN@889","$color":0,"excl_time":1.29999999999523e-05,"$area":1.29999999999523e-05},"id":"9798-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: 108&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001084,"subname":"PPI::Token::StringifiedWord::BEGIN@897","$color":0,"excl_time":1.15000000000447e-05,"$area":1.15000000000447e-05},"id":"9799-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: 126&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001263,"subname":"PPI::Token::StringifiedWord::BEGIN@887","$color":0,"excl_time":1.29999999997951e-05,"$area":1.29999999997951e-05},"id":"9800-PPI::Token::StringifiedWord::BEGIN@887"}],"data":{"$area":3.7499999999792e-05},"id":"n9797"},{"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: 146&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001463,"subname":"PPI::Token::LexSymbol::BEGIN@876","$color":2,"excl_time":1.62000000002002e-05,"$area":1.62000000002002e-05},"id":"9802-PPI::Token::LexSymbol::BEGIN@876"}],"data":{"$area":1.62000000002002e-05},"id":"n9801"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"PPI::Token::Label::BEGIN@31","$color":4,"excl_time":1.39999999999549e-05,"$area":1.39999999999549e-05},"id":"9804-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: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.99e-05,"subname":"PPI::Token::Label::BEGIN@34","$color":4,"excl_time":6.70000000015554e-06,"$area":6.70000000015554e-06},"id":"9805-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":4.1e-06,"subname":"PPI::Token::Label::BEGIN@32","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"9806-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":8.5e-06,"subname":"PPI::Token::Label::BEGIN@35","$color":4,"excl_time":8.5e-06,"$area":8.5e-06},"id":"9807-PPI::Token::Label::BEGIN@35"}],"data":{"$area":3.33000000001104e-05},"id":"n9803"},{"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":4.3e-06,"subname":"PPI::Token::Symbol::BEGIN@32","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9809-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: 131&micro;s, 0.00%<br />Exclusive time: 99&micro;s, 0.00%</p>","incl_time":0.0001314,"subname":"PPI::Token::Symbol::canonical","$color":6,"excl_time":9.86999999984491e-05,"$area":9.86999999984491e-05},"id":"9810-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.25e-05,"subname":"PPI::Token::Symbol::CORE:subst","$color":6,"excl_time":2.25e-05,"$area":2.25e-05},"id":"9811-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: 267&micro;s, 0.00%<br />Exclusive time: 172&micro;s, 0.00%</p>","incl_time":0.0002671,"subname":"PPI::Token::Symbol::__TOKENIZER__on_char","$color":6,"excl_time":0.000172400000003105,"$area":0.000172400000003105},"id":"9812-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.24e-05,"subname":"PPI::Token::Symbol::CORE:match","$color":6,"excl_time":4.24e-05,"$area":4.24e-05},"id":"9813-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: 15&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"PPI::Token::Symbol::BEGIN@35","$color":6,"excl_time":1.51e-05,"$area":1.51e-05},"id":"9814-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: 536&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":0.0005355,"subname":"PPI::Token::Symbol::symbol_type","$color":6,"excl_time":4.2499999998591e-05,"$area":4.2499999998591e-05},"id":"9815-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: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"PPI::Token::Symbol::BEGIN@30","$color":6,"excl_time":1.97000000000955e-05,"$area":1.97000000000955e-05},"id":"9816-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: 50&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5e-05,"subname":"PPI::Token::Symbol::BEGIN@34","$color":6,"excl_time":7.90000000006615e-06,"$area":7.90000000006615e-06},"id":"9817-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: 493&micro;s, 0.00%<br />Exclusive time: 107&micro;s, 0.00%</p>","incl_time":0.000493,"subname":"PPI::Token::Symbol::symbol","$color":6,"excl_time":0.000106700000002048,"$area":0.000106700000002048},"id":"9818-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: 84&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":8.45e-05,"subname":"PPI::Token::Symbol::raw_type","$color":6,"excl_time":6.28999999976025e-05,"$area":6.28999999976025e-05},"id":"9819-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: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.12e-05,"subname":"PPI::Token::Symbol::BEGIN@31","$color":6,"excl_time":9.69999999997237e-06,"$area":9.69999999997237e-06},"id":"9820-PPI::Token::Symbol::BEGIN@31"}],"data":{"$area":0.00060479999999993},"id":"n9808"},{"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: 10&micro;s, 0.00%</p>","incl_time":9.9e-06,"subname":"PPI::Token::BOM::CORE:match","$color":8,"excl_time":9.9e-06,"$area":9.9e-06},"id":"9822-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.5e-06,"subname":"PPI::Token::BOM::BEGIN@46","$color":8,"excl_time":9.5e-06,"$area":9.5e-06},"id":"9823-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: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"PPI::Token::BOM::BEGIN@45","$color":8,"excl_time":7.00000000001576e-06,"$area":7.00000000001576e-06},"id":"9824-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: 21&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"PPI::Token::BOM::BEGIN@42","$color":8,"excl_time":2.11999999999549e-05,"$area":2.11999999999549e-05},"id":"9825-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":3.8e-06,"subname":"PPI::Token::BOM::BEGIN@43","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9826-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: 228&micro;s, 0.00%<br />Exclusive time: 96&micro;s, 0.00%</p>","incl_time":0.0002279,"subname":"PPI::Token::BOM::__TOKENIZER__on_line_start","$color":8,"excl_time":9.60999999976533e-05,"$area":9.60999999976533e-05},"id":"9827-PPI::Token::BOM::__TOKENIZER__on_line_start"}],"data":{"$area":0.000147499999997624},"id":"n9821"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"PPI::Token::QuoteLike::BEGIN@49","$color":10,"excl_time":6.7e-06,"$area":6.7e-06},"id":"9829-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: 29&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"PPI::Token::QuoteLike::BEGIN@48","$color":10,"excl_time":2.45999999999319e-05,"$area":2.45999999999319e-05},"id":"9830-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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"PPI::Token::QuoteLike::BEGIN@52","$color":10,"excl_time":1.32e-05,"$area":1.32e-05},"id":"9831-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: 63&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.33e-05,"subname":"PPI::Token::QuoteLike::BEGIN@51","$color":10,"excl_time":1.19000000001873e-05,"$area":1.19000000001873e-05},"id":"9832-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: 14&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"PPI::Token::QuoteLike::Command::BEGIN@32","$color":1,"excl_time":1.36e-05,"$area":1.36e-05},"id":"9834-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: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"PPI::Token::QuoteLike::Command::BEGIN@36","$color":1,"excl_time":1.32e-05,"$area":1.32e-05},"id":"9835-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: 29&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"PPI::Token::QuoteLike::Command::BEGIN@31","$color":1,"excl_time":2.34000000000725e-05,"$area":2.34000000000725e-05},"id":"9836-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: 69&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.93e-05,"subname":"PPI::Token::QuoteLike::Command::BEGIN@35","$color":1,"excl_time":9.69999999984048e-06,"$area":9.69999999984048e-06},"id":"9837-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"PPI::Token::QuoteLike::Command::BEGIN@33","$color":1,"excl_time":5.8e-06,"$area":5.8e-06},"id":"9838-PPI::Token::QuoteLike::Command::BEGIN@33"}],"data":{"$area":6.5699999999913e-05},"id":"n9833"},{"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: 77&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":7.68e-05,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@36","$color":3,"excl_time":1.22000000000298e-05,"$area":1.22000000000298e-05},"id":"9840-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":4.2e-06,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@33","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"9841-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: 17&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@37","$color":3,"excl_time":1.67e-05,"$area":1.67e-05},"id":"9842-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.4e-06,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@34","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"9843-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"PPI::Token::QuoteLike::Regexp::BEGIN@32","$color":3,"excl_time":1.48000000000716e-05,"$area":1.48000000000716e-05},"id":"9844-PPI::Token::QuoteLike::Regexp::BEGIN@32"}],"data":{"$area":5.13000000001014e-05},"id":"n9839"},{"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: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"PPI::Token::QuoteLike::Words::BEGIN@28","$color":5,"excl_time":2.14000000000486e-05,"$area":2.14000000000486e-05},"id":"9846-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"PPI::Token::QuoteLike::Words::BEGIN@30","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"9847-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"PPI::Token::QuoteLike::Words::BEGIN@29","$color":5,"excl_time":5.1e-06,"$area":5.1e-06},"id":"9848-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: 19&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"PPI::Token::QuoteLike::Words::BEGIN@33","$color":5,"excl_time":1.89e-05,"$area":1.89e-05},"id":"9849-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: 60&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.03e-05,"subname":"PPI::Token::QuoteLike::Words::BEGIN@32","$color":5,"excl_time":1.11999999999759e-05,"$area":1.11999999999759e-05},"id":"9850-PPI::Token::QuoteLike::Words::BEGIN@32"}],"data":{"$area":6.13000000000245e-05},"id":"n9845"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@41","$color":7,"excl_time":6.3e-06,"$area":6.3e-06},"id":"9852-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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@42","$color":7,"excl_time":6.1e-06,"$area":6.1e-06},"id":"9853-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: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@45","$color":7,"excl_time":1.22e-05,"$area":1.22e-05},"id":"9854-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: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@44","$color":7,"excl_time":9.19999999990073e-06,"$area":9.19999999990073e-06},"id":"9855-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"PPI::Token::QuoteLike::Readline::BEGIN@40","$color":7,"excl_time":1.62999999998381e-05,"$area":1.62999999998381e-05},"id":"9856-PPI::Token::QuoteLike::Readline::BEGIN@40"}],"data":{"$area":5.00999999997388e-05},"id":"n9851"},{"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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@33","$color":9,"excl_time":7.1e-06,"$area":7.1e-06},"id":"9858-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: 25&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@31","$color":9,"excl_time":2.10000000000486e-05,"$area":2.10000000000486e-05},"id":"9859-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: 428&micro;s, 0.00%<br />Exclusive time: 316&micro;s, 0.00%</p>","incl_time":0.0004283,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@32","$color":9,"excl_time":0.000316199999999608,"$area":0.000316199999999608},"id":"9860-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: 66&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.58e-05,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@35","$color":9,"excl_time":1.15999999998847e-05,"$area":1.15999999998847e-05},"id":"9861-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: 28&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"PPI::Token::QuoteLike::Backtick::BEGIN@36","$color":9,"excl_time":2.77e-05,"$area":2.77e-05},"id":"9862-PPI::Token::QuoteLike::Backtick::BEGIN@36"}],"data":{"$area":0.000383599999999541},"id":"n9857"}],"data":{"$area":0.000668399999999438},"id":"n9828"},{"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: 61&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.06e-05,"subname":"PPI::Token::End::BEGIN@46","$color":0,"excl_time":1.04999999998361e-05,"$area":1.04999999998361e-05},"id":"9864-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"PPI::Token::End::BEGIN@44","$color":0,"excl_time":5.1e-06,"$area":5.1e-06},"id":"9865-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: 26&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"PPI::Token::End::BEGIN@43","$color":0,"excl_time":1.9899999999839e-05,"$area":1.9899999999839e-05},"id":"9866-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: 16&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"PPI::Token::End::BEGIN@47","$color":0,"excl_time":1.61e-05,"$area":1.61e-05},"id":"9867-PPI::Token::End::BEGIN@47"}],"data":{"$area":5.15999999996751e-05},"id":"n9863"},{"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: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"PPI::Token::Number::BEGIN@32","$color":2,"excl_time":1.53999999999319e-05,"$area":1.53999999999319e-05},"id":"9869-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":4.2e-06,"subname":"PPI::Token::Number::BEGIN@33","$color":2,"excl_time":4.2e-06,"$area":4.2e-06},"id":"9870-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: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"PPI::Token::Number::BEGIN@36","$color":2,"excl_time":9.5e-06,"$area":9.5e-06},"id":"9871-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: 47&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"PPI::Token::Number::BEGIN@35","$color":2,"excl_time":7.70000000004139e-06,"$area":7.70000000004139e-06},"id":"9872-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: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"PPI::Token::Number::Version::BEGIN@37","$color":4,"excl_time":1.4e-05,"$area":1.4e-05},"id":"9874-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: 30&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"PPI::Token::Number::Version::BEGIN@33","$color":4,"excl_time":2.57999999999787e-05,"$area":2.57999999999787e-05},"id":"9875-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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"PPI::Token::Number::Version::BEGIN@34","$color":4,"excl_time":6.5e-06,"$area":6.5e-06},"id":"9876-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: 71&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.09e-05,"subname":"PPI::Token::Number::Version::BEGIN@36","$color":4,"excl_time":1.03999999999811e-05,"$area":1.03999999999811e-05},"id":"9877-PPI::Token::Number::Version::BEGIN@36"}],"data":{"$area":5.66999999999599e-05},"id":"n9873"},{"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.7e-06,"subname":"PPI::Token::Number::Float::BEGIN@32","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9879-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: 72&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":7.2e-05,"subname":"PPI::Token::Number::Float::BEGIN@34","$color":6,"excl_time":1.23000000000041e-05,"$area":1.23000000000041e-05},"id":"9880-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: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"PPI::Token::Number::Float::BEGIN@35","$color":6,"excl_time":1.4e-05,"$area":1.4e-05},"id":"9881-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: 24&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"PPI::Token::Number::Float::BEGIN@31","$color":6,"excl_time":2.09999999997912e-05,"$area":2.09999999997912e-05},"id":"9882-PPI::Token::Number::Float::BEGIN@31"}],"data":{"$area":5.09999999997953e-05},"id":"n9878"},{"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: 75&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.5e-05,"subname":"PPI::Token::Number::Exp::BEGIN@34","$color":8,"excl_time":1.9800000000189e-05,"$area":1.9800000000189e-05},"id":"9884-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: 16&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"PPI::Token::Number::Exp::BEGIN@35","$color":8,"excl_time":1.59e-05,"$area":1.59e-05},"id":"9885-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: 27&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"PPI::Token::Number::Exp::BEGIN@31","$color":8,"excl_time":2.27000000000955e-05,"$area":2.27000000000955e-05},"id":"9886-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"PPI::Token::Number::Exp::BEGIN@32","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"9887-PPI::Token::Number::Exp::BEGIN@32"}],"data":{"$area":6.53000000002846e-05},"id":"n9883"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"PPI::Token::Number::Hex::BEGIN@32","$color":10,"excl_time":7.60000000010953e-06,"$area":7.60000000010953e-06},"id":"9889-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: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"PPI::Token::Number::Hex::BEGIN@33","$color":10,"excl_time":1.09e-05,"$area":1.09e-05},"id":"9890-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"PPI::Token::Number::Hex::BEGIN@29","$color":10,"excl_time":1.60999999998381e-05,"$area":1.60999999998381e-05},"id":"9891-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.5e-06,"subname":"PPI::Token::Number::Hex::BEGIN@30","$color":10,"excl_time":4.5e-06,"$area":4.5e-06},"id":"9892-PPI::Token::Number::Hex::BEGIN@30"}],"data":{"$area":3.90999999999476e-05},"id":"n9888"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"PPI::Token::Number::Octal::BEGIN@29","$color":1,"excl_time":1.55999999998381e-05,"$area":1.55999999998381e-05},"id":"9894-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.8e-06,"subname":"PPI::Token::Number::Octal::BEGIN@30","$color":1,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9895-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: 10&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"PPI::Token::Number::Octal::BEGIN@33","$color":1,"excl_time":1e-05,"$area":1e-05},"id":"9896-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: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"PPI::Token::Number::Octal::BEGIN@32","$color":1,"excl_time":8.50000000015816e-06,"$area":8.50000000015816e-06},"id":"9897-PPI::Token::Number::Octal::BEGIN@32"}],"data":{"$area":3.78999999999963e-05},"id":"n9893"},{"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: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"PPI::Token::Number::Binary::BEGIN@32","$color":3,"excl_time":7.00000000001664e-06,"$area":7.00000000001664e-06},"id":"9899-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"PPI::Token::Number::Binary::BEGIN@29","$color":3,"excl_time":1.52999999999549e-05,"$area":1.52999999999549e-05},"id":"9900-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.7e-06,"subname":"PPI::Token::Number::Binary::BEGIN@30","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9901-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":1.05e-05,"subname":"PPI::Token::Number::Binary::BEGIN@33","$color":3,"excl_time":1.05e-05,"$area":1.05e-05},"id":"9902-PPI::Token::Number::Binary::BEGIN@33"}],"data":{"$area":3.64999999999715e-05},"id":"n9898"}],"data":{"$area":0.000323299999999928},"id":"n9868"},{"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.73e-05,"subname":"PPI::Token::Operator::BEGIN@42","$color":5,"excl_time":1.43999999998611e-05,"$area":1.43999999998611e-05},"id":"9904-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: 55&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.47e-05,"subname":"PPI::Token::Operator::BEGIN@45","$color":5,"excl_time":6.60000000011566e-06,"$area":6.60000000011566e-06},"id":"9905-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.7e-06,"subname":"PPI::Token::Operator::BEGIN@43","$color":5,"excl_time":3.7e-06,"$area":3.7e-06},"id":"9906-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: 58&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"PPI::Token::Operator::BEGIN@46","$color":5,"excl_time":5.78e-05,"$area":5.78e-05},"id":"9907-PPI::Token::Operator::BEGIN@46"}],"data":{"$area":8.24999999999768e-05},"id":"n9903"},{"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: 87&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.66e-05,"subname":"PPI::Token::Whitespace::BEGIN@113","$color":7,"excl_time":1.62000000001961e-05,"$area":1.62000000001961e-05},"id":"9909-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"PPI::Token::Whitespace::BEGIN@44","$color":7,"excl_time":1.77000000000486e-05,"$area":1.77000000000486e-05},"id":"9910-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: 122&micro;s, 0.00%<br />Exclusive time: 95&micro;s, 0.00%</p>","incl_time":0.0001219,"subname":"PPI::Token::Whitespace::__TOKENIZER__on_line_start","$color":7,"excl_time":9.47000000014383e-05,"$area":9.47000000014383e-05},"id":"9911-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: 67&micro;s, 0.00%</p>","incl_time":6.71e-05,"subname":"PPI::Token::Whitespace::significant","$color":7,"excl_time":6.71e-05,"$area":6.71e-05},"id":"9912-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: 27&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"PPI::Token::Whitespace::CORE:match","$color":7,"excl_time":2.72e-05,"$area":2.72e-05},"id":"9913-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: 56&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.58e-05,"subname":"PPI::Token::Whitespace::BEGIN@48","$color":7,"excl_time":1.80999999999706e-05,"$area":1.80999999999706e-05},"id":"9914-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: 140&micro;s, 0.00%</p>","incl_time":0.0001402,"subname":"PPI::Token::Whitespace::BEGIN@114","$color":7,"excl_time":0.0001402,"$area":0.0001402},"id":"9915-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: 141&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0001409,"subname":"PPI::Token::Whitespace::null","$color":7,"excl_time":6.30999999980959e-05,"$area":6.30999999980959e-05},"id":"9916-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.3e-06,"subname":"PPI::Token::Whitespace::BEGIN@46","$color":7,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9917-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.08ms, 0.00%<br />Exclusive time: 171&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 29&micro;s</p>","incl_time":0.0010775,"subname":"PPI::Token::Whitespace::__TOKENIZER__on_char","$color":7,"excl_time":0.000171400000001413,"$area":0.000171400000001413},"id":"9918-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"PPI::Token::Whitespace::BEGIN@45","$color":7,"excl_time":4.7e-06,"$area":4.7e-06},"id":"9919-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: 14&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"PPI::Token::Whitespace::BEGIN@49","$color":7,"excl_time":1.39e-05,"$area":1.39e-05},"id":"9920-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: 95&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":9.48e-05,"subname":"PPI::Token::Whitespace::__TOKENIZER__on_line_end","$color":7,"excl_time":6.28000000017444e-05,"$area":6.28000000017444e-05},"id":"9921-PPI::Token::Whitespace::__TOKENIZER__on_line_end"}],"data":{"$area":0.000701400000002906},"id":"n9908"},{"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: 70&micro;s, 0.00%<br />Exclusive time: 66&micro;s, 0.00%</p>","incl_time":7.04e-05,"subname":"PPI::Token::Word::BEGIN@38","$color":9,"excl_time":6.5599999999862e-05,"$area":6.5599999999862e-05},"id":"9923-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: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"PPI::Token::Word::BEGIN@42","$color":9,"excl_time":1.97e-05,"$area":1.97e-05},"id":"9924-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: 46&micro;s, 0.00%</p>","incl_time":4.55e-05,"subname":"PPI::Token::Word::CORE:match","$color":9,"excl_time":4.55e-05,"$area":4.55e-05},"id":"9925-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: 935&micro;s, 0.00%<br />Exclusive time: 261&micro;s, 0.00%</p>","incl_time":0.0009354,"subname":"PPI::Token::Word::__TOKENIZER__commit","$color":9,"excl_time":0.000260800000002695,"$area":0.000260800000002695},"id":"9926-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: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"PPI::Token::Word::BEGIN@39","$color":9,"excl_time":1.42e-05,"$area":1.42e-05},"id":"9927-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: 78&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-05,"subname":"PPI::Token::Word::BEGIN@41","$color":9,"excl_time":7.9999999999855e-06,"$area":7.9999999999855e-06},"id":"9928-PPI::Token::Word::BEGIN@41"}],"data":{"$area":0.000413800000002542},"id":"n9922"},{"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.8e-06,"subname":"PPI::Token::HereDoc::BEGIN@88","$color":0,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9930-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"PPI::Token::HereDoc::BEGIN@87","$color":0,"excl_time":1.46000000001884e-05,"$area":1.46000000001884e-05},"id":"9931-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: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"PPI::Token::HereDoc::BEGIN@90","$color":0,"excl_time":6.39999999980434e-06,"$area":6.39999999980434e-06},"id":"9932-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.5e-06,"subname":"PPI::Token::HereDoc::BEGIN@91","$color":0,"excl_time":8.5e-06,"$area":8.5e-06},"id":"9933-PPI::Token::HereDoc::BEGIN@91"}],"data":{"$area":3.32999999999928e-05},"id":"n9929"},{"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: 7&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"PPI::Token::Regexp::BEGIN@48","$color":2,"excl_time":6.60000000017941e-06,"$area":6.60000000017941e-06},"id":"9935-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":3.8e-06,"subname":"PPI::Token::Regexp::BEGIN@46","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9936-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: 20&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"PPI::Token::Regexp::BEGIN@45","$color":2,"excl_time":1.76000000001415e-05,"$area":1.76000000001415e-05},"id":"9937-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: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"PPI::Token::Regexp::BEGIN@49","$color":2,"excl_time":9e-06,"$area":9e-06},"id":"9938-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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Token::Regexp::Substitute::BEGIN@36","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9940-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: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"PPI::Token::Regexp::Substitute::BEGIN@40","$color":4,"excl_time":1.35e-05,"$area":1.35e-05},"id":"9941-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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"PPI::Token::Regexp::Substitute::BEGIN@35","$color":4,"excl_time":1.4299999999908e-05,"$area":1.4299999999908e-05},"id":"9942-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: 47&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"PPI::Token::Regexp::Substitute::BEGIN@39","$color":4,"excl_time":1.03999999998999e-05,"$area":1.03999999998999e-05},"id":"9943-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Token::Regexp::Substitute::BEGIN@37","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9944-PPI::Token::Regexp::Substitute::BEGIN@37"}],"data":{"$area":4.55999999998078e-05},"id":"n9939"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@41","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"9946-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: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.91e-05,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@43","$color":6,"excl_time":6.5999999998981e-06,"$area":6.5999999998981e-06},"id":"9947-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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@44","$color":6,"excl_time":1.16e-05,"$area":1.16e-05},"id":"9948-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@39","$color":6,"excl_time":1.46000000000248e-05,"$area":1.46000000000248e-05},"id":"9949-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Token::Regexp::Transliterate::BEGIN@40","$color":6,"excl_time":4.3e-06,"$area":4.3e-06},"id":"9950-PPI::Token::Regexp::Transliterate::BEGIN@40"}],"data":{"$area":4.08999999999229e-05},"id":"n9945"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"PPI::Token::Regexp::Match::BEGIN@45","$color":8,"excl_time":1.5599999999908e-05,"$area":1.5599999999908e-05},"id":"9952-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: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"PPI::Token::Regexp::Match::BEGIN@49","$color":8,"excl_time":7.40000000006177e-06,"$area":7.40000000006177e-06},"id":"9953-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: 362&micro;s, 0.00%<br />Exclusive time: 288&micro;s, 0.00%</p>","incl_time":0.0003616,"subname":"PPI::Token::Regexp::Match::BEGIN@46","$color":8,"excl_time":0.000287500000000034,"$area":0.000287500000000034},"id":"9954-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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"PPI::Token::Regexp::Match::BEGIN@50","$color":8,"excl_time":1.15e-05,"$area":1.15e-05},"id":"9955-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::Token::Regexp::Match::BEGIN@47","$color":8,"excl_time":5.2e-06,"$area":5.2e-06},"id":"9956-PPI::Token::Regexp::Match::BEGIN@47"}],"data":{"$area":0.000327200000000004},"id":"n9951"}],"data":{"$area":0.000450700000000056},"id":"n9934"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.23e-05,"subname":"PPI::Token::_QuoteEngine::BEGIN@36","$color":10,"excl_time":1.07000000002015e-05,"$area":1.07000000002015e-05},"id":"9958-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: 30&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"PPI::Token::_QuoteEngine::BEGIN@33","$color":10,"excl_time":2.56000000002123e-05,"$area":2.56000000002123e-05},"id":"9959-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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"PPI::Token::_QuoteEngine::BEGIN@37","$color":10,"excl_time":6.2e-06,"$area":6.2e-06},"id":"9960-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"PPI::Token::_QuoteEngine::BEGIN@34","$color":10,"excl_time":5.5e-06,"$area":5.5e-06},"id":"9961-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: 1.55ms, 0.00%<br />Exclusive time: 1.46ms, 0.00%</p>","incl_time":0.0015458,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@6","$color":1,"excl_time":0.00146199999999992,"$area":0.00146199999999992},"id":"9963-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: 73&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.34e-05,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@8","$color":1,"excl_time":1.34999999998874e-05,"$area":1.34999999998874e-05},"id":"9964-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: 16&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@9","$color":1,"excl_time":1.64e-05,"$area":1.64e-05},"id":"9965-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: 31&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"PPI::Token::_QuoteEngine::Simple::BEGIN@5","$color":1,"excl_time":2.62000000001424e-05,"$area":2.62000000001424e-05},"id":"9966-PPI::Token::_QuoteEngine::Simple::BEGIN@5"}],"data":{"$area":0.00151809999999995},"id":"n9962"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@8","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"9968-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: 76&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":7.56e-05,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@10","$color":3,"excl_time":1.10999999998661e-05,"$area":1.10999999998661e-05},"id":"9969-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":4.4e-06,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@7","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"9970-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: 43&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@11","$color":3,"excl_time":4.31e-05,"$area":4.31e-05},"id":"9971-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":4.2e-06,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@6","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"9972-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"PPI::Token::_QuoteEngine::Full::BEGIN@5","$color":3,"excl_time":1.60000000001884e-05,"$area":1.60000000001884e-05},"id":"9973-PPI::Token::_QuoteEngine::Full::BEGIN@5"}],"data":{"$area":8.24000000000545e-05},"id":"n9967"}],"data":{"$area":0.00164850000000042},"id":"n9957"},{"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: 41&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"PPI::Token::Comment::BEGIN@61","$color":5,"excl_time":2.82999999997956e-05,"$area":2.82999999997956e-05},"id":"9975-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: 97&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.66e-05,"subname":"PPI::Token::Comment::BEGIN@64","$color":5,"excl_time":1.35999999999447e-05,"$area":1.35999999999447e-05},"id":"9976-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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"PPI::Token::Comment::BEGIN@62","$color":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"9977-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: 16&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"PPI::Token::Comment::BEGIN@65","$color":5,"excl_time":1.59e-05,"$area":1.59e-05},"id":"9978-PPI::Token::Comment::BEGIN@65"}],"data":{"$area":6.44999999997403e-05},"id":"n9974"},{"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":4.2e-06,"subname":"PPI::Token::Quote::BEGIN@49","$color":7,"excl_time":4.2e-06,"$area":4.2e-06},"id":"9980-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: 81&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.13e-05,"subname":"PPI::Token::Quote::BEGIN@51","$color":7,"excl_time":9.39999999998638e-06,"$area":9.39999999998638e-06},"id":"9981-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: 16&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"PPI::Token::Quote::BEGIN@52","$color":7,"excl_time":1.6e-05,"$area":1.6e-05},"id":"9982-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"PPI::Token::Quote::BEGIN@48","$color":7,"excl_time":1.63000000000248e-05,"$area":1.63000000000248e-05},"id":"9983-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: 22&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"PPI::Token::Quote::Literal::BEGIN@36","$color":9,"excl_time":2.25e-05,"$area":2.25e-05},"id":"9985-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: 29&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"PPI::Token::Quote::Literal::BEGIN@31","$color":9,"excl_time":2.4299999999862e-05,"$area":2.4299999999862e-05},"id":"9986-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: 80&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.04e-05,"subname":"PPI::Token::Quote::Literal::BEGIN@35","$color":9,"excl_time":1.50999999998431e-05,"$area":1.50999999998431e-05},"id":"9987-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"PPI::Token::Quote::Literal::BEGIN@32","$color":9,"excl_time":6.9e-06,"$area":6.9e-06},"id":"9988-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: 2.59ms, 0.00%<br />Exclusive time: 2.44ms, 0.00%</p>","incl_time":0.002591,"subname":"PPI::Token::Quote::Literal::BEGIN@33","$color":9,"excl_time":0.00244100000000035,"$area":0.00244100000000035},"id":"9989-PPI::Token::Quote::Literal::BEGIN@33"}],"data":{"$area":0.00250980000000005},"id":"n9984"},{"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: 30&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"PPI::Token::Quote::Double::BEGIN@34","$color":0,"excl_time":2.33000000000964e-05,"$area":2.33000000000964e-05},"id":"9991-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: 66&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.56e-05,"subname":"PPI::Token::Quote::Double::BEGIN@35","$color":0,"excl_time":1.37999999999537e-05,"$area":1.37999999999537e-05},"id":"9992-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: 62&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.15e-05,"subname":"PPI::Token::Quote::Double::BEGIN@39","$color":0,"excl_time":1.02000000000236e-05,"$area":1.02000000000236e-05},"id":"9993-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"PPI::Token::Quote::Double::BEGIN@36","$color":0,"excl_time":5.9e-06,"$area":5.9e-06},"id":"9994-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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"PPI::Token::Quote::Double::BEGIN@37","$color":0,"excl_time":4.9e-06,"$area":4.9e-06},"id":"9995-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: 16&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"PPI::Token::Quote::Double::BEGIN@40","$color":0,"excl_time":1.59e-05,"$area":1.59e-05},"id":"9996-PPI::Token::Quote::Double::BEGIN@40"}],"data":{"$area":7.40000000000738e-05},"id":"n9990"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"PPI::Token::Quote::Interpolate::BEGIN@31","$color":2,"excl_time":2.22000000002132e-05,"$area":2.22000000002132e-05},"id":"9998-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"PPI::Token::Quote::Interpolate::BEGIN@33","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"9999-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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"PPI::Token::Quote::Interpolate::BEGIN@32","$color":2,"excl_time":6.1e-06,"$area":6.1e-06},"id":"10000-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: 16&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"PPI::Token::Quote::Interpolate::BEGIN@36","$color":2,"excl_time":1.62e-05,"$area":1.62e-05},"id":"10001-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: 68&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.84e-05,"subname":"PPI::Token::Quote::Interpolate::BEGIN@35","$color":2,"excl_time":1.46000000001183e-05,"$area":1.46000000001183e-05},"id":"10002-PPI::Token::Quote::Interpolate::BEGIN@35"}],"data":{"$area":6.49000000003314e-05},"id":"n9997"},{"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: 64&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.45e-05,"subname":"PPI::Token::Quote::Single::BEGIN@41","$color":4,"excl_time":1.15999999999776e-05,"$area":1.15999999999776e-05},"id":"10004-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: 2.14ms, 0.00%<br />Exclusive time: 469&micro;s, 0.00%</p>","incl_time":0.0021351,"subname":"PPI::Token::Quote::Single::BEGIN@39","$color":4,"excl_time":0.000468600000000207,"$area":0.000468600000000207},"id":"10005-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: 26&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"PPI::Token::Quote::Single::BEGIN@37","$color":4,"excl_time":1.93999999999327e-05,"$area":1.93999999999327e-05},"id":"10006-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: 405&micro;s, 0.00%<br />Exclusive time: 284&micro;s, 0.00%</p>","incl_time":0.000405,"subname":"PPI::Token::Quote::Single::BEGIN@38","$color":4,"excl_time":0.000284200000000079,"$area":0.000284200000000079},"id":"10007-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: 19&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"PPI::Token::Quote::Single::BEGIN@42","$color":4,"excl_time":1.89e-05,"$area":1.89e-05},"id":"10008-PPI::Token::Quote::Single::BEGIN@42"}],"data":{"$area":0.000802700000000196},"id":"n10003"}],"data":{"$area":0.00349730000000067},"id":"n9979"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"PPI::Token::Prototype::BEGIN@53","$color":6,"excl_time":1.4e-05,"$area":1.4e-05},"id":"10010-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: 66&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.55e-05,"subname":"PPI::Token::Prototype::BEGIN@52","$color":6,"excl_time":1.09999999999316e-05,"$area":1.09999999999316e-05},"id":"10011-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: 28&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"PPI::Token::Prototype::BEGIN@49","$color":6,"excl_time":2.28000000000026e-05,"$area":2.28000000000026e-05},"id":"10012-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"PPI::Token::Prototype::BEGIN@50","$color":6,"excl_time":5.7e-06,"$area":5.7e-06},"id":"10013-PPI::Token::Prototype::BEGIN@50"}],"data":{"$area":5.34999999999342e-05},"id":"n10009"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"PPI::Token::Attribute::BEGIN@35","$color":8,"excl_time":2.33000000001424e-05,"$area":2.33000000001424e-05},"id":"10015-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: 62&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.22e-05,"subname":"PPI::Token::Attribute::BEGIN@38","$color":8,"excl_time":1.08000000001873e-05,"$area":1.08000000001873e-05},"id":"10016-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: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"PPI::Token::Attribute::BEGIN@39","$color":8,"excl_time":1.33e-05,"$area":1.33e-05},"id":"10017-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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"PPI::Token::Attribute::BEGIN@36","$color":8,"excl_time":6.6e-06,"$area":6.6e-06},"id":"10018-PPI::Token::Attribute::BEGIN@36"}],"data":{"$area":5.40000000003297e-05},"id":"n10014"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"PPI::Token::Structure::BEGIN@43","$color":10,"excl_time":8.4e-06,"$area":8.4e-06},"id":"10020-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: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"PPI::Token::Structure::BEGIN@35","$color":10,"excl_time":1.26e-05,"$area":1.26e-05},"id":"10021-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"PPI::Token::Structure::BEGIN@31","$color":10,"excl_time":1.50000000000248e-05,"$area":1.50000000000248e-05},"id":"10022-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: 50&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.99e-05,"subname":"PPI::Token::Structure::BEGIN@42","$color":10,"excl_time":7.50000000011303e-06,"$area":7.50000000011303e-06},"id":"10023-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: 43&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"PPI::Token::Structure::BEGIN@34","$color":10,"excl_time":1.13000000001317e-05,"$area":1.13000000001317e-05},"id":"10024-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.8e-06,"subname":"PPI::Token::Structure::BEGIN@32","$color":10,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10025-PPI::Token::Structure::BEGIN@32"}],"data":{"$area":5.86000000002694e-05},"id":"n10019"},{"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: 385&micro;s, 0.00%<br />Exclusive time: 102&micro;s, 0.00%</p>","incl_time":0.0003851,"subname":"PPI::Token::Unknown::__TOKENIZER__on_char","$color":1,"excl_time":0.00010239999999992,"$area":0.00010239999999992},"id":"10027-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: 25&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"PPI::Token::Unknown::BEGIN@35","$color":1,"excl_time":1.85000000001902e-05,"$area":1.85000000001902e-05},"id":"10028-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: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"PPI::Token::Unknown::CORE:match","$color":1,"excl_time":1.27e-05,"$area":1.27e-05},"id":"10029-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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"PPI::Token::Unknown::BEGIN@31","$color":1,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10030-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Token::Unknown::BEGIN@32","$color":1,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10031-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.9e-06,"subname":"PPI::Token::Unknown::CORE:qr","$color":1,"excl_time":6.9e-06,"$area":6.9e-06},"id":"10032-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: 61&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"PPI::Token::Unknown::BEGIN@34","$color":1,"excl_time":7.09999999983785e-06,"$area":7.09999999983785e-06},"id":"10033-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"PPI::Token::Unknown::BEGIN@30","$color":1,"excl_time":1.47999999998611e-05,"$area":1.47999999998611e-05},"id":"10034-PPI::Token::Unknown::BEGIN@30"}],"data":{"$area":0.000169899999999809},"id":"n10026"},{"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: 19&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"PPI::Token::DashedWord::BEGIN@33","$color":3,"excl_time":1.88e-05,"$area":1.88e-05},"id":"10036-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: 88&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":8.84e-05,"subname":"PPI::Token::DashedWord::BEGIN@32","$color":3,"excl_time":1.38999999998006e-05,"$area":1.38999999998006e-05},"id":"10037-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: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"PPI::Token::DashedWord::BEGIN@30","$color":3,"excl_time":7.1e-06,"$area":7.1e-06},"id":"10038-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: 37&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":3.66e-05,"subname":"PPI::Token::DashedWord::BEGIN@29","$color":3,"excl_time":2.8600000000214e-05,"$area":2.8600000000214e-05},"id":"10039-PPI::Token::DashedWord::BEGIN@29"}],"data":{"$area":6.84000000000146e-05},"id":"n10035"},{"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: 8&micro;s, 0.00%</p>","incl_time":8.2e-06,"subname":"PPI::Token::Data::BEGIN@32","$color":5,"excl_time":8.2e-06,"$area":8.2e-06},"id":"10041-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: 71&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":7.06e-05,"subname":"PPI::Token::Data::BEGIN@34","$color":5,"excl_time":1.1400000000074e-05,"$area":1.1400000000074e-05},"id":"10042-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: 3.04ms, 0.00%<br />Exclusive time: 2.96ms, 0.00%</p>","incl_time":0.0030366,"subname":"PPI::Token::Data::BEGIN@31","$color":5,"excl_time":0.00296479999999982,"$area":0.00296479999999982},"id":"10043-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"PPI::Token::Data::BEGIN@30","$color":5,"excl_time":1.47000000001884e-05,"$area":1.47000000001884e-05},"id":"10044-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: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"PPI::Token::Data::BEGIN@35","$color":5,"excl_time":1.5e-05,"$area":1.5e-05},"id":"10045-PPI::Token::Data::BEGIN@35"}],"data":{"$area":0.00301410000000009},"id":"n10040"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::Cast::BEGIN@35","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10047-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: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"PPI::Token::Cast::BEGIN@38","$color":7,"excl_time":9.2e-06,"$area":9.2e-06},"id":"10048-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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"PPI::Token::Cast::BEGIN@34","$color":7,"excl_time":1.4599999999816e-05,"$area":1.4599999999816e-05},"id":"10049-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: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"PPI::Token::Cast::BEGIN@37","$color":7,"excl_time":6.80000000015553e-06,"$area":6.80000000015553e-06},"id":"10050-PPI::Token::Cast::BEGIN@37"}],"data":{"$area":3.42999999999715e-05},"id":"n10046"},{"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.72ms, 0.00%<br />Exclusive time: 1.61ms, 0.00%</p>","incl_time":0.0017228,"subname":"PPI::Token::Magic::BEGIN@46","$color":9,"excl_time":0.00161120000000012,"$area":0.00161120000000012},"id":"10052-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: 75&micro;s, 0.00%</p>","incl_time":7.47e-05,"subname":"PPI::Token::Magic::BEGIN@49","$color":9,"excl_time":7.47e-05,"$area":7.47e-05},"id":"10053-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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::Magic::BEGIN@45","$color":9,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10054-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: 92&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.25e-05,"subname":"PPI::Token::Magic::BEGIN@48","$color":9,"excl_time":1.4099999999966e-05,"$area":1.4099999999966e-05},"id":"10055-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"PPI::Token::Magic::BEGIN@44","$color":9,"excl_time":1.53000000000018e-05,"$area":1.53000000000018e-05},"id":"10056-PPI::Token::Magic::BEGIN@44"}],"data":{"$area":0.00171900000000009},"id":"n10051"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"PPI::Token::Pod::BEGIN@34","$color":0,"excl_time":1.34e-05,"$area":1.34e-05},"id":"10058-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: 59&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.87e-05,"subname":"PPI::Token::Pod::BEGIN@30","$color":0,"excl_time":1.03999999999989e-05,"$area":1.03999999999989e-05},"id":"10059-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: 44&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.42e-05,"subname":"PPI::Token::Pod::BEGIN@33","$color":0,"excl_time":7.5000000001104e-06,"$area":7.5000000001104e-06},"id":"10060-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: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"PPI::Token::Pod::BEGIN@29","$color":0,"excl_time":1.5499999999885e-05,"$area":1.5499999999885e-05},"id":"10061-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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Token::Pod::BEGIN@31","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10062-PPI::Token::Pod::BEGIN@31"}],"data":{"$area":5.04999999999943e-05},"id":"n10057"}],"data":{"$area":0.0380580000000048},"id":"n9736"},{"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: 58&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"PPI::Tokenizer::_get_line","$color":2,"excl_time":5.82e-05,"$area":5.82e-05},"id":"10064-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::Tokenizer::BEGIN@87","$color":2,"excl_time":5.2e-06,"$area":5.2e-06},"id":"10065-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":4.1e-06,"subname":"PPI::Tokenizer::BEGIN@91","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10066-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: 2.66ms, 0.00%<br />Exclusive time: 452&micro;s, 0.00%</p>","incl_time":0.002661,"subname":"PPI::Tokenizer::_process_next_char","$color":2,"excl_time":0.000451600000001415,"$area":0.000451600000001415},"id":"10067-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.02ms, 0.01%<br />Exclusive time: 364&micro;s, 0.00%</p>","incl_time":0.0040183,"subname":"PPI::Tokenizer::get_token","$color":2,"excl_time":0.000364200000001894,"$area":0.000364200000001894},"id":"10068-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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"PPI::Tokenizer::BEGIN@84","$color":2,"excl_time":5e-06,"$area":5e-06},"id":"10069-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: 475&micro;s, 0.00%<br />Exclusive time: 340&micro;s, 0.00%</p>","incl_time":0.0004746,"subname":"PPI::Tokenizer::new","$color":2,"excl_time":0.000340300000001745,"$area":0.000340300000001745},"id":"10070-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: 334&micro;s, 0.00%<br />Exclusive time: 241&micro;s, 0.00%</p>","incl_time":0.0003343,"subname":"PPI::Tokenizer::BEGIN@88","$color":2,"excl_time":0.000241299999999879,"$area":0.000241299999999879},"id":"10071-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: 25&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"PPI::Tokenizer::BEGIN@81","$color":2,"excl_time":2.04000000000955e-05,"$area":2.04000000000955e-05},"id":"10072-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: 20&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"PPI::Tokenizer::CORE:match","$color":2,"excl_time":2e-05,"$area":2e-05},"id":"10073-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: 150&micro;s, 0.00%</p>","incl_time":0.0001496,"subname":"PPI::Tokenizer::_finalize_token","$color":2,"excl_time":0.0001496,"$area":0.0001496},"id":"10074-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: 3.63ms, 0.01%<br />Exclusive time: 369&micro;s, 0.00%</p>","incl_time":0.003633,"subname":"PPI::Tokenizer::_process_next_line","$color":2,"excl_time":0.00036920000000307,"$area":0.00036920000000307},"id":"10075-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: 243&micro;s, 0.00%<br />Exclusive time: 102&micro;s, 0.00%</p>","incl_time":0.0002427,"subname":"PPI::Tokenizer::_previous_significant_tokens","$color":2,"excl_time":0.000101800000000556,"$area":0.000101800000000556},"id":"10076-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: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"PPI::Tokenizer::BEGIN@90","$color":2,"excl_time":7.30000000021929e-06,"$area":7.30000000021929e-06},"id":"10077-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: 72&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.19e-05,"subname":"PPI::Tokenizer::BEGIN@82","$color":2,"excl_time":1.30000000000271e-05,"$area":1.30000000000271e-05},"id":"10078-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::Tokenizer::BEGIN@85","$color":2,"excl_time":5.2e-06,"$area":5.2e-06},"id":"10079-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"PPI::Tokenizer::BEGIN@86","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"10080-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: 219&micro;s, 0.00%<br />Exclusive time: 161&micro;s, 0.00%</p>","incl_time":0.0002194,"subname":"PPI::Tokenizer::_fill_line","$color":2,"excl_time":0.000161199999995773,"$area":0.000161199999995773},"id":"10081-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.75e-05,"subname":"PPI::Tokenizer::_clean_eof","$color":2,"excl_time":3.75e-05,"$area":3.75e-05},"id":"10082-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"PPI::Tokenizer::BEGIN@83","$color":2,"excl_time":5.1e-06,"$area":5.1e-06},"id":"10083-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: 63&micro;s, 0.00%</p>","incl_time":6.26e-05,"subname":"PPI::Tokenizer::CORE:subst","$color":2,"excl_time":6.26e-05,"$area":6.26e-05},"id":"10084-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: 547&micro;s, 0.00%<br />Exclusive time: 159&micro;s, 0.00%</p>","incl_time":0.0005466,"subname":"PPI::Tokenizer::_new_token","$color":2,"excl_time":0.000158699999998893,"$area":0.000158699999998893},"id":"10085-PPI::Tokenizer::_new_token"}],"data":{"$area":0.00258630000000357},"id":"n10063"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"PPI::Exception::ParserRejection::BEGIN@7","$color":4,"excl_time":1.17e-05,"$area":1.17e-05},"id":"10088-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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"PPI::Exception::ParserRejection::BEGIN@6","$color":4,"excl_time":8.69999999999451e-06,"$area":8.69999999999451e-06},"id":"10089-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"PPI::Exception::ParserRejection::BEGIN@4","$color":4,"excl_time":5.6e-06,"$area":5.6e-06},"id":"10090-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: 28&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"PPI::Exception::ParserRejection::BEGIN@3","$color":4,"excl_time":2.00000000000973e-05,"$area":2.00000000000973e-05},"id":"10091-PPI::Exception::ParserRejection::BEGIN@3"}],"data":{"$area":4.60000000000918e-05},"id":"n10087"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.3e-06,"subname":"PPI::Exception::BEGIN@7","$color":6,"excl_time":6.3e-06,"$area":6.3e-06},"id":"10092-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: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"PPI::Exception::BEGIN@3","$color":6,"excl_time":1.67000000001654e-05,"$area":1.67000000001654e-05},"id":"10093-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: 29&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"PPI::Exception::BEGIN@6","$color":6,"excl_time":7.99999999996274e-06,"$area":7.99999999996274e-06},"id":"10094-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.43e-05,"subname":"PPI::Exception::BEGIN@4","$color":6,"excl_time":8.5999999998716e-06,"$area":8.5999999998716e-06},"id":"10095-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: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.43e-05,"subname":"PPI::Exception::ParserTimeout::BEGIN@6","$color":8,"excl_time":9.09999999981047e-06,"$area":9.09999999981047e-06},"id":"10097-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: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"PPI::Exception::ParserTimeout::BEGIN@3","$color":8,"excl_time":1.74999999999549e-05,"$area":1.74999999999549e-05},"id":"10098-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: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"PPI::Exception::ParserTimeout::BEGIN@7","$color":8,"excl_time":1.34e-05,"$area":1.34e-05},"id":"10099-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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"PPI::Exception::ParserTimeout::BEGIN@4","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"10100-PPI::Exception::ParserTimeout::BEGIN@4"}],"data":{"$area":4.44999999997653e-05},"id":"n10096"}],"data":{"$area":0.000130099999999857},"id":"n10086"},{"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: 78&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.84e-05,"subname":"PPI::Lexer::BEGIN@63","$color":10,"excl_time":7.89999999991561e-06,"$area":7.89999999991561e-06},"id":"10102-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.6e-06,"subname":"PPI::Lexer::BEGIN@59","$color":10,"excl_time":4.6e-06,"$area":4.6e-06},"id":"10103-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.3e-06,"subname":"PPI::Lexer::BEGIN@60","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10104-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.4e-06,"subname":"PPI::Lexer::BEGIN@57","$color":10,"excl_time":4.4e-06,"$area":4.4e-06},"id":"10105-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: 4.25ms, 0.01%<br />Exclusive time: 226&micro;s, 0.00%</p>","incl_time":0.004248,"subname":"PPI::Lexer::_get_token","$color":10,"excl_time":0.000225999999998254,"$area":0.000225999999998254},"id":"10106-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.24ms, 0.00%<br />Exclusive time: 347&micro;s, 0.00%</p>","incl_time":0.0012371,"subname":"PPI::Lexer::_lex_statement","$color":10,"excl_time":0.000346600000002537,"$area":0.000346600000002537},"id":"10107-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: 7.37ms, 0.01%<br />Exclusive time: 109&micro;s, 0.00%</p>","incl_time":0.0073718,"subname":"PPI::Lexer::lex_tokenizer","$color":10,"excl_time":0.000108900000000705,"$area":0.000108900000000705},"id":"10108-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: 14&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"PPI::Lexer::BEGIN@1052","$color":10,"excl_time":1.43e-05,"$area":1.43e-05},"id":"10109-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: 37&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"PPI::Lexer::BEGIN@361","$color":10,"excl_time":3.74e-05,"$area":3.74e-05},"id":"10110-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: 6.84ms, 0.01%<br />Exclusive time: 443&micro;s, 0.00%</p>","incl_time":0.0068413,"subname":"PPI::Lexer::_lex_document","$color":10,"excl_time":0.00044320000000248,"$area":0.00044320000000248},"id":"10111-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: 53&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.26e-05,"subname":"PPI::Lexer::BEGIN@58","$color":10,"excl_time":8.49999999978659e-06,"$area":8.49999999978659e-06},"id":"10112-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: 8.15ms, 0.01%<br />Exclusive time: 176&micro;s, 0.00%</p>","incl_time":0.0081486,"subname":"PPI::Lexer::lex_source","$color":10,"excl_time":0.000176399999998017,"$area":0.000176399999998017},"id":"10113-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: 630&micro;s, 0.00%<br />Exclusive time: 429&micro;s, 0.00%</p>","incl_time":0.0006301,"subname":"PPI::Lexer::_add_element","$color":10,"excl_time":0.000428900000009535,"$area":0.000428900000009535},"id":"10114-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: 529&micro;s, 0.00%<br />Exclusive time: 299&micro;s, 0.00%</p>","incl_time":0.0005287,"subname":"PPI::Lexer::_statement","$color":10,"excl_time":0.00029899999999889,"$area":0.00029899999999889},"id":"10115-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: 114&micro;s, 0.00%<br />Exclusive time: 94&micro;s, 0.00%</p>","incl_time":0.000114,"subname":"PPI::Lexer::new","$color":10,"excl_time":9.44000000001025e-05,"$area":9.44000000001025e-05},"id":"10116-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: 37&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"PPI::Lexer::_rollback","$color":10,"excl_time":3.69e-05,"$area":3.69e-05},"id":"10117-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: 51&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"PPI::Lexer::BEGIN@360","$color":10,"excl_time":1.19999999998777e-05,"$area":1.19999999998777e-05},"id":"10118-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: 57&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.67e-05,"subname":"PPI::Lexer::BEGIN@100","$color":10,"excl_time":1.03999999998343e-05,"$area":1.03999999998343e-05},"id":"10119-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.8e-06,"subname":"PPI::Lexer::BEGIN@97","$color":10,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10120-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: 56&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.56e-05,"subname":"PPI::Lexer::BEGIN@1051","$color":10,"excl_time":1.1600000000067e-05,"$area":1.1600000000067e-05},"id":"10121-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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"PPI::Lexer::BEGIN@56","$color":10,"excl_time":1.6499999999862e-05,"$area":1.6499999999862e-05},"id":"10122-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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"PPI::Lexer::BEGIN@64","$color":10,"excl_time":1.17e-05,"$area":1.17e-05},"id":"10123-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: 63&micro;s, 0.00%</p>","incl_time":6.27e-05,"subname":"PPI::Lexer::_add_delayed","$color":10,"excl_time":6.27e-05,"$area":6.27e-05},"id":"10124-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.58e-05,"subname":"PPI::Lexer::BEGIN@96","$color":10,"excl_time":6.80000000000875e-06,"$area":6.80000000000875e-06},"id":"10125-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: 20&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"PPI::Lexer::_clear","$color":10,"excl_time":1.96e-05,"$area":1.96e-05},"id":"10126-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":3.2e-06,"subname":"PPI::Lexer::BEGIN@61","$color":10,"excl_time":3.2e-06,"$area":3.2e-06},"id":"10127-PPI::Lexer::BEGIN@61"}],"data":{"$area":0.00239900000000987},"id":"n10101"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"PPI::Structure::List::BEGIN@43","$color":1,"excl_time":1.25e-05,"$area":1.25e-05},"id":"10130-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":5e-06,"subname":"PPI::Structure::List::BEGIN@39","$color":1,"excl_time":5e-06,"$area":5e-06},"id":"10131-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.1e-06,"subname":"PPI::Structure::List::BEGIN@40","$color":1,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10132-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.19e-05,"subname":"PPI::Structure::List::BEGIN@38","$color":1,"excl_time":1.83000000001185e-05,"$area":1.83000000001185e-05},"id":"10133-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: 79&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.87e-05,"subname":"PPI::Structure::List::BEGIN@42","$color":1,"excl_time":9.10000000021905e-06,"$area":9.10000000021905e-06},"id":"10134-PPI::Structure::List::BEGIN@42"}],"data":{"$area":4.90000000003376e-05},"id":"n10129"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"PPI::Structure::BEGIN@98","$color":3,"excl_time":1.18e-05,"$area":1.18e-05},"id":"10135-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: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.17e-05,"subname":"PPI::Structure::BEGIN@93","$color":3,"excl_time":8.00000000008565e-06,"$area":8.00000000008565e-06},"id":"10136-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: 446&micro;s, 0.00%<br />Exclusive time: 354&micro;s, 0.00%</p>","incl_time":0.0004463,"subname":"PPI::Structure::BEGIN@107","$color":3,"excl_time":0.000353899999999785,"$area":0.000353899999999785},"id":"10137-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":4.2e-06,"subname":"PPI::Structure::BEGIN@92","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"10138-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: 411&micro;s, 0.00%<br />Exclusive time: 296&micro;s, 0.00%</p>","incl_time":0.0004113,"subname":"PPI::Structure::BEGIN@110","$color":3,"excl_time":0.000296499999999585,"$area":0.000296499999999585},"id":"10139-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":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"10140-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: 371&micro;s, 0.00%<br />Exclusive time: 270&micro;s, 0.00%</p>","incl_time":0.000371,"subname":"PPI::Structure::BEGIN@106","$color":3,"excl_time":0.000270499999999719,"$area":0.000270499999999719},"id":"10141-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: 62&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":6.18e-05,"subname":"PPI::Structure::BEGIN@97","$color":3,"excl_time":1.7000000000044e-05,"$area":1.7000000000044e-05},"id":"10142-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"PPI::Structure::BEGIN@91","$color":3,"excl_time":1.53999999997912e-05,"$area":1.53999999997912e-05},"id":"10143-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: 422&micro;s, 0.00%<br />Exclusive time: 319&micro;s, 0.00%</p>","incl_time":0.0004219,"subname":"PPI::Structure::BEGIN@105","$color":3,"excl_time":0.000319200000000211,"$area":0.000319200000000211},"id":"10144-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: 388&micro;s, 0.00%<br />Exclusive time: 284&micro;s, 0.00%</p>","incl_time":0.0003875,"subname":"PPI::Structure::BEGIN@111","$color":3,"excl_time":0.000283700000000235,"$area":0.000283700000000235},"id":"10145-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: 591&micro;s, 0.00%<br />Exclusive time: 468&micro;s, 0.00%</p>","incl_time":0.0005906,"subname":"PPI::Structure::BEGIN@109","$color":3,"excl_time":0.00046840000000015,"$area":0.00046840000000015},"id":"10146-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: 286&micro;s, 0.00%<br />Exclusive time: 215&micro;s, 0.00%</p>","incl_time":0.0002861,"subname":"PPI::Structure::BEGIN@104","$color":3,"excl_time":0.000215000000000009,"$area":0.000215000000000009},"id":"10147-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.8e-06,"subname":"PPI::Structure::BEGIN@94","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10148-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: 356&micro;s, 0.00%<br />Exclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0003557,"subname":"PPI::Structure::BEGIN@108","$color":3,"excl_time":0.000259800000000184,"$area":0.000259800000000184},"id":"10149-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: 372&micro;s, 0.00%<br />Exclusive time: 274&micro;s, 0.00%</p>","incl_time":0.0003717,"subname":"PPI::Structure::BEGIN@112","$color":3,"excl_time":0.000273799999999905,"$area":0.000273799999999905},"id":"10150-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":4.3e-06,"subname":"PPI::Structure::Block::BEGIN@46","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10152-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: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.91e-05,"subname":"PPI::Structure::Block::BEGIN@48","$color":5,"excl_time":7.00000000013166e-06,"$area":7.00000000013166e-06},"id":"10153-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"PPI::Structure::Block::BEGIN@45","$color":5,"excl_time":1.49000000001884e-05,"$area":1.49000000001884e-05},"id":"10154-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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"PPI::Structure::Block::BEGIN@49","$color":5,"excl_time":9.7e-06,"$area":9.7e-06},"id":"10155-PPI::Structure::Block::BEGIN@49"}],"data":{"$area":3.59000000003201e-05},"id":"n10151"},{"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: 60&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.96e-05,"subname":"PPI::Structure::Constructor::BEGIN@38","$color":7,"excl_time":1.29000000000449e-05,"$area":1.29000000000449e-05},"id":"10157-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"PPI::Structure::Constructor::BEGIN@36","$color":7,"excl_time":5.1e-06,"$area":5.1e-06},"id":"10158-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: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"PPI::Structure::Constructor::BEGIN@35","$color":7,"excl_time":1.96000000002123e-05,"$area":1.96000000002123e-05},"id":"10159-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: 12&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"PPI::Structure::Constructor::BEGIN@39","$color":7,"excl_time":1.2e-05,"$area":1.2e-05},"id":"10160-PPI::Structure::Constructor::BEGIN@39"}],"data":{"$area":4.96000000002572e-05},"id":"n10156"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"PPI::Structure::Condition::BEGIN@44","$color":9,"excl_time":1.76e-05,"$area":1.76e-05},"id":"10162-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"PPI::Structure::Condition::BEGIN@40","$color":9,"excl_time":1.54000000001884e-05,"$area":1.54000000001884e-05},"id":"10163-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: 60&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"PPI::Structure::Condition::BEGIN@43","$color":9,"excl_time":1.02999999997892e-05,"$area":1.02999999997892e-05},"id":"10164-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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"PPI::Structure::Condition::BEGIN@41","$color":9,"excl_time":6.5e-06,"$area":6.5e-06},"id":"10165-PPI::Structure::Condition::BEGIN@41"}],"data":{"$area":4.97999999999776e-05},"id":"n10161"},{"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: 57&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.69e-05,"subname":"PPI::Structure::When::BEGIN@39","$color":0,"excl_time":9.49999999985823e-06,"$area":9.49999999985823e-06},"id":"10167-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: 12&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"PPI::Structure::When::BEGIN@40","$color":0,"excl_time":1.25e-05,"$area":1.25e-05},"id":"10168-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"PPI::Structure::When::BEGIN@37","$color":0,"excl_time":5.5e-06,"$area":5.5e-06},"id":"10169-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: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"PPI::Structure::When::BEGIN@36","$color":0,"excl_time":1.89000000000486e-05,"$area":1.89000000000486e-05},"id":"10170-PPI::Structure::When::BEGIN@36"}],"data":{"$area":4.63999999999069e-05},"id":"n10166"},{"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: 65&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"PPI::Structure::Subscript::BEGIN@44","$color":2,"excl_time":9.7999999999555e-06,"$area":9.7999999999555e-06},"id":"10172-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: 26&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.6e-05,"subname":"PPI::Structure::Subscript::BEGIN@41","$color":2,"excl_time":2.13000000001424e-05,"$area":2.13000000001424e-05},"id":"10173-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: 18&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"PPI::Structure::Subscript::BEGIN@45","$color":2,"excl_time":1.81e-05,"$area":1.81e-05},"id":"10174-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"PPI::Structure::Subscript::BEGIN@42","$color":2,"excl_time":5.3e-06,"$area":5.3e-06},"id":"10175-PPI::Structure::Subscript::BEGIN@42"}],"data":{"$area":5.45000000000979e-05},"id":"n10171"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"PPI::Structure::Unknown::BEGIN@42","$color":4,"excl_time":2.00000000000486e-05,"$area":2.00000000000486e-05},"id":"10177-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: 59&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.92e-05,"subname":"PPI::Structure::Unknown::BEGIN@45","$color":4,"excl_time":1.06999999998821e-05,"$area":1.06999999998821e-05},"id":"10178-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"PPI::Structure::Unknown::BEGIN@43","$color":4,"excl_time":5.8e-06,"$area":5.8e-06},"id":"10179-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: 15&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"PPI::Structure::Unknown::BEGIN@46","$color":4,"excl_time":1.47e-05,"$area":1.47e-05},"id":"10180-PPI::Structure::Unknown::BEGIN@46"}],"data":{"$area":5.11999999999307e-05},"id":"n10176"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"PPI::Structure::For::BEGIN@37","$color":6,"excl_time":4.6e-06,"$area":4.6e-06},"id":"10182-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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"PPI::Structure::For::BEGIN@40","$color":6,"excl_time":1.15e-05,"$area":1.15e-05},"id":"10183-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: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"PPI::Structure::For::BEGIN@36","$color":6,"excl_time":1.88000000001654e-05,"$area":1.88000000001654e-05},"id":"10184-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: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.36e-05,"subname":"PPI::Structure::For::BEGIN@39","$color":6,"excl_time":8.5000000000909e-06,"$area":8.5000000000909e-06},"id":"10185-PPI::Structure::For::BEGIN@39"}],"data":{"$area":4.34000000002563e-05},"id":"n10181"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"PPI::Structure::Given::BEGIN@36","$color":8,"excl_time":2.02000000000018e-05,"$area":2.02000000000018e-05},"id":"10187-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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"PPI::Structure::Given::BEGIN@37","$color":8,"excl_time":6.1e-06,"$area":6.1e-06},"id":"10188-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: 12&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"PPI::Structure::Given::BEGIN@40","$color":8,"excl_time":1.24e-05,"$area":1.24e-05},"id":"10189-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: 53&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.34e-05,"subname":"PPI::Structure::Given::BEGIN@39","$color":8,"excl_time":1.21000000000891e-05,"$area":1.21000000000891e-05},"id":"10190-PPI::Structure::Given::BEGIN@39"}],"data":{"$area":5.08000000000909e-05},"id":"n10186"}],"data":{"$area":0.00323490000000088},"id":"n10128"},{"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: 287&micro;s, 0.00%<br />Exclusive time: 222&micro;s, 0.00%</p>","incl_time":0.0002867,"subname":"PPI::Node::__ANON__[(eval 1518)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":10,"excl_time":0.000222000000009963,"$area":0.000222000000009963},"id":"10192-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"PPI::Node::BEGIN@56","$color":10,"excl_time":5.6e-06,"$area":5.6e-06},"id":"10193-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: 175&micro;s, 0.00%<br />Exclusive time: 114&micro;s, 0.00%</p>","incl_time":0.0001752,"subname":"PPI::Node::add_element","$color":10,"excl_time":0.000114000000002903,"$area":0.000114000000002903},"id":"10194-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: 269&micro;s, 0.00%<br />Exclusive time: 207&micro;s, 0.00%</p>","incl_time":0.0002694,"subname":"PPI::Node::__ANON__[(eval 1519)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":10,"excl_time":0.00020660000000863,"$area":0.00020660000000863},"id":"10195-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.74ms, 0.00%<br />Exclusive time: 2.41ms, 0.00%</p>","incl_time":0.0027379,"subname":"PPI::Node::_wanted","$color":10,"excl_time":0.00240990000000078,"$area":0.00240990000000078},"id":"10196-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: 261&micro;s, 0.00%<br />Exclusive time: 202&micro;s, 0.00%</p>","incl_time":0.0002611,"subname":"PPI::Node::__ANON__[(eval 1520)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":10,"excl_time":0.000202100000009073,"$area":0.000202100000009073},"id":"10197-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: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"PPI::Node::BEGIN@54","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10198-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"PPI::Node::BEGIN@52","$color":10,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10199-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: 79&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.93e-05,"subname":"PPI::Node::BEGIN@58","$color":10,"excl_time":1.00000000001722e-05,"$area":1.00000000001722e-05},"id":"10200-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: 126&micro;s, 0.00%<br />Exclusive time: 115&micro;s, 0.00%</p>","incl_time":0.0001264,"subname":"PPI::Node::schild","$color":10,"excl_time":0.000114799999998556,"$area":0.000114799999998556},"id":"10201-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: 587&micro;s, 0.00%<br />Exclusive time: 408&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 52&micro;s</p>","incl_time":0.0005874,"subname":"PPI::Node::DESTROY","$color":10,"excl_time":0.000407899999999125,"$area":0.000407899999999125},"id":"10202-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: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"PPI::Node::BEGIN@53","$color":10,"excl_time":7.19999999982472e-06,"$area":7.19999999982472e-06},"id":"10203-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: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"PPI::Node::BEGIN@59","$color":10,"excl_time":1.42e-05,"$area":1.42e-05},"id":"10204-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: 301&micro;s, 0.00%<br />Exclusive time: 227&micro;s, 0.00%</p>","incl_time":0.0003007,"subname":"PPI::Node::__ANON__[(eval 1521)[/Users/edenc/perl5/lib/perl5/PPI/Node.pm:654]:4]","$color":10,"excl_time":0.000227400000004942,"$area":0.000227400000004942},"id":"10205-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: 229&micro;s, 0.00%</p>","incl_time":0.0002286,"subname":"PPI::Node::new","$color":10,"excl_time":0.0002286,"$area":0.0002286},"id":"10206-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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"PPI::Node::BEGIN@51","$color":10,"excl_time":1.57000000000256e-05,"$area":1.57000000000256e-05},"id":"10207-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.15e-05,"subname":"PPI::Node::first_element","$color":10,"excl_time":3.15e-05,"$area":3.15e-05},"id":"10208-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.96ms, 0.01%<br />Exclusive time: 1.84ms, 0.00%</p>","incl_time":0.0059556,"subname":"PPI::Node::find","$color":10,"excl_time":0.00184080000003378,"$area":0.00184080000003378},"id":"10209-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: 55&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.54e-05,"subname":"PPI::Node::BEGIN@55","$color":10,"excl_time":1.11999999999502e-05,"$area":1.11999999999502e-05},"id":"10210-PPI::Node::BEGIN@55"}],"data":{"$area":0.00607750000006772},"id":"n10191"},{"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: 45&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.5e-05,"subname":"PPI::Element::BEGIN@26","$color":1,"excl_time":1.16999999998751e-05,"$area":1.16999999998751e-05},"id":"10212-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: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"PPI::Element::BEGIN@46","$color":1,"excl_time":6.60000000008039e-06,"$area":6.60000000008039e-06},"id":"10213-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.13ms, 0.00%<br />Exclusive time: 725&micro;s, 0.00%</p>","incl_time":0.0011317,"subname":"PPI::Element::next_sibling","$color":1,"excl_time":0.000724699999987076,"$area":0.000724699999987076},"id":"10214-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: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"PPI::Element::BEGIN@43","$color":1,"excl_time":6.90000000003351e-06,"$area":6.90000000003351e-06},"id":"10215-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":6.4e-06,"subname":"PPI::Element::BEGIN@33","$color":1,"excl_time":6.4e-06,"$area":6.4e-06},"id":"10216-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: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"PPI::Element::BEGIN@44","$color":1,"excl_time":7.10000000012728e-06,"$area":7.10000000012728e-06},"id":"10217-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: 3.09ms, 0.00%<br />Exclusive time: 2.88ms, 0.00%</p>","incl_time":0.0030911,"subname":"PPI::Element::BEGIN@30","$color":1,"excl_time":0.00287539999999996,"$area":0.00287539999999996},"id":"10218-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: 46&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"PPI::Element::BEGIN@27","$color":1,"excl_time":1.02000000001803e-05,"$area":1.02000000001803e-05},"id":"10219-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: 50&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.97e-05,"subname":"PPI::Element::BEGIN@41","$color":1,"excl_time":1.17000000000175e-05,"$area":1.17000000000175e-05},"id":"10220-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":4.3e-06,"subname":"PPI::Element::BEGIN@28","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10221-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: 93&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":9.26e-05,"subname":"PPI::Element::clone","$color":1,"excl_time":3.94999999998609e-05,"$area":3.94999999998609e-05},"id":"10222-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: 296&micro;s, 0.00%<br />Exclusive time: 256&micro;s, 0.00%</p>","incl_time":0.0002956,"subname":"PPI::Element::DESTROY","$color":1,"excl_time":0.000256300000000813,"$area":0.000256300000000813},"id":"10223-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: 39&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"PPI::Element::parent","$color":1,"excl_time":3.50999999985996e-05,"$area":3.50999999985996e-05},"id":"10224-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: 253&micro;s, 0.00%<br />Exclusive time: 185&micro;s, 0.00%</p>","incl_time":0.0002535,"subname":"PPI::Element::first_token","$color":1,"excl_time":0.000185200000007417,"$area":0.000185200000007417},"id":"10225-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.80ms, 0.00%<br />Exclusive time: 448&micro;s, 0.00%</p>","incl_time":0.001801,"subname":"PPI::Element::next_token","$color":1,"excl_time":0.000448200000001956,"$area":0.000448200000001956},"id":"10226-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"PPI::Element::BEGIN@24","$color":1,"excl_time":1.56000000001185e-05,"$area":1.56000000001185e-05},"id":"10227-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: 884&micro;s, 0.00%<br />Exclusive time: 334&micro;s, 0.00%</p>","incl_time":0.0008836,"subname":"PPI::Element::BEGIN@25","$color":1,"excl_time":0.000333500000000557,"$area":0.000333500000000557},"id":"10228-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: 32&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"PPI::Element::BEGIN@45","$color":1,"excl_time":8.0999999999875e-06,"$area":8.0999999999875e-06},"id":"10229-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: 56&micro;s, 0.00%</p>","incl_time":5.65e-05,"subname":"PPI::Element::significant","$color":1,"excl_time":5.65e-05,"$area":5.65e-05},"id":"10230-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: 80&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.95e-05,"subname":"PPI::Element::BEGIN@32","$color":1,"excl_time":1.33999999998201e-05,"$area":1.33999999998201e-05},"id":"10231-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.89e-05,"subname":"PPI::Element::class","$color":1,"excl_time":8.89e-05,"$area":8.89e-05},"id":"10232-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: 247&micro;s, 0.00%<br />Exclusive time: 152&micro;s, 0.00%</p>","incl_time":0.0002468,"subname":"PPI::Element::snext_sibling","$color":1,"excl_time":0.00015160000000348,"$area":0.00015160000000348},"id":"10233-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"PPI::Element::BEGIN@29","$color":1,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10234-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.3e-05,"subname":"PPI::Element::BEGIN@42","$color":1,"excl_time":6.90000000008215e-06,"$area":6.90000000008215e-06},"id":"10235-PPI::Element::BEGIN@42"}],"data":{"$area":0.00530740000000004},"id":"n10211"},{"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: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"PPI::Statement::Break::BEGIN@43","$color":3,"excl_time":7.19999999987511e-06,"$area":7.19999999987511e-06},"id":"10238-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.83e-05,"subname":"PPI::Statement::Break::BEGIN@40","$color":3,"excl_time":1.5099999999908e-05,"$area":1.5099999999908e-05},"id":"10239-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: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"PPI::Statement::Break::BEGIN@44","$color":3,"excl_time":1.01e-05,"$area":1.01e-05},"id":"10240-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.4e-06,"subname":"PPI::Statement::Break::BEGIN@41","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"10241-PPI::Statement::Break::BEGIN@41"}],"data":{"$area":3.67999999997831e-05},"id":"n10237"},{"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.08ms, 0.00%<br />Exclusive time: 701&micro;s, 0.00%</p>","incl_time":0.0010763,"subname":"PPI::Statement::BEGIN@167","$color":5,"excl_time":0.000700600000000243,"$area":0.000700600000000243},"id":"10242-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":4.3e-06,"subname":"PPI::Statement::BEGIN@171","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10243-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"PPI::Statement::BEGIN@153","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10244-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: 856&micro;s, 0.00%<br />Exclusive time: 737&micro;s, 0.00%</p>","incl_time":0.0008565,"subname":"PPI::Statement::BEGIN@175","$color":5,"excl_time":0.000737499999999798,"$area":0.000737499999999798},"id":"10245-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: 377&micro;s, 0.00%<br />Exclusive time: 300&micro;s, 0.00%</p>","incl_time":0.0003767,"subname":"PPI::Statement::BEGIN@169","$color":5,"excl_time":0.000299900000000456,"$area":0.000299900000000456},"id":"10246-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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"PPI::Statement::BEGIN@150","$color":5,"excl_time":4.6e-06,"$area":4.6e-06},"id":"10247-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: 347&micro;s, 0.00%<br />Exclusive time: 274&micro;s, 0.00%</p>","incl_time":0.0003468,"subname":"PPI::Statement::BEGIN@162","$color":5,"excl_time":0.000273500000000501,"$area":0.000273500000000501},"id":"10248-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: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"PPI::Statement::__LEXER__normal","$color":5,"excl_time":1.34e-05,"$area":1.34e-05},"id":"10249-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: 281&micro;s, 0.00%<br />Exclusive time: 208&micro;s, 0.00%</p>","incl_time":0.0002807,"subname":"PPI::Statement::BEGIN@173","$color":5,"excl_time":0.000207900000000127,"$area":0.000207900000000127},"id":"10250-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: 258&micro;s, 0.00%<br />Exclusive time: 188&micro;s, 0.00%</p>","incl_time":0.0002577,"subname":"PPI::Statement::BEGIN@166","$color":5,"excl_time":0.000187699999999986,"$area":0.000187699999999986},"id":"10251-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":4e-06,"subname":"PPI::Statement::BEGIN@152","$color":5,"excl_time":4e-06,"$area":4e-06},"id":"10252-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: 49&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"PPI::Statement::BEGIN@149","$color":5,"excl_time":4.09000000000504e-05,"$area":4.09000000000504e-05},"id":"10253-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: 315&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0003147,"subname":"PPI::Statement::BEGIN@174","$color":5,"excl_time":0.000200200000000427,"$area":0.000200200000000427},"id":"10254-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: 282&micro;s, 0.00%<br />Exclusive time: 205&micro;s, 0.00%</p>","incl_time":0.0002816,"subname":"PPI::Statement::BEGIN@168","$color":5,"excl_time":0.000205499999999755,"$area":0.000205499999999755},"id":"10255-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: 274&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0002741,"subname":"PPI::Statement::BEGIN@165","$color":5,"excl_time":0.000200200000000151,"$area":0.000200200000000151},"id":"10256-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: 1000&micro;s, 0.00%<br />Exclusive time: 314&micro;s, 0.00%</p>","incl_time":0.0009996,"subname":"PPI::Statement::BEGIN@170","$color":5,"excl_time":0.000313699999999428,"$area":0.000313699999999428},"id":"10257-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: 55&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.46e-05,"subname":"PPI::Statement::BEGIN@151","$color":5,"excl_time":9.29999999997412e-06,"$area":9.29999999997412e-06},"id":"10258-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: 285&micro;s, 0.00%<br />Exclusive time: 209&micro;s, 0.00%</p>","incl_time":0.0002846,"subname":"PPI::Statement::BEGIN@164","$color":5,"excl_time":0.000208500000000199,"$area":0.000208500000000199},"id":"10259-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: 63&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.32e-05,"subname":"PPI::Statement::BEGIN@155","$color":5,"excl_time":8.60000000009528e-06,"$area":8.60000000009528e-06},"id":"10260-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: 14&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"PPI::Statement::BEGIN@156","$color":5,"excl_time":1.44e-05,"$area":1.44e-05},"id":"10261-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: 344&micro;s, 0.00%<br />Exclusive time: 268&micro;s, 0.00%</p>","incl_time":0.0003445,"subname":"PPI::Statement::BEGIN@172","$color":5,"excl_time":0.000267799999999848,"$area":0.000267799999999848},"id":"10262-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: 464&micro;s, 0.00%<br />Exclusive time: 361&micro;s, 0.00%</p>","incl_time":0.0004636,"subname":"PPI::Statement::BEGIN@176","$color":5,"excl_time":0.000361399999999837,"$area":0.000361399999999837},"id":"10263-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: 390&micro;s, 0.00%<br />Exclusive time: 325&micro;s, 0.00%</p>","incl_time":0.0003898,"subname":"PPI::Statement::new","$color":5,"excl_time":0.000325200000000474,"$area":0.000325200000000474},"id":"10264-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: 684&micro;s, 0.00%<br />Exclusive time: 593&micro;s, 0.00%</p>","incl_time":0.0006835,"subname":"PPI::Statement::BEGIN@163","$color":5,"excl_time":0.000592899999999948,"$area":0.000592899999999948},"id":"10265-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: 7&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"PPI::Statement::Expression::BEGIN@41","$color":7,"excl_time":6.59999999978133e-06,"$area":6.59999999978133e-06},"id":"10267-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.6e-06,"subname":"PPI::Statement::Expression::BEGIN@39","$color":7,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10268-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"PPI::Statement::Expression::BEGIN@38","$color":7,"excl_time":1.48999999998611e-05,"$area":1.48999999998611e-05},"id":"10269-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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"PPI::Statement::Expression::BEGIN@42","$color":7,"excl_time":9.3e-06,"$area":9.3e-06},"id":"10270-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: 164&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001636,"subname":"PPI::Statement::Expression::TCUnion::BEGIN@831","$color":9,"excl_time":2.21000000002054e-05,"$area":2.21000000002054e-05},"id":"10272-PPI::Statement::Expression::TCUnion::BEGIN@831"}],"data":{"$area":2.21000000002054e-05},"id":"n10271"},{"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: 187&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001874,"subname":"PPI::Statement::Expression::TCParams::BEGIN@871","$color":0,"excl_time":1.72999999999381e-05,"$area":1.72999999999381e-05},"id":"10274-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: 117&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001173,"subname":"PPI::Statement::Expression::TCParams::BEGIN@841","$color":0,"excl_time":1.25999999999314e-05,"$area":1.25999999999314e-05},"id":"10275-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: 9.43ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0094312,"subname":"PPI::Statement::Expression::TCParams::BEGIN@842","$color":0,"excl_time":1.77999999998735e-05,"$area":1.77999999998735e-05},"id":"10276-PPI::Statement::Expression::TCParams::BEGIN@842"}],"data":{"$area":4.7699999999743e-05},"id":"n10273"}],"data":{"$area":0.000104199999999591},"id":"n10266"},{"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: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@50","$color":2,"excl_time":7.19999999980522e-06,"$area":7.19999999980522e-06},"id":"10278-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@47","$color":2,"excl_time":1.5099999999908e-05,"$area":1.5099999999908e-05},"id":"10279-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":4.1e-06,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@48","$color":2,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10280-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":9.4e-06,"subname":"PPI::Statement::UnmatchedBrace::BEGIN@51","$color":2,"excl_time":9.4e-06,"$area":9.4e-06},"id":"10281-PPI::Statement::UnmatchedBrace::BEGIN@51"}],"data":{"$area":3.57999999997132e-05},"id":"n10277"},{"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.6e-06,"subname":"PPI::Statement::End::BEGIN@48","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10283-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: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"PPI::Statement::End::BEGIN@47","$color":4,"excl_time":1.51000000001884e-05,"$area":1.51000000001884e-05},"id":"10284-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: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"PPI::Statement::End::BEGIN@50","$color":4,"excl_time":6.79999999996975e-06,"$area":6.79999999996975e-06},"id":"10285-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":9.5e-06,"subname":"PPI::Statement::End::BEGIN@51","$color":4,"excl_time":9.5e-06,"$area":9.5e-06},"id":"10286-PPI::Statement::End::BEGIN@51"}],"data":{"$area":3.50000000001582e-05},"id":"n10282"},{"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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"PPI::Statement::Include::BEGIN@51","$color":6,"excl_time":8.09999999980434e-06,"$area":8.09999999980434e-06},"id":"10288-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"PPI::Statement::Include::BEGIN@47","$color":6,"excl_time":1.49000000001884e-05,"$area":1.49000000001884e-05},"id":"10289-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":4.1e-06,"subname":"PPI::Statement::Include::BEGIN@48","$color":6,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10290-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: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"PPI::Statement::Include::BEGIN@52","$color":6,"excl_time":1.65e-05,"$area":1.65e-05},"id":"10291-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: 297&micro;s, 0.00%<br />Exclusive time: 222&micro;s, 0.00%</p>","incl_time":0.0002971,"subname":"PPI::Statement::Include::BEGIN@49","$color":6,"excl_time":0.000221999999999894,"$area":0.000221999999999894},"id":"10292-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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"PPI::Statement::Include::Perl6::BEGIN@41","$color":8,"excl_time":1.80999999999779e-05,"$area":1.80999999999779e-05},"id":"10294-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":9.4e-06,"subname":"PPI::Statement::Include::Perl6::BEGIN@45","$color":8,"excl_time":9.4e-06,"$area":9.4e-06},"id":"10295-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: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"PPI::Statement::Include::Perl6::BEGIN@44","$color":8,"excl_time":7.19999999992199e-06,"$area":7.19999999992199e-06},"id":"10296-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":4.1e-06,"subname":"PPI::Statement::Include::Perl6::BEGIN@42","$color":8,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10297-PPI::Statement::Include::Perl6::BEGIN@42"}],"data":{"$area":3.87999999998999e-05},"id":"n10293"}],"data":{"$area":0.000304399999999787},"id":"n10287"},{"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.38e-05,"subname":"PPI::Statement::Compound::BEGIN@57","$color":10,"excl_time":1.38e-05,"$area":1.38e-05},"id":"10299-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"PPI::Statement::Compound::BEGIN@53","$color":10,"excl_time":1.46000000001884e-05,"$area":1.46000000001884e-05},"id":"10300-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.7e-06,"subname":"PPI::Statement::Compound::BEGIN@54","$color":10,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10301-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: 55&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.54e-05,"subname":"PPI::Statement::Compound::BEGIN@56","$color":10,"excl_time":1.03999999999272e-05,"$area":1.03999999999272e-05},"id":"10302-PPI::Statement::Compound::BEGIN@56"}],"data":{"$area":4.25000000001157e-05},"id":"n10298"},{"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: 56&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.59e-05,"subname":"PPI::Statement::When::BEGIN@47","$color":1,"excl_time":9.29999999988123e-06,"$area":9.29999999988123e-06},"id":"10304-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: 18&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"PPI::Statement::When::BEGIN@48","$color":1,"excl_time":1.78e-05,"$area":1.78e-05},"id":"10305-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"PPI::Statement::When::BEGIN@45","$color":1,"excl_time":5.1e-06,"$area":5.1e-06},"id":"10306-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: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"PPI::Statement::When::BEGIN@44","$color":1,"excl_time":1.92000000002123e-05,"$area":1.92000000002123e-05},"id":"10307-PPI::Statement::When::BEGIN@44"}],"data":{"$area":5.14000000000935e-05},"id":"n10303"},{"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.8e-06,"subname":"PPI::Statement::Null::BEGIN@44","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10309-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: 10&micro;s, 0.00%</p>","incl_time":9.8e-06,"subname":"PPI::Statement::Null::BEGIN@47","$color":3,"excl_time":9.8e-06,"$area":9.8e-06},"id":"10310-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"PPI::Statement::Null::BEGIN@43","$color":3,"excl_time":1.49999999997912e-05,"$area":1.49999999997912e-05},"id":"10311-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: 44&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"PPI::Statement::Null::BEGIN@46","$color":3,"excl_time":6.19999999985385e-06,"$area":6.19999999985385e-06},"id":"10312-PPI::Statement::Null::BEGIN@46"}],"data":{"$area":3.47999999996451e-05},"id":"n10308"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"PPI::Statement::Unknown::BEGIN@35","$color":5,"excl_time":1.53000000000248e-05,"$area":1.53000000000248e-05},"id":"10314-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: 10&micro;s, 0.00%</p>","incl_time":1.01e-05,"subname":"PPI::Statement::Unknown::BEGIN@39","$color":5,"excl_time":1.01e-05,"$area":1.01e-05},"id":"10315-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":4.4e-06,"subname":"PPI::Statement::Unknown::BEGIN@36","$color":5,"excl_time":4.4e-06,"$area":4.4e-06},"id":"10316-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: 82&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.17e-05,"subname":"PPI::Statement::Unknown::BEGIN@38","$color":5,"excl_time":7.50000000019779e-06,"$area":7.50000000019779e-06},"id":"10317-PPI::Statement::Unknown::BEGIN@38"}],"data":{"$area":3.73000000002225e-05},"id":"n10313"},{"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":4.9e-06,"subname":"PPI::Statement::Data::BEGIN@44","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"10319-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: 9&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"PPI::Statement::Data::BEGIN@47","$color":7,"excl_time":9.3e-06,"$area":9.3e-06},"id":"10320-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: 18&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"PPI::Statement::Data::BEGIN@43","$color":7,"excl_time":1.81999999999549e-05,"$area":1.81999999999549e-05},"id":"10321-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: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.02e-05,"subname":"PPI::Statement::Data::BEGIN@46","$color":7,"excl_time":6.8999999998751e-06,"$area":6.8999999998751e-06},"id":"10322-PPI::Statement::Data::BEGIN@46"}],"data":{"$area":3.929999999983e-05},"id":"n10318"},{"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":4.3e-06,"subname":"PPI::Statement::Package::BEGIN@68","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10324-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: 14&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"PPI::Statement::Package::BEGIN@71","$color":9,"excl_time":1.37e-05,"$area":1.37e-05},"id":"10325-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"PPI::Statement::Package::BEGIN@67","$color":9,"excl_time":1.52000000001884e-05,"$area":1.52000000001884e-05},"id":"10326-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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"PPI::Statement::Package::BEGIN@70","$color":9,"excl_time":7.60000000010865e-06,"$area":7.60000000010865e-06},"id":"10327-PPI::Statement::Package::BEGIN@70"}],"data":{"$area":4.08000000002971e-05},"id":"n10323"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"PPI::Statement::Variable::BEGIN@46","$color":0,"excl_time":1.42e-05,"$area":1.42e-05},"id":"10329-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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"PPI::Statement::Variable::BEGIN@43","$color":0,"excl_time":7e-06,"$area":7e-06},"id":"10330-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: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.25e-05,"subname":"PPI::Statement::Variable::BEGIN@42","$color":0,"excl_time":8.3999999998521e-06,"$area":8.3999999998521e-06},"id":"10331-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"PPI::Statement::Variable::BEGIN@41","$color":0,"excl_time":1.39000000001884e-05,"$area":1.39000000001884e-05},"id":"10332-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: 38&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"PPI::Statement::Variable::BEGIN@45","$color":0,"excl_time":6.299999999968e-06,"$area":6.299999999968e-06},"id":"10333-PPI::Statement::Variable::BEGIN@45"}],"data":{"$area":4.98000000000085e-05},"id":"n10328"},{"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: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"PPI::Statement::Sub::BEGIN@33","$color":2,"excl_time":1.37999999999779e-05,"$area":1.37999999999779e-05},"id":"10335-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: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"PPI::Statement::Sub::BEGIN@38","$color":2,"excl_time":6.59999999992112e-06,"$area":6.59999999992112e-06},"id":"10336-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":2,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10337-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: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"PPI::Statement::Sub::BEGIN@39","$color":2,"excl_time":8.9e-06,"$area":8.9e-06},"id":"10338-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: 45&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.5e-05,"subname":"PPI::Statement::Sub::BEGIN@35","$color":2,"excl_time":8.39999999994675e-06,"$area":8.39999999994675e-06},"id":"10339-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":4e-06,"subname":"PPI::Statement::Sub::BEGIN@36","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"10340-PPI::Statement::Sub::BEGIN@36"}],"data":{"$area":4.53999999998457e-05},"id":"n10334"},{"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: 44&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"PPI::Statement::Given::BEGIN@39","$color":4,"excl_time":6.89999999999363e-06,"$area":6.89999999999363e-06},"id":"10342-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: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"PPI::Statement::Given::BEGIN@40","$color":4,"excl_time":9.7e-06,"$area":9.7e-06},"id":"10343-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"PPI::Statement::Given::BEGIN@36","$color":4,"excl_time":1.56999999999549e-05,"$area":1.56999999999549e-05},"id":"10344-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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"PPI::Statement::Given::BEGIN@37","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"10345-PPI::Statement::Given::BEGIN@37"}],"data":{"$area":3.62999999999485e-05},"id":"n10341"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"PPI::Statement::Scheduled::BEGIN@60","$color":6,"excl_time":1.02e-05,"$area":1.02e-05},"id":"10347-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: 617&micro;s, 0.00%<br />Exclusive time: 501&micro;s, 0.00%</p>","incl_time":0.000617,"subname":"PPI::Statement::Scheduled::BEGIN@57","$color":6,"excl_time":0.000500599999999539,"$area":0.000500599999999539},"id":"10348-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"PPI::Statement::Scheduled::BEGIN@59","$color":6,"excl_time":8.19999999978134e-06,"$area":8.19999999978134e-06},"id":"10349-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"PPI::Statement::Scheduled::BEGIN@56","$color":6,"excl_time":1.4599999999908e-05,"$area":1.4599999999908e-05},"id":"10350-PPI::Statement::Scheduled::BEGIN@56"}],"data":{"$area":0.000533599999999229},"id":"n10346"}],"data":{"$area":0.00661289999999956},"id":"n10236"},{"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: 31&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.11e-05,"subname":"PPI::Normal::BEGIN@37","$color":8,"excl_time":2.51999999998859e-05,"$area":2.51999999998859e-05},"id":"10352-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: 84&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":8.44e-05,"subname":"PPI::Normal::BEGIN@40","$color":8,"excl_time":1.73000000001244e-05,"$area":1.73000000001244e-05},"id":"10353-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: 64&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.36e-05,"subname":"PPI::Normal::BEGIN@43","$color":8,"excl_time":1.0799999999814e-05,"$area":1.0799999999814e-05},"id":"10354-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: 92&micro;s, 0.00%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":9.15e-05,"subname":"PPI::Normal::register","$color":8,"excl_time":7.72999999997027e-05,"$area":7.72999999997027e-05},"id":"10355-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: 8&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"PPI::Normal::CORE:match","$color":8,"excl_time":8.5e-06,"$area":8.5e-06},"id":"10356-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: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"PPI::Normal::BEGIN@44","$color":8,"excl_time":9.2e-06,"$area":9.2e-06},"id":"10357-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"PPI::Normal::BEGIN@38","$color":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"10358-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: 5&micro;s, 0.00%</p>","incl_time":5.2e-06,"subname":"PPI::Normal::BEGIN@41","$color":8,"excl_time":5.2e-06,"$area":5.2e-06},"id":"10359-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: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"PPI::Normal::BEGIN@260","$color":8,"excl_time":1.17999999998681e-05,"$area":1.17999999998681e-05},"id":"10360-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"PPI::Normal::BEGIN@39","$color":8,"excl_time":5.5e-06,"$area":5.5e-06},"id":"10361-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: 36&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"PPI::Normal::BEGIN@83","$color":8,"excl_time":1.11000000002219e-05,"$area":1.11000000002219e-05},"id":"10362-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: 1.16ms, 0.00%<br />Exclusive time: 926&micro;s, 0.00%</p>","incl_time":0.0011596,"subname":"PPI::Normal::BEGIN@107","$color":8,"excl_time":0.000926100000000224,"$area":0.000926100000000224},"id":"10363-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: 155&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0001549,"subname":"PPI::Normal::Standard::import","$color":10,"excl_time":5.20000000000942e-05,"$area":5.20000000000942e-05},"id":"10365-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: 40&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.02e-05,"subname":"PPI::Normal::Standard::BEGIN@21","$color":10,"excl_time":1.11000000001069e-05,"$area":1.11000000001069e-05},"id":"10366-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: 32&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"PPI::Normal::Standard::BEGIN@19","$color":10,"excl_time":2.7599999999862e-05,"$area":2.7599999999862e-05},"id":"10367-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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"PPI::Normal::Standard::BEGIN@22","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"10368-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: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"PPI::Normal::Standard::CORE:match","$color":10,"excl_time":1.14e-05,"$area":1.14e-05},"id":"10369-PPI::Normal::Standard::CORE:match"}],"data":{"$area":0.000108100000000063},"id":"n10364"}],"data":{"$area":0.0012217999999999},"id":"n10351"}],"data":{"$area":0.0944687000000853},"id":"n9664"},{"name":"next","children":[{"name":"method","children":[],"data":{"tip":"<p><b>next::method</b></p><p><br />Called 17 times from 12 places in 7 files<br />Inclusive time: 289&micro;s, 0.00%<br />Exclusive time: 113&micro;s, 0.00%</p>","incl_time":0.0002894,"subname":"next::method","$color":1,"excl_time":0.000112500000003073,"$area":0.000112500000003073},"id":"10371-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: 31&micro;s, 0.00%</p>","incl_time":0.0001358,"subname":"next::can","$color":1,"excl_time":3.08999999998146e-05,"$area":3.08999999998146e-05},"id":"10372-next::can"}],"data":{"$area":0.000143400000002888},"id":"n10370"},{"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: 58&micro;s, 0.00%</p>","incl_time":5.76e-05,"subname":"Tree::Simple::getAllChildren","$color":3,"excl_time":5.76e-05,"$area":5.76e-05},"id":"10375-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: 45&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Tree::Simple::_setWidth","$color":3,"excl_time":2.82999999995868e-05,"$area":2.82999999995868e-05},"id":"10376-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: 23&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"Tree::Simple::BEGIN@6","$color":3,"excl_time":1.44999999999805e-05,"$area":1.44999999999805e-05},"id":"10377-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: 249&micro;s, 0.00%<br />Exclusive time: 83&micro;s, 0.00%</p>","incl_time":0.0002486,"subname":"Tree::Simple::_insertChildAt","$color":3,"excl_time":8.25999999963368e-05,"$area":8.25999999963368e-05},"id":"10378-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: 11&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Tree::Simple::isLeaf","$color":3,"excl_time":1.1499999999908e-05,"$area":1.1499999999908e-05},"id":"10379-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.76e-05,"subname":"Tree::Simple::getChildCount","$color":3,"excl_time":1.76e-05,"$area":1.76e-05},"id":"10380-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: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Tree::Simple::ROOT","$color":3,"excl_time":1.52e-05,"$area":1.52e-05},"id":"10381-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.9e-06,"subname":"Tree::Simple::getHeight","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"10382-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: 29&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Tree::Simple::addChild","$color":3,"excl_time":2.10000000000035e-05,"$area":2.10000000000035e-05},"id":"10383-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":3e-06,"subname":"Tree::Simple::getWidth","$color":3,"excl_time":3e-06,"$area":3e-06},"id":"10384-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: 261&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":0.0002612,"subname":"Tree::Simple::new","$color":3,"excl_time":5.6499999997944e-05,"$area":5.6499999997944e-05},"id":"10385-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.65e-05,"subname":"Tree::Simple::BEGIN@7","$color":3,"excl_time":1.26999999999362e-05,"$area":1.26999999999362e-05},"id":"10386-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: 16&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Tree::Simple::isRoot","$color":3,"excl_time":1.47999999999071e-05,"$area":1.47999999999071e-05},"id":"10387-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: 26&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"Tree::Simple::import","$color":3,"excl_time":2.55e-05,"$area":2.55e-05},"id":"10388-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: 78&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":7.79e-05,"subname":"Tree::Simple::BEGIN@11","$color":3,"excl_time":1.67000000000165e-05,"$area":1.67000000000165e-05},"id":"10389-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: 14&micro;s, 0.00%</p>","incl_time":8.88e-05,"subname":"Tree::Simple::BEGIN@29","$color":3,"excl_time":1.44999999999174e-05,"$area":1.44999999999174e-05},"id":"10390-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: 2&micro;s, 0.00%</p>","incl_time":2.4e-06,"subname":"Tree::Simple::DESTROY","$color":3,"excl_time":2.4e-06,"$area":2.4e-06},"id":"10391-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: 40&micro;s, 0.00%</p>","incl_time":3.96e-05,"subname":"Tree::Simple::BEGIN@4","$color":3,"excl_time":3.96e-05,"$area":3.96e-05},"id":"10392-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: 122&micro;s, 0.00%<br />Exclusive time: 101&micro;s, 0.00%</p>","incl_time":0.0001221,"subname":"Tree::Simple::_setParent","$color":3,"excl_time":0.000100900000003609,"$area":0.000100900000003609},"id":"10393-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: 27&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Tree::Simple::CORE:match","$color":3,"excl_time":2.66e-05,"$area":2.66e-05},"id":"10394-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":5.7e-06,"subname":"Tree::Simple::getDepth","$color":3,"excl_time":5.7e-06,"$area":5.7e-06},"id":"10395-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: 121&micro;s, 0.00%</p>","incl_time":0.0001211,"subname":"Tree::Simple::getNodeValue","$color":3,"excl_time":0.0001211,"$area":0.0001211},"id":"10396-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: 205&micro;s, 0.00%<br />Exclusive time: 112&micro;s, 0.00%</p>","incl_time":0.0002047,"subname":"Tree::Simple::_init","$color":3,"excl_time":0.000111899999999108,"$area":0.000111899999999108},"id":"10397-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: 34&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"Tree::Simple::_setHeight","$color":3,"excl_time":2.30000000008465e-05,"$area":2.30000000008465e-05},"id":"10398-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: 62&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.15e-05,"subname":"Tree::Simple::Visitor::BEGIN@14","$color":5,"excl_time":1.2699999999929e-05,"$area":1.2699999999929e-05},"id":"10400-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: 28&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Tree::Simple::Visitor::BEGIN@4","$color":5,"excl_time":2.19999999998974e-05,"$area":2.19999999998974e-05},"id":"10401-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: 83&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.33e-05,"subname":"Tree::Simple::Visitor::BEGIN@13","$color":5,"excl_time":1.46000000000784e-05,"$area":1.46000000000784e-05},"id":"10402-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: 28&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Tree::Simple::Visitor::BEGIN@5","$color":5,"excl_time":1.81999999998991e-05,"$area":1.81999999998991e-05},"id":"10403-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: 56&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.58e-05,"subname":"Tree::Simple::Visitor::BEGIN@9","$color":5,"excl_time":1.12999999999971e-05,"$area":1.12999999999971e-05},"id":"10404-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: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.35e-05,"subname":"Tree::Simple::Visitor::FindByPath::BEGIN@9","$color":7,"excl_time":8.70000000010953e-06,"$area":8.70000000010953e-06},"id":"10406-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":7,"excl_time":1.70999999998151e-05,"$area":1.70999999998151e-05},"id":"10407-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: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Tree::Simple::Visitor::FindByPath::BEGIN@5","$color":7,"excl_time":8.29999999958329e-06,"$area":8.29999999958329e-06},"id":"10408-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: 82&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.22e-05,"subname":"Tree::Simple::Visitor::FindByPath::BEGIN@11","$color":7,"excl_time":1.01000000003137e-05,"$area":1.01000000003137e-05},"id":"10409-Tree::Simple::Visitor::FindByPath::BEGIN@11"}],"data":{"$area":4.41999999998216e-05},"id":"n10405"},{"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.58ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0015803,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@11","$color":9,"excl_time":1.56999999999729e-05,"$area":1.56999999999729e-05},"id":"10411-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: 35&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@4","$color":9,"excl_time":2.77000000001088e-05,"$area":2.77000000001088e-05},"id":"10412-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: 28&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@5","$color":9,"excl_time":1.49000000000176e-05,"$area":1.49000000000176e-05},"id":"10413-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: 76&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.65e-05,"subname":"Tree::Simple::Visitor::FindByUID::BEGIN@9","$color":9,"excl_time":1.4900000000005e-05,"$area":1.4900000000005e-05},"id":"10414-Tree::Simple::Visitor::FindByUID::BEGIN@9"}],"data":{"$area":7.32000000001043e-05},"id":"n10410"}],"data":{"$area":0.000196199999999727},"id":"n10399"}],"data":{"$area":0.00102429999999683},"id":"n10374"}],"data":{"$area":0.00102429999999683},"id":"n10373"},{"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: 132&micro;s, 0.00%</p>","incl_time":0.000132,"subname":"String::RewritePrefix::__ANON__[/Users/edenc/perl5/lib/perl5/String/RewritePrefix.pm:57]","$color":0,"excl_time":0.000132,"$area":0.000132},"id":"10417-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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"String::RewritePrefix::BEGIN@4","$color":0,"excl_time":6.1e-06,"$area":6.1e-06},"id":"10418-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: 204&micro;s, 0.00%<br />Exclusive time: 172&micro;s, 0.00%</p>","incl_time":0.0002042,"subname":"String::RewritePrefix::_new_rewriter","$color":0,"excl_time":0.000171700000000342,"$area":0.000171700000000342},"id":"10419-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: 33&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"String::RewritePrefix::CORE:sort","$color":0,"excl_time":3.25e-05,"$area":3.25e-05},"id":"10420-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"String::RewritePrefix::BEGIN@7","$color":0,"excl_time":5.9e-06,"$area":5.9e-06},"id":"10421-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: 703&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0007034,"subname":"String::RewritePrefix::BEGIN@11","$color":0,"excl_time":2.70000000000896e-05,"$area":2.70000000000896e-05},"id":"10422-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: 439&micro;s, 0.00%<br />Exclusive time: 103&micro;s, 0.00%</p>","incl_time":0.000439,"subname":"String::RewritePrefix::rewrite","$color":0,"excl_time":0.000102800000000435,"$area":0.000102800000000435},"id":"10423-String::RewritePrefix::rewrite"}],"data":{"$area":0.000478000000000867},"id":"n10416"},{"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: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"String::Errf::default_format_hunker","$color":2,"excl_time":1.5e-06,"$area":1.5e-06},"id":"10425-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":4e-06,"subname":"String::Errf::BEGIN@4","$color":2,"excl_time":4e-06,"$area":4e-06},"id":"10426-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: 1&micro;s, 0.00%</p>","incl_time":1.4e-06,"subname":"String::Errf::default_input_processor","$color":2,"excl_time":1.4e-06,"$area":1.4e-06},"id":"10427-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: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"String::Errf::CORE:qr","$color":2,"excl_time":8.6e-06,"$area":8.6e-06},"id":"10428-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: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"String::Errf::BEGIN@16","$color":2,"excl_time":9.1e-06,"$area":9.1e-06},"id":"10429-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: 106&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001058,"subname":"String::Errf::__ANON__[/Users/edenc/perl5/lib/perl5/String/Errf.pm:24]","$color":2,"excl_time":1.30999999998324e-05,"$area":1.30999999998324e-05},"id":"10430-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"String::Errf::BEGIN@1","$color":2,"excl_time":1.42000000001415e-05,"$area":1.42000000001415e-05},"id":"10431-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: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"String::Errf::BEGIN@14","$color":2,"excl_time":4.5e-06,"$area":4.5e-06},"id":"10432-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"String::Errf::default_codes","$color":2,"excl_time":5.5e-06,"$area":5.5e-06},"id":"10433-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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"String::Errf::BEGIN@11","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"10434-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: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"String::Errf::default_hunk_formatter","$color":2,"excl_time":1.3e-06,"$area":1.3e-06},"id":"10435-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: 8&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"String::Errf::BEGIN@2","$color":2,"excl_time":7.6000000001424e-06,"$area":7.6000000001424e-06},"id":"10436-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: 1&micro;s, 0.00%</p>","incl_time":1.3e-06,"subname":"String::Errf::default_string_replacer","$color":2,"excl_time":1.3e-06,"$area":1.3e-06},"id":"10437-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: 3.07ms, 0.00%<br />Exclusive time: 2.19ms, 0.00%</p>","incl_time":0.0030661,"subname":"String::Errf::BEGIN@7","$color":2,"excl_time":0.00218710000000015,"$area":0.00218710000000015},"id":"10438-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: 608&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0006076,"subname":"String::Errf::BEGIN@18","$color":2,"excl_time":2.14999999999662e-05,"$area":2.14999999999662e-05},"id":"10439-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: 94&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":9.44e-05,"subname":"String::Errf::BEGIN@8","$color":2,"excl_time":1.19000000000146e-05,"$area":1.19000000000146e-05},"id":"10440-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: 80.4ms, 0.12%<br />Exclusive time: 5.17ms, 0.01%</p>","incl_time":0.0804222,"subname":"String::Errf::BEGIN@15","$color":2,"excl_time":0.00516740000000071,"$area":0.00516740000000071},"id":"10441-String::Errf::BEGIN@15"}],"data":{"$area":0.00746480000000095},"id":"n10424"},{"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: 93&micro;s, 0.00%<br />Exclusive time: 72&micro;s, 0.00%</p>","incl_time":9.27e-05,"subname":"String::Formatter::new","$color":4,"excl_time":7.16999999997292e-05,"$area":7.16999999997292e-05},"id":"10443-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: 41&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.13e-05,"subname":"String::Formatter::BEGIN@59","$color":4,"excl_time":1.62000000002219e-05,"$area":1.62000000002219e-05},"id":"10444-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: 52&micro;s, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":5.17e-05,"subname":"String::Formatter::BEGIN@239","$color":4,"excl_time":3.4600000000452e-05,"$area":3.4600000000452e-05},"id":"10445-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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"String::Formatter::BEGIN@12","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"10446-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: 653&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.000653,"subname":"String::Formatter::BEGIN@13","$color":4,"excl_time":2.42999999999625e-05,"$area":2.42999999999625e-05},"id":"10447-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: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"String::Formatter::codes","$color":4,"excl_time":1.7e-06,"$area":1.7e-06},"id":"10448-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: 17&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"String::Formatter::__closure_replace","$color":4,"excl_time":1.71e-05,"$area":1.71e-05},"id":"10449-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: 75&micro;s, 0.00%</p>","incl_time":7.46e-05,"subname":"String::Formatter::BEGIN@51","$color":4,"excl_time":7.46e-05,"$area":7.46e-05},"id":"10450-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: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"String::Formatter::CORE:qr","$color":4,"excl_time":7.2e-06,"$area":7.2e-06},"id":"10451-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.9e-06,"subname":"String::Formatter::BEGIN@4","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10452-String::Formatter::BEGIN@4"}],"data":{"$area":0.000255900000000366},"id":"n10442"}],"data":{"$area":0.00819870000000219},"id":"n10415"},{"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":6,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10454-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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"locale::import","$color":6,"excl_time":8.3e-06,"$area":8.3e-06},"id":"10455-locale::import"}],"data":{"$area":1.17e-05},"id":"n10453"},{"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.57e-05,"subname":"CGI::Simple::Cookie::BEGIN@14","$color":8,"excl_time":8.90000000033957e-06,"$area":8.90000000033957e-06},"id":"10459-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: 55&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":5.47e-05,"subname":"CGI::Simple::Cookie::BEGIN@17","$color":8,"excl_time":1.59999999998308e-05,"$area":1.59999999998308e-05},"id":"10460-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: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"CGI::Simple::Cookie::BEGIN@13","$color":8,"excl_time":1.55000000004228e-05,"$area":1.55000000004228e-05},"id":"10461-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.38ms, 0.00%<br />Exclusive time: 2.17ms, 0.00%</p>","incl_time":0.0023774,"subname":"CGI::Simple::Cookie::BEGIN@16","$color":8,"excl_time":0.00216979999999958,"$area":0.00216979999999958},"id":"10462-CGI::Simple::Cookie::BEGIN@16"}],"data":{"$area":0.00221020000000017},"id":"n10458"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"CGI::Simple::Util::ebcdic","$color":10,"excl_time":2.7e-06,"$area":2.7e-06},"id":"10464-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: 35&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"CGI::Simple::Util::init","$color":10,"excl_time":1.46000000005236e-05,"$area":1.46000000005236e-05},"id":"10465-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: 58&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.83e-05,"subname":"CGI::Simple::Util::BEGIN@3","$color":10,"excl_time":6.59999999979009e-06,"$area":6.59999999979009e-06},"id":"10466-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: 55&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"CGI::Simple::Util::new","$color":10,"excl_time":2.03000000004368e-05,"$area":2.03000000004368e-05},"id":"10467-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"CGI::Simple::Util::os","$color":10,"excl_time":1.02000000002353e-05,"$area":1.02000000002353e-05},"id":"10468-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: 68&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.85e-05,"subname":"CGI::Simple::Util::BEGIN@238","$color":10,"excl_time":1.32000000003527e-05,"$area":1.32000000003527e-05},"id":"10469-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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"CGI::Simple::Util::CORE:match","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"10470-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":4.1e-06,"subname":"CGI::Simple::Util::charset","$color":10,"excl_time":4.1e-06,"$area":4.1e-06},"id":"10471-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"CGI::Simple::Util::BEGIN@2","$color":10,"excl_time":1.3900000000422e-05,"$area":1.3900000000422e-05},"id":"10472-CGI::Simple::Util::BEGIN@2"}],"data":{"$area":8.90000000017605e-05},"id":"n10463"}],"data":{"$area":0.00229920000000194},"id":"n10457"}],"data":{"$area":0.00229920000000194},"id":"n10456"},{"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: 53&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.27e-05,"subname":"Text::CSV_PP::BEGIN@11","$color":1,"excl_time":6.80000000006789e-06,"$area":6.80000000006789e-06},"id":"10475-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.76e-05,"subname":"Text::CSV_PP::BEGIN@107","$color":1,"excl_time":7.10000000008664e-06,"$area":7.10000000008664e-06},"id":"10476-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.7e-06,"subname":"Text::CSV_PP::BEGIN@12","$color":1,"excl_time":3.7e-06,"$area":3.7e-06},"id":"10477-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: 507&micro;s, 0.00%</p>","incl_time":0.0005069,"subname":"Text::CSV_PP::BEGIN@896","$color":1,"excl_time":0.0005069,"$area":0.0005069},"id":"10478-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.65e-05,"subname":"Text::CSV_PP::BEGIN@111","$color":1,"excl_time":7.40000000001588e-06,"$area":7.40000000001588e-06},"id":"10479-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.46e-05,"subname":"Text::CSV_PP::BEGIN@104","$color":1,"excl_time":2.46e-05,"$area":2.46e-05},"id":"10480-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.66e-05,"subname":"Text::CSV_PP::BEGIN@10","$color":1,"excl_time":1.36000000000248e-05,"$area":1.36000000000248e-05},"id":"10481-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: 16&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Text::CSV_PP::BEGIN@314","$color":1,"excl_time":1.23000000000133e-05,"$area":1.23000000000133e-05},"id":"10482-Text::CSV_PP::BEGIN@314"}],"data":{"$area":0.000582400000000208},"id":"n10474"},{"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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Text::CSV::import","$color":3,"excl_time":2.5e-06,"$area":2.5e-06},"id":"10484-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Text::CSV::BEGIN@5","$color":3,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10485-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: 160&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0001602,"subname":"Text::CSV::_load_xs","$color":3,"excl_time":4.43999999998898e-05,"$area":4.43999999998898e-05},"id":"10486-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: 116&micro;s, 0.00%</p>","incl_time":0.0001158,"subname":"Text::CSV::BEGIN@1","$color":3,"excl_time":0.0001158,"$area":0.0001158},"id":"10487-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: 10&micro;s, 0.00%</p>","incl_time":2.53e-05,"subname":"Text::CSV::BEGIN@136","$color":3,"excl_time":9.50000000010077e-06,"$area":9.50000000010077e-06},"id":"10488-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: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"Text::CSV::BEGIN@6","$color":3,"excl_time":6.60000000000251e-06,"$area":6.60000000000251e-06},"id":"10489-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: 85&micro;s, 0.00%</p>","incl_time":8.54e-05,"subname":"Text::CSV::_set_methods","$color":3,"excl_time":8.54e-05,"$area":8.54e-05},"id":"10490-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.3e-06,"subname":"Text::CSV::BEGIN@8","$color":3,"excl_time":4.3e-06,"$area":4.3e-06},"id":"10491-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.63e-05,"subname":"Text::CSV::BEGIN@4","$color":3,"excl_time":1.33000000000248e-05,"$area":1.33000000000248e-05},"id":"10492-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.83e-05,"subname":"Text::CSV::BEGIN@196","$color":3,"excl_time":7.80000000008664e-06,"$area":7.80000000008664e-06},"id":"10493-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.54ms, 0.01%<br />Exclusive time: 4.70ms, 0.01%</p>","incl_time":0.0055357,"subname":"Text::CSV::_load_pp","$color":3,"excl_time":0.00470410000000029,"$area":0.00470410000000029},"id":"10494-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: 75&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":7.53e-05,"subname":"Text::CSV::ErrorDiag::BEGIN@978","$color":5,"excl_time":2.30999999999422e-05,"$area":2.30999999999422e-05},"id":"10496-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.66e-05,"subname":"Text::CSV::ErrorDiag::BEGIN@977","$color":5,"excl_time":1.22000000000955e-05,"$area":1.22000000000955e-05},"id":"10497-Text::CSV::ErrorDiag::BEGIN@977"}],"data":{"$area":3.53000000000378e-05},"id":"n10495"}],"data":{"$area":0.00503260000000043},"id":"n10483"},{"name":"::Balanced","children":[{"name":"::Extractor","children":[],"data":{"$area":0},"id":"n10499"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.25e-05,"subname":"Text::Balanced::BEGIN@12","$color":9,"excl_time":1.25e-05,"$area":1.25e-05},"id":"10500-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Text::Balanced::BEGIN@7","$color":9,"excl_time":8.50000000028218e-06,"$area":8.50000000028218e-06},"id":"10501-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: 68&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.75e-05,"subname":"Text::Balanced::BEGIN@885","$color":9,"excl_time":1.51999999998839e-05,"$area":1.51999999998839e-05},"id":"10502-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: 47&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"Text::Balanced::BEGIN@6","$color":9,"excl_time":4.67e-05,"$area":4.67e-05},"id":"10503-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.71ms, 0.00%<br />Exclusive time: 1.33ms, 0.00%</p>","incl_time":0.0017123,"subname":"Text::Balanced::BEGIN@9","$color":9,"excl_time":0.00132910000000008,"$area":0.00132910000000008},"id":"10504-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: 105&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001053,"subname":"Text::Balanced::BEGIN@343","$color":9,"excl_time":2.22999999999447e-05,"$area":2.22999999999447e-05},"id":"10505-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: 50&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Text::Balanced::BEGIN@11","$color":9,"excl_time":7.29999999987948e-06,"$area":7.29999999987948e-06},"id":"10506-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":9,"excl_time":3.8e-06,"$area":3.8e-06},"id":"10507-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: 73&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":7.28e-05,"subname":"Text::Balanced::ErrorMsg::BEGIN@1021","$color":0,"excl_time":2.16999999996963e-05,"$area":2.16999999996963e-05},"id":"10509-Text::Balanced::ErrorMsg::BEGIN@1021"}],"data":{"$area":2.16999999996963e-05},"id":"n10508"}],"data":{"$area":0.00146709999999977},"id":"n10498"},{"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: 137&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.000137,"subname":"Text::TEI::Markup::BEGIN@5","$color":2,"excl_time":1.83000000001949e-05,"$area":1.83000000001949e-05},"id":"10512-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: 34&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Text::TEI::Markup::BEGIN@433","$color":2,"excl_time":1.64999999998911e-05,"$area":1.64999999998911e-05},"id":"10513-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: 77&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.69e-05,"subname":"Text::TEI::Markup::BEGIN@4","$color":2,"excl_time":1.26999999998192e-05,"$area":1.26999999998192e-05},"id":"10514-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: 242&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002415,"subname":"Text::TEI::Markup::BEGIN@8","$color":2,"excl_time":1.14999999998255e-05,"$area":1.14999999998255e-05},"id":"10515-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: 35&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"Text::TEI::Markup::BEGIN@3","$color":2,"excl_time":2.79000000000734e-05,"$area":2.79000000000734e-05},"id":"10516-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: 40&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.95e-05,"subname":"Text::TEI::Markup::BEGIN@7","$color":2,"excl_time":1.58000000001512e-05,"$area":1.58000000001512e-05},"id":"10517-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: 24&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Text::TEI::Markup::BEGIN@6","$color":2,"excl_time":1.41999999998407e-05,"$area":1.41999999998407e-05},"id":"10518-Text::TEI::Markup::BEGIN@6"}],"data":{"$area":0.000116899999999796},"id":"n10511"}],"data":{"$area":0.000116899999999796},"id":"n10510"},{"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.50ms, 0.00%<br />Exclusive time: 228&micro;s, 0.00%</p>","incl_time":0.0025033,"subname":"Text::Tradition::add_witness","$color":4,"excl_time":0.000227799999996794,"$area":0.000227799999996794},"id":"10520-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: 8.75ms, 0.01%<br />Exclusive time: 2.33ms, 0.00%</p>","incl_time":0.0087484,"subname":"Text::Tradition::BEGIN@3","$color":4,"excl_time":0.00233479999999965,"$area":0.00233479999999965},"id":"10521-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: 606ms, 0.92%<br />Exclusive time: 4.71ms, 0.01%</p>","incl_time":0.6061364,"subname":"Text::Tradition::BEGIN@8","$color":4,"excl_time":0.00471319999999897,"$area":0.00471319999999897},"id":"10522-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":2.8e-06,"subname":"Text::Tradition::__ANON__[lib/Text/Tradition.pm:54]","$color":4,"excl_time":2.8e-06,"$area":2.8e-06},"id":"10523-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: 60&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Text::Tradition::meta","$color":4,"excl_time":2.4100000001793e-05,"$area":2.4100000001793e-05},"id":"10524-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: 61.7ms, 0.09%<br />Exclusive time: 2.97ms, 0.00%</p>","incl_time":0.0616553,"subname":"Text::Tradition::BEGIN@7","$color":4,"excl_time":0.00296629999999935,"$area":0.00296629999999935},"id":"10525-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.0001924,"subname":"Text::Tradition::language","$color":4,"excl_time":0.0001924,"$area":0.0001924},"id":"10526-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: 103&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001034,"subname":"Text::Tradition::BEGIN@370","$color":4,"excl_time":9.59999999985624e-06,"$area":9.59999999985624e-06},"id":"10527-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":4,"excl_time":1.02000000000123e-05,"$area":1.02000000000123e-05},"id":"10528-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: 36.7s, 56.06%<br />Exclusive time: 59&micro;s, 0.00%</p>","incl_time":36.7350875,"subname":"Text::Tradition::BUILD","$color":4,"excl_time":5.94000000049277e-05,"$area":5.94000000049277e-05},"id":"10529-Text::Tradition::BUILD"},{"name":"collation","children":[],"data":{"tip":"<p><b>Text::Tradition::collation</b></p><p><br />Called 5 times from 5 places in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Text::Tradition::collation","$color":4,"excl_time":1.32e-05,"$area":1.32e-05},"id":"10530-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.91ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0049107,"subname":"Text::Tradition::BEGIN@5","$color":4,"excl_time":1.56999999999059e-05,"$area":1.56999999999059e-05},"id":"10531-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.62s, 2.47%<br />Exclusive time: 11.3ms, 0.02%</p>","incl_time":1.6166342,"subname":"Text::Tradition::BEGIN@6","$color":4,"excl_time":0.0113155000000005,"$area":0.0113155000000005},"id":"10532-Text::Tradition::BEGIN@6"},{"name":"name","children":[],"data":{"tip":"<p><b>Text::Tradition::name</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":"Text::Tradition::name","$color":4,"excl_time":8.1e-06,"$area":8.1e-06},"id":"10533-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.5e-06,"subname":"Text::Tradition::__ANON__[lib/Text/Tradition.pm:29]","$color":4,"excl_time":2.5e-06,"$area":2.5e-06},"id":"10534-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: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Text::Tradition::_save_collation","$color":4,"excl_time":7.80000000084217e-06,"$area":7.80000000084217e-06},"id":"10535-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: 36.7s, 56.06%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":36.7351703,"subname":"Text::Tradition::new","$color":4,"excl_time":7.43000000014149e-05,"$area":7.43000000014149e-05},"id":"10536-Text::Tradition::new"},{"name":"witnesses","children":[],"data":{"tip":"<p><b>Text::Tradition::witnesses</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":"Text::Tradition::witnesses","$color":4,"excl_time":7.1e-06,"$area":7.1e-06},"id":"10537-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: 1.03ms, 0.00%<br />Exclusive time: 896&micro;s, 0.00%</p>","incl_time":0.0010253,"subname":"Text::Tradition::BEGIN@4","$color":4,"excl_time":0.00089620000000034,"$area":0.00089620000000034},"id":"10538-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: 257&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002575,"subname":"Text::Tradition::Stemma::BEGIN@11","$color":6,"excl_time":1.51999999999714e-05,"$area":1.51999999999714e-05},"id":"10540-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Text::Tradition::Stemma::meta","$color":6,"excl_time":8.59999999981684e-06,"$area":8.59999999981684e-06},"id":"10541-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: 72&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":7.24e-05,"subname":"Text::Tradition::Stemma::BEGIN@8","$color":6,"excl_time":1.68999999997918e-05,"$area":1.68999999997918e-05},"id":"10542-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: 68&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":6.85e-05,"subname":"Text::Tradition::Stemma::BEGIN@4","$color":6,"excl_time":2.02999999998352e-05,"$area":2.02999999998352e-05},"id":"10543-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: 20&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Text::Tradition::Stemma::BEGIN@9","$color":6,"excl_time":1.76999999998841e-05,"$area":1.76999999998841e-05},"id":"10544-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: 7.02ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0070198,"subname":"Text::Tradition::Stemma::BEGIN@12","$color":6,"excl_time":1.77000000002106e-05,"$area":1.77000000002106e-05},"id":"10545-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: 22.4ms, 0.03%<br />Exclusive time: 1.63ms, 0.00%</p>","incl_time":0.0223591,"subname":"Text::Tradition::Stemma::BEGIN@3","$color":6,"excl_time":0.00162949999999987,"$area":0.00162949999999987},"id":"10546-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: 26&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Text::Tradition::Stemma::BEGIN@6","$color":6,"excl_time":2.19000000000017e-05,"$area":2.19000000000017e-05},"id":"10547-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: 123&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0001231,"subname":"Text::Tradition::Stemma::BEGIN@5","$color":6,"excl_time":2.59999999999279e-05,"$area":2.59999999999279e-05},"id":"10548-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: 199&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0001994,"subname":"Text::Tradition::Stemma::BEGIN@393","$color":6,"excl_time":1.89999999999195e-05,"$area":1.89999999999195e-05},"id":"10549-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: 10.1ms, 0.02%<br />Exclusive time: 5.52ms, 0.01%</p>","incl_time":0.0100836,"subname":"Text::Tradition::Stemma::BEGIN@7","$color":6,"excl_time":0.00551890000000047,"$area":0.00551890000000047},"id":"10550-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.90ms, 0.01%<br />Exclusive time: 2.45ms, 0.00%</p>","incl_time":0.0049047,"subname":"Text::Tradition::Stemma::BEGIN@10","$color":6,"excl_time":0.00244540000000095,"$area":0.00244540000000095},"id":"10551-Text::Tradition::Stemma::BEGIN@10"}],"data":{"$area":0.00975710000000065},"id":"n10539"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Text::Tradition::Analysis::BEGIN@8","$color":8,"excl_time":1.41000000000017e-05,"$area":1.41000000000017e-05},"id":"10553-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: 55&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"Text::Tradition::Analysis::BEGIN@6","$color":8,"excl_time":1.39999999996451e-05,"$area":1.39999999996451e-05},"id":"10554-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.23e-05,"subname":"Text::Tradition::Analysis::BEGIN@12","$color":8,"excl_time":1.09999999999071e-05,"$area":1.09999999999071e-05},"id":"10555-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: 60&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"Text::Tradition::Analysis::BEGIN@3","$color":8,"excl_time":5.45999999996753e-05,"$area":5.45999999996753e-05},"id":"10556-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: 140&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001402,"subname":"Text::Tradition::Analysis::BEGIN@9","$color":8,"excl_time":1.36000000002453e-05,"$area":1.36000000002453e-05},"id":"10557-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: 13&micro;s, 0.00%</p>","incl_time":1.43e-05,"subname":"Text::Tradition::Analysis::BEGIN@11","$color":8,"excl_time":1.28999999996267e-05,"$area":1.28999999996267e-05},"id":"10558-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: 45&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.53e-05,"subname":"Text::Tradition::Analysis::BEGIN@14","$color":8,"excl_time":9.0999999997362e-06,"$area":9.0999999997362e-06},"id":"10559-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: 23&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Text::Tradition::Analysis::BEGIN@4","$color":8,"excl_time":1.24999999998177e-05,"$area":1.24999999998177e-05},"id":"10560-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: 14.6ms, 0.02%<br />Exclusive time: 6.67ms, 0.01%</p>","incl_time":0.0145702,"subname":"Text::Tradition::Analysis::BEGIN@10","$color":8,"excl_time":0.00667020000000154,"$area":0.00667020000000154},"id":"10561-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"Text::Tradition::Analysis::BEGIN@7","$color":8,"excl_time":1.23999999996771e-05,"$area":1.23999999996771e-05},"id":"10562-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: 5.91ms, 0.01%<br />Exclusive time: 5.36ms, 0.01%</p>","incl_time":0.0059133,"subname":"Text::Tradition::Analysis::BEGIN@5","$color":8,"excl_time":0.00536380000000002,"$area":0.00536380000000002},"id":"10563-Text::Tradition::Analysis::BEGIN@5"}],"data":{"$area":0.0121881999999999},"id":"n10552"},{"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: 46&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@3","$color":10,"excl_time":4.18000000004228e-05,"$area":4.18000000004228e-05},"id":"10566-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":2.04e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@4","$color":10,"excl_time":1.23000000003777e-05,"$area":1.23000000003777e-05},"id":"10567-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: 54&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@221","$color":10,"excl_time":8.39999999974058e-06,"$area":8.39999999974058e-06},"id":"10568-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: 2.21ms, 0.00%<br />Exclusive time: 437&micro;s, 0.00%</p>","incl_time":0.0022118,"subname":"Text::Tradition::Parser::Self::CORE:sort","$color":10,"excl_time":0.000437300000014421,"$area":0.000437300000014421},"id":"10569-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.10ms, 0.00%<br />Exclusive time: 738&micro;s, 0.00%</p>","incl_time":0.0011017,"subname":"Text::Tradition::Parser::Self::BEGIN@5","$color":10,"excl_time":0.000737699999998859,"$area":0.000737699999998859},"id":"10570-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: 36.7s, 56.03%<br />Exclusive time: 146ms, 0.22%</p>","incl_time":36.7168671,"subname":"Text::Tradition::Parser::Self::parse","$color":10,"excl_time":0.145656100012211,"$area":0.145656100012211},"id":"10571-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: 1.77ms, 0.00%<br />Exclusive time: 1.53ms, 0.00%</p>","incl_time":0.0017745,"subname":"Text::Tradition::Parser::Self::_layersort_rel","$color":10,"excl_time":0.00152530000004013,"$area":0.00152530000004013},"id":"10572-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: 353&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003528,"subname":"Text::Tradition::Parser::Self::BEGIN@6","$color":10,"excl_time":1.02000000002513e-05,"$area":1.02000000002513e-05},"id":"10573-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.17e-05,"subname":"Text::Tradition::Parser::Self::BEGIN@223","$color":10,"excl_time":8.09999999992199e-06,"$area":8.09999999992199e-06},"id":"10574-Text::Tradition::Parser::Self::BEGIN@223"}],"data":{"$area":0.148437200012265},"id":"n10565"},{"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: 7&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@4","$color":1,"excl_time":6.59999999981509e-06,"$area":6.59999999981509e-06},"id":"10576-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: 34&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@3","$color":1,"excl_time":3.12000000001415e-05,"$area":3.12000000001415e-05},"id":"10577-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: 200&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001996,"subname":"Text::Tradition::Parser::GraphML::BEGIN@8","$color":1,"excl_time":9.30000000013442e-06,"$area":9.30000000013442e-06},"id":"10578-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: 7.54s, 11.51%<br />Exclusive time: 1.39s, 2.12%</p>","incl_time":7.54395070000008,"subname":"Text::Tradition::Parser::GraphML::_lookup_node_data","$color":1,"excl_time":1.39051370002286,"$area":1.39051370002286},"id":"10579-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":1,"excl_time":1.0900000000422e-05,"$area":1.0900000000422e-05},"id":"10580-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: 47&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@6","$color":1,"excl_time":8.29999999987773e-06,"$area":8.29999999987773e-06},"id":"10581-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Text::Tradition::Parser::GraphML::BEGIN@5","$color":1,"excl_time":9.09999999976996e-06,"$area":9.09999999976996e-06},"id":"10582-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: 11.2s, 17.03%<br />Exclusive time: 772ms, 1.18%</p>","incl_time":11.1607424,"subname":"Text::Tradition::Parser::GraphML::graphml_parse","$color":1,"excl_time":0.771822900007257,"$area":0.771822900007257},"id":"10583-Text::Tradition::Parser::GraphML::graphml_parse"}],"data":{"$area":2.16241200003012},"id":"n10575"}],"data":{"$area":2.31084920004238},"id":"n10564"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@7","$color":3,"excl_time":1.07000000001477e-05,"$area":1.07000000001477e-05},"id":"10585-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: 10&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@12","$color":3,"excl_time":9.50000000021142e-06,"$area":9.50000000021142e-06},"id":"10586-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.5e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@4","$color":3,"excl_time":7.99999999990973e-06,"$area":7.99999999990973e-06},"id":"10587-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: 41&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@3","$color":3,"excl_time":3.65999999998151e-05,"$area":3.65999999998151e-05},"id":"10588-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: 9&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"Text::Tradition::StemmaUtil::BEGIN@13","$color":3,"excl_time":8.20000000002388e-06,"$area":8.20000000002388e-06},"id":"10589-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: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@15","$color":3,"excl_time":9.20000000018754e-06,"$area":9.20000000018754e-06},"id":"10590-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: 10&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@5","$color":3,"excl_time":1.01000000001203e-05,"$area":1.01000000001203e-05},"id":"10591-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: 33&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@8","$color":3,"excl_time":9.39999999994062e-06,"$area":9.39999999994062e-06},"id":"10592-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: 70&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.03e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@10","$color":3,"excl_time":1.270000000012e-05,"$area":1.270000000012e-05},"id":"10593-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: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@14","$color":3,"excl_time":8.2000000000839e-06,"$area":8.2000000000839e-06},"id":"10594-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: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@6","$color":3,"excl_time":6.69999999991674e-06,"$area":6.69999999991674e-06},"id":"10595-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.05ms, 0.00%<br />Exclusive time: 1.48ms, 0.00%</p>","incl_time":0.002047,"subname":"Text::Tradition::StemmaUtil::BEGIN@9","$color":3,"excl_time":0.00148190000000024,"$area":0.00148190000000024},"id":"10596-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: 34&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"Text::Tradition::StemmaUtil::BEGIN@11","$color":3,"excl_time":1.18999999998e-05,"$area":1.18999999998e-05},"id":"10597-Text::Tradition::StemmaUtil::BEGIN@11"}],"data":{"$area":0.00162310000000051},"id":"n10584"},{"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: 136&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001359,"subname":"Text::Tradition::Witness::BEGIN@783","$color":5,"excl_time":1.35999999998694e-05,"$area":1.35999999998694e-05},"id":"10599-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: 44&micro;s, 0.00%</p>","incl_time":4.37e-05,"subname":"Text::Tradition::Witness::is_layered","$color":5,"excl_time":4.37e-05,"$area":4.37e-05},"id":"10600-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"Text::Tradition::Witness::BEGIN@355","$color":5,"excl_time":8.19999999994499e-06,"$area":8.19999999994499e-06},"id":"10601-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: 472&micro;s, 0.00%<br />Exclusive time: 75&micro;s, 0.00%</p>","incl_time":0.0004722,"subname":"Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:198]","$color":5,"excl_time":7.51999999969107e-05,"$area":7.51999999969107e-05},"id":"10602-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: 3.64ms, 0.01%<br />Exclusive time: 2.96ms, 0.00%</p>","incl_time":0.0036382,"subname":"Text::Tradition::Witness::BEGIN@7","$color":5,"excl_time":0.00295529999999985,"$area":0.00295529999999985},"id":"10603-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: 211&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002114,"subname":"Text::Tradition::Witness::BEGIN@4","$color":5,"excl_time":1.51000000001839e-05,"$area":1.51000000001839e-05},"id":"10604-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: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Text::Tradition::Witness::has_file","$color":5,"excl_time":1.76e-05,"$area":1.76e-05},"id":"10605-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: 16&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"Text::Tradition::Witness::has_object","$color":5,"excl_time":1.64e-05,"$area":1.64e-05},"id":"10606-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: 516&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0005157,"subname":"Text::Tradition::Witness::BEGIN@8","$color":5,"excl_time":1.90000000002055e-05,"$area":1.90000000002055e-05},"id":"10607-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: 70&micro;s, 0.00%</p>","incl_time":7.04e-05,"subname":"Text::Tradition::Witness::sigil","$color":5,"excl_time":7.04e-05,"$area":7.04e-05},"id":"10608-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.5e-05,"subname":"Text::Tradition::Witness::meta","$color":5,"excl_time":7.80000000023705e-06,"$area":7.80000000023705e-06},"id":"10609-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: 66&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":6.64e-05,"subname":"Text::Tradition::Witness::__ANON__[lib/Text/Tradition/Witness.pm:193]","$color":5,"excl_time":3.9400000011325e-05,"$area":3.9400000011325e-05},"id":"10610-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: 200&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002,"subname":"Text::Tradition::Witness::BEGIN@201","$color":5,"excl_time":2.01999999998257e-05,"$area":2.01999999998257e-05},"id":"10611-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: 48&micro;s, 0.00%</p>","incl_time":4.76e-05,"subname":"Text::Tradition::Witness::CORE:match","$color":5,"excl_time":4.76e-05,"$area":4.76e-05},"id":"10612-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: 6.62ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0066168,"subname":"Text::Tradition::Witness::BEGIN@5","$color":5,"excl_time":1.28000000001677e-05,"$area":1.28000000001677e-05},"id":"10613-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: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.98e-05,"subname":"Text::Tradition::Witness::BEGIN@353","$color":5,"excl_time":1.01999999999715e-05,"$area":1.01999999999715e-05},"id":"10614-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: 142&micro;s, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0001425,"subname":"Text::Tradition::Witness::has_source","$color":5,"excl_time":9.24000000255933e-05,"$area":9.24000000255933e-05},"id":"10615-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: 16&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Text::Tradition::Witness::has_string","$color":5,"excl_time":1.61e-05,"$area":1.61e-05},"id":"10616-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: 376&micro;s, 0.00%</p>","incl_time":0.0003764,"subname":"Text::Tradition::Witness::CORE:regcomp","$color":5,"excl_time":0.0003764,"$area":0.0003764},"id":"10617-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: 192&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001922,"subname":"Text::Tradition::Witness::BUILD","$color":5,"excl_time":4.97000000045065e-05,"$area":4.97000000045065e-05},"id":"10618-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.77ms, 0.00%<br />Exclusive time: 426&micro;s, 0.00%</p>","incl_time":0.0017726,"subname":"Text::Tradition::Witness::new","$color":5,"excl_time":0.000425800000021002,"$area":0.000425800000021002},"id":"10619-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: 104&micro;s, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.0001041,"subname":"Text::Tradition::Witness::BEGIN@3","$color":5,"excl_time":5.71000000000918e-05,"$area":5.71000000000918e-05},"id":"10620-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: 162&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001615,"subname":"Text::Tradition::Witness::BEGIN@9","$color":5,"excl_time":1.71999999999029e-05,"$area":1.71999999999029e-05},"id":"10621-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: 2.29ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0022907,"subname":"Text::Tradition::Witness::BEGIN@6","$color":5,"excl_time":1.91000000001815e-05,"$area":1.91000000001815e-05},"id":"10622-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: 12.9ms, 0.02%<br />Exclusive time: 327&micro;s, 0.00%</p>","incl_time":0.0129188,"subname":"Text::Tradition::Witness::text","$color":5,"excl_time":0.00032660000000683,"$area":0.00032660000000683},"id":"10623-Text::Tradition::Witness::text"}],"data":{"$area":0.0047529000000666},"id":"n10598"},{"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: 6.49ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0064949,"subname":"Text::Tradition::Error::BEGIN@5","$color":7,"excl_time":1.20999999998778e-05,"$area":1.20999999998778e-05},"id":"10625-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: 118&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001179,"subname":"Text::Tradition::Error::BEGIN@17","$color":7,"excl_time":1.14000000002127e-05,"$area":1.14000000002127e-05},"id":"10626-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: 57&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.68e-05,"subname":"Text::Tradition::Error::BEGIN@6","$color":7,"excl_time":1.7600000000205e-05,"$area":1.7600000000205e-05},"id":"10627-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: 36&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"Text::Tradition::Error::BEGIN@3","$color":7,"excl_time":3.25000000001884e-05,"$area":3.25000000001884e-05},"id":"10628-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: 270ms, 0.41%<br />Exclusive time: 616&micro;s, 0.00%</p>","incl_time":0.2698153,"subname":"Text::Tradition::Error::BEGIN@9","$color":7,"excl_time":0.00061639999999985,"$area":0.00061639999999985},"id":"10629-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: 20&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Text::Tradition::Error::meta","$color":7,"excl_time":1.00000000000513e-05,"$area":1.00000000000513e-05},"id":"10630-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Text::Tradition::Error::BEGIN@4","$color":7,"excl_time":8.69999999986197e-06,"$area":8.69999999986197e-06},"id":"10631-Text::Tradition::Error::BEGIN@4"}],"data":{"$area":0.000708700000000248},"id":"n10624"},{"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: 39&micro;s, 0.00%</p>","incl_time":3.91e-05,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@1","$color":9,"excl_time":3.91e-05,"$area":3.91e-05},"id":"10634-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: 5&micro;s, 0.00%</p>","incl_time":4.6e-06,"subname":"Text::Tradition::TypeMap::Entry::compile_refresh","$color":9,"excl_time":4.6e-06,"$area":4.6e-06},"id":"10635-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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"Text::Tradition::TypeMap::Entry::compile_collapse_body","$color":9,"excl_time":8.8e-06,"$area":8.8e-06},"id":"10636-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: 40&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.03e-05,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@4","$color":9,"excl_time":1.67000000004316e-05,"$area":1.67000000004316e-05},"id":"10637-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: 35&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Text::Tradition::TypeMap::Entry::meta","$color":9,"excl_time":1.49000000002432e-05,"$area":1.49000000002432e-05},"id":"10638-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: 3.47ms, 0.01%<br />Exclusive time: 2.02ms, 0.00%</p>","incl_time":0.0034742,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@10","$color":9,"excl_time":0.00201629999999988,"$area":0.00201629999999988},"id":"10639-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Text::Tradition::TypeMap::Entry::compile_expand","$color":9,"excl_time":6.9e-06,"$area":6.9e-06},"id":"10640-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: 9.47ms, 0.01%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0094683,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@2","$color":9,"excl_time":5.43000000004113e-05,"$area":5.43000000004113e-05},"id":"10641-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: 528&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0005284,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@6","$color":9,"excl_time":1.57999999995817e-05,"$area":1.57999999995817e-05},"id":"10642-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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Text::Tradition::TypeMap::Entry::intrinsic","$color":9,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10643-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: 44&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"Text::Tradition::TypeMap::Entry::new","$color":9,"excl_time":4.32000000001407e-05,"$area":4.32000000001407e-05},"id":"10644-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 3 times from 1 place in 1 file<br />Inclusive time: 124ms, 0.19%<br />Exclusive time: 120&micro;s, 0.00%</p>","incl_time":0.1237151,"subname":"Text::Tradition::TypeMap::Entry::__ANON__[lib/Text/Tradition/TypeMap/Entry.pm:24]","$color":9,"excl_time":0.00012019999999238,"$area":0.00012019999999238},"id":"10645-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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Text::Tradition::TypeMap::Entry::BEGIN@2.11","$color":9,"excl_time":1.53999999997222e-05,"$area":1.53999999997222e-05},"id":"10646-Text::Tradition::TypeMap::Entry::BEGIN@2.11"}],"data":{"$area":0.00236009999999279},"id":"n10633"}],"data":{"$area":0.00236009999999279},"id":"n10632"},{"name":"::Directory","children":[{"name":"store","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::store</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.85s, 5.88%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.8505767,"subname":"Text::Tradition::Directory::store","$color":0,"excl_time":7.30000000270792e-06,"$area":7.30000000270792e-06},"id":"10648-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: 267ms, 0.41%<br />Exclusive time: 674&micro;s, 0.00%</p>","incl_time":0.2668242,"subname":"Text::Tradition::Directory::BEGIN@8","$color":0,"excl_time":0.000673500000000993,"$area":0.000673500000000993},"id":"10649-Text::Tradition::Directory::BEGIN@8"},{"name":"save","children":[],"data":{"tip":"<p><b>Text::Tradition::Directory::save</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.85s, 5.88%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.8505836,"subname":"Text::Tradition::Directory::save","$color":0,"excl_time":6.90000000247437e-06,"$area":6.90000000247437e-06},"id":"10650-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: 8.54ms, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0085356,"subname":"Text::Tradition::Directory::BEGIN@5","$color":0,"excl_time":1.56000000001398e-05,"$area":1.56000000001398e-05},"id":"10651-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: 23&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Text::Tradition::Directory::BEGIN@11","$color":0,"excl_time":2.11999999997204e-05,"$area":2.11999999997204e-05},"id":"10652-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.5e-06,"subname":"Text::Tradition::Directory::CORE:match","$color":0,"excl_time":1.5e-06,"$area":1.5e-06},"id":"10653-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: 63&micro;s, 0.00%<br />Exclusive time: 56&micro;s, 0.00%</p>","incl_time":6.26e-05,"subname":"Text::Tradition::Directory::BEGIN@3","$color":0,"excl_time":5.63000000000964e-05,"$area":5.63000000000964e-05},"id":"10654-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: 18.8ms, 0.03%<br />Exclusive time: 16.2ms, 0.02%</p>","incl_time":0.018791,"subname":"Text::Tradition::Directory::BEGIN@6","$color":0,"excl_time":0.0162040000000025,"$area":0.0162040000000025},"id":"10655-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: 179&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0001793,"subname":"Text::Tradition::Directory::__ANON__[lib/Text/Tradition/Directory.pm:168]","$color":0,"excl_time":2.74000000012386e-05,"$area":2.74000000012386e-05},"id":"10656-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: 43&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"Text::Tradition::Directory::BEGIN@7","$color":0,"excl_time":1.14999999995938e-05,"$area":1.14999999995938e-05},"id":"10657-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":3e-06,"subname":"Text::Tradition::Directory::typemap","$color":0,"excl_time":3e-06,"$area":3e-06},"id":"10658-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: 115ms, 0.18%<br />Exclusive time: 742&micro;s, 0.00%</p>","incl_time":0.1150661,"subname":"Text::Tradition::Directory::BEGIN@10","$color":0,"excl_time":0.000742200000000401,"$area":0.000742200000000401},"id":"10659-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: 40&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"Text::Tradition::Directory::BUILDARGS","$color":0,"excl_time":5.00000000010953e-06,"$area":5.00000000010953e-06},"id":"10660-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: 387&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0003873,"subname":"Text::Tradition::Directory::tradition","$color":0,"excl_time":1.83000000008245e-05,"$area":1.83000000008245e-05},"id":"10661-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: 106ms, 0.16%<br />Exclusive time: 1.92ms, 0.00%</p>","incl_time":0.106491,"subname":"Text::Tradition::Directory::BEGIN@9","$color":0,"excl_time":0.0019151000000005,"$area":0.0019151000000005},"id":"10662-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: 29.8ms, 0.05%<br />Exclusive time: 767&micro;s, 0.00%</p>","incl_time":0.0298345,"subname":"Text::Tradition::Directory::BEGIN@154","$color":0,"excl_time":0.000767499999999602,"$area":0.000767499999999602},"id":"10663-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: 29&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.87e-05,"subname":"Text::Tradition::Directory::BEGIN@4","$color":0,"excl_time":1.52000000003334e-05,"$area":1.52000000003334e-05},"id":"10664-Text::Tradition::Directory::BEGIN@4"}],"data":{"$area":0.0204915000000113},"id":"n10647"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Text::Tradition::Collation::BEGIN@11","$color":2,"excl_time":2.10999999998841e-05,"$area":2.10999999998841e-05},"id":"10666-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: 14&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Text::Tradition::Collation::_set_end","$color":2,"excl_time":1.1700000000422e-05,"$area":1.1700000000422e-05},"id":"10667-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.43e-05,"subname":"Text::Tradition::Collation::_set_relations","$color":2,"excl_time":1.22000000003282e-05,"$area":1.22000000003282e-05},"id":"10668-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: 22.0ms, 0.03%</p>","incl_time":0.022046600000002,"subname":"Text::Tradition::Collation::baselabel","$color":2,"excl_time":0.022046600000002,"$area":0.022046600000002},"id":"10669-Text::Tradition::Collation::baselabel"},{"name":"relationships","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::relationships</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 896&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0008964,"subname":"Text::Tradition::Collation::relationships","$color":2,"excl_time":2.03000000007308e-05,"$area":2.03000000007308e-05},"id":"10670-Text::Tradition::Collation::relationships"},{"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: 21.6ms, 0.03%<br />Exclusive time: 19.4ms, 0.03%</p>","incl_time":0.0216219,"subname":"Text::Tradition::Collation::_add_reading","$color":2,"excl_time":0.0193717000005989,"$area":0.0193717000005989},"id":"10671-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.12ms, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0011203,"subname":"Text::Tradition::Collation::BUILD","$color":2,"excl_time":3.29999999982102e-05,"$area":3.29999999982102e-05},"id":"10672-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.9e-06,"subname":"Text::Tradition::Collation::linear","$color":2,"excl_time":5.9e-06,"$area":5.9e-06},"id":"10673-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.58ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0055828,"subname":"Text::Tradition::Collation::BEGIN@15","$color":2,"excl_time":1.29000000002053e-05,"$area":1.29000000002053e-05},"id":"10674-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: 274ms, 0.42%<br />Exclusive time: 1.59ms, 0.00%</p>","incl_time":0.2743804,"subname":"Text::Tradition::Collation::BEGIN@9","$color":2,"excl_time":0.00158559999999908,"$area":0.00158559999999908},"id":"10675-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: 1.48ms, 0.00%<br />Exclusive time: 1.08ms, 0.00%</p>","incl_time":0.0014782,"subname":"Text::Tradition::Collation::BEGIN@5","$color":2,"excl_time":0.00108199999999982,"$area":0.00108199999999982},"id":"10676-Text::Tradition::Collation::BEGIN@5"},{"name":"readings","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::readings</b></p><p><br />Called 236 times from 5 places in 2 files<br />Inclusive time: 40.2ms, 0.06%</p>","incl_time":0.0401932,"subname":"Text::Tradition::Collation::readings","$color":2,"excl_time":0.0401932,"$area":0.0401932},"id":"10677-Text::Tradition::Collation::readings"},{"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.13s, 6.30%<br />Exclusive time: 113ms, 0.17%</p>","incl_time":4.13125730000002,"subname":"Text::Tradition::Collation::next_reading","$color":2,"excl_time":0.113345599999731,"$area":0.113345599999731},"id":"10678-Text::Tradition::Collation::next_reading"},{"name":"relations","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::relations</b></p><p><br />Called 2452 times from 5 places in 3 files<br />Inclusive time: 4.38ms, 0.01%</p>","incl_time":0.00438029999999998,"subname":"Text::Tradition::Collation::relations","$color":2,"excl_time":0.00438029999999998,"$area":0.00438029999999998},"id":"10679-Text::Tradition::Collation::relations"},{"name":"reading","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::reading</b></p><p><br />Called 39243 times from 11 places in 3 files<br />Inclusive time: 160ms, 0.24%</p>","incl_time":0.159659199999997,"subname":"Text::Tradition::Collation::reading","$color":2,"excl_time":0.159659199999997,"$area":0.159659199999997},"id":"10680-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: 3.96s, 6.04%<br />Exclusive time: 474ms, 0.72%</p>","incl_time":3.95752590000001,"subname":"Text::Tradition::Collation::_find_linked_reading","$color":2,"excl_time":0.473534799864495,"$area":0.473534799864495},"id":"10681-Text::Tradition::Collation::_find_linked_reading"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:match</b></p><p><br />Called 165876 times from 2 places in 1 file<br />Inclusive time: 42.8ms, 0.07%</p>","incl_time":0.0427847999999967,"subname":"Text::Tradition::Collation::CORE:match","$color":2,"excl_time":0.0427847999999967,"$area":0.0427847999999967},"id":"10682-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: 14.2ms, 0.02%<br />Exclusive time: 1.45ms, 0.00%</p>","incl_time":0.0141794,"subname":"Text::Tradition::Collation::get_relationship","$color":2,"excl_time":0.00145469999999675,"$area":0.00145469999999675},"id":"10683-Text::Tradition::Collation::get_relationship"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:regcomp</b></p><p><br />Called 178505 times from 4 places in 1 file<br />Inclusive time: 110ms, 0.17%</p>","incl_time":0.109766600000136,"subname":"Text::Tradition::Collation::CORE:regcomp","$color":2,"excl_time":0.109766600000136,"$area":0.109766600000136},"id":"10684-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: 38.0ms, 0.06%<br />Exclusive time: 3.16ms, 0.00%</p>","incl_time":0.0379831,"subname":"Text::Tradition::Collation::BEGIN@12","$color":2,"excl_time":0.00315769999999833,"$area":0.00315769999999833},"id":"10685-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":2.8e-06,"subname":"Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:57]","$color":2,"excl_time":2.8e-06,"$area":2.8e-06},"id":"10686-Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:57]"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Text::Tradition::Collation::_set_start","$color":2,"excl_time":1.19000000002353e-05,"$area":1.19000000002353e-05},"id":"10687-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: 108&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.000108,"subname":"Text::Tradition::Collation::BEGIN@4","$color":2,"excl_time":2.11000000001102e-05,"$area":2.11000000001102e-05},"id":"10688-Text::Tradition::Collation::BEGIN@4"},{"name":"end","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::end</b></p><p><br />Called 15 times from 3 places in 3 files<br />Inclusive time: 46&micro;s, 0.00%</p>","incl_time":4.62e-05,"subname":"Text::Tradition::Collation::end","$color":2,"excl_time":4.62e-05,"$area":4.62e-05},"id":"10689-Text::Tradition::Collation::end"},{"name":"start","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::start</b></p><p><br />Called 17 times from 2 places in 1 file<br />Inclusive time: 55&micro;s, 0.00%</p>","incl_time":5.54e-05,"subname":"Text::Tradition::Collation::start","$color":2,"excl_time":5.54e-05,"$area":5.54e-05},"id":"10690-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: 21.8ms, 0.03%</p>","incl_time":0.0217694000000013,"subname":"Text::Tradition::Collation::wit_list_separator","$color":2,"excl_time":0.0217694000000013,"$area":0.0217694000000013},"id":"10691-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: 124ms, 0.19%<br />Exclusive time: 98.8ms, 0.15%</p>","incl_time":0.123934000000007,"subname":"Text::Tradition::Collation::_witnesses_of_label","$color":2,"excl_time":0.0987599999668021,"$area":0.0987599999668021},"id":"10692-Text::Tradition::Collation::_witnesses_of_label"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:sort</b></p><p><br />Called 25792 times from 2 places in 1 file<br />Inclusive time: 26.6ms, 0.04%</p>","incl_time":0.0265964999999997,"subname":"Text::Tradition::Collation::CORE:sort","$color":2,"excl_time":0.0265964999999997,"$area":0.0265964999999997},"id":"10693-Text::Tradition::Collation::CORE:sort"},{"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: 143ms, 0.22%<br />Exclusive time: 102ms, 0.16%</p>","incl_time":0.142917299999997,"subname":"Text::Tradition::Collation::_stringify_args","$color":2,"excl_time":0.101742400002474,"$area":0.101742400002474},"id":"10694-Text::Tradition::Collation::_stringify_args"},{"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: 12.3ms, 0.02%<br />Exclusive time: 7.29ms, 0.01%</p>","incl_time":0.0123337,"subname":"Text::Tradition::Collation::BEGIN@3","$color":2,"excl_time":0.00729079999999948,"$area":0.00729079999999948},"id":"10695-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: 6.90ms, 0.01%<br />Exclusive time: 1.10ms, 0.00%</p>","incl_time":0.0069036,"subname":"Text::Tradition::Collation::BEGIN@8","$color":2,"excl_time":0.00109999999999987,"$area":0.00109999999999987},"id":"10696-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: 27.3ms, 0.04%<br />Exclusive time: 16.7ms, 0.03%</p>","incl_time":0.0273072,"subname":"Text::Tradition::Collation::BEGIN@7","$color":2,"excl_time":0.0166898000000003,"$area":0.0166898000000003},"id":"10697-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: 4.83s, 7.37%<br />Exclusive time: 59.9ms, 0.09%</p>","incl_time":4.8327813,"subname":"Text::Tradition::Collation::text_from_paths","$color":2,"excl_time":0.0599130999992425,"$area":0.0599130999992425},"id":"10698-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.9s, 28.83%<br />Exclusive time: 1.02ms, 0.00%</p>","incl_time":18.8951492,"subname":"Text::Tradition::Collation::add_relationship","$color":2,"excl_time":0.0010202999999519,"$area":0.0010202999999519},"id":"10699-Text::Tradition::Collation::add_relationship"},{"name":"path_witnesses","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::path_witnesses</b></p><p><br />Called 13187 times from 1 place in 1 file<br />Inclusive time: 955ms, 1.46%<br />Exclusive time: 221ms, 0.34%</p>","incl_time":0.954915800000002,"subname":"Text::Tradition::Collation::path_witnesses","$color":2,"excl_time":0.221318599973654,"$area":0.221318599973654},"id":"10700-Text::Tradition::Collation::path_witnesses"},{"name":"_graphcalc_done","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::_graphcalc_done</b></p><p><br />Called 13751 times from 3 places in 1 file<br />Inclusive time: 40.6ms, 0.06%</p>","incl_time":0.0406381999999979,"subname":"Text::Tradition::Collation::_graphcalc_done","$color":2,"excl_time":0.0406381999999979,"$area":0.0406381999999979},"id":"10701-Text::Tradition::Collation::_graphcalc_done"},{"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.22s, 1.86%<br />Exclusive time: 183ms, 0.28%</p>","incl_time":1.22211260000001,"subname":"Text::Tradition::Collation::add_path","$color":2,"excl_time":0.182756800008148,"$area":0.182756800008148},"id":"10702-Text::Tradition::Collation::add_path"},{"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.43ms, 0.00%<br />Exclusive time: 89&micro;s, 0.00%</p>","incl_time":0.0014285,"subname":"Text::Tradition::Collation::new","$color":2,"excl_time":8.87000000006639e-05,"$area":8.87000000006639e-05},"id":"10703-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: 210&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0002102,"subname":"Text::Tradition::Collation::__ANON__[lib/Text/Tradition/Collation.pm:20]","$color":2,"excl_time":1.39000000001839e-05,"$area":1.39000000001839e-05},"id":"10704-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 50 times from 2 places in 2 files<br />Inclusive time: 170&micro;s, 0.00%</p>","incl_time":0.0001698,"subname":"Text::Tradition::Collation::tradition","$color":2,"excl_time":0.0001698,"$area":0.0001698},"id":"10705-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: 469&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0004694,"subname":"Text::Tradition::Collation::paths","$color":2,"excl_time":2.22000000035717e-05,"$area":2.22000000035717e-05},"id":"10706-Text::Tradition::Collation::paths"},{"name":"sequence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::sequence</b></p><p><br />Called 66483 times from 10 places in 2 files<br />Inclusive time: 99.8ms, 0.15%</p>","incl_time":0.0997910999999916,"subname":"Text::Tradition::Collation::sequence","$color":2,"excl_time":0.0997910999999916,"$area":0.0997910999999916},"id":"10707-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: 930ms, 1.42%<br />Exclusive time: 8.58ms, 0.01%</p>","incl_time":0.9300869,"subname":"Text::Tradition::Collation::BEGIN@10","$color":2,"excl_time":0.00858149999999958,"$area":0.00858149999999958},"id":"10708-Text::Tradition::Collation::BEGIN@10"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::CORE:subst</b></p><p><br />Called 24 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Text::Tradition::Collation::CORE:subst","$color":2,"excl_time":5.8e-06,"$area":5.8e-06},"id":"10709-Text::Tradition::Collation::CORE:subst"},{"name":"ac_label","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::ac_label</b></p><p><br />Called 12610 times from 3 places in 2 files<br />Inclusive time: 18.7ms, 0.03%</p>","incl_time":0.0186961999999976,"subname":"Text::Tradition::Collation::ac_label","$color":2,"excl_time":0.0186961999999976,"$area":0.0186961999999976},"id":"10710-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: 114ms, 0.17%<br />Exclusive time: 50.2ms, 0.08%</p>","incl_time":0.1140704,"subname":"Text::Tradition::Collation::BEGIN@6","$color":2,"excl_time":0.0501936000000017,"$area":0.0501936000000017},"id":"10711-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.30ms, 0.01%<br />Exclusive time: 260&micro;s, 0.00%</p>","incl_time":0.0063037,"subname":"Text::Tradition::Collation::reading_witnesses","$color":2,"excl_time":0.000259600000010218,"$area":0.000259600000010218},"id":"10712-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: 4.57s, 6.97%<br />Exclusive time: 233ms, 0.36%</p>","incl_time":4.5683495,"subname":"Text::Tradition::Collation::reading_sequence","$color":2,"excl_time":0.233193899907302,"$area":0.233193899907302},"id":"10713-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: 40.0ms, 0.06%<br />Exclusive time: 18.7ms, 0.03%</p>","incl_time":0.0399549,"subname":"Text::Tradition::Collation::BEGIN@13","$color":2,"excl_time":0.0187099999999994,"$area":0.0187099999999994},"id":"10714-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: 52&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"Text::Tradition::Collation::meta","$color":2,"excl_time":2.4200000001088e-05,"$area":2.4200000001088e-05},"id":"10715-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Text::Tradition::Collation::BEGIN@14","$color":2,"excl_time":1.79000000000486e-05,"$area":1.79000000000486e-05},"id":"10716-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: 742ms, 1.13%<br />Exclusive time: 606ms, 0.93%</p>","incl_time":0.742499500000003,"subname":"Text::Tradition::Collation::_is_within","$color":2,"excl_time":0.606471999860043,"$area":0.606471999860043},"id":"10717-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: 216&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.000216,"subname":"Text::Tradition::Collation::BEGIN@1800","$color":2,"excl_time":2.14000000000663e-05,"$area":2.14000000000663e-05},"id":"10718-Text::Tradition::Collation::BEGIN@1800"},{"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: 356ms, 0.54%<br />Exclusive time: 47.2ms, 0.07%</p>","incl_time":0.3555246,"subname":"Text::Tradition::Collation::add_reading","$color":2,"excl_time":0.0472030000024938,"$area":0.0472030000024938},"id":"10719-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: 86.6ms, 0.13%</p>","incl_time":0.0865745000000068,"subname":"Text::Tradition::Collation::Relationship::reading_a","$color":4,"excl_time":0.0865745000000068,"$area":0.0865745000000068},"id":"10721-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: 340&micro;s, 0.00%</p>","incl_time":0.0003401,"subname":"Text::Tradition::Collation::Relationship::CORE:match","$color":4,"excl_time":0.0003401,"$area":0.0003401},"id":"10722-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: 124&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001243,"subname":"Text::Tradition::Collation::Relationship::BEGIN@11","$color":4,"excl_time":1.4699999999957e-05,"$area":1.4699999999957e-05},"id":"10723-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: 845&micro;s, 0.00%<br />Exclusive time: 575&micro;s, 0.00%</p>","incl_time":0.0008453,"subname":"Text::Tradition::Collation::Relationship::nonlocal","$color":4,"excl_time":0.000574500000007978,"$area":0.000574500000007978},"id":"10724-Text::Tradition::Collation::Relationship::nonlocal"},{"name":"type","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::type</b></p><p><br />Called 578 times from 9 places in 4 files<br />Inclusive time: 1.45ms, 0.00%</p>","incl_time":0.0014501,"subname":"Text::Tradition::Collation::Relationship::type","$color":4,"excl_time":0.0014501,"$area":0.0014501},"id":"10725-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.58ms, 0.00%<br />Exclusive time: 2.47ms, 0.00%</p>","incl_time":0.002579,"subname":"Text::Tradition::Collation::Relationship::new","$color":4,"excl_time":0.00246819999999837,"$area":0.00246819999999837},"id":"10726-Text::Tradition::Collation::Relationship::new"},{"name":"annotation","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::annotation</b></p><p><br />Called 30 times from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.00%</p>","incl_time":5.64e-05,"subname":"Text::Tradition::Collation::Relationship::annotation","$color":4,"excl_time":5.64e-05,"$area":5.64e-05},"id":"10727-Text::Tradition::Collation::Relationship::annotation"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"Text::Tradition::Collation::Relationship::meta","$color":4,"excl_time":8.0999999996063e-06,"$area":8.0999999996063e-06},"id":"10728-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: 2.31ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0023106,"subname":"Text::Tradition::Collation::Relationship::BEGIN@4","$color":4,"excl_time":1.38999999999608e-05,"$area":1.38999999999608e-05},"id":"10729-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: 110&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001099,"subname":"Text::Tradition::Collation::Relationship::BEGIN@148","$color":4,"excl_time":9.7000000001163e-06,"$area":9.7000000001163e-06},"id":"10730-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.61ms, 0.00%<br />Exclusive time: 995&micro;s, 0.00%</p>","incl_time":0.0016124,"subname":"Text::Tradition::Collation::Relationship::colocated","$color":4,"excl_time":0.000995099999998181,"$area":0.000995099999998181},"id":"10731-Text::Tradition::Collation::Relationship::colocated"},{"name":"has_annotation","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::has_annotation</b></p><p><br />Called 59 times from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.00%</p>","incl_time":9.92e-05,"subname":"Text::Tradition::Collation::Relationship::has_annotation","$color":4,"excl_time":9.92e-05,"$area":9.92e-05},"id":"10732-Text::Tradition::Collation::Relationship::has_annotation"},{"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: 923&micro;s, 0.00%</p>","incl_time":0.0009228,"subname":"Text::Tradition::Collation::Relationship::reading_b","$color":4,"excl_time":0.0009228,"$area":0.0009228},"id":"10733-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: 6.22ms, 0.01%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.006221,"subname":"Text::Tradition::Collation::Relationship::BEGIN@3","$color":4,"excl_time":5.74000000001752e-05,"$area":5.74000000001752e-05},"id":"10734-Text::Tradition::Collation::Relationship::BEGIN@3"},{"name":"scope","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Relationship::scope</b></p><p><br />Called 174 times from 3 places in 3 files<br />Inclusive time: 411&micro;s, 0.00%</p>","incl_time":0.0004112,"subname":"Text::Tradition::Collation::Relationship::scope","$color":4,"excl_time":0.0004112,"$area":0.0004112},"id":"10735-Text::Tradition::Collation::Relationship::scope"}],"data":{"$area":0.0939959000000112},"id":"n10720"},{"name":"::Reading","children":[{"name":"text","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::text</b></p><p><br />Called 66614 times from 7 places in 2 files<br />Inclusive time: 129ms, 0.20%</p>","incl_time":0.129344499999997,"subname":"Text::Tradition::Collation::Reading::text","$color":6,"excl_time":0.129344499999997,"$area":0.129344499999997},"id":"10737-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: 45&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.48e-05,"subname":"Text::Tradition::Collation::Reading::BEGIN@4","$color":6,"excl_time":1.38000000001078e-05,"$area":1.38000000001078e-05},"id":"10738-Text::Tradition::Collation::Reading::BEGIN@4"},{"name":"_stringify","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::_stringify</b></p><p><br />Called 50439 times from 8 places in 4 files<br />Inclusive time: 250ms, 0.38%<br />Exclusive time: 166ms, 0.25%</p>","incl_time":0.250481200000006,"subname":"Text::Tradition::Collation::Reading::_stringify","$color":6,"excl_time":0.165766399950345,"$area":0.165766399950345},"id":"10739-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: 15.9ms, 0.02%</p>","incl_time":0.0158987000000008,"subname":"Text::Tradition::Collation::Reading::is_end","$color":6,"excl_time":0.0158987000000008,"$area":0.0158987000000008},"id":"10740-Text::Tradition::Collation::Reading::is_end"},{"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: 172ms, 0.26%<br />Exclusive time: 105ms, 0.16%</p>","incl_time":0.1721304,"subname":"Text::Tradition::Collation::Reading::is_meta","$color":6,"excl_time":0.104918800017447,"$area":0.104918800017447},"id":"10741-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: 29.4ms, 0.04%<br />Exclusive time: 4.12ms, 0.01%</p>","incl_time":0.0293815,"subname":"Text::Tradition::Collation::Reading::BUILDARGS","$color":6,"excl_time":0.00412120000008947,"$area":0.00412120000008947},"id":"10742-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: 4.65ms, 0.01%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":0.0046478,"subname":"Text::Tradition::Collation::Reading::BEGIN@3","$color":6,"excl_time":3.90000000000321e-05,"$area":3.90000000000321e-05},"id":"10743-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: 100&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001003,"subname":"Text::Tradition::Collation::Reading::BEGIN@331","$color":6,"excl_time":8.99999999998363e-06,"$area":8.99999999998363e-06},"id":"10744-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.88ms, 0.00%</p>","incl_time":0.0018809,"subname":"Text::Tradition::Collation::Reading::__ANON__[lib/Text/Tradition/Collation/Reading.pm:151]","$color":6,"excl_time":0.0018809,"$area":0.0018809},"id":"10745-Text::Tradition::Collation::Reading::__ANON__[lib/Text/Tradition/Collation/Reading.pm:151]"},{"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: 109ms, 0.17%<br />Exclusive time: 70.0ms, 0.11%</p>","incl_time":0.1093345,"subname":"Text::Tradition::Collation::Reading::new","$color":6,"excl_time":0.0699861000010572,"$area":0.0699861000010572},"id":"10746-Text::Tradition::Collation::Reading::new"},{"name":"id","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::id</b></p><p><br />Called 130828 times from 14 places in 3 files<br />Inclusive time: 211ms, 0.32%</p>","incl_time":0.210956199999988,"subname":"Text::Tradition::Collation::Reading::id","$color":6,"excl_time":0.210956199999988,"$area":0.210956199999988},"id":"10747-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: 15.9ms, 0.02%</p>","incl_time":0.0159478000000013,"subname":"Text::Tradition::Collation::Reading::is_lacuna","$color":6,"excl_time":0.0159478000000013,"$area":0.0159478000000013},"id":"10748-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: 29&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Text::Tradition::Collation::Reading::meta","$color":6,"excl_time":1.40000000002405e-05,"$area":1.40000000002405e-05},"id":"10749-Text::Tradition::Collation::Reading::meta"},{"name":"has_rank","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::has_rank</b></p><p><br />Called 98 times from 2 places in 1 file<br />Inclusive time: 204&micro;s, 0.00%</p>","incl_time":0.0002042,"subname":"Text::Tradition::Collation::Reading::has_rank","$color":6,"excl_time":0.0002042,"$area":0.0002042},"id":"10750-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: 17.1ms, 0.03%</p>","incl_time":0.0171019999999989,"subname":"Text::Tradition::Collation::Reading::is_ph","$color":6,"excl_time":0.0171019999999989,"$area":0.0171019999999989},"id":"10751-Text::Tradition::Collation::Reading::is_ph"},{"name":"rank","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::Reading::rank</b></p><p><br />Called 407440 times from 6 places in 3 files<br />Inclusive time: 667ms, 1.02%<br />Exclusive time: 667ms, 1.02%</p>","incl_time":0.667333899999214,"subname":"Text::Tradition::Collation::Reading::rank","$color":6,"excl_time":0.667327599999215,"$area":0.667327599999215},"id":"10752-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: 18.3ms, 0.03%</p>","incl_time":0.0182630999999983,"subname":"Text::Tradition::Collation::Reading::is_start","$color":6,"excl_time":0.0182630999999983,"$area":0.0182630999999983},"id":"10753-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: 107&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001074,"subname":"Text::Tradition::Collation::Reading::Morphology::BEGIN@413","$color":8,"excl_time":9.49999999990488e-06,"$area":9.49999999990488e-06},"id":"10755-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.66ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0046641,"subname":"Text::Tradition::Collation::Reading::Morphology::BEGIN@340","$color":8,"excl_time":9.30000000004105e-06,"$area":9.30000000004105e-06},"id":"10756-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: 32&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"Text::Tradition::Collation::Reading::Morphology::meta","$color":8,"excl_time":1.61999999999371e-05,"$area":1.61999999999371e-05},"id":"10757-Text::Tradition::Collation::Reading::Morphology::meta"}],"data":{"$area":3.4999999999883e-05},"id":"n10754"}],"data":{"$area":1.42182829996814},"id":"n10736"},{"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: 135&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001354,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@632","$color":10,"excl_time":1.60999999998446e-05,"$area":1.60999999998446e-05},"id":"10759-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: 7.45ms, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0074459,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@9","$color":10,"excl_time":1.94000000002196e-05,"$area":1.94000000002196e-05},"id":"10760-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: 210&micro;s, 0.00%</p>","incl_time":0.0002105,"subname":"Text::Tradition::Collation::RelationshipStore::_restore_collations","$color":10,"excl_time":0.0002105,"$area":0.0002105},"id":"10761-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: 220ms, 0.34%<br />Exclusive time: 1.53ms, 0.00%</p>","incl_time":0.2200017,"subname":"Text::Tradition::Collation::RelationshipStore::_set_relationship","$color":10,"excl_time":0.00153299999995841,"$area":0.00153299999995841},"id":"10762-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: 105&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001051,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:80]","$color":10,"excl_time":1.14000000001367e-05,"$area":1.14000000001367e-05},"id":"10763-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: 582&micro;s, 0.00%</p>","incl_time":0.0005821,"subname":"Text::Tradition::Collation::RelationshipStore::eqreadings","$color":10,"excl_time":0.0005821,"$area":0.0005821},"id":"10764-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: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.09e-05,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@4","$color":10,"excl_time":1.06999999998177e-05,"$area":1.06999999998177e-05},"id":"10765-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: 24&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:508]","$color":10,"excl_time":1.6399999998788e-05,"$area":1.6399999998788e-05},"id":"10766-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: 207&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002071,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@1073","$color":10,"excl_time":1.9899999999946e-05,"$area":1.9899999999946e-05},"id":"10767-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: 70.6ms, 0.11%<br />Exclusive time: 15.9ms, 0.02%</p>","incl_time":0.070615,"subname":"Text::Tradition::Collation::RelationshipStore::add_equivalence_edge","$color":10,"excl_time":0.0158809999996697,"$area":0.0158809999996697},"id":"10768-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: 16.1s, 24.59%<br />Exclusive time: 22.3ms, 0.03%</p>","incl_time":16.1121722,"subname":"Text::Tradition::Collation::RelationshipStore::test_equivalence","$color":10,"excl_time":0.0223139999999805,"$area":0.0223139999999805},"id":"10769-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.1e-06,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:74]","$color":10,"excl_time":2.1e-06,"$area":2.1e-06},"id":"10770-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 3158 times from 22 places in 1 file<br />Inclusive time: 6.33ms, 0.01%</p>","incl_time":0.0063302,"subname":"Text::Tradition::Collation::RelationshipStore::equivalence_graph","$color":10,"excl_time":0.0063302,"$area":0.0063302},"id":"10771-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: 310ms, 0.47%<br />Exclusive time: 3.17ms, 0.00%</p>","incl_time":0.3095355,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@7","$color":10,"excl_time":0.00316939999999999,"$area":0.00316939999999999},"id":"10772-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: 427&micro;s, 0.00%</p>","incl_time":0.000427,"subname":"Text::Tradition::Collation::RelationshipStore::collation","$color":10,"excl_time":0.000427,"$area":0.000427},"id":"10773-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: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Text::Tradition::Collation::RelationshipStore::meta","$color":10,"excl_time":1.27000000001937e-05,"$area":1.27000000001937e-05},"id":"10774-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: 77&micro;s, 0.00%<br />Exclusive time: 70&micro;s, 0.00%</p>","incl_time":7.67e-05,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@3","$color":10,"excl_time":6.99000000000265e-05,"$area":6.99000000000265e-05},"id":"10775-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: 173ms, 0.26%<br />Exclusive time: 19.3ms, 0.03%</p>","incl_time":0.1731837,"subname":"Text::Tradition::Collation::RelationshipStore::add_reading","$color":10,"excl_time":0.0193484000008661,"$area":0.0193484000008661},"id":"10776-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: 13.1ms, 0.02%</p>","incl_time":0.0131497,"subname":"Text::Tradition::Collation::RelationshipStore::set_equivalence","$color":10,"excl_time":0.0131497,"$area":0.0131497},"id":"10777-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: 100&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":9.99e-05,"subname":"Text::Tradition::Collation::RelationshipStore::__ANON__[lib/Text/Tradition/Collation/RelationshipStore.pm:99]","$color":10,"excl_time":6.09999999985623e-06,"$area":6.09999999985623e-06},"id":"10778-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 1511 times from 5 places in 2 files<br />Inclusive time: 3.12ms, 0.00%</p>","incl_time":0.0031218,"subname":"Text::Tradition::Collation::RelationshipStore::graph","$color":10,"excl_time":0.0031218,"$area":0.0031218},"id":"10779-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: 178&micro;s, 0.00%</p>","incl_time":0.0001776,"subname":"Text::Tradition::Collation::RelationshipStore::CORE:sort","$color":10,"excl_time":0.0001776,"$area":0.0001776},"id":"10780-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: 431&micro;s, 0.00%</p>","incl_time":0.0004307,"subname":"Text::Tradition::Collation::RelationshipStore::scopedrels","$color":10,"excl_time":0.0004307,"$area":0.0004307},"id":"10781-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.91ms, 0.00%<br />Exclusive time: 1.41ms, 0.00%</p>","incl_time":0.0019102,"subname":"Text::Tradition::Collation::RelationshipStore::scoped_relationship","$color":10,"excl_time":0.00141210000000916,"$area":0.00141210000000916},"id":"10782-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.78ms, 0.00%<br />Exclusive time: 133&micro;s, 0.00%</p>","incl_time":0.0017826,"subname":"Text::Tradition::Collation::RelationshipStore::related_readings","$color":10,"excl_time":0.000132600000002069,"$area":0.000132600000002069},"id":"10783-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: 289&micro;s, 0.00%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":0.000289,"subname":"Text::Tradition::Collation::RelationshipStore::new","$color":10,"excl_time":7.42000000015948e-05,"$area":7.42000000015948e-05},"id":"10784-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.9s, 28.83%<br />Exclusive time: 5.67ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 27.6ms</p>","incl_time":18.89295,"subname":"Text::Tradition::Collation::RelationshipStore::add_relationship","$color":10,"excl_time":0.00567209999999107,"$area":0.00567209999999107},"id":"10785-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 227 times from 5 places in 3 files<br />Inclusive time: 20.8ms, 0.03%<br />Exclusive time: 3.11ms, 0.00%</p>","incl_time":0.020755,"subname":"Text::Tradition::Collation::RelationshipStore::get_relationship","$color":10,"excl_time":0.00311390000004033,"$area":0.00311390000004033},"id":"10786-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: 14.1ms, 0.02%</p>","incl_time":0.0141424,"subname":"Text::Tradition::Collation::RelationshipStore::set_eqreadings","$color":10,"excl_time":0.0141424,"$area":0.0141424},"id":"10787-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: 39.4ms, 0.06%<br />Exclusive time: 1.22ms, 0.00%</p>","incl_time":0.0393784,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@6","$color":10,"excl_time":0.00122359999999951,"$area":0.00122359999999951},"id":"10788-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.71ms, 0.00%<br />Exclusive time: 1.62ms, 0.00%</p>","incl_time":0.002713,"subname":"Text::Tradition::Collation::RelationshipStore::add_scoped_relationship","$color":10,"excl_time":0.00161709999996166,"$area":0.00161709999996166},"id":"10789-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: 207ms, 0.32%<br />Exclusive time: 3.90ms, 0.01%</p>","incl_time":0.2066269,"subname":"Text::Tradition::Collation::RelationshipStore::_make_equivalence","$color":10,"excl_time":0.0039002999998951,"$area":0.0039002999998951},"id":"10790-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.50s, 3.81%<br />Exclusive time: 1.59s, 2.43%</p>","incl_time":2.4989542,"subname":"Text::Tradition::Collation::RelationshipStore::_find_applicable","$color":10,"excl_time":1.59398629987186,"$area":1.59398629987186},"id":"10791-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.8ms, 0.02%<br />Exclusive time: 1.46ms, 0.00%</p>","incl_time":0.0108451,"subname":"Text::Tradition::Collation::RelationshipStore::create","$color":10,"excl_time":0.00146479999998567,"$area":0.00146479999998567},"id":"10792-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: 334ms, 0.51%<br />Exclusive time: 488&micro;s, 0.00%</p>","incl_time":0.3341076,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@5","$color":10,"excl_time":0.000487800000000316,"$area":0.000487800000000316},"id":"10793-Text::Tradition::Collation::RelationshipStore::BEGIN@5"},{"name":"equivalence","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::equivalence</b></p><p><br />Called 2596 times from 6 places in 1 file<br />Inclusive time: 10.7ms, 0.02%</p>","incl_time":0.0106955,"subname":"Text::Tradition::Collation::RelationshipStore::equivalence","$color":10,"excl_time":0.0106955,"$area":0.0106955},"id":"10794-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: 448&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0004476,"subname":"Text::Tradition::Collation::RelationshipStore::BEGIN@635","$color":10,"excl_time":1.13999999997802e-05,"$area":1.13999999997802e-05},"id":"10795-Text::Tradition::Collation::RelationshipStore::BEGIN@635"},{"name":"relationships","children":[],"data":{"tip":"<p><b>Text::Tradition::Collation::RelationshipStore::relationships</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 871&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0008712,"subname":"Text::Tradition::Collation::RelationshipStore::relationships","$color":10,"excl_time":1.82000000006736e-05,"$area":1.82000000006736e-05},"id":"10796-Text::Tradition::Collation::RelationshipStore::relationships"},{"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: 16.1s, 24.60%<br />Exclusive time: 1.86ms, 0.00%</p>","incl_time":16.1212418,"subname":"Text::Tradition::Collation::RelationshipStore::relationship_valid","$color":10,"excl_time":0.001861500000089,"$area":0.001861500000089},"id":"10797-Text::Tradition::Collation::RelationshipStore::relationship_valid"}],"data":{"$area":1.72667389987231},"id":"n10758"}],"data":{"$area":6.09817609942552},"id":"n10665"}],"data":{"$area":8.48378789946798},"id":"n10519"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"Text::SimpleTable::BEGIN@6","$color":1,"excl_time":1.46999999999124e-05,"$area":1.46999999999124e-05},"id":"10799-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: 37&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"Text::SimpleTable::BEGIN@5","$color":1,"excl_time":2.44999999999707e-05,"$area":2.44999999999707e-05},"id":"10800-Text::SimpleTable::BEGIN@5"}],"data":{"$area":3.91999999998831e-05},"id":"n10798"}],"data":{"$area":8.49102609946798},"id":"n10473"},{"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: 33&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"feature::import","$color":3,"excl_time":3.27e-05,"$area":3.27e-05},"id":"10802-feature::import"}],"data":{"$area":3.27e-05},"id":"n10801"},{"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: 41&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.07e-05,"subname":"IPC::Run::BEGIN@1053","$color":5,"excl_time":9.499999999991e-06,"$area":9.499999999991e-06},"id":"10805-IPC::Run::BEGIN@1053"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.58e-05,"subname":"IPC::Run::BEGIN@1080","$color":5,"excl_time":6.49999999999013e-06,"$area":6.49999999999013e-06},"id":"10806-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: 48&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"IPC::Run::BEGIN@1","$color":5,"excl_time":1.44000000000971e-05,"$area":1.44000000000971e-05},"id":"10807-IPC::Run::BEGIN@1"},{"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: 92&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":9.24e-05,"subname":"IPC::Run::BEGIN@1063","$color":5,"excl_time":4.3599999999929e-05,"$area":4.3599999999929e-05},"id":"10808-IPC::Run::BEGIN@1063"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IPC::Run::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.5e-06,"subname":"IPC::Run::CORE:match","$color":5,"excl_time":3.5e-06,"$area":3.5e-06},"id":"10809-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: 32&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"IPC::Run::BEGIN@1445","$color":5,"excl_time":9.79999999991673e-06,"$area":9.79999999991673e-06},"id":"10810-IPC::Run::BEGIN@1445"},{"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":5,"excl_time":2.43e-05,"$area":2.43e-05},"id":"10811-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: 36&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"IPC::Run::BEGIN@1054","$color":5,"excl_time":7.89999999995474e-06,"$area":7.89999999995474e-06},"id":"10812-IPC::Run::BEGIN@1054"},{"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: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"IPC::Run::BEGIN@1048","$color":5,"excl_time":7.90000000003626e-06,"$area":7.90000000003626e-06},"id":"10813-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: 59&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.9e-05,"subname":"IPC::Run::BEGIN@3615","$color":5,"excl_time":1.27999999998927e-05,"$area":1.27999999998927e-05},"id":"10814-IPC::Run::BEGIN@3615"},{"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: 54&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":5.45e-05,"subname":"IPC::Run::BEGIN@1061","$color":5,"excl_time":1.5299999999983e-05,"$area":1.5299999999983e-05},"id":"10815-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: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"IPC::Run::BEGIN@1050","$color":5,"excl_time":8.39999999995925e-06,"$area":8.39999999995925e-06},"id":"10816-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: 177&micro;s, 0.00%</p>","incl_time":0.0001766,"subname":"IPC::Run::BEGIN@1059","$color":5,"excl_time":0.0001766,"$area":0.0001766},"id":"10817-IPC::Run::BEGIN@1059"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"IPC::Run::BEGIN@1237","$color":5,"excl_time":1.00000000000548e-05,"$area":1.00000000000548e-05},"id":"10818-IPC::Run::BEGIN@1237"},{"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: 120&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001197,"subname":"IPC::Run::BEGIN@1015","$color":5,"excl_time":1.63000000000243e-05,"$area":1.63000000000243e-05},"id":"10819-IPC::Run::BEGIN@1015"},{"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: 7.71ms, 0.01%<br />Exclusive time: 1.15ms, 0.00%</p>","incl_time":0.0077113,"subname":"IPC::Run::BEGIN@1049","$color":5,"excl_time":0.00115289999999993,"$area":0.00115289999999993},"id":"10820-IPC::Run::BEGIN@1049"},{"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":3.9e-06,"subname":"IPC::Run::BEGIN@1014","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10821-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":3.6e-06,"subname":"IPC::Run::BEGIN@1055","$color":5,"excl_time":3.6e-06,"$area":3.6e-06},"id":"10822-IPC::Run::BEGIN@1055"},{"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: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"IPC::Run::BEGIN@1056","$color":5,"excl_time":8.39999999993536e-06,"$area":8.39999999993536e-06},"id":"10823-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: 25&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"IPC::Run::BEGIN@1114","$color":5,"excl_time":6.90000000009014e-06,"$area":6.90000000009014e-06},"id":"10824-IPC::Run::BEGIN@1114"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"IPC::Run::BEGIN@2","$color":5,"excl_time":1.68999999999787e-05,"$area":1.68999999999787e-05},"id":"10825-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: 242&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002419,"subname":"IPC::Run::BEGIN@1051","$color":5,"excl_time":1.4699999999906e-05,"$area":1.4699999999906e-05},"id":"10826-IPC::Run::BEGIN@1051"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"IPC::Run::BEGIN@1052","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10827-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: 240&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002398,"subname":"IPC::Run::BEGIN@1081","$color":5,"excl_time":8.70000000007142e-06,"$area":8.70000000007142e-06},"id":"10828-IPC::Run::BEGIN@1081"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>IPC::Run::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.4e-06,"subname":"IPC::Run::CORE:qr","$color":5,"excl_time":6.4e-06,"$area":6.4e-06},"id":"10829-IPC::Run::CORE:qr"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>IPC::Run::CORE:regcomp</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"IPC::Run::CORE:regcomp","$color":5,"excl_time":1.65e-05,"$area":1.65e-05},"id":"10830-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: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"IPC::Run::BEGIN@1013","$color":5,"excl_time":1.08000000000486e-05,"$area":1.08000000000486e-05},"id":"10831-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: 51&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"IPC::Run::BEGIN@1082","$color":5,"excl_time":2.77999999999521e-05,"$area":2.77999999999521e-05},"id":"10832-IPC::Run::BEGIN@1082"},{"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: 52&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.16e-05,"subname":"IPC::Run::IO::BEGIN@73","$color":7,"excl_time":1.03999999999255e-05,"$area":1.03999999999255e-05},"id":"10834-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: 23&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.34e-05,"subname":"IPC::Run::IO::BEGIN@65","$color":7,"excl_time":1.83999999999672e-05,"$area":1.83999999999672e-05},"id":"10835-IPC::Run::IO::BEGIN@65"},{"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: 96&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":9.65e-05,"subname":"IPC::Run::IO::BEGIN@68","$color":7,"excl_time":2.2900000000104e-05,"$area":2.2900000000104e-05},"id":"10836-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: 61&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"IPC::Run::IO::BEGIN@489","$color":7,"excl_time":1.15000000000696e-05,"$area":1.15000000000696e-05},"id":"10837-IPC::Run::IO::BEGIN@489"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"IPC::Run::IO::BEGIN@74","$color":7,"excl_time":1.36000000000363e-05,"$area":1.36000000000363e-05},"id":"10838-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: 58&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.76e-05,"subname":"IPC::Run::IO::BEGIN@66","$color":7,"excl_time":1.18999999999626e-05,"$area":1.18999999999626e-05},"id":"10839-IPC::Run::IO::BEGIN@66"},{"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: 142&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001425,"subname":"IPC::Run::IO::BEGIN@71","$color":7,"excl_time":2.24000000000436e-05,"$area":2.24000000000436e-05},"id":"10840-IPC::Run::IO::BEGIN@71"},{"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: 124&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0001238,"subname":"IPC::Run::IO::BEGIN@70","$color":7,"excl_time":2.10999999999889e-05,"$area":2.10999999999889e-05},"id":"10841-IPC::Run::IO::BEGIN@70"},{"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: 424&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0004243,"subname":"IPC::Run::IO::BEGIN@67","$color":7,"excl_time":3.27000000000636e-05,"$area":3.27000000000636e-05},"id":"10842-IPC::Run::IO::BEGIN@67"}],"data":{"$area":0.000164900000000161},"id":"n10833"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"IPC::Run::Debug::BEGIN@72","$color":9,"excl_time":1.59e-05,"$area":1.59e-05},"id":"10844-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.71e-05,"subname":"IPC::Run::Debug::BEGIN@69","$color":9,"excl_time":1.45000000000363e-05,"$area":1.45000000000363e-05},"id":"10845-IPC::Run::Debug::BEGIN@69"},{"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: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"IPC::Run::Debug::BEGIN@70","$color":9,"excl_time":8.90000000005739e-06,"$area":8.90000000005739e-06},"id":"10846-IPC::Run::Debug::BEGIN@70"},{"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: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"IPC::Run::Debug::BEGIN@25","$color":9,"excl_time":9.49999999990523e-06,"$area":9.49999999990523e-06},"id":"10847-IPC::Run::Debug::BEGIN@25"},{"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: 103&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001026,"subname":"IPC::Run::Debug::BEGIN@71","$color":9,"excl_time":7.399999999927e-06,"$area":7.399999999927e-06},"id":"10848-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.31ms, 0.01%<br />Exclusive time: 687&micro;s, 0.00%</p>","incl_time":0.0063054,"subname":"IPC::Run::Debug::BEGIN@2","$color":9,"excl_time":0.000687499999999936,"$area":0.000687499999999936},"id":"10849-IPC::Run::Debug::BEGIN@2"}],"data":{"$area":0.000743699999999861},"id":"n10843"},{"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: 56&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.61e-05,"subname":"IPC::Run::Timer::BEGIN@188","$color":0,"excl_time":8.60000000002189e-06,"$area":8.60000000002189e-06},"id":"10851-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: 40&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"IPC::Run::Timer::BEGIN@162","$color":0,"excl_time":8.79999999992111e-06,"$area":8.79999999992111e-06},"id":"10852-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: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"IPC::Run::Timer::BEGIN@163","$color":0,"excl_time":8.10000000004063e-06,"$area":8.10000000004063e-06},"id":"10853-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: 59&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":5.93e-05,"subname":"IPC::Run::Timer::BEGIN@164","$color":0,"excl_time":6.39999999997762e-06,"$area":6.39999999997762e-06},"id":"10854-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: 21&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"IPC::Run::Timer::BEGIN@159","$color":0,"excl_time":1.72000000000486e-05,"$area":1.72000000000486e-05},"id":"10855-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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"IPC::Run::Timer::BEGIN@160","$color":0,"excl_time":8.59999999991311e-06,"$area":8.59999999991311e-06},"id":"10856-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.43e-05,"subname":"IPC::Run::Timer::BEGIN@165","$color":0,"excl_time":1.43e-05,"$area":1.43e-05},"id":"10857-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: 259&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002586,"subname":"IPC::Run::Timer::BEGIN@161","$color":0,"excl_time":1.62999999999714e-05,"$area":1.62999999999714e-05},"id":"10858-IPC::Run::Timer::BEGIN@161"}],"data":{"$area":8.82999999998944e-05},"id":"n10850"}],"data":{"$area":0.00264509999999965},"id":"n10804"}],"data":{"$area":0.00264509999999965},"id":"n10803"},{"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: 102&micro;s, 0.00%</p>","incl_time":0.0001016,"subname":"subs::import","$color":2,"excl_time":0.0001016,"$area":0.0001016},"id":"10860-subs::import"}],"data":{"$area":0.0001016},"id":"n10859"},{"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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"integer::import","$color":4,"excl_time":7.9e-06,"$area":7.9e-06},"id":"10862-integer::import"}],"data":{"$area":7.9e-06},"id":"n10861"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"IO::BEGIN@8","$color":6,"excl_time":1.30999999999978e-05,"$area":1.30999999999978e-05},"id":"10864-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: 17&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"IO::BEGIN@7","$color":6,"excl_time":1.17000000000031e-05,"$area":1.17000000000031e-05},"id":"10865-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: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"IO::BEGIN@5","$color":6,"excl_time":1.63e-05,"$area":1.63e-05},"id":"10866-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: 61&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.1e-05,"subname":"IO::BEGIN@6","$color":6,"excl_time":9.79999999999876e-06,"$area":9.79999999999876e-06},"id":"10867-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":8,"excl_time":4e-06,"$area":4e-06},"id":"10869-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.67e-05,"subname":"IO::String::BEGIN@9","$color":8,"excl_time":1.39000000001415e-05,"$area":1.39000000001415e-05},"id":"10870-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: 51&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.11e-05,"subname":"IO::String::BEGIN@10","$color":8,"excl_time":7.19999999990336e-06,"$area":7.19999999990336e-06},"id":"10871-IO::String::BEGIN@10"}],"data":{"$area":2.51000000000449e-05},"id":"n10868"},{"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: 67&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":6.71e-05,"subname":"IO::File::open","$color":10,"excl_time":1.95000000006296e-05,"$area":1.95000000006296e-05},"id":"10873-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: 121&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0001208,"subname":"IO::File::new","$color":10,"excl_time":3.25000000001809e-05,"$area":3.25000000001809e-05},"id":"10874-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: 5.24ms, 0.01%<br />Exclusive time: 509&micro;s, 0.00%</p>","incl_time":0.0052439,"subname":"IO::File::BEGIN@133","$color":10,"excl_time":0.000508900000000011,"$area":0.000508900000000011},"id":"10875-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"IO::File::BEGIN@134","$color":10,"excl_time":5.9e-06,"$area":5.9e-06},"id":"10876-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: 23&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"IO::File::CORE:open","$color":10,"excl_time":2.27e-05,"$area":2.27e-05},"id":"10877-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: 546&micro;s, 0.00%<br />Exclusive time: 436&micro;s, 0.00%</p>","incl_time":0.0005457,"subname":"IO::File::BEGIN@132","$color":10,"excl_time":0.000435500000000002,"$area":0.000435500000000002},"id":"10878-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: 40&micro;s, 0.00%</p>","incl_time":4.03e-05,"subname":"IO::File::BEGIN@127","$color":10,"excl_time":4.03e-05,"$area":4.03e-05},"id":"10879-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: 73&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.29e-05,"subname":"IO::File::BEGIN@131","$color":10,"excl_time":1.58000000000026e-05,"$area":1.58000000000026e-05},"id":"10880-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: 77&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.69e-05,"subname":"IO::File::BEGIN@130","$color":10,"excl_time":1.28000000000025e-05,"$area":1.28000000000025e-05},"id":"10881-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: 35&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"IO::File::CORE:match","$color":10,"excl_time":3.46e-05,"$area":3.46e-05},"id":"10882-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"IO::File::BEGIN@128","$color":10,"excl_time":1.26999999999976e-05,"$area":1.26999999999976e-05},"id":"10883-IO::File::BEGIN@128"}],"data":{"$area":0.00114120000000083},"id":"n10872"},{"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: 4.56ms, 0.01%<br />Exclusive time: 3.24ms, 0.00%</p>","incl_time":0.0045585,"subname":"IO::Seekable::BEGIN@101","$color":1,"excl_time":0.00324259999999999,"$area":0.00324259999999999},"id":"10885-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: 22&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"IO::Seekable::BEGIN@97","$color":1,"excl_time":2.22e-05,"$area":2.22e-05},"id":"10886-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: 53&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.3e-05,"subname":"IO::Seekable::BEGIN@98","$color":1,"excl_time":9.20000000000338e-06,"$area":9.20000000000338e-06},"id":"10887-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: 55&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.47e-05,"subname":"IO::Seekable::BEGIN@104","$color":1,"excl_time":9.79999999999951e-06,"$area":9.79999999999951e-06},"id":"10888-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: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"IO::Seekable::BEGIN@99","$color":1,"excl_time":8.79999999999956e-06,"$area":8.79999999999956e-06},"id":"10889-IO::Seekable::BEGIN@99"}],"data":{"$area":0.00329259999999999},"id":"n10884"},{"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: 67&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":6.74e-05,"subname":"IO::Socket::BEGIN@11","$color":3,"excl_time":3.15999999999697e-05,"$area":3.15999999999697e-05},"id":"10891-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: 6.13ms, 0.01%<br />Exclusive time: 4.29ms, 0.01%</p>","incl_time":0.0061312,"subname":"IO::Socket::BEGIN@12","$color":3,"excl_time":0.0042943000000013,"$area":0.0042943000000013},"id":"10892-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: 3.21ms, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":0.003209,"subname":"IO::Socket::import","$color":3,"excl_time":5.78000000002012e-05,"$area":5.78000000002012e-05},"id":"10893-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: 20&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"IO::Socket::register_domain","$color":3,"excl_time":1.95e-05,"$area":1.95e-05},"id":"10894-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: 79&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":7.89e-05,"subname":"IO::Socket::BEGIN@13","$color":3,"excl_time":1.74000000000634e-05,"$area":1.74000000000634e-05},"id":"10895-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: 55&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"IO::Socket::BEGIN@16","$color":3,"excl_time":2.15000000000273e-05,"$area":2.15000000000273e-05},"id":"10896-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: 19&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"IO::Socket::BEGIN@14","$color":3,"excl_time":1.26000000000265e-05,"$area":1.26000000000265e-05},"id":"10897-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: 41&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"IO::Socket::BEGIN@17","$color":3,"excl_time":1.7399999999999e-05,"$area":1.7399999999999e-05},"id":"10898-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: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"IO::Socket::CORE:pack","$color":3,"excl_time":1.76e-05,"$area":1.76e-05},"id":"10899-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: 36&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"IO::Socket::INET::BEGIN@15","$color":5,"excl_time":1.40000000000335e-05,"$area":1.40000000000335e-05},"id":"10901-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: 1.60ms, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0015974,"subname":"IO::Socket::INET::BEGIN@12","$color":5,"excl_time":5.24000000000923e-05,"$area":5.24000000000923e-05},"id":"10902-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: 38&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"IO::Socket::INET::BEGIN@14","$color":5,"excl_time":1.4799999999999e-05,"$area":1.4799999999999e-05},"id":"10903-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: 1.11ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.001112,"subname":"IO::Socket::INET::BEGIN@11","$color":5,"excl_time":1.23000000000742e-05,"$area":1.23000000000742e-05},"id":"10904-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: 99&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":9.91e-05,"subname":"IO::Socket::INET::BEGIN@13","$color":5,"excl_time":2.27000000000235e-05,"$area":2.27000000000235e-05},"id":"10905-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: 58&micro;s, 0.00%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"IO::Socket::INET::BEGIN@9","$color":5,"excl_time":4.84000000000628e-05,"$area":4.84000000000628e-05},"id":"10906-IO::Socket::INET::BEGIN@9"}],"data":{"$area":0.000164600000000285},"id":"n10900"},{"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: 95&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":9.47e-05,"subname":"IO::Socket::UNIX::BEGIN@12","$color":7,"excl_time":2.00999999999642e-05,"$area":2.00999999999642e-05},"id":"10908-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: 64&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":6.37e-05,"subname":"IO::Socket::UNIX::BEGIN@9","$color":7,"excl_time":5.04000000000061e-05,"$area":5.04000000000061e-05},"id":"10909-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: 1.44ms, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0014434,"subname":"IO::Socket::UNIX::BEGIN@11","$color":7,"excl_time":1.86999999999436e-05,"$area":1.86999999999436e-05},"id":"10910-IO::Socket::UNIX::BEGIN@11"}],"data":{"$area":8.9199999999914e-05},"id":"n10907"}],"data":{"$area":0.00474350000000179},"id":"n10890"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"IO::Handle::new","$color":9,"excl_time":1.27000000001442e-05,"$area":1.27000000001442e-05},"id":"10912-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: 42&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"IO::Handle::BEGIN@624","$color":9,"excl_time":1.48000000000024e-05,"$area":1.48000000000024e-05},"id":"10913-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: 1.07ms, 0.00%<br />Exclusive time: 547&micro;s, 0.00%</p>","incl_time":0.0010732,"subname":"IO::Handle::BEGIN@266","$color":9,"excl_time":0.000546600000000005,"$area":0.000546600000000005},"id":"10914-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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"IO::Handle::_open_mode_string","$color":9,"excl_time":1.72999999996284e-05,"$area":1.72999999996284e-05},"id":"10915-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: 17&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"IO::Handle::BEGIN@261","$color":9,"excl_time":1.21999999999967e-05,"$area":1.21999999999967e-05},"id":"10916-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: 31&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"IO::Handle::BEGIN@260","$color":9,"excl_time":3.12e-05,"$area":3.12e-05},"id":"10917-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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"IO::Handle::BEGIN@265","$color":9,"excl_time":8.3e-06,"$area":8.3e-06},"id":"10918-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: 70&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.05e-05,"subname":"IO::Handle::BEGIN@264","$color":9,"excl_time":1.34999999999985e-05,"$area":1.34999999999985e-05},"id":"10919-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.6e-06,"subname":"IO::Handle::CORE:substcont","$color":9,"excl_time":1.6e-06,"$area":1.6e-06},"id":"10920-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.6e-06,"subname":"IO::Handle::CORE:match","$color":9,"excl_time":1.6e-06,"$area":1.6e-06},"id":"10921-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: 74&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.43e-05,"subname":"IO::Handle::BEGIN@263","$color":9,"excl_time":1.28999999999969e-05,"$area":1.28999999999969e-05},"id":"10922-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":2e-06,"subname":"IO::Handle::CORE:subst","$color":9,"excl_time":2e-06,"$area":2e-06},"id":"10923-IO::Handle::CORE:subst"}],"data":{"$area":0.000674699999999772},"id":"n10911"},{"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: 51&micro;s, 0.00%</p>","incl_time":5.12e-05,"subname":"IO::Dir::BEGIN@9","$color":0,"excl_time":5.12e-05,"$area":5.12e-05},"id":"10925-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: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.43e-05,"subname":"IO::Dir::BEGIN@42","$color":0,"excl_time":1.04999999999987e-05,"$area":1.04999999999987e-05},"id":"10926-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: 905&micro;s, 0.00%<br />Exclusive time: 821&micro;s, 0.00%</p>","incl_time":0.0009051,"subname":"IO::Dir::BEGIN@13","$color":0,"excl_time":0.000820599999999999,"$area":0.000820599999999999},"id":"10927-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: 75&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.48e-05,"subname":"IO::Dir::BEGIN@18","$color":0,"excl_time":1.98000000000005e-05,"$area":1.98000000000005e-05},"id":"10928-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: 10&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"IO::Dir::BEGIN@19","$color":0,"excl_time":9.5e-06,"$area":9.5e-06},"id":"10929-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: 24&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"IO::Dir::BEGIN@14","$color":0,"excl_time":9.39999999999937e-06,"$area":9.39999999999937e-06},"id":"10930-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: 7.63ms, 0.01%<br />Exclusive time: 1.14ms, 0.00%</p>","incl_time":0.0076322,"subname":"IO::Dir::BEGIN@15","$color":0,"excl_time":0.00114399999999995,"$area":0.00114399999999995},"id":"10931-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: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"IO::Dir::BEGIN@11","$color":0,"excl_time":1.01999999999988e-05,"$area":1.01999999999988e-05},"id":"10932-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: 60&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.03e-05,"subname":"IO::Dir::BEGIN@12","$color":0,"excl_time":9.99999999999688e-06,"$area":9.99999999999688e-06},"id":"10933-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: 1.64ms, 0.00%<br />Exclusive time: 1.39ms, 0.00%</p>","incl_time":0.0016366,"subname":"IO::Dir::BEGIN@17","$color":0,"excl_time":0.0013866,"$area":0.0013866},"id":"10934-IO::Dir::BEGIN@17"}],"data":{"$area":0.00347179999999995},"id":"n10924"}],"data":{"$area":0.0133998000000024},"id":"n10863"},{"name":"Scalar","children":[{"name":"::Util","children":[{"name":"blessed","children":[],"data":{"tip":"<p><b>Scalar::Util::blessed</b></p><p><br />Called 82686 times from 134 places in 51 files<br />Inclusive time: 63.3ms, 0.10%</p>","incl_time":0.0633326999999974,"subname":"Scalar::Util::blessed","$color":2,"excl_time":0.0633326999999974,"$area":0.0633326999999974},"id":"10937-Scalar::Util::blessed"},{"name":"isweak","children":[],"data":{"tip":"<p><b>Scalar::Util::isweak</b></p><p><br />Called 6086 times from 3 places in 3 files<br />Inclusive time: 4.79ms, 0.01%</p>","incl_time":0.00478929999999988,"subname":"Scalar::Util::isweak","$color":2,"excl_time":0.00478929999999988,"$area":0.00478929999999988},"id":"10938-Scalar::Util::isweak"},{"name":"refaddr","children":[],"data":{"tip":"<p><b>Scalar::Util::refaddr</b></p><p><br />Called 15377 times from 30 places in 13 files<br />Inclusive time: 9.81ms, 0.01%</p>","incl_time":0.00981179999999991,"subname":"Scalar::Util::refaddr","$color":2,"excl_time":0.00981179999999991,"$area":0.00981179999999991},"id":"10939-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":2,"excl_time":1.66e-05,"$area":1.66e-05},"id":"10940-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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"Scalar::Util::BEGIN@9","$color":2,"excl_time":1.63999999999984e-05,"$area":1.63999999999984e-05},"id":"10941-Scalar::Util::BEGIN@9"},{"name":"weaken","children":[],"data":{"tip":"<p><b>Scalar::Util::weaken</b></p><p><br />Called 18249 times from 45 places in 31 files<br />Inclusive time: 22.8ms, 0.03%</p>","incl_time":0.0228222,"subname":"Scalar::Util::weaken","$color":2,"excl_time":0.0228222,"$area":0.0228222},"id":"10942-Scalar::Util::weaken"},{"name":"reftype","children":[],"data":{"tip":"<p><b>Scalar::Util::reftype</b></p><p><br />Called 10012 times from 13 places in 10 files<br />Inclusive time: 9.45ms, 0.01%</p>","incl_time":0.0094537,"subname":"Scalar::Util::reftype","$color":2,"excl_time":0.0094537,"$area":0.0094537},"id":"10943-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: 21&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Scalar::Util::set_prototype","$color":2,"excl_time":2.06e-05,"$area":2.06e-05},"id":"10944-Scalar::Util::set_prototype"}],"data":{"$area":0.110263299999997},"id":"n10936"}],"data":{"$area":0.110263299999997},"id":"n10935"},{"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: 20&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Opcode::define_optag","$color":4,"excl_time":1.97e-05,"$area":1.97e-05},"id":"10946-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: 41&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"Opcode::CORE:subst","$color":4,"excl_time":4.14e-05,"$area":4.14e-05},"id":"10947-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":3.9e-06,"subname":"Opcode::BEGIN@12","$color":4,"excl_time":3.9e-06,"$area":3.9e-06},"id":"10948-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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Opcode::CORE:close","$color":4,"excl_time":1.06e-05,"$area":1.06e-05},"id":"10949-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: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Opcode::BEGIN@5","$color":4,"excl_time":7.59999999997787e-06,"$area":7.59999999997787e-06},"id":"10950-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: 57&micro;s, 0.00%</p>","incl_time":5.74e-05,"subname":"Opcode::opset","$color":4,"excl_time":5.74e-05,"$area":5.74e-05},"id":"10951-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: 60&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Opcode::CORE:readline","$color":4,"excl_time":6.02e-05,"$area":6.02e-05},"id":"10952-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: 85&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.49e-05,"subname":"Opcode::BEGIN@29","$color":4,"excl_time":9.09999999992975e-06,"$area":9.09999999992975e-06},"id":"10953-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: 20&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"Opcode::BEGIN@3","$color":4,"excl_time":2.01e-05,"$area":2.01e-05},"id":"10954-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.21ms, 0.00%<br />Exclusive time: 1.84ms, 0.00%</p>","incl_time":0.0022062,"subname":"Opcode::_init_optags","$color":4,"excl_time":0.00183810000000335,"$area":0.00183810000000335},"id":"10955-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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Opcode::BEGIN@15","$color":4,"excl_time":1.02e-05,"$area":1.02e-05},"id":"10956-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: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"Opcode::BEGIN@11","$color":4,"excl_time":8.00000000000425e-06,"$area":8.00000000000425e-06},"id":"10957-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: 61&micro;s, 0.00%</p>","incl_time":6.06e-05,"subname":"Opcode::opset_to_ops","$color":4,"excl_time":6.06e-05,"$area":6.06e-05},"id":"10958-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: 116&micro;s, 0.00%</p>","incl_time":0.0001162,"subname":"Opcode::CORE:match","$color":4,"excl_time":0.0001162,"$area":0.0001162},"id":"10959-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":4,"excl_time":5.4e-06,"$area":5.4e-06},"id":"10960-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":4,"excl_time":2e-06,"$area":2e-06},"id":"10961-Opcode::full_opset"}],"data":{"$area":0.00227050000000326},"id":"n10945"},{"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: 4.23ms, 0.01%</p>","incl_time":0.00422589999999987,"subname":"Params::Util::_CODELIKE","$color":6,"excl_time":0.00422589999999987,"$area":0.00422589999999987},"id":"10964-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: 50&micro;s, 0.00%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":5.01e-05,"subname":"Params::Util::BEGIN@59","$color":6,"excl_time":4.63000000000017e-05,"$area":4.63000000000017e-05},"id":"10965-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: 577&micro;s, 0.00%</p>","incl_time":0.000576700000000003,"subname":"Params::Util::_SCALAR0","$color":6,"excl_time":0.000576700000000003,"$area":0.000576700000000003},"id":"10966-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: 47&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"Params::Util::bootstrap","$color":6,"excl_time":4.69e-05,"$area":4.69e-05},"id":"10967-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: 230&micro;s, 0.00%<br />Exclusive time: 190&micro;s, 0.00%</p>","incl_time":0.0002303,"subname":"Params::Util::_INSTANCE","$color":6,"excl_time":0.000190299999997962,"$area":0.000190299999997962},"id":"10968-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Params::Util::_HASH0","$color":6,"excl_time":5.7e-06,"$area":5.7e-06},"id":"10969-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: 29&micro;s, 0.00%</p>","incl_time":2.92e-05,"subname":"Params::Util::BEGIN@58","$color":6,"excl_time":2.92e-05,"$area":2.92e-05},"id":"10970-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: 243&micro;s, 0.00%<br />Exclusive time: 132&micro;s, 0.00%</p>","incl_time":0.000243,"subname":"Params::Util::_CLASS","$color":6,"excl_time":0.000131699999999631,"$area":0.000131699999999631},"id":"10971-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: 78&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.79e-05,"subname":"Params::Util::BEGIN@65","$color":6,"excl_time":7.69999999999364e-06,"$area":7.69999999999364e-06},"id":"10972-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: 977&micro;s, 0.00%</p>","incl_time":0.000976600000000001,"subname":"Params::Util::_HASHLIKE","$color":6,"excl_time":0.000976600000000001,"$area":0.000976600000000001},"id":"10973-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: 22&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Params::Util::_ARRAYLIKE","$color":6,"excl_time":2.22e-05,"$area":2.22e-05},"id":"10974-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: 111&micro;s, 0.00%</p>","incl_time":0.0001113,"subname":"Params::Util::CORE:match","$color":6,"excl_time":0.0001113,"$area":0.0001113},"id":"10975-Params::Util::CORE:match"}],"data":{"$area":0.00637049999999746},"id":"n10963"}],"data":{"$area":0.00637049999999746},"id":"n10962"},{"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: 51&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.08e-05,"subname":"File::Spec::BEGIN@4","$color":8,"excl_time":7.69999999999922e-06,"$area":7.69999999999922e-06},"id":"10978-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: 28&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"File::Spec::BEGIN@3","$color":8,"excl_time":2.25000000000014e-05,"$area":2.25000000000014e-05},"id":"10979-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: 94&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":9.45e-05,"subname":"File::Spec::Functions::BEGIN@6","$color":10,"excl_time":8.79999999992261e-06,"$area":8.79999999992261e-06},"id":"10981-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: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"File::Spec::Functions::BEGIN@42","$color":10,"excl_time":9.19999999998488e-06,"$area":9.19999999998488e-06},"id":"10982-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.25ms, 0.01%<br />Exclusive time: 492&micro;s, 0.00%</p>","incl_time":0.0062526,"subname":"File::Spec::Functions::__ANON__[/opt/local/lib/perl5/5.14.2/darwin-multi-2level/File/Spec/Functions.pm:43]","$color":10,"excl_time":0.00049220000000644,"$area":0.00049220000000644},"id":"10983-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: 15&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"File::Spec::Functions::BEGIN@3","$color":10,"excl_time":1.49e-05,"$area":1.49e-05},"id":"10984-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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"File::Spec::Functions::BEGIN@4","$color":10,"excl_time":1.15999999999327e-05,"$area":1.15999999999327e-05},"id":"10985-File::Spec::Functions::BEGIN@4"}],"data":{"$area":0.000536700000006281},"id":"n10980"},{"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.59e-05,"subname":"File::Spec::Unix::rootdir","$color":1,"excl_time":2.59e-05,"$area":2.59e-05},"id":"10987-File::Spec::Unix::rootdir"},{"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":6e-05,"subname":"File::Spec::Unix::curdir","$color":1,"excl_time":6e-05,"$area":6e-05},"id":"10988-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: 88&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.83e-05,"subname":"File::Spec::Unix::_cwd","$color":1,"excl_time":1.54999999996829e-05,"$area":1.54999999996829e-05},"id":"10989-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: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"File::Spec::Unix::BEGIN@149","$color":1,"excl_time":1.07999999999993e-05,"$area":1.07999999999993e-05},"id":"10990-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: 786&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0007859,"subname":"File::Spec::Unix::rel2abs","$color":1,"excl_time":0.000199899999992475,"$area":0.000199899999992475},"id":"10991-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: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"File::Spec::Unix::BEGIN@4","$color":1,"excl_time":6.79999999999978e-06,"$area":6.79999999999978e-06},"id":"10992-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 84 times from 5 places in 4 files<br />Inclusive time: 338&micro;s, 0.00%<br />Exclusive time: 289&micro;s, 0.00%</p>","incl_time":0.0003383,"subname":"File::Spec::Unix::file_name_is_absolute","$color":1,"excl_time":0.000288500000011686,"$area":0.000288500000011686},"id":"10993-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.3e-06,"subname":"File::Spec::Unix::updir","$color":1,"excl_time":7.3e-06,"$area":7.3e-06},"id":"10994-File::Spec::Unix::updir"},{"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.58ms, 0.01%<br />Exclusive time: 1.42ms, 0.00%</p>","incl_time":0.0035818,"subname":"File::Spec::Unix::abs2rel","$color":1,"excl_time":0.00141799999999829,"$area":0.00141799999999829},"id":"10995-File::Spec::Unix::abs2rel"},{"name":"catdir","children":[],"data":{"tip":"<p><b>File::Spec::Unix::catdir</b></p><p><br />Called 383 times from 6 places in 3 files<br />Inclusive time: 6.94ms, 0.01%<br />Exclusive time: 1.47ms, 0.00%</p>","incl_time":0.0069433,"subname":"File::Spec::Unix::catdir","$color":1,"excl_time":0.00147019999999725,"$area":0.00147019999999725},"id":"10996-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: 148&micro;s, 0.00%</p>","incl_time":0.0001477,"subname":"File::Spec::Unix::_same","$color":1,"excl_time":0.0001477,"$area":0.0001477},"id":"10997-File::Spec::Unix::_same"},{"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: 193&micro;s, 0.00%</p>","incl_time":0.0001928,"subname":"File::Spec::Unix::splitdir","$color":1,"excl_time":0.0001928,"$area":0.0001928},"id":"10998-File::Spec::Unix::splitdir"},{"name":"catpath","children":[],"data":{"tip":"<p><b>File::Spec::Unix::catpath</b></p><p><br />Called 195 times from 2 places in 2 files<br />Inclusive time: 634&micro;s, 0.00%</p>","incl_time":0.000634399999999999,"subname":"File::Spec::Unix::catpath","$color":1,"excl_time":0.000634399999999999,"$area":0.000634399999999999},"id":"10999-File::Spec::Unix::catpath"},{"name":"catfile","children":[],"data":{"tip":"<p><b>File::Spec::Unix::catfile</b></p><p><br />Called 42 times from 4 places in 4 files<br />Inclusive time: 1.54ms, 0.00%<br />Exclusive time: 325&micro;s, 0.00%</p>","incl_time":0.0015359,"subname":"File::Spec::Unix::catfile","$color":1,"excl_time":0.000325199999996234,"$area":0.000325199999996234},"id":"11000-File::Spec::Unix::catfile"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"File::Spec::Unix::BEGIN@3","$color":1,"excl_time":1.78000000000013e-05,"$area":1.78000000000013e-05},"id":"11001-File::Spec::Unix::BEGIN@3"},{"name":"canonpath","children":[],"data":{"tip":"<p><b>File::Spec::Unix::canonpath</b></p><p><br />Called 527 times from 6 places in 3 files<br />Inclusive time: 10.2ms, 0.02%<br />Exclusive time: 6.36ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 2.04ms</p>","incl_time":0.0101961,"subname":"File::Spec::Unix::canonpath","$color":1,"excl_time":0.00636439999993556,"$area":0.00636439999993556},"id":"11002-File::Spec::Unix::canonpath"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>File::Spec::Unix::CORE:match</b></p><p><br />Called 95 times from 2 places in 1 file<br />Inclusive time: 99&micro;s, 0.00%</p>","incl_time":9.87e-05,"subname":"File::Spec::Unix::CORE:match","$color":1,"excl_time":9.87e-05,"$area":9.87e-05},"id":"11003-File::Spec::Unix::CORE:match"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>File::Spec::Unix::CORE:subst</b></p><p><br />Called 3162 times from 6 places in 1 file<br />Inclusive time: 4.36ms, 0.01%<br />Exclusive time: 1.40ms, 0.00%</p>","incl_time":0.00436459999999999,"subname":"File::Spec::Unix::CORE:subst","$color":1,"excl_time":0.00140229999999882,"$area":0.00140229999999882},"id":"11004-File::Spec::Unix::CORE:subst"},{"name":"splitpath","children":[],"data":{"tip":"<p><b>File::Spec::Unix::splitpath</b></p><p><br />Called 127 times from 8 places in 5 files<br />Inclusive time: 493&micro;s, 0.00%<br />Exclusive time: 444&micro;s, 0.00%</p>","incl_time":0.0004932,"subname":"File::Spec::Unix::splitpath","$color":1,"excl_time":0.000444300000001203,"$area":0.000444300000001203},"id":"11005-File::Spec::Unix::splitpath"}],"data":{"$area":0.0131304999999312},"id":"n10986"}],"data":{"$area":0.0136973999999375},"id":"n10977"},{"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":8.5e-06,"subname":"File::Copy::BEGIN@13","$color":3,"excl_time":8.5e-06,"$area":8.5e-06},"id":"11007-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: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"File::Copy::BEGIN@14","$color":3,"excl_time":1.08000000000539e-05,"$area":1.08000000000539e-05},"id":"11008-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: 6&micro;s, 0.00%</p>","incl_time":5.9e-06,"subname":"File::Copy::BEGIN@47","$color":3,"excl_time":5.9e-06,"$area":5.9e-06},"id":"11009-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: 16&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"File::Copy::BEGIN@11","$color":3,"excl_time":9.8000000001079e-06,"$area":9.8000000001079e-06},"id":"11010-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"File::Copy::BEGIN@12","$color":3,"excl_time":8.99999999996899e-06,"$area":8.99999999996899e-06},"id":"11011-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: 33&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"File::Copy::BEGIN@10","$color":3,"excl_time":3.26e-05,"$area":3.26e-05},"id":"11012-File::Copy::BEGIN@10"}],"data":{"$area":7.66000000001308e-05},"id":"n11006"},{"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":4.1e-06,"subname":"File::Find::CORE:subst","$color":5,"excl_time":4.1e-06,"$area":4.1e-06},"id":"11014-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.3e-06,"subname":"File::Find::CORE:ftdir","$color":5,"excl_time":5.3e-06,"$area":5.3e-06},"id":"11015-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: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"File::Find::BEGIN@3","$color":5,"excl_time":1.3000000000084e-05,"$area":1.3000000000084e-05},"id":"11016-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: 119&micro;s, 0.00%</p>","incl_time":0.0001192,"subname":"File::Find::CORE:lstat","$color":5,"excl_time":0.0001192,"$area":0.0001192},"id":"11017-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.45ms, 0.00%<br />Exclusive time: 194&micro;s, 0.00%</p>","incl_time":0.0014457,"subname":"File::Find::_find_opt","$color":5,"excl_time":0.000193699999999969,"$area":0.000193699999999969},"id":"11018-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: 31&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"File::Find::CORE:regcomp","$color":5,"excl_time":3.14e-05,"$area":3.14e-05},"id":"11019-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: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"File::Find::CORE:closedir","$color":5,"excl_time":2.1e-05,"$area":2.1e-05},"id":"11020-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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"File::Find::CORE:qr","$color":5,"excl_time":5.5e-06,"$area":5.5e-06},"id":"11021-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: 39&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"File::Find::BEGIN@2","$color":5,"excl_time":3.92e-05,"$area":3.92e-05},"id":"11022-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.51ms, 0.00%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.0015075,"subname":"File::Find::find","$color":5,"excl_time":3.48999999995098e-05,"$area":3.48999999995098e-05},"id":"11023-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: 178&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001778,"subname":"File::Find::BEGIN@5","$color":5,"excl_time":1.17999999998895e-05,"$area":1.17999999998895e-05},"id":"11024-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: 142&micro;s, 0.00%</p>","incl_time":0.0001415,"subname":"File::Find::CORE:readdir","$color":5,"excl_time":0.0001415,"$area":0.0001415},"id":"11025-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.10ms, 0.00%<br />Exclusive time: 478&micro;s, 0.00%</p>","incl_time":0.0010984,"subname":"File::Find::_find_dir","$color":5,"excl_time":0.000478400000011037,"$area":0.000478400000011037},"id":"11026-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: 20&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"File::Find::BEGIN@349","$color":5,"excl_time":1.46999999998974e-05,"$area":1.46999999998974e-05},"id":"11027-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: 27&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"File::Find::wrap_wanted","$color":5,"excl_time":2.69e-05,"$area":2.69e-05},"id":"11028-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.93e-05,"subname":"File::Find::CORE:match","$color":5,"excl_time":1.93e-05,"$area":1.93e-05},"id":"11029-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: 72&micro;s, 0.00%</p>","incl_time":7.21e-05,"subname":"File::Find::CORE:open_dir","$color":5,"excl_time":7.21e-05,"$area":7.21e-05},"id":"11030-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: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"File::Find::BEGIN@4","$color":5,"excl_time":1.30999999999592e-05,"$area":1.30999999999592e-05},"id":"11031-File::Find::BEGIN@4"}],"data":{"$area":0.00124510000001035},"id":"n11013"},{"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: 52&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.18e-05,"subname":"File::Which::BEGIN@18","$color":7,"excl_time":1.08000000000423e-05,"$area":1.08000000000423e-05},"id":"11033-File::Which::BEGIN@18"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"File::Which::BEGIN@4","$color":7,"excl_time":1.11000000000486e-05,"$area":1.11000000000486e-05},"id":"11034-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: 35&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"File::Which::BEGIN@3","$color":7,"excl_time":3.51e-05,"$area":3.51e-05},"id":"11035-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: 16&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"File::Which::BEGIN@9","$color":7,"excl_time":1.55e-05,"$area":1.55e-05},"id":"11036-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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"File::Which::BEGIN@6","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"11037-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: 77&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.73e-05,"subname":"File::Which::BEGIN@16","$color":7,"excl_time":1.39999999999006e-05,"$area":1.39999999999006e-05},"id":"11038-File::Which::BEGIN@16"},{"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: 100&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001005,"subname":"File::Which::BEGIN@8","$color":7,"excl_time":1.20000000000642e-05,"$area":1.20000000000642e-05},"id":"11039-File::Which::BEGIN@8"},{"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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"File::Which::BEGIN@5","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"11040-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: 53&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"File::Which::BEGIN@17","$color":7,"excl_time":1.0399999999891e-05,"$area":1.0399999999891e-05},"id":"11041-File::Which::BEGIN@17"}],"data":{"$area":0.000119099999999947},"id":"n11032"},{"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: 27&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"File::stat::BEGIN@2","$color":9,"excl_time":2.74e-05,"$area":2.74e-05},"id":"11043-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: 104&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001036,"subname":"File::stat::BEGIN@6","$color":9,"excl_time":8.59999999999866e-06,"$area":8.59999999999866e-06},"id":"11044-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: 63&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.32e-05,"subname":"File::stat::BEGIN@3","$color":9,"excl_time":1.53999999999994e-05,"$area":1.53999999999994e-05},"id":"11045-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: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"File::stat::BEGIN@16","$color":9,"excl_time":1.34e-05,"$area":1.34e-05},"id":"11046-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.3e-06,"subname":"File::stat::BEGIN@17","$color":9,"excl_time":4.3e-06,"$area":4.3e-06},"id":"11047-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.78ms, 0.01%<br />Exclusive time: 1.61ms, 0.00%</p>","incl_time":0.0037848,"subname":"File::stat::BEGIN@173","$color":9,"excl_time":0.0016063,"$area":0.0016063},"id":"11048-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"File::stat::import","$color":9,"excl_time":6.9e-06,"$area":6.9e-06},"id":"11049-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.42ms, 0.00%<br />Exclusive time: 1.24ms, 0.00%</p>","incl_time":0.0014176,"subname":"File::stat::BEGIN@147","$color":9,"excl_time":0.001236,"$area":0.001236},"id":"11050-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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"File::stat::BEGIN@5","$color":9,"excl_time":8.00000000000091e-06,"$area":8.00000000000091e-06},"id":"11051-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: 28&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"File::stat::BEGIN@35","$color":9,"excl_time":1.08000000000009e-05,"$area":1.08000000000009e-05},"id":"11052-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: 1.53ms, 0.00%<br />Exclusive time: 793&micro;s, 0.00%</p>","incl_time":0.0015291,"subname":"File::stat::BEGIN@30","$color":9,"excl_time":0.000793099999999999,"$area":0.000793099999999999},"id":"11053-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: 7&micro;s, 0.00%</p>","incl_time":6.8e-06,"subname":"File::stat::BEGIN@9","$color":9,"excl_time":6.8e-06,"$area":6.8e-06},"id":"11054-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: 149&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0001494,"subname":"File::stat::BEGIN@32","$color":9,"excl_time":9.67999999999967e-05,"$area":9.67999999999967e-05},"id":"11055-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.68ms, 0.00%<br />Exclusive time: 1.24ms, 0.00%</p>","incl_time":0.00168,"subname":"File::stat::BEGIN@143","$color":9,"excl_time":0.0012439,"$area":0.0012439},"id":"11056-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: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"File::stat::BEGIN@7","$color":9,"excl_time":1.07000000000009e-05,"$area":1.07000000000009e-05},"id":"11057-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: 187&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001869,"subname":"File::stat::BEGIN@28","$color":9,"excl_time":1.00999999999988e-05,"$area":1.00999999999988e-05},"id":"11058-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: 26&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"File::stat::BEGIN@4","$color":9,"excl_time":1.66000000000009e-05,"$area":1.66000000000009e-05},"id":"11059-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: 28&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"File::stat::BEGIN@200","$color":9,"excl_time":9.39999999999894e-06,"$area":9.39999999999894e-06},"id":"11060-File::stat::BEGIN@200"}],"data":{"$area":0.0051245},"id":"n11042"},{"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.1e-05,"subname":"File::Glob::BEGIN@50","$color":0,"excl_time":9.49999999972482e-06,"$area":9.49999999972482e-06},"id":"11062-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: 677&micro;s, 0.00%<br />Exclusive time: 667&micro;s, 0.00%</p>","incl_time":0.0006766,"subname":"File::Glob::BEGIN@7","$color":0,"excl_time":0.000666999999999724,"$area":0.000666999999999724},"id":"11063-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":0,"excl_time":2.8e-06,"$area":2.8e-06},"id":"11064-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: 232&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002321,"subname":"File::Glob::import","$color":0,"excl_time":1.59999999997256e-05,"$area":1.59999999997256e-05},"id":"11065-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"File::Glob::BEGIN@3","$color":0,"excl_time":1.40999999998611e-05,"$area":1.40999999998611e-05},"id":"11066-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.3e-06,"subname":"File::Glob::GLOB_CSH","$color":0,"excl_time":1.3e-06,"$area":1.3e-06},"id":"11067-File::Glob::GLOB_CSH"}],"data":{"$area":0.000710699999999035},"id":"n11061"},{"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: 48&micro;s, 0.00%</p>","incl_time":4.79e-05,"subname":"File::Basename::CORE:subst","$color":2,"excl_time":4.79e-05,"$area":4.79e-05},"id":"11069-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: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"File::Basename::BEGIN@371","$color":2,"excl_time":1.53e-05,"$area":1.53e-05},"id":"11070-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: 75&micro;s, 0.00%</p>","incl_time":7.5e-05,"subname":"File::Basename::CORE:match","$color":2,"excl_time":7.5e-05,"$area":7.5e-05},"id":"11071-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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"File::Basename::BEGIN@50","$color":2,"excl_time":1.38000000000004e-05,"$area":1.38000000000004e-05},"id":"11072-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: 102&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001022,"subname":"File::Basename::fileparse_set_fstype","$color":2,"excl_time":5.4200000000011e-05,"$area":5.4200000000011e-05},"id":"11073-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: 27&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"File::Basename::BEGIN@51","$color":2,"excl_time":2.73e-05,"$area":2.73e-05},"id":"11074-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: 21&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"File::Basename::BEGIN@42","$color":2,"excl_time":2.13e-05,"$area":2.13e-05},"id":"11075-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: 712&micro;s, 0.00%<br />Exclusive time: 584&micro;s, 0.00%</p>","incl_time":0.0007117,"subname":"File::Basename::fileparse","$color":2,"excl_time":0.000583999999999867,"$area":0.000583999999999867},"id":"11076-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: 53&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"File::Basename::CORE:regcomp","$color":2,"excl_time":5.28e-05,"$area":5.28e-05},"id":"11077-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: 26&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"File::Basename::BEGIN@52","$color":2,"excl_time":1.37000000000008e-05,"$area":1.37000000000008e-05},"id":"11078-File::Basename::BEGIN@52"}],"data":{"$area":0.000905299999999879},"id":"n11068"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.21e-05,"subname":"File::Temp::END","$color":4,"excl_time":1.32999999966383e-05,"$area":1.32999999966383e-05},"id":"11080-File::Temp::END"},{"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: 66&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.56e-05,"subname":"File::Temp::BEGIN@147","$color":4,"excl_time":1.48000000000033e-05,"$area":1.48000000000033e-05},"id":"11081-File::Temp::BEGIN@147"},{"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: 543&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0005426,"subname":"File::Temp::BEGIN@146","$color":4,"excl_time":3.35000000000016e-05,"$area":3.35000000000016e-05},"id":"11082-File::Temp::BEGIN@146"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:245]","$color":4,"excl_time":3.2e-06,"$area":3.2e-06},"id":"11083-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: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"File::Temp::__ANON__[/opt/local/lib/perl5/5.14.2/File/Temp.pm:275]","$color":4,"excl_time":3e-06,"$area":3e-06},"id":"11084-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: 42&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"File::Temp::BEGIN@220","$color":4,"excl_time":7.10000000000307e-06,"$area":7.10000000000307e-06},"id":"11085-File::Temp::BEGIN@220"},{"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: 98&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.8e-05,"subname":"File::Temp::BEGIN@143","$color":4,"excl_time":1.39000000000033e-05,"$area":1.39000000000033e-05},"id":"11086-File::Temp::BEGIN@143"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"File::Temp::BEGIN@241","$color":4,"excl_time":7.90000000000094e-06,"$area":7.90000000000094e-06},"id":"11087-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: 78&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":7.83e-05,"subname":"File::Temp::BEGIN@145","$color":4,"excl_time":1.90999999999977e-05,"$area":1.90999999999977e-05},"id":"11088-File::Temp::BEGIN@145"},{"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: 37&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"File::Temp::BEGIN@224","$color":4,"excl_time":7.89999999999876e-06,"$area":7.89999999999876e-06},"id":"11089-File::Temp::BEGIN@224"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"File::Temp::BEGIN@271","$color":4,"excl_time":7.50000000000288e-06,"$area":7.50000000000288e-06},"id":"11090-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: 22&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"File::Temp::BEGIN@142","$color":4,"excl_time":1.46999999999977e-05,"$area":1.46999999999977e-05},"id":"11091-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: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.63e-05,"subname":"File::Temp::BEGIN@230","$color":4,"excl_time":6.49999999999657e-06,"$area":6.49999999999657e-06},"id":"11092-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: 54&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.36e-05,"subname":"File::Temp::BEGIN@163","$color":4,"excl_time":9.70000000000051e-06,"$area":9.70000000000051e-06},"id":"11093-File::Temp::BEGIN@163"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"File::Temp::BEGIN@173","$color":4,"excl_time":7.30000000000163e-06,"$area":7.30000000000163e-06},"id":"11094-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: 57&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.71e-05,"subname":"File::Temp::BEGIN@217","$color":4,"excl_time":8.09999999999957e-06,"$area":8.09999999999957e-06},"id":"11095-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: 3.12ms, 0.00%<br />Exclusive time: 1.38ms, 0.00%</p>","incl_time":0.0031187,"subname":"File::Temp::BEGIN@148","$color":4,"excl_time":0.00137860000000001,"$area":0.00137860000000001},"id":"11096-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: 79&micro;s, 0.00%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":7.9e-05,"subname":"File::Temp::BEGIN@144","$color":4,"excl_time":5.50999999999997e-05,"$area":5.50999999999997e-05},"id":"11097-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: 85&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.5e-05,"subname":"File::Temp::BEGIN@166","$color":4,"excl_time":8.49999999999981e-06,"$area":8.49999999999981e-06},"id":"11098-File::Temp::BEGIN@166"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.16e-05,"subname":"File::Temp::BEGIN@229","$color":4,"excl_time":1.25000000000028e-05,"$area":1.25000000000028e-05},"id":"11099-File::Temp::BEGIN@229"},{"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: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"File::Temp::BEGIN@228","$color":4,"excl_time":6.49999999999875e-06,"$area":6.49999999999875e-06},"id":"11100-File::Temp::BEGIN@228"},{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"File::Temp::cleanup","$color":4,"excl_time":8.8e-06,"$area":8.8e-06},"id":"11101-File::Temp::cleanup"},{"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: 48&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"File::Temp::BEGIN@141","$color":4,"excl_time":4.84e-05,"$area":4.84e-05},"id":"11102-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: 204&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002039,"subname":"File::Temp::BEGIN@162","$color":4,"excl_time":1.45000000000007e-05,"$area":1.45000000000007e-05},"id":"11103-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: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"File::Temp::Dir::BEGIN@2406","$color":6,"excl_time":1.42999999999992e-05,"$area":1.42999999999992e-05},"id":"11105-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: 73&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":7.33e-05,"subname":"File::Temp::Dir::BEGIN@2407","$color":6,"excl_time":1.07999999999999e-05,"$area":1.07999999999999e-05},"id":"11106-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: 84&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":8.43e-05,"subname":"File::Temp::Dir::BEGIN@2405","$color":6,"excl_time":2.0700000000003e-05,"$area":2.0700000000003e-05},"id":"11107-File::Temp::Dir::BEGIN@2405"}],"data":{"$area":4.58000000000022e-05},"id":"n11104"}],"data":{"$area":0.00175619999999666},"id":"n11079"},{"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: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"File::chdir::BEGIN@3","$color":8,"excl_time":7.3999999998611e-06,"$area":7.3999999998611e-06},"id":"11109-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: 49&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.93e-05,"subname":"File::chdir::BEGIN@12","$color":8,"excl_time":1.10000000000644e-05,"$area":1.10000000000644e-05},"id":"11110-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: 26&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"File::chdir::BEGIN@2","$color":8,"excl_time":2.65e-05,"$area":2.65e-05},"id":"11111-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: 105&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":0.0001047,"subname":"File::chdir::BEGIN@13","$color":8,"excl_time":2.64000000002464e-05,"$area":2.64000000002464e-05},"id":"11112-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: 84&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":8.37e-05,"subname":"File::chdir::BEGIN@14","$color":8,"excl_time":2.44000000002377e-05,"$area":2.44000000002377e-05},"id":"11113-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: 75&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.5e-05,"subname":"File::chdir::BEGIN@4","$color":8,"excl_time":7.30000000021817e-06,"$area":7.30000000021817e-06},"id":"11114-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: 42&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.16e-05,"subname":"File::chdir::ARRAY::BEGIN@81","$color":10,"excl_time":8.59999999982822e-06,"$area":8.59999999982822e-06},"id":"11116-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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"File::chdir::ARRAY::TIEARRAY","$color":10,"excl_time":5e-06,"$area":5e-06},"id":"11117-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: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"File::chdir::ARRAY::BEGIN@83","$color":10,"excl_time":6e-06,"$area":6e-06},"id":"11118-File::chdir::ARRAY::BEGIN@83"}],"data":{"$area":1.95999999998282e-05},"id":"n11115"},{"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: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.1e-05,"subname":"File::chdir::SCALAR::BEGIN@53","$color":1,"excl_time":1.08000000000653e-05,"$area":1.08000000000653e-05},"id":"11120-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: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"File::chdir::SCALAR::BEGIN@55","$color":1,"excl_time":1.04e-05,"$area":1.04e-05},"id":"11121-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: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"File::chdir::SCALAR::TIESCALAR","$color":1,"excl_time":9.4e-06,"$area":9.4e-06},"id":"11122-File::chdir::SCALAR::TIESCALAR"}],"data":{"$area":3.06000000000653e-05},"id":"n11119"}],"data":{"$area":0.000153200000000521},"id":"n11108"},{"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: 53&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"File::Path::BEGIN@6","$color":3,"excl_time":9.09999999999931e-06,"$area":9.09999999999931e-06},"id":"11124-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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"File::Path::BEGIN@8","$color":3,"excl_time":3.8e-06,"$area":3.8e-06},"id":"11125-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: 40&micro;s, 0.00%</p>","incl_time":4.05e-05,"subname":"File::Path::BEGIN@18","$color":3,"excl_time":4.05e-05,"$area":4.05e-05},"id":"11126-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: 30&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"File::Path::BEGIN@3","$color":3,"excl_time":2.97e-05,"$area":2.97e-05},"id":"11127-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: 50&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":5e-05,"subname":"File::Path::BEGIN@329","$color":3,"excl_time":1.94000000000013e-05,"$area":1.94000000000013e-05},"id":"11128-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: 17&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"File::Path::BEGIN@4","$color":3,"excl_time":1.12999999999981e-05,"$area":1.12999999999981e-05},"id":"11129-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: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"File::Path::BEGIN@10","$color":3,"excl_time":5e-06,"$area":5e-06},"id":"11130-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: 86&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.6e-05,"subname":"File::Path::BEGIN@19","$color":3,"excl_time":7.90000000000239e-06,"$area":7.90000000000239e-06},"id":"11131-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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"File::Path::BEGIN@7","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"11132-File::Path::BEGIN@7"}],"data":{"$area":0.000131600000000001},"id":"n11123"}],"data":{"$area":0.023919699999944},"id":"n10976"},{"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: 26&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"stemmaweb::BEGIN@1","$color":5,"excl_time":2.01999999999911e-05,"$area":2.01999999999911e-05},"id":"11134-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: 32.9ms, 0.05%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0329034,"subname":"stemmaweb::setup_finalize","$color":5,"excl_time":1.01000000004292e-05,"$area":1.01000000004292e-05},"id":"11135-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.57ms, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0015699,"subname":"stemmaweb::prepare_action","$color":5,"excl_time":1.0799999997633e-05,"$area":1.0799999997633e-05},"id":"11136-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: 17.2ms, 0.03%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.017243,"subname":"stemmaweb::dispatch","$color":5,"excl_time":6.20000000083748e-06,"$area":6.20000000083748e-06},"id":"11137-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: 1.09s, 1.66%<br />Exclusive time: 16.6ms, 0.03%</p>","incl_time":1.0900776,"subname":"stemmaweb::BEGIN@19","$color":5,"excl_time":0.0165679000000003,"$area":0.0165679000000003},"id":"11138-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: 549ms, 0.84%<br />Exclusive time: 3.18ms, 0.00%</p>","incl_time":0.5493842,"subname":"stemmaweb::BEGIN@2","$color":5,"excl_time":0.00318169999999984,"$area":0.00318169999999984},"id":"11139-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: 978&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0009778,"subname":"stemmaweb::finalize","$color":5,"excl_time":5.89999999675486e-06,"$area":5.89999999675486e-06},"id":"11140-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: 428&micro;s, 0.00%<br />Exclusive time: 301&micro;s, 0.00%</p>","incl_time":0.0004277,"subname":"stemmaweb::BEGIN@5","$color":5,"excl_time":0.000301199999999971,"$area":0.000301199999999971},"id":"11141-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"stemmaweb::BEGIN@2.2","$color":5,"excl_time":9.499999999969e-06,"$area":9.499999999969e-06},"id":"11142-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.59ms, 0.01%<br />Exclusive time: 808&micro;s, 0.00%</p>","incl_time":0.0065859,"subname":"stemmaweb::BEGIN@3","$color":5,"excl_time":0.000808499999999957,"$area":0.000808499999999957},"id":"11143-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":5,"excl_time":2.5e-06,"$area":2.5e-06},"id":"11144-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.67ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0066663,"subname":"stemmaweb::Controller::Root::BEGIN@7","$color":7,"excl_time":9.69999999965443e-06,"$area":9.69999999965443e-06},"id":"11147-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: 674&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0006739,"subname":"stemmaweb::Controller::Root::BEGIN@131","$color":7,"excl_time":9.59999999960482e-06,"$area":9.59999999960482e-06},"id":"11148-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: 862&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0008623,"subname":"stemmaweb::Controller::Root::BEGIN@36","$color":7,"excl_time":1.52999999997358e-05,"$area":1.52999999997358e-05},"id":"11149-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: 74&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.37e-05,"subname":"stemmaweb::Controller::Root::BEGIN@3","$color":7,"excl_time":1.52999999996529e-05,"$area":1.52999999996529e-05},"id":"11150-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: 718&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007182,"subname":"stemmaweb::Controller::Root::BEGIN@55","$color":7,"excl_time":9.59999999971877e-06,"$area":9.59999999971877e-06},"id":"11151-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: 725&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007253,"subname":"stemmaweb::Controller::Root::BEGIN@148","$color":7,"excl_time":1.02000000001425e-05,"$area":1.02000000001425e-05},"id":"11152-stemmaweb::Controller::Root::BEGIN@148"},{"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.62ms, 0.01%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0046187,"subname":"stemmaweb::Controller::Root::BEGIN@2","$color":7,"excl_time":4.44000000001908e-05,"$area":4.44000000001908e-05},"id":"11153-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: 729&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0007292,"subname":"stemmaweb::Controller::Root::BEGIN@168","$color":7,"excl_time":9.19999999972397e-06,"$area":9.19999999972397e-06},"id":"11154-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: 656&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006556,"subname":"stemmaweb::Controller::Root::BEGIN@160","$color":7,"excl_time":8.60000000015785e-06,"$area":8.60000000015785e-06},"id":"11155-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.2ms, 0.04%<br />Exclusive time: 4.22ms, 0.01%</p>","incl_time":0.0251668,"subname":"stemmaweb::Controller::Root::BEGIN@4","$color":7,"excl_time":0.00422420000000296,"$area":0.00422420000000296},"id":"11156-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: 264&micro;s, 0.00%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0002642,"subname":"stemmaweb::Controller::Root::new","$color":7,"excl_time":3.81000000001042e-05,"$area":3.81000000001042e-05},"id":"11157-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: 709&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0007088,"subname":"stemmaweb::Controller::Root::BEGIN@102","$color":7,"excl_time":1.28000000004142e-05,"$area":1.28000000004142e-05},"id":"11158-stemmaweb::Controller::Root::BEGIN@102"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.8e-05,"subname":"stemmaweb::Controller::Root::meta","$color":7,"excl_time":9.69999999981684e-06,"$area":9.69999999981684e-06},"id":"11159-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: 703&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007035,"subname":"stemmaweb::Controller::Root::BEGIN@74","$color":7,"excl_time":1.04999999999452e-05,"$area":1.04999999999452e-05},"id":"11160-stemmaweb::Controller::Root::BEGIN@74"}],"data":{"$area":0.00442720000000183},"id":"n11146"},{"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: 603&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0006034,"subname":"stemmaweb::Controller::Relation::BEGIN@59","$color":9,"excl_time":8.1000000003678e-06,"$area":8.1000000003678e-06},"id":"11162-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: 286&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0002864,"subname":"stemmaweb::Controller::Relation::new","$color":9,"excl_time":3.17000000007251e-05,"$area":3.17000000007251e-05},"id":"11163-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: 588&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0005884,"subname":"stemmaweb::Controller::Relation::BEGIN@210","$color":9,"excl_time":8.00000000040764e-06,"$area":8.00000000040764e-06},"id":"11164-stemmaweb::Controller::Relation::BEGIN@210"},{"name":"text","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::text</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.48ms, 0.00%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.001479,"subname":"stemmaweb::Controller::Relation::text","$color":9,"excl_time":0.000110699999997125,"$area":0.000110699999997125},"id":"11165-stemmaweb::Controller::Relation::text"},{"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.05ms, 0.01%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0050526,"subname":"stemmaweb::Controller::Relation::BEGIN@2","$color":9,"excl_time":4.07999999998783e-05,"$area":4.07999999998783e-05},"id":"11166-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: 616&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006157,"subname":"stemmaweb::Controller::Relation::BEGIN@43","$color":9,"excl_time":8.70000000041985e-06,"$area":8.70000000041985e-06},"id":"11167-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: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.8e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@179","$color":9,"excl_time":7.80000000006527e-06,"$area":7.80000000006527e-06},"id":"11168-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: 768&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007677,"subname":"stemmaweb::Controller::Relation::BEGIN@201","$color":9,"excl_time":9.99999999969471e-06,"$area":9.99999999969471e-06},"id":"11169-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: 777&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0007771,"subname":"stemmaweb::Controller::Relation::BEGIN@30","$color":9,"excl_time":1.35000000000246e-05,"$area":1.35000000000246e-05},"id":"11170-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"stemmaweb::Controller::Relation::meta","$color":9,"excl_time":8.6000000000035e-06,"$area":8.6000000000035e-06},"id":"11171-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.50ms, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0054955,"subname":"stemmaweb::Controller::Relation::BEGIN@6","$color":9,"excl_time":8.70000000009665e-06,"$area":8.70000000009665e-06},"id":"11172-stemmaweb::Controller::Relation::BEGIN@6"},{"name":"end","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::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":2e-06,"subname":"stemmaweb::Controller::Relation::end","$color":9,"excl_time":2e-06,"$area":2e-06},"id":"11173-stemmaweb::Controller::Relation::end"},{"name":"relationships","children":[],"data":{"tip":"<p><b>stemmaweb::Controller::Relation::relationships</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13.1ms, 0.02%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0131088,"subname":"stemmaweb::Controller::Relation::relationships","$color":9,"excl_time":0.0012526999996135,"$area":0.0012526999996135},"id":"11174-stemmaweb::Controller::Relation::relationships"},{"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: 58&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@191","$color":9,"excl_time":1.32999999996468e-05,"$area":1.32999999996468e-05},"id":"11175-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: 83&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.34e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@183","$color":9,"excl_time":1.47000000000784e-05,"$area":1.47000000000784e-05},"id":"11176-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: 54&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.44e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@3","$color":9,"excl_time":1.08000000003006e-05,"$area":1.08000000003006e-05},"id":"11177-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: 692&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000692,"subname":"stemmaweb::Controller::Relation::BEGIN@106","$color":9,"excl_time":9.80000000003385e-06,"$area":9.80000000003385e-06},"id":"11178-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: 249&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002492,"subname":"stemmaweb::Controller::Relation::BEGIN@4","$color":9,"excl_time":9.69999999982985e-06,"$area":9.69999999982985e-06},"id":"11179-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: 662&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0006619,"subname":"stemmaweb::Controller::Relation::BEGIN@133","$color":9,"excl_time":1.05000000002534e-05,"$area":1.05000000002534e-05},"id":"11180-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: 44&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.37e-05,"subname":"stemmaweb::Controller::Relation::BEGIN@195","$color":9,"excl_time":1.02000000002024e-05,"$area":1.02000000002024e-05},"id":"11181-stemmaweb::Controller::Relation::BEGIN@195"}],"data":{"$area":0.00159029999961265},"id":"n11161"},{"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: 55&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.53e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@50","$color":0,"excl_time":1.1300000000067e-05,"$area":1.1300000000067e-05},"id":"11183-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.69e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@135","$color":0,"excl_time":7.39999999987336e-06,"$area":7.39999999987336e-06},"id":"11184-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: 783&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0007829,"subname":"stemmaweb::Controller::Microservice::BEGIN@56","$color":0,"excl_time":1.06999999998883e-05,"$area":1.06999999998883e-05},"id":"11185-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: 597&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0005968,"subname":"stemmaweb::Controller::Microservice::BEGIN@222","$color":0,"excl_time":9.79999999966273e-06,"$area":9.79999999966273e-06},"id":"11186-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.24e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@53","$color":0,"excl_time":8.69999999964156e-06,"$area":8.69999999964156e-06},"id":"11187-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: 43&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@149","$color":0,"excl_time":9.59999999959467e-06,"$area":9.59999999959467e-06},"id":"11188-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: 36&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@72","$color":0,"excl_time":1.15999999999176e-05,"$area":1.15999999999176e-05},"id":"11189-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.21e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@9","$color":0,"excl_time":1.01999999997388e-05,"$area":1.01999999997388e-05},"id":"11190-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: 759&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007586,"subname":"stemmaweb::Controller::Microservice::BEGIN@79","$color":0,"excl_time":1.00999999997372e-05,"$area":1.00999999997372e-05},"id":"11191-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@6","$color":0,"excl_time":1.25999999998611e-05,"$area":1.25999999998611e-05},"id":"11192-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: 584&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0005841,"subname":"stemmaweb::Controller::Microservice::BEGIN@210","$color":0,"excl_time":7.70000000007852e-06,"$area":7.70000000007852e-06},"id":"11193-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: 245&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002454,"subname":"stemmaweb::Controller::Microservice::BEGIN@5","$color":0,"excl_time":9.399999999875e-06,"$area":9.399999999875e-06},"id":"11194-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: 608&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006082,"subname":"stemmaweb::Controller::Microservice::BEGIN@177","$color":0,"excl_time":9.00000000008901e-06,"$area":9.00000000008901e-06},"id":"11195-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: 241&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0002405,"subname":"stemmaweb::Controller::Microservice::new","$color":0,"excl_time":2.85000000005652e-05,"$area":2.85000000005652e-05},"id":"11196-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: 128&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001283,"subname":"stemmaweb::Controller::Microservice::BEGIN@4","$color":0,"excl_time":8.90000000000827e-06,"$area":8.90000000000827e-06},"id":"11197-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: 50&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@3","$color":0,"excl_time":1.0299999999738e-05,"$area":1.0299999999738e-05},"id":"11198-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: 42&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@137","$color":0,"excl_time":8.40000000024931e-06,"$area":8.40000000024931e-06},"id":"11199-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.29ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0052935,"subname":"stemmaweb::Controller::Microservice::BEGIN@11","$color":0,"excl_time":7.80000000005169e-06,"$area":7.80000000005169e-06},"id":"11200-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.16e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@8","$color":0,"excl_time":1.05999999998602e-05,"$area":1.05999999998602e-05},"id":"11201-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: 74&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.45e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@74","$color":0,"excl_time":1.35999999997476e-05,"$area":1.35999999997476e-05},"id":"11202-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: 596&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0005957,"subname":"stemmaweb::Controller::Microservice::BEGIN@98","$color":0,"excl_time":8.39999999970964e-06,"$area":8.39999999970964e-06},"id":"11203-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"stemmaweb::Controller::Microservice::meta","$color":0,"excl_time":8.80000000033082e-06,"$area":8.80000000033082e-06},"id":"11204-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.19ms, 0.01%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":0.0041918,"subname":"stemmaweb::Controller::Microservice::BEGIN@2","$color":0,"excl_time":4.20999999998549e-05,"$area":4.20999999998549e-05},"id":"11205-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: 48&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.78e-05,"subname":"stemmaweb::Controller::Microservice::BEGIN@146","$color":0,"excl_time":9.90000000029794e-06,"$area":9.90000000029794e-06},"id":"11206-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: 740&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0007401,"subname":"stemmaweb::Controller::Microservice::BEGIN@159","$color":0,"excl_time":9.80000000014953e-06,"$area":9.80000000014953e-06},"id":"11207-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: 615&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0006154,"subname":"stemmaweb::Controller::Microservice::BEGIN@193","$color":0,"excl_time":8.60000000009258e-06,"$area":8.60000000009258e-06},"id":"11208-stemmaweb::Controller::Microservice::BEGIN@193"}],"data":{"$area":0.00030379999999868},"id":"n11182"},{"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: 77&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.66e-05,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@4","$color":2,"excl_time":1.39000000000289e-05,"$area":1.39000000000289e-05},"id":"11210-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: 51&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@3","$color":2,"excl_time":1.09000000003926e-05,"$area":1.09000000003926e-05},"id":"11211-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: 623&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0006231,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@69","$color":2,"excl_time":9.59999999995546e-06,"$area":9.59999999995546e-06},"id":"11212-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.11ms, 0.01%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0041106,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@2","$color":2,"excl_time":3.96000000002861e-05,"$area":3.96000000002861e-05},"id":"11213-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: 851&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0008514,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@61","$color":2,"excl_time":1.06000000002467e-05,"$area":1.06000000002467e-05},"id":"11214-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: 27&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"stemmaweb::Controller::Stexaminer::meta","$color":2,"excl_time":1.41999999999592e-05,"$area":1.41999999999592e-05},"id":"11215-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: 235&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0002346,"subname":"stemmaweb::Controller::Stexaminer::new","$color":2,"excl_time":2.93000000007023e-05,"$area":2.93000000007023e-05},"id":"11216-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: 42&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":4.25e-05,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@6","$color":2,"excl_time":1.2100000000014e-05,"$area":1.2100000000014e-05},"id":"11217-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.77ms, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.006771,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@8","$color":2,"excl_time":7.9000000003113e-06,"$area":7.9000000003113e-06},"id":"11218-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: 122&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001215,"subname":"stemmaweb::Controller::Stexaminer::BEGIN@5","$color":2,"excl_time":9.59999999972434e-06,"$area":9.59999999972434e-06},"id":"11219-stemmaweb::Controller::Stexaminer::BEGIN@5"}],"data":{"$area":0.000157700000001621},"id":"n11209"}],"data":{"$area":0.00647899999961478},"id":"n11145"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":4.15e-05,"subname":"stemmaweb::View::TT::BEGIN@3","$color":4,"excl_time":3.62000000002362e-05,"$area":3.62000000002362e-05},"id":"11222-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: 19&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"stemmaweb::View::TT::BEGIN@4","$color":4,"excl_time":9.59999999963017e-06,"$area":9.59999999963017e-06},"id":"11223-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: 46.4ms, 0.07%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0464094,"subname":"stemmaweb::View::TT::BEGIN@6","$color":4,"excl_time":1.18999999996899e-05,"$area":1.18999999996899e-05},"id":"11224-stemmaweb::View::TT::BEGIN@6"}],"data":{"$area":5.76999999995563e-05},"id":"n11221"},{"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: 32&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"stemmaweb::View::JSON::BEGIN@3","$color":6,"excl_time":2.8999999999908e-05,"$area":2.8999999999908e-05},"id":"11226-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: 17.0ms, 0.03%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0170189,"subname":"stemmaweb::View::JSON::BEGIN@4","$color":6,"excl_time":8.6000000000773e-06,"$area":8.6000000000773e-06},"id":"11227-stemmaweb::View::JSON::BEGIN@4"}],"data":{"$area":3.75999999999853e-05},"id":"n11225"},{"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: 45&micro;s, 0.00%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"stemmaweb::View::Plain::BEGIN@3","$color":8,"excl_time":3.94999999999557e-05,"$area":3.94999999999557e-05},"id":"11229-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: 2.14ms, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0021441,"subname":"stemmaweb::View::Plain::BEGIN@4","$color":8,"excl_time":1.24000000003748e-05,"$area":1.24000000003748e-05},"id":"11230-stemmaweb::View::Plain::BEGIN@4"}],"data":{"$area":5.19000000003305e-05},"id":"n11228"},{"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: 88&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.78e-05,"subname":"stemmaweb::View::SVG::BEGIN@4","$color":10,"excl_time":9.60000000008278e-06,"$area":9.60000000008278e-06},"id":"11232-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: 46&micro;s, 0.00%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":4.56e-05,"subname":"stemmaweb::View::SVG::BEGIN@3","$color":10,"excl_time":4.00999999996753e-05,"$area":4.00999999996753e-05},"id":"11233-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: 47&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"stemmaweb::View::SVG::BEGIN@5","$color":10,"excl_time":1.09999999996893e-05,"$area":1.09999999996893e-05},"id":"11234-stemmaweb::View::SVG::BEGIN@5"}],"data":{"$area":6.06999999994474e-05},"id":"n11231"}],"data":{"$area":0.00020789999999932},"id":"n11220"},{"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":3e-06,"subname":"stemmaweb::Model::Directory::model_class","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"11237-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"stemmaweb::Model::Directory::BEGIN@5","$color":1,"excl_time":1.66000000001884e-05,"$area":1.66000000001884e-05},"id":"11238-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.91ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0049093,"subname":"stemmaweb::Model::Directory::BEGIN@4","$color":1,"excl_time":1.24999999999657e-05,"$area":1.24999999999657e-05},"id":"11239-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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"stemmaweb::Model::Directory::BEGIN@3","$color":1,"excl_time":9.09999999967618e-06,"$area":9.09999999967618e-06},"id":"11240-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: 41&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"stemmaweb::Model::Directory::BEGIN@2","$color":1,"excl_time":3.6099999999862e-05,"$area":3.6099999999862e-05},"id":"11241-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: 14&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"stemmaweb::Model::Directory::meta","$color":1,"excl_time":7.69999999958242e-06,"$area":7.69999999958242e-06},"id":"11242-stemmaweb::Model::Directory::meta"}],"data":{"$area":8.49999999992746e-05},"id":"n11236"}],"data":{"$area":8.49999999992746e-05},"id":"n11235"}],"data":{"$area":0.0276963999996091},"id":"n11133"},{"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: 786&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0007862,"subname":"ArrayRef[HashRef|KiokuDB::Backend::DBI::ValidColumnName]","$color":3,"excl_time":2.31999999990427e-05,"$area":2.31999999990427e-05},"id":"11246-ArrayRef[HashRef|KiokuDB::Backend::DBI::ValidColumnName]"}],"data":{"$area":2.31999999990427e-05},"id":"n11245"}],"data":{"$area":2.31999999990427e-05},"id":"n11244"}],"data":{"$area":2.31999999990427e-05},"id":"n11243"},{"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: 31&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"parent::BEGIN@25","$color":5,"excl_time":1.16000000000002e-05,"$area":1.16000000000002e-05},"id":"11248-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"parent::BEGIN@2","$color":5,"excl_time":1.4e-05,"$area":1.4e-05},"id":"11249-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: 6.02ms, 0.01%<br />Exclusive time: 5.17ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 623&micro;s</p>","incl_time":0.0060216,"subname":"parent::import","$color":5,"excl_time":0.00517080000000112,"$area":0.00517080000000112},"id":"11250-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: 77&micro;s, 0.00%</p>","incl_time":7.66e-05,"subname":"parent::CORE:subst","$color":5,"excl_time":7.66e-05,"$area":7.66e-05},"id":"11251-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: 976&micro;s, 0.00%<br />Exclusive time: 501&micro;s, 0.00%</p>","incl_time":0.0009757,"subname":"parent::BEGIN@3","$color":5,"excl_time":0.0005012,"$area":0.0005012},"id":"11252-parent::BEGIN@3"}],"data":{"$area":0.00577420000000112},"id":"n11247"},{"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.57ms, 0.00%<br />Exclusive time: 634&micro;s, 0.00%</p>","incl_time":0.002565,"subname":"overload::import","$color":7,"excl_time":0.000633600000000205,"$area":0.000633600000000205},"id":"11254-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: 136&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0001365,"subname":"overload::BEGIN@147","$color":7,"excl_time":2.66000000000004e-05,"$area":2.66000000000004e-05},"id":"11255-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: 3.23ms, 0.00%<br />Exclusive time: 2.82ms, 0.00%</p>","incl_time":0.003233,"subname":"overload::mycan","$color":7,"excl_time":0.00282310000000214,"$area":0.00282310000000214},"id":"11256-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: 29&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"overload::CORE:match","$color":7,"excl_time":2.86e-05,"$area":2.86e-05},"id":"11257-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: 459&micro;s, 0.00%<br />Exclusive time: 445&micro;s, 0.00%</p>","incl_time":0.0004591,"subname":"overload::ov_method","$color":7,"excl_time":0.000444900000000147,"$area":0.000444900000000147},"id":"11258-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.93ms, 0.00%<br />Exclusive time: 1.90ms, 0.00%</p>","incl_time":0.0019314,"subname":"overload::OVERLOAD","$color":7,"excl_time":0.00190279999999955,"$area":0.00190279999999955},"id":"11259-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: 5.20ms, 0.01%<br />Exclusive time: 1.51ms, 0.00%</p>","incl_time":0.0051971,"subname":"overload::Method","$color":7,"excl_time":0.00150500000000014,"$area":0.00150500000000014},"id":"11260-overload::Method"},{"name":"AddrRef","children":[],"data":{"tip":"<p><b>overload::AddrRef</b></p><p><br />Called 11 times from 2 places in 2 files<br />Inclusive time: 203&micro;s, 0.00%<br />Exclusive time: 179&micro;s, 0.00%</p>","incl_time":0.0002028,"subname":"overload::AddrRef","$color":7,"excl_time":0.000178999999994542,"$area":0.000178999999994542},"id":"11261-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: 46&micro;s, 0.00%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":4.55e-05,"subname":"overload::Overloaded","$color":7,"excl_time":3.70000000000331e-05,"$area":3.70000000000331e-05},"id":"11262-overload::Overloaded"}],"data":{"$area":0.00758059999999675},"id":"n11253"},{"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: 57&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":5.71e-05,"subname":"re::BEGIN@4","$color":9,"excl_time":4.85999999999776e-05,"$area":4.85999999999776e-05},"id":"11264-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: 23&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"re::BEGIN@5","$color":9,"excl_time":1.25999999999727e-05,"$area":1.25999999999727e-05},"id":"11265-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: 40&micro;s, 0.00%</p>","incl_time":3.97e-05,"subname":"re::bits","$color":9,"excl_time":3.97e-05,"$area":3.97e-05},"id":"11266-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: 72&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":7.15e-05,"subname":"re::import","$color":9,"excl_time":3.18000000001907e-05,"$area":3.18000000001907e-05},"id":"11267-re::import"}],"data":{"$area":0.000132700000000141},"id":"n11263"},{"name":"B","children":[{"name":"::GV","children":[],"data":{"$area":0},"id":"n11269"},{"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: 836&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0008355,"subname":"B::BEGIN@17","$color":2,"excl_time":1.36000000000136e-05,"$area":1.36000000000136e-05},"id":"11270-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"B::BEGIN@9","$color":2,"excl_time":1.55000000000248e-05,"$area":1.55000000000248e-05},"id":"11271-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.5e-06,"subname":"B::threadsv_names","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"11272-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: 9.06ms, 0.01%</p>","incl_time":0.00906320000000001,"subname":"B::perlstring","$color":2,"excl_time":0.00906320000000001,"$area":0.00906320000000001},"id":"11273-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.11e-05,"subname":"B::opnumber","$color":2,"excl_time":2.11e-05,"$area":2.11e-05},"id":"11274-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.71e-05,"subname":"B::svref_2object","$color":2,"excl_time":2.71e-05,"$area":2.71e-05},"id":"11275-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: 43&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.26e-05,"subname":"B::BEGIN@254","$color":2,"excl_time":1.6200000000018e-05,"$area":1.6200000000018e-05},"id":"11276-B::BEGIN@254"},{"name":"::Section","children":[],"data":{"$area":0},"id":"n11277"},{"name":"::IV","children":[],"data":{"$area":0},"id":"n11278"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"B::Deparse::BEGIN@688","$color":8,"excl_time":7.80000000011052e-06,"$area":7.80000000011052e-06},"id":"11280-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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"B::Deparse::BEGIN@3629","$color":8,"excl_time":1.31999999999779e-05,"$area":1.31999999999779e-05},"id":"11281-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.5e-06,"subname":"B::Deparse::BEGIN@32","$color":8,"excl_time":3.5e-06,"$area":3.5e-06},"id":"11282-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: 788&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0007884,"subname":"B::Deparse::BEGIN@12","$color":8,"excl_time":1.15000000000308e-05,"$area":1.15000000000308e-05},"id":"11283-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: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"B::Deparse::BEGIN@3369","$color":8,"excl_time":8.89999999994774e-06,"$area":8.89999999994774e-06},"id":"11284-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: 34&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"B::Deparse::BEGIN@3368","$color":8,"excl_time":1.21999999999751e-05,"$area":1.21999999999751e-05},"id":"11285-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: 18&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"B::Deparse::BEGIN@2060","$color":8,"excl_time":1.82e-05,"$area":1.82e-05},"id":"11286-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: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"B::Deparse::CORE:pack","$color":8,"excl_time":2.7e-06,"$area":2.7e-06},"id":"11287-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: 29&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"B::Deparse::BEGIN@2790","$color":8,"excl_time":2.72000000000593e-05,"$area":2.72000000000593e-05},"id":"11288-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: 76&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.61e-05,"subname":"B::Deparse::BEGIN@11","$color":8,"excl_time":1.97999999999909e-05,"$area":1.97999999999909e-05},"id":"11289-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"B::Deparse::BEGIN@31","$color":8,"excl_time":7.29999999991936e-06,"$area":7.29999999991936e-06},"id":"11290-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: 22&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"B::Deparse::BEGIN@1244","$color":8,"excl_time":2.17e-05,"$area":2.17e-05},"id":"11291-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"B::Deparse::CORE:qr","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"11292-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: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"B::Deparse::BEGIN@30","$color":8,"excl_time":9.60000000002563e-06,"$area":9.60000000002563e-06},"id":"11293-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.65e-05,"subname":"B::Deparse::BEGIN@2029","$color":8,"excl_time":1.65e-05,"$area":1.65e-05},"id":"11294-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: 20&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"B::Deparse::BEGIN@3435","$color":8,"excl_time":1.30999999999681e-05,"$area":1.30999999999681e-05},"id":"11295-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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"B::Deparse::BEGIN@3436","$color":8,"excl_time":1.07999999999725e-05,"$area":1.07999999999725e-05},"id":"11296-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: 30&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"B::Deparse::BEGIN@34","$color":8,"excl_time":3.03e-05,"$area":3.03e-05},"id":"11297-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: 60&micro;s, 0.00%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":5.98e-05,"subname":"B::Deparse::BEGIN@2789","$color":8,"excl_time":4.32999999999141e-05,"$area":4.32999999999141e-05},"id":"11298-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: 29&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"B::Deparse::BEGIN@2791","$color":8,"excl_time":2.76999999999186e-05,"$area":2.76999999999186e-05},"id":"11299-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: 33&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"B::Deparse::CORE:sort","$color":8,"excl_time":3.27e-05,"$area":3.27e-05},"id":"11300-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: 21&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"B::Deparse::BEGIN@40","$color":8,"excl_time":6.80000000003001e-06,"$area":6.80000000003001e-06},"id":"11301-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: 8&micro;s, 0.00%</p>","incl_time":7.6e-06,"subname":"B::Deparse::BEGIN@613","$color":8,"excl_time":7.6e-06,"$area":7.6e-06},"id":"11302-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.69e-05,"subname":"B::Deparse::BEGIN@2792","$color":8,"excl_time":2.50000000000009e-05,"$area":2.50000000000009e-05},"id":"11303-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: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"B::Deparse::BEGIN@482","$color":8,"excl_time":8.20000000000525e-06,"$area":8.20000000000525e-06},"id":"11304-B::Deparse::BEGIN@482"}],"data":{"$area":0.000392499999999847},"id":"n11279"},{"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":8e-06,"subname":"B::SV::REFCNT","$color":10,"excl_time":8e-06,"$area":8e-06},"id":"11306-B::SV::REFCNT"}],"data":{"$area":8e-06},"id":"n11305"},{"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: 31&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"B::Hooks::OP::Check::bootstrap","$color":1,"excl_time":3.13e-05,"$area":3.13e-05},"id":"11310-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: 50&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.98e-05,"subname":"B::Hooks::OP::Check::BEGIN@7","$color":1,"excl_time":1.56999999998521e-05,"$area":1.56999999998521e-05},"id":"11311-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: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"B::Hooks::OP::Check::dl_load_flags","$color":1,"excl_time":2.5e-06,"$area":2.5e-06},"id":"11312-B::Hooks::OP::Check::dl_load_flags"}],"data":{"$area":4.94999999998521e-05},"id":"n11309"},{"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: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"B::Hooks::OP::PPAddr::dl_load_flags","$color":3,"excl_time":1.6e-06,"$area":1.6e-06},"id":"11314-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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"B::Hooks::OP::PPAddr::END","$color":3,"excl_time":1.02e-05,"$area":1.02e-05},"id":"11315-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: 58&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.79e-05,"subname":"B::Hooks::OP::PPAddr::BEGIN@6","$color":3,"excl_time":1.42999999998565e-05,"$area":1.42999999998565e-05},"id":"11316-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: 52&micro;s, 0.00%</p>","incl_time":5.17e-05,"subname":"B::Hooks::OP::PPAddr::bootstrap","$color":3,"excl_time":5.17e-05,"$area":5.17e-05},"id":"11317-B::Hooks::OP::PPAddr::bootstrap"}],"data":{"$area":7.77999999998565e-05},"id":"n11313"}],"data":{"$area":0.000127299999999709},"id":"n11308"},{"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: 16&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"B::Hooks::EndOfScope::BEGIN@13","$color":5,"excl_time":1.57e-05,"$area":1.57e-05},"id":"11319-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: 5.61ms, 0.01%<br />Exclusive time: 3.14ms, 0.00%</p>","incl_time":0.0056138,"subname":"B::Hooks::EndOfScope::on_scope_end","$color":5,"excl_time":0.00314499999998951,"$area":0.00314499999998951},"id":"11320-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.44ms, 0.00%<br />Exclusive time: 861&micro;s, 0.00%</p>","incl_time":0.0014389,"subname":"B::Hooks::EndOfScope::BEGIN@14","$color":5,"excl_time":0.000861399999999992,"$area":0.000861399999999992},"id":"11321-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: 623&micro;s, 0.00%</p>","incl_time":0.0006229,"subname":"B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:25]","$color":5,"excl_time":0.0006229,"$area":0.0006229},"id":"11322-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: 866ms, 1.32%<br />Exclusive time: 2.34ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 12.4ms</p>","incl_time":0.8658207,"subname":"B::Hooks::EndOfScope::__ANON__[/Users/edenc/perl5/lib/perl5/B/Hooks/EndOfScope.pm:26]","$color":5,"excl_time":0.00234179999999122,"$area":0.00234179999999122},"id":"11323-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: 4&micro;s, 0.00%</p>","incl_time":4.3e-06,"subname":"B::Hooks::EndOfScope::BEGIN@5","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"11324-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: 497&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0004971,"subname":"B::Hooks::EndOfScope::BEGIN@16","$color":5,"excl_time":1.4400000000053e-05,"$area":1.4400000000053e-05},"id":"11325-B::Hooks::EndOfScope::BEGIN@16"}],"data":{"$area":0.00700549999998078},"id":"n11318"}],"data":{"$area":0.00713279999998049},"id":"n11307"}],"data":{"$area":0.0166934999999804},"id":"n11268"},{"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.68s, 2.57%<br />Exclusive time: 1.90ms, 0.00%</p>","incl_time":1.6833423,"subname":"main::BEGIN@11","$color":7,"excl_time":0.00190339999999933,"$area":0.00190339999999933},"id":"11327-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: 2.67ms, 0.00%<br />Exclusive time: 2.61ms, 0.00%</p>","incl_time":0.0026721,"subname":"main::BEGIN@1","$color":7,"excl_time":0.0026078,"$area":0.0026078},"id":"11328-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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"main::BEGIN@1.1","$color":7,"excl_time":1.74000000000008e-05,"$area":1.74000000000008e-05},"id":"11329-main::BEGIN@1.1"},{"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: 530&micro;s, 0.00%<br />Exclusive time: 481&micro;s, 0.00%</p>","incl_time":0.0005305,"subname":"main::BEGIN@2","$color":7,"excl_time":0.0004807,"$area":0.0004807},"id":"11330-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: 2.38s, 3.63%<br />Exclusive time: 1.41ms, 0.00%</p>","incl_time":2.3781172,"subname":"main::BEGIN@10","$color":7,"excl_time":0.00141020000000003,"$area":0.00141020000000003},"id":"11331-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: 17.0ms, 0.03%<br />Exclusive time: 961&micro;s, 0.00%</p>","incl_time":0.0169898,"subname":"main::BEGIN@5","$color":7,"excl_time":0.000960599999999999,"$area":0.000960599999999999},"id":"11332-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: 49.2ms, 0.08%<br />Exclusive time: 360&micro;s, 0.00%</p>","incl_time":0.0491742,"subname":"main::BEGIN@6","$color":7,"excl_time":0.000359699999999998,"$area":0.000359699999999998},"id":"11333-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.65s, 2.52%<br />Exclusive time: 538&micro;s, 0.00%</p>","incl_time":1.6511645,"subname":"main::BEGIN@9","$color":7,"excl_time":0.000538099999999764,"$area":0.000538099999999764},"id":"11334-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.79e-05,"subname":"main::BEGIN@2.13","$color":7,"excl_time":9.10000000019104e-06,"$area":9.10000000019104e-06},"id":"11335-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: 31.3ms, 0.05%<br />Exclusive time: 15.6ms, 0.02%</p>","incl_time":0.031263,"subname":"main::BEGIN@7","$color":7,"excl_time":0.0155887,"$area":0.0155887},"id":"11336-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.09ms, 0.00%<br />Exclusive time: 379&micro;s, 0.00%</p>","incl_time":0.0010887,"subname":"main::BEGIN@12","$color":7,"excl_time":0.00037930000000014,"$area":0.00037930000000014},"id":"11337-main::BEGIN@12"},{"name":"__ANON__[script/nytprof.pl:40]","children":[],"data":{"tip":"<p><b>main::__ANON__[script/nytprof.pl:40]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24.0ms, 0.04%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0240207,"subname":"main::__ANON__[script/nytprof.pl:40]","$color":7,"excl_time":1.06999999959188e-05,"$area":1.06999999959188e-05},"id":"11338-main::__ANON__[script/nytprof.pl:40]"},{"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.78ms, 0.00%<br />Exclusive time: 395&micro;s, 0.00%</p>","incl_time":0.0027806,"subname":"main::BEGIN@4","$color":7,"excl_time":0.000394900000000001,"$area":0.000394900000000001},"id":"11339-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.32e-05,"subname":"main::BEGIN@1.12","$color":7,"excl_time":1.88000000000955e-05,"$area":1.88000000000955e-05},"id":"11340-main::BEGIN@1.12"}],"data":{"$area":0.0246793999999955},"id":"n11326"},{"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: 56.2ms, 0.09%<br />Exclusive time: 55.8ms, 0.09%</p>","incl_time":0.0561506,"subname":"PerlIO::import","$color":9,"excl_time":0.0557830999999997,"$area":0.0557830999999997},"id":"11342-PerlIO::import"}],"data":{"$area":0.0557830999999997},"id":"n11341"},{"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.09e-05,"subname":"metaclass::BEGIN@10","$color":0,"excl_time":8.099999999975e-06,"$area":8.099999999975e-06},"id":"11344-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: 57&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.73e-05,"subname":"metaclass::BEGIN@15","$color":0,"excl_time":2.2099999999987e-05,"$area":2.2099999999987e-05},"id":"11345-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: 44&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.37e-05,"subname":"metaclass::BEGIN@16","$color":0,"excl_time":8.8999999999985e-06,"$area":8.8999999999985e-06},"id":"11346-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: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.36e-05,"subname":"metaclass::BEGIN@13","$color":0,"excl_time":9.30000000000288e-06,"$area":9.30000000000288e-06},"id":"11347-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"metaclass::BEGIN@11","$color":0,"excl_time":6.90000000002563e-06,"$area":6.90000000002563e-06},"id":"11348-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: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"metaclass::BEGIN@14","$color":0,"excl_time":8.499999999976e-06,"$area":8.499999999976e-06},"id":"11349-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: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"metaclass::BEGIN@3","$color":0,"excl_time":1.03e-05,"$area":1.03e-05},"id":"11350-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: 20.0ms, 0.03%<br />Exclusive time: 670&micro;s, 0.00%</p>","incl_time":0.0199624,"subname":"metaclass::import","$color":0,"excl_time":0.000670000000000124,"$area":0.000670000000000124},"id":"11351-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"metaclass::BEGIN@18","$color":0,"excl_time":5.3e-06,"$area":5.3e-06},"id":"11352-metaclass::BEGIN@18"}],"data":{"$area":0.000749400000000089},"id":"n11343"},{"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: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"SelfLoader::BEGIN@93","$color":2,"excl_time":7.10000000032819e-06,"$area":7.10000000032819e-06},"id":"11354-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":2,"excl_time":7.30000000009465e-06,"$area":7.30000000009465e-06},"id":"11355-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.6e-06,"subname":"SelfLoader::CORE:qr","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"11356-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"SelfLoader::BEGIN@158","$color":2,"excl_time":8.80000000042196e-06,"$area":8.80000000042196e-06},"id":"11357-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: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"SelfLoader::BEGIN@2","$color":2,"excl_time":2.18e-05,"$area":2.18e-05},"id":"11358-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: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"SelfLoader::BEGIN@1","$color":2,"excl_time":1.58e-05,"$area":1.58e-05},"id":"11359-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"SelfLoader::BEGIN@73","$color":2,"excl_time":9.40000000004863e-06,"$area":9.40000000004863e-06},"id":"11360-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: 182&micro;s, 0.00%<br />Exclusive time: 131&micro;s, 0.00%</p>","incl_time":0.0001823,"subname":"SelfLoader::BEGIN@10","$color":2,"excl_time":0.000131199999999696,"$area":0.000131199999999696},"id":"11361-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: 22&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"SelfLoader::BEGIN@91","$color":2,"excl_time":7.4999999996328e-06,"$area":7.4999999996328e-06},"id":"11362-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: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"SelfLoader::BEGIN@9","$color":2,"excl_time":8.19999999987161e-06,"$area":8.19999999987161e-06},"id":"11363-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: 30&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"SelfLoader::BEGIN@4","$color":2,"excl_time":9.69999999963543e-06,"$area":9.69999999963543e-06},"id":"11364-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: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"SelfLoader::BEGIN@42","$color":2,"excl_time":7.89999999967969e-06,"$area":7.89999999967969e-06},"id":"11365-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: 33&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"SelfLoader::BEGIN@1.22","$color":2,"excl_time":9.60000000005739e-06,"$area":9.60000000005739e-06},"id":"11366-SelfLoader::BEGIN@1.22"}],"data":{"$area":0.000246899999999467},"id":"n11353"},{"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: 538&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0005376,"subname":"Path::Class::dir","$color":4,"excl_time":2.78000000001063e-05,"$area":2.78000000001063e-05},"id":"11369-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: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"Path::Class::BEGIN@10","$color":4,"excl_time":7.80000000000047e-06,"$area":7.80000000000047e-06},"id":"11370-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: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"Path::Class::BEGIN@18","$color":4,"excl_time":5.8e-06,"$area":5.8e-06},"id":"11371-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: 29&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"Path::Class::BEGIN@1","$color":4,"excl_time":2.63000000000011e-05,"$area":2.63000000000011e-05},"id":"11372-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: 48.7ms, 0.07%<br />Exclusive time: 842&micro;s, 0.00%</p>","incl_time":0.0487278,"subname":"Path::Class::BEGIN@17","$color":4,"excl_time":0.000841800000000018,"$area":0.000841800000000018},"id":"11373-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: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Path::Class::BEGIN@16","$color":4,"excl_time":9.10000000000144e-06,"$area":9.10000000000144e-06},"id":"11374-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: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Path::Class::File::BEGIN@53","$color":6,"excl_time":8.1e-06,"$area":8.1e-06},"id":"11376-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: 16&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Path::Class::File::dir_class","$color":6,"excl_time":1.55e-05,"$area":1.55e-05},"id":"11377-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.17ms, 0.00%<br />Exclusive time: 259&micro;s, 0.00%</p>","incl_time":0.0021663,"subname":"Path::Class::File::stringify","$color":6,"excl_time":0.000259399999999289,"$area":0.000259399999999289},"id":"11378-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: 22&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Path::Class::File::BEGIN@1","$color":6,"excl_time":1.92000000000005e-05,"$area":1.92000000000005e-05},"id":"11379-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: 5&micro;s, 0.00%</p>","incl_time":5.1e-06,"subname":"Path::Class::File::BEGIN@12","$color":6,"excl_time":5.1e-06,"$area":5.1e-06},"id":"11380-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: 104&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001037,"subname":"Path::Class::File::BEGIN@9","$color":6,"excl_time":9.70000000000314e-06,"$area":9.70000000000314e-06},"id":"11381-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: 3.94ms, 0.01%<br />Exclusive time: 273&micro;s, 0.00%</p>","incl_time":0.0039362,"subname":"Path::Class::File::new","$color":6,"excl_time":0.000272699999999292,"$area":0.000272699999999292},"id":"11382-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: 64&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.4e-05,"subname":"Path::Class::File::BEGIN@10","$color":6,"excl_time":1.06999999999939e-05,"$area":1.06999999999939e-05},"id":"11383-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: 47.7ms, 0.07%<br />Exclusive time: 1.97ms, 0.00%</p>","incl_time":0.0476757,"subname":"Path::Class::File::BEGIN@8","$color":6,"excl_time":0.00196879999999999,"$area":0.00196879999999999},"id":"11384-Path::Class::File::BEGIN@8"}],"data":{"$area":0.00256919999999857},"id":"n11375"},{"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: 69&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.88e-05,"subname":"Path::Class::Entity::BEGIN@10","$color":8,"excl_time":1.26999999999966e-05,"$area":1.26999999999966e-05},"id":"11386-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: 796&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0007964,"subname":"Path::Class::Entity::cleanup","$color":8,"excl_time":4.10999999997637e-05,"$area":4.10999999997637e-05},"id":"11387-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":4.5e-06,"subname":"Path::Class::Entity::BEGIN@11","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"11388-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: 66&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.6e-05,"subname":"Path::Class::Entity::BEGIN@14","$color":8,"excl_time":7.9999999999975e-06,"$area":7.9999999999975e-06},"id":"11389-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: 727&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0007268,"subname":"Path::Class::Entity::absolute","$color":8,"excl_time":4.85999999997048e-05,"$area":4.85999999997048e-05},"id":"11390-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: 12.5ms, 0.02%<br />Exclusive time: 2.44ms, 0.00%</p>","incl_time":0.012528,"subname":"Path::Class::Entity::BEGIN@9","$color":8,"excl_time":0.00244499999999999,"$area":0.00244499999999999},"id":"11391-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: 44&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"Path::Class::Entity::BEGIN@8","$color":8,"excl_time":2.15999999999983e-05,"$area":2.15999999999983e-05},"id":"11392-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: 508&micro;s, 0.00%</p>","incl_time":0.000508499999999999,"subname":"Path::Class::Entity::_spec","$color":8,"excl_time":0.000508499999999999,"$area":0.000508499999999999},"id":"11393-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: 582&micro;s, 0.00%</p>","incl_time":0.0005824,"subname":"Path::Class::Entity::new","$color":8,"excl_time":0.0005824,"$area":0.0005824},"id":"11394-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":2.5e-06,"subname":"Path::Class::Entity::boolify","$color":8,"excl_time":2.5e-06,"$area":2.5e-06},"id":"11395-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: 324&micro;s, 0.00%<br />Exclusive time: 63&micro;s, 0.00%</p>","incl_time":0.0003237,"subname":"Path::Class::Entity::is_absolute","$color":8,"excl_time":6.29999999998864e-05,"$area":6.29999999998864e-05},"id":"11396-Path::Class::Entity::is_absolute"}],"data":{"$area":0.00373789999999934},"id":"n11385"},{"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: 15.0ms, 0.02%<br />Exclusive time: 9.82ms, 0.01%</p>","incl_time":0.0149553,"subname":"Path::Class::Dir::BEGIN@14","$color":10,"excl_time":0.00981789999999999,"$area":0.00981789999999999},"id":"11398-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: 6.34ms, 0.01%<br />Exclusive time: 1.71ms, 0.00%</p>","incl_time":0.0063406,"subname":"Path::Class::Dir::stringify","$color":10,"excl_time":0.00171199999998248,"$area":0.00171199999998248},"id":"11399-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: 14.6ms, 0.02%<br />Exclusive time: 978&micro;s, 0.00%</p>","incl_time":0.0146312,"subname":"Path::Class::Dir::BEGIN@10","$color":10,"excl_time":0.000977900000000004,"$area":0.000977900000000004},"id":"11400-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.98ms, 0.00%<br />Exclusive time: 86&micro;s, 0.00%</p>","incl_time":0.0019841,"subname":"Path::Class::Dir::parent","$color":10,"excl_time":8.60999999991565e-05,"$area":8.60999999991565e-05},"id":"11401-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: 4.32ms, 0.01%<br />Exclusive time: 4.03ms, 0.01%</p>","incl_time":0.0043159,"subname":"Path::Class::Dir::BEGIN@13","$color":10,"excl_time":0.0040258,"$area":0.0040258},"id":"11402-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: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Path::Class::Dir::dir_list","$color":10,"excl_time":1.29e-05,"$area":1.29e-05},"id":"11403-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: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Path::Class::Dir::BEGIN@8","$color":10,"excl_time":1.02e-05,"$area":1.02e-05},"id":"11404-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: 11.8ms, 0.02%<br />Exclusive time: 1.32ms, 0.00%</p>","incl_time":0.0117581,"subname":"Path::Class::Dir::BEGIN@12","$color":10,"excl_time":0.0013232,"$area":0.0013232},"id":"11405-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Path::Class::Dir::BEGIN@9","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"11406-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: 950&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.00095,"subname":"Path::Class::Dir::subdir","$color":10,"excl_time":1.37999999998352e-05,"$area":1.37999999998352e-05},"id":"11407-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: 3.89ms, 0.01%<br />Exclusive time: 76&micro;s, 0.00%</p>","incl_time":0.0038867,"subname":"Path::Class::Dir::file","$color":10,"excl_time":7.64999999995701e-05,"$area":7.64999999995701e-05},"id":"11408-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: 7.16ms, 0.01%<br />Exclusive time: 894&micro;s, 0.00%</p>","incl_time":0.0071647,"subname":"Path::Class::Dir::new","$color":10,"excl_time":0.000894100000003649,"$area":0.000894100000003649},"id":"11409-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: 14&micro;s, 0.00%</p>","incl_time":1.37e-05,"subname":"Path::Class::Dir::file_class","$color":10,"excl_time":1.37e-05,"$area":1.37e-05},"id":"11410-Path::Class::Dir::file_class"}],"data":{"$area":0.0189675999999847},"id":"n11397"}],"data":{"$area":0.0261932999999827},"id":"n11368"}],"data":{"$area":0.0261932999999827},"id":"n11367"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Heap071::Elem::BEGIN@3","$color":1,"excl_time":1.63000000000363e-05,"$area":1.63000000000363e-05},"id":"11413-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: 60&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.97e-05,"subname":"Heap071::Elem::BEGIN@4","$color":1,"excl_time":6.79999999997762e-06,"$area":6.79999999997762e-06},"id":"11414-Heap071::Elem::BEGIN@4"}],"data":{"$area":2.31000000000139e-05},"id":"n11412"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Heap071::Fibonacci::BEGIN@3","$color":3,"excl_time":1.30999999999779e-05,"$area":1.30999999999779e-05},"id":"11416-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: 58&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"Heap071::Fibonacci::BEGIN@4","$color":3,"excl_time":6.29999999989536e-06,"$area":6.29999999989536e-06},"id":"11417-Heap071::Fibonacci::BEGIN@4"}],"data":{"$area":1.93999999998732e-05},"id":"n11415"}],"data":{"$area":4.24999999998871e-05},"id":"n11411"},{"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: 344&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003442,"subname":"Variable::Magic::BEGIN@203","$color":5,"excl_time":9.89999999999037e-06,"$area":9.89999999999037e-06},"id":"11420-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: 32&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"Variable::Magic::BEGIN@19","$color":5,"excl_time":3.2e-05,"$area":3.2e-05},"id":"11421-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: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"Variable::Magic::BEGIN@5","$color":5,"excl_time":8.59999999999025e-06,"$area":8.59999999999025e-06},"id":"11422-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: 39&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"Variable::Magic::_wizard","$color":5,"excl_time":3.86e-05,"$area":3.86e-05},"id":"11423-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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Variable::Magic::BEGIN@6","$color":5,"excl_time":7.40000000000925e-06,"$area":7.40000000000925e-06},"id":"11424-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: 367&micro;s, 0.00%</p>","incl_time":0.0003671,"subname":"Variable::Magic::getdata","$color":5,"excl_time":0.0003671,"$area":0.0003671},"id":"11425-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: 71&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":7.11e-05,"subname":"Variable::Magic::wizard","$color":5,"excl_time":3.25000000000002e-05,"$area":3.25000000000002e-05},"id":"11426-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: 21&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Variable::Magic::BEGIN@3","$color":5,"excl_time":2.14e-05,"$area":2.14e-05},"id":"11427-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: 2.10ms, 0.00%<br />Exclusive time: 1.48ms, 0.00%</p>","incl_time":0.0021017,"subname":"Variable::Magic::cast","$color":5,"excl_time":0.00147880000001478,"$area":0.00147880000001478},"id":"11428-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: 110&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001098,"subname":"Variable::Magic::BEGIN@605","$color":5,"excl_time":1.40999999999681e-05,"$area":1.40999999999681e-05},"id":"11429-Variable::Magic::BEGIN@605"}],"data":{"$area":0.00201040000001474},"id":"n11419"}],"data":{"$area":0.00201040000001474},"id":"n11418"},{"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: 435&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0004346,"subname":"Devel::GlobalDestruction::BEGIN@8","$color":7,"excl_time":1.31000000000087e-05,"$area":1.31000000000087e-05},"id":"11432-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: 62&micro;s, 0.00%</p>","incl_time":6.18e-05,"subname":"Devel::GlobalDestruction::in_global_destruction","$color":7,"excl_time":6.18e-05,"$area":6.18e-05},"id":"11433-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Devel::GlobalDestruction::BEGIN@3","$color":7,"excl_time":1.3999999999997e-05,"$area":1.3999999999997e-05},"id":"11434-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Devel::GlobalDestruction::BEGIN@4","$color":7,"excl_time":7.19999999999787e-06,"$area":7.19999999999787e-06},"id":"11435-Devel::GlobalDestruction::BEGIN@4"}],"data":{"$area":9.61000000000035e-05},"id":"n11431"},{"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: 87&micro;s, 0.00%</p>","incl_time":8.67e-05,"subname":"Devel::Declare::bootstrap","$color":9,"excl_time":8.67e-05,"$area":8.67e-05},"id":"11437-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: 27&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Devel::Declare::BEGIN@1","$color":9,"excl_time":2.24000000000955e-05,"$area":2.24000000000955e-05},"id":"11438-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: 40&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Devel::Declare::set_linestr","$color":9,"excl_time":4.01e-05,"$area":4.01e-05},"id":"11439-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: 94&micro;s, 0.00%</p>","incl_time":9.45e-05,"subname":"Devel::Declare::toke_skipspace","$color":9,"excl_time":9.45e-05,"$area":9.45e-05},"id":"11440-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: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"Devel::Declare::BEGIN@11","$color":9,"excl_time":1.12999999998113e-05,"$area":1.12999999998113e-05},"id":"11441-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: 30&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Devel::Declare::BEGIN@5","$color":9,"excl_time":3.02e-05,"$area":3.02e-05},"id":"11442-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: 326&micro;s, 0.00%<br />Exclusive time: 218&micro;s, 0.00%</p>","incl_time":0.0003258,"subname":"Devel::Declare::shadow_sub","$color":9,"excl_time":0.000218200000002013,"$area":0.000218200000002013},"id":"11443-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: 92&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":9.22e-05,"subname":"Devel::Declare::BEGIN@9","$color":9,"excl_time":1.48000000001058e-05,"$area":1.48000000001058e-05},"id":"11444-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: 134&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001337,"subname":"Devel::Declare::BEGIN@15","$color":9,"excl_time":1.34999999999853e-05,"$area":1.34999999999853e-05},"id":"11445-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: 45&micro;s, 0.00%</p>","incl_time":4.52e-05,"subname":"Devel::Declare::toke_scan_str","$color":9,"excl_time":4.52e-05,"$area":4.52e-05},"id":"11446-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: 35&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Devel::Declare::BEGIN@99","$color":9,"excl_time":1.4799999999869e-05,"$area":1.4799999999869e-05},"id":"11447-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: 21&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Devel::Declare::BEGIN@2","$color":9,"excl_time":1.21000000001442e-05,"$area":1.21000000001442e-05},"id":"11448-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: 246&micro;s, 0.00%<br />Exclusive time: 199&micro;s, 0.00%</p>","incl_time":0.0002462,"subname":"Devel::Declare::done_declare","$color":9,"excl_time":0.000198599999999741,"$area":0.000198599999999741},"id":"11449-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: 964&micro;s, 0.00%<br />Exclusive time: 355&micro;s, 0.00%</p>","incl_time":0.0009638,"subname":"Devel::Declare::BEGIN@17","$color":9,"excl_time":0.000355099999999649,"$area":0.000355099999999649},"id":"11450-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: 61&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"Devel::Declare::BEGIN@10","$color":9,"excl_time":1.19999999999759e-05,"$area":1.19999999999759e-05},"id":"11451-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: 71&micro;s, 0.00%</p>","incl_time":7.12e-05,"subname":"Devel::Declare::CORE:match","$color":9,"excl_time":7.12e-05,"$area":7.12e-05},"id":"11452-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: 38&micro;s, 0.00%</p>","incl_time":3.83e-05,"subname":"Devel::Declare::initialize","$color":9,"excl_time":3.83e-05,"$area":3.83e-05},"id":"11453-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: 58&micro;s, 0.00%</p>","incl_time":5.83e-05,"subname":"Devel::Declare::get_linestr","$color":9,"excl_time":5.83e-05,"$area":5.83e-05},"id":"11454-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: 101&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001014,"subname":"Devel::Declare::BEGIN@14","$color":9,"excl_time":1.35999999998067e-05,"$area":1.35999999998067e-05},"id":"11455-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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Devel::Declare::get_lex_stuff","$color":9,"excl_time":8e-06,"$area":8e-06},"id":"11456-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: 40&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.01e-05,"subname":"Devel::Declare::BEGIN@102","$color":9,"excl_time":1.65999999998238e-05,"$area":1.65999999998238e-05},"id":"11457-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: 40&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.02e-05,"subname":"Devel::Declare::BEGIN@29","$color":9,"excl_time":1.47999999998247e-05,"$area":1.47999999998247e-05},"id":"11458-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: 28&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"Devel::Declare::BEGIN@3","$color":9,"excl_time":2.35000000001424e-05,"$area":2.35000000001424e-05},"id":"11459-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: 23&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Devel::Declare::get_linestr_offset","$color":9,"excl_time":2.32e-05,"$area":2.32e-05},"id":"11460-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: 26&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"Devel::Declare::BEGIN@103","$color":9,"excl_time":1.31000000001229e-05,"$area":1.31000000001229e-05},"id":"11461-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: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"Devel::Declare::BEGIN@109","$color":9,"excl_time":1.22000000001016e-05,"$area":1.22000000001016e-05},"id":"11462-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: 49&micro;s, 0.00%</p>","incl_time":4.86e-05,"subname":"Devel::Declare::toke_scan_word","$color":9,"excl_time":4.86e-05,"$area":4.86e-05},"id":"11463-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: 69&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":6.86e-05,"subname":"Devel::Declare::BEGIN@12","$color":9,"excl_time":2.08999999999051e-05,"$area":2.08999999999051e-05},"id":"11464-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: 21&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"Devel::Declare::set_in_declare","$color":9,"excl_time":2.12e-05,"$area":2.12e-05},"id":"11465-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: 19&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Devel::Declare::BEGIN@4","$color":9,"excl_time":1.17000000000035e-05,"$area":1.17000000000035e-05},"id":"11466-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: 160&micro;s, 0.00%<br />Exclusive time: 97&micro;s, 0.00%</p>","incl_time":0.0001601,"subname":"Devel::Declare::setup_for","$color":9,"excl_time":9.73999999995848e-05,"$area":9.73999999995848e-05},"id":"11467-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Devel::Declare::clear_lex_stuff","$color":9,"excl_time":6.9e-06,"$area":6.9e-06},"id":"11468-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: 2.58ms, 0.00%<br />Exclusive time: 159&micro;s, 0.00%</p>","incl_time":0.0025775,"subname":"Devel::Declare::linestr_callback","$color":9,"excl_time":0.000159499999997748,"$area":0.000159499999997748},"id":"11469-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: 63&micro;s, 0.00%</p>","incl_time":6.27e-05,"subname":"Devel::Declare::setup","$color":9,"excl_time":6.27e-05,"$area":6.27e-05},"id":"11470-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: 31&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Devel::Declare::get_curstash_name","$color":9,"excl_time":3.14e-05,"$area":3.14e-05},"id":"11471-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: 38&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"Devel::Declare::CORE:subst","$color":9,"excl_time":3.76e-05,"$area":3.76e-05},"id":"11472-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: 66&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.6e-05,"subname":"Devel::Declare::BEGIN@16","$color":9,"excl_time":1.3999999999837e-05,"$area":1.3999999999837e-05},"id":"11473-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: 31&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.12e-05,"subname":"Devel::Declare::BEGIN@117","$color":9,"excl_time":1.49999999998672e-05,"$area":1.49999999998672e-05},"id":"11474-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: 893&micro;s, 0.00%<br />Exclusive time: 573&micro;s, 0.00%</p>","incl_time":0.0008934,"subname":"Devel::Declare::Context::Simple::skipspace","$color":0,"excl_time":0.000573400000007674,"$area":0.000573400000007674},"id":"11477-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: 176&micro;s, 0.00%</p>","incl_time":0.0001761,"subname":"Devel::Declare::Context::Simple::init","$color":0,"excl_time":0.0001761,"$area":0.0001761},"id":"11478-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: 66&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.63e-05,"subname":"Devel::Declare::Context::Simple::BEGIN@7","$color":0,"excl_time":1.36000000000944e-05,"$area":1.36000000000944e-05},"id":"11479-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: 423&micro;s, 0.00%<br />Exclusive time: 214&micro;s, 0.00%</p>","incl_time":0.0004231,"subname":"Devel::Declare::Context::Simple::strip_name","$color":0,"excl_time":0.000214399999996497,"$area":0.000214399999996497},"id":"11480-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: 328&micro;s, 0.00%</p>","incl_time":0.000328,"subname":"Devel::Declare::Context::Simple::offset","$color":0,"excl_time":0.000328,"$area":0.000328},"id":"11481-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: 391&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003911,"subname":"Devel::Declare::Context::Simple::BEGIN@6","$color":0,"excl_time":1.31999999998469e-05,"$area":1.31999999998469e-05},"id":"11482-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: 1.08ms, 0.00%<br />Exclusive time: 512&micro;s, 0.00%</p>","incl_time":0.001084,"subname":"Devel::Declare::Context::Simple::inject_if_block","$color":0,"excl_time":0.000512299999996828,"$area":0.000512299999996828},"id":"11483-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: 88&micro;s, 0.00%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":8.8e-05,"subname":"Devel::Declare::Context::Simple::get_curstash_name","$color":0,"excl_time":7.40000000002636e-05,"$area":7.40000000002636e-05},"id":"11484-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: 29&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"Devel::Declare::Context::Simple::BEGIN@3","$color":0,"excl_time":2.36999999999557e-05,"$area":2.36999999999557e-05},"id":"11485-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: 430&micro;s, 0.00%<br />Exclusive time: 264&micro;s, 0.00%</p>","incl_time":0.0004299,"subname":"Devel::Declare::Context::Simple::skip_declarator","$color":0,"excl_time":0.000264300000001455,"$area":0.000264300000001455},"id":"11486-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: 29&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"Devel::Declare::Context::Simple::BEGIN@4","$color":0,"excl_time":1.86999999998177e-05,"$area":1.86999999998177e-05},"id":"11487-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: 519&micro;s, 0.00%<br />Exclusive time: 123&micro;s, 0.00%</p>","incl_time":0.0005188,"subname":"Devel::Declare::Context::Simple::shadow","$color":0,"excl_time":0.000123200000000393,"$area":0.000123200000000393},"id":"11488-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: 526&micro;s, 0.00%<br />Exclusive time: 272&micro;s, 0.00%</p>","incl_time":0.0005258,"subname":"Devel::Declare::Context::Simple::strip_proto","$color":0,"excl_time":0.000272099999990651,"$area":0.000272099999990651},"id":"11489-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: 241&micro;s, 0.00%<br />Exclusive time: 200&micro;s, 0.00%</p>","incl_time":0.0002406,"subname":"Devel::Declare::Context::Simple::set_linestr","$color":0,"excl_time":0.000200499999999458,"$area":0.000200499999999458},"id":"11490-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: 42&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"Devel::Declare::Context::Simple::declarator","$color":0,"excl_time":4.24e-05,"$area":4.24e-05},"id":"11491-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: 392&micro;s, 0.00%<br />Exclusive time: 334&micro;s, 0.00%</p>","incl_time":0.0003921,"subname":"Devel::Declare::Context::Simple::get_linestr","$color":0,"excl_time":0.00033380000000393,"$area":0.00033380000000393},"id":"11492-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: 6&micro;s, 0.00%</p>","incl_time":6.2e-06,"subname":"Devel::Declare::Context::Simple::BEGIN@5","$color":0,"excl_time":6.2e-06,"$area":6.2e-06},"id":"11493-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: 139&micro;s, 0.00%</p>","incl_time":0.0001393,"subname":"Devel::Declare::Context::Simple::inc_offset","$color":0,"excl_time":0.0001393,"$area":0.0001393},"id":"11494-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: 124&micro;s, 0.00%</p>","incl_time":0.0001238,"subname":"Devel::Declare::Context::Simple::new","$color":0,"excl_time":0.0001238,"$area":0.0001238},"id":"11495-Devel::Declare::Context::Simple::new"}],"data":{"$area":0.00345299999999686},"id":"n11476"}],"data":{"$area":0.00345299999999686},"id":"n11475"}],"data":{"$area":0.00544219999999502},"id":"n11436"},{"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: 105&micro;s, 0.00%</p>","incl_time":0.0001048,"subname":"Devel::InnerPackage::_loaded","$color":2,"excl_time":0.0001048,"$area":0.0001048},"id":"11497-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: 40&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"Devel::InnerPackage::CORE:subst","$color":2,"excl_time":4e-05,"$area":4e-05},"id":"11498-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: 85&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":8.53e-05,"subname":"Devel::InnerPackage::BEGIN@5","$color":2,"excl_time":1.3299999999928e-05,"$area":1.3299999999928e-05},"id":"11499-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: 37&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.72e-05,"subname":"Devel::InnerPackage::BEGIN@66","$color":2,"excl_time":1.38999999999406e-05,"$area":1.38999999999406e-05},"id":"11500-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: 141&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001412,"subname":"Devel::InnerPackage::BEGIN@4","$color":2,"excl_time":1.48999999999764e-05,"$area":1.48999999999764e-05},"id":"11501-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: 166&micro;s, 0.00%</p>","incl_time":0.000165900000000001,"subname":"Devel::InnerPackage::CORE:match","$color":2,"excl_time":0.000165900000000001,"$area":0.000165900000000001},"id":"11502-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.00ms, 0.00%<br />Exclusive time: 1.69ms, 0.00%<br />Recursion: max depth 1, recursive inclusive time 576&micro;s</p>","incl_time":0.0019986,"subname":"Devel::InnerPackage::list_packages","$color":2,"excl_time":0.00168789999982053,"$area":0.00168789999982053},"id":"11503-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: 35&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"Devel::InnerPackage::BEGIN@3","$color":2,"excl_time":2.08999999999247e-05,"$area":2.08999999999247e-05},"id":"11504-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: 30&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"Devel::InnerPackage::BEGIN@86","$color":2,"excl_time":1.21999999999265e-05,"$area":1.21999999999265e-05},"id":"11505-Devel::InnerPackage::BEGIN@86"}],"data":{"$area":0.00207379999982023},"id":"n11496"},{"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: 356&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003556,"subname":"Devel::PartialDump::BEGIN@9","$color":4,"excl_time":1.04000000000656e-05,"$area":1.04000000000656e-05},"id":"11507-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: 4.78ms, 0.01%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0047846,"subname":"Devel::PartialDump::BEGIN@4","$color":4,"excl_time":1.74000000001395e-05,"$area":1.74000000001395e-05},"id":"11508-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: 55&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.48e-05,"subname":"Devel::PartialDump::BEGIN@7","$color":4,"excl_time":9.59999999981046e-06,"$area":9.59999999981046e-06},"id":"11509-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: 680&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.00068,"subname":"Devel::PartialDump::BEGIN@13","$color":4,"excl_time":2.00000000001171e-05,"$area":2.00000000001171e-05},"id":"11510-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: 44&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"Devel::PartialDump::BEGIN@128","$color":4,"excl_time":2.17000000001273e-05,"$area":2.17000000001273e-05},"id":"11511-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":5.9e-06,"subname":"Devel::PartialDump::BEGIN@6","$color":4,"excl_time":5.9e-06,"$area":5.9e-06},"id":"11512-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: 26&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"Devel::PartialDump::BEGIN@21","$color":4,"excl_time":1.00000000001477e-05,"$area":1.00000000001477e-05},"id":"11513-Devel::PartialDump::BEGIN@21"}],"data":{"$area":9.50000000004076e-05},"id":"n11506"}],"data":{"$area":0.00770709999981566},"id":"n11430"},{"name":"LWP","children":[{"name":"::MemberMixin","children":[],"data":{"$area":0},"id":"n11515"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"LWP::Protocol::BEGIN@8","$color":10,"excl_time":4.9e-06,"$area":4.9e-06},"id":"11517-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"LWP::Protocol::BEGIN@7","$color":10,"excl_time":1.57000000002353e-05,"$area":1.57000000002353e-05},"id":"11518-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"LWP::Protocol::BEGIN@10","$color":10,"excl_time":1.40000000001415e-05,"$area":1.40000000001415e-05},"id":"11519-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: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"LWP::Protocol::BEGIN@62","$color":10,"excl_time":8.99999999982122e-06,"$area":8.99999999982122e-06},"id":"11520-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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"LWP::Protocol::BEGIN@9","$color":10,"excl_time":3.4e-06,"$area":3.4e-06},"id":"11521-LWP::Protocol::BEGIN@9"}],"data":{"$area":4.7000000000198e-05},"id":"n11516"},{"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: 147&micro;s, 0.00%</p>","incl_time":0.0001468,"subname":"LWP::UserAgent::BEGIN@14","$color":1,"excl_time":0.0001468,"$area":0.0001468},"id":"11523-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: 1.27ms, 0.00%<br />Exclusive time: 1.20ms, 0.00%</p>","incl_time":0.0012725,"subname":"LWP::UserAgent::BEGIN@15","$color":1,"excl_time":0.00120149999999985,"$area":0.00120149999999985},"id":"11524-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: 38&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.76e-05,"subname":"LWP::UserAgent::BEGIN@374","$color":1,"excl_time":1.40999999998238e-05,"$area":1.40999999998238e-05},"id":"11525-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"LWP::UserAgent::BEGIN@3","$color":1,"excl_time":1.75999999995815e-05,"$area":1.75999999995815e-05},"id":"11526-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"LWP::UserAgent::BEGIN@10","$color":1,"excl_time":5.7e-06,"$area":5.7e-06},"id":"11527-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: 1.33ms, 0.00%<br />Exclusive time: 1.25ms, 0.00%</p>","incl_time":0.0013305,"subname":"LWP::UserAgent::BEGIN@12","$color":1,"excl_time":0.00124909999999999,"$area":0.00124909999999999},"id":"11528-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: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"LWP::UserAgent::BEGIN@4","$color":1,"excl_time":9.60000000029969e-06,"$area":9.60000000029969e-06},"id":"11529-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: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"LWP::UserAgent::BEGIN@17","$color":1,"excl_time":5.3e-06,"$area":5.3e-06},"id":"11530-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: 5.02ms, 0.01%<br />Exclusive time: 1.65ms, 0.00%</p>","incl_time":0.0050235,"subname":"LWP::UserAgent::BEGIN@11","$color":1,"excl_time":0.0016464000000002,"$area":0.0016464000000002},"id":"11531-LWP::UserAgent::BEGIN@11"}],"data":{"$area":0.00429609999999974},"id":"n11522"}],"data":{"$area":0.00434309999999994},"id":"n11514"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"List::MoreUtils::BEGIN@5","$color":3,"excl_time":4.9e-06,"$area":4.9e-06},"id":"11534-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: 105&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001046,"subname":"List::MoreUtils::BEGIN@8","$color":3,"excl_time":1.02000000000055e-05,"$area":1.02000000000055e-05},"id":"11535-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: 3.22ms, 0.00%<br />Exclusive time: 2.24ms, 0.00%</p>","incl_time":0.0032187,"subname":"List::MoreUtils::any","$color":3,"excl_time":0.00223649999995766,"$area":0.00223649999995766},"id":"11536-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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"List::MoreUtils::BEGIN@6","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"11537-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: 512&micro;s, 0.00%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0005123,"subname":"List::MoreUtils::BEGIN@9","$color":3,"excl_time":4.9299999999995e-05,"$area":4.9299999999995e-05},"id":"11538-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: 39&micro;s, 0.00%</p>","incl_time":3.87e-05,"subname":"List::MoreUtils::BEGIN@3","$color":3,"excl_time":3.87e-05,"$area":3.87e-05},"id":"11539-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: 117&micro;s, 0.00%</p>","incl_time":0.0001172,"subname":"List::MoreUtils::uniq","$color":3,"excl_time":0.0001172,"$area":0.0001172},"id":"11540-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.71ms, 0.00%<br />Exclusive time: 2.64ms, 0.00%</p>","incl_time":0.002706,"subname":"List::MoreUtils::firstidx","$color":3,"excl_time":0.00264169999998932,"$area":0.00264169999998932},"id":"11541-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: 111&micro;s, 0.00%</p>","incl_time":0.0001109,"subname":"List::MoreUtils::bootstrap","$color":3,"excl_time":0.0001109,"$area":0.0001109},"id":"11542-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: 17&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"List::MoreUtils::BEGIN@4","$color":3,"excl_time":1.15999999999974e-05,"$area":1.15999999999974e-05},"id":"11543-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: 16.7ms, 0.03%<br />Exclusive time: 15.4ms, 0.02%</p>","incl_time":0.0166519,"subname":"List::MoreUtils::all","$color":3,"excl_time":0.01543700000002,"$area":0.01543700000002},"id":"11544-List::MoreUtils::all"}],"data":{"$area":0.0206623999999669},"id":"n11533"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"List::Util::BEGIN@11","$color":5,"excl_time":2.02000000000036e-05,"$area":2.02000000000036e-05},"id":"11546-List::Util::BEGIN@11"},{"name":"first","children":[],"data":{"tip":"<p><b>List::Util::first</b></p><p><br />Called 768 times from 5 places in 5 files<br />Inclusive time: 6.92ms, 0.01%<br />Exclusive time: 2.70ms, 0.00%</p>","incl_time":0.00692359999999999,"subname":"List::Util::first","$color":5,"excl_time":0.00270430000001018,"$area":0.00270430000001018},"id":"11547-List::Util::first"}],"data":{"$area":0.00272450000001019},"id":"n11545"}],"data":{"$area":0.0233868999999771},"id":"n11532"},{"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.25ms, 0.00%</p>","incl_time":0.0012463,"subname":"UNIVERSAL::VERSION","$color":7,"excl_time":0.0012463,"$area":0.0012463},"id":"11549-UNIVERSAL::VERSION"},{"name":"isa","children":[],"data":{"tip":"<p><b>UNIVERSAL::isa</b></p><p><br />Called 22342 times from 158 places in 62 files<br />Inclusive time: 40.6ms, 0.06%</p>","incl_time":0.0405566,"subname":"UNIVERSAL::isa","$color":7,"excl_time":0.0405566,"$area":0.0405566},"id":"11550-UNIVERSAL::isa"},{"name":"can","children":[],"data":{"tip":"<p><b>UNIVERSAL::can</b></p><p><br />Called 20969 times from 103 places in 49 files<br />Inclusive time: 28.8ms, 0.04%</p>","incl_time":0.0288106000000001,"subname":"UNIVERSAL::can","$color":7,"excl_time":0.0288106000000001,"$area":0.0288106000000001},"id":"11551-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: 588&micro;s, 0.00%</p>","incl_time":0.0005881,"subname":"UNIVERSAL::import","$color":7,"excl_time":0.0005881,"$area":0.0005881},"id":"11552-UNIVERSAL::import"}],"data":{"$area":0.0712016000000001},"id":"n11548"},{"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: 60&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Time::Local::BEGIN@27","$color":9,"excl_time":1.00999999998361e-05,"$area":1.00999999998361e-05},"id":"11555-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.3e-06,"subname":"Time::Local::CORE:pack","$color":9,"excl_time":3.3e-06,"$area":3.3e-06},"id":"11556-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: 22&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Time::Local::BEGIN@6","$color":9,"excl_time":1.57999999998628e-05,"$area":1.57999999998628e-05},"id":"11557-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: 25&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"Time::Local::_daygm","$color":9,"excl_time":2.16000000000716e-05,"$area":2.16000000000716e-05},"id":"11558-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: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.12e-05,"subname":"Time::Local::BEGIN@28","$color":9,"excl_time":7.00000000001576e-06,"$area":7.00000000001576e-06},"id":"11559-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: 34&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"Time::Local::BEGIN@5","$color":9,"excl_time":1.62999999998911e-05,"$area":1.62999999998911e-05},"id":"11560-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: 42&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.22e-05,"subname":"Time::Local::BEGIN@29","$color":9,"excl_time":1.34999999998964e-05,"$area":1.34999999998964e-05},"id":"11561-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: 79&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.88e-05,"subname":"Time::Local::BEGIN@8","$color":9,"excl_time":8.59999999986874e-06,"$area":8.59999999986874e-06},"id":"11562-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: 90&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":9.04e-05,"subname":"Time::Local::BEGIN@4","$color":9,"excl_time":2.53999999997962e-05,"$area":2.53999999997962e-05},"id":"11563-Time::Local::BEGIN@4"}],"data":{"$area":0.000121599999999239},"id":"n11554"},{"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: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.32e-05,"subname":"Time::Piece::BEGIN@40","$color":0,"excl_time":6.69999999978309e-06,"$area":6.69999999978309e-06},"id":"11565-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"Time::Piece::BEGIN@38","$color":0,"excl_time":6.89999999980259e-06,"$area":6.89999999980259e-06},"id":"11566-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: 63&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":6.31e-05,"subname":"Time::Piece::BEGIN@533","$color":0,"excl_time":2.43999999998308e-05,"$area":2.43999999998308e-05},"id":"11567-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: 30&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"Time::Piece::BEGIN@121","$color":0,"excl_time":1.03999999999389e-05,"$area":1.03999999999389e-05},"id":"11568-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: 124&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001244,"subname":"Time::Piece::BEGIN@510","$color":0,"excl_time":3.61000000001809e-05,"$area":3.61000000001809e-05},"id":"11569-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: 73&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":7.3e-05,"subname":"Time::Piece::BEGIN@34","$color":0,"excl_time":1.32000000001678e-05,"$area":1.32000000001678e-05},"id":"11570-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: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Time::Piece::BEGIN@42","$color":0,"excl_time":6.39999999987248e-06,"$area":6.39999999987248e-06},"id":"11571-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: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.86e-05,"subname":"Time::Piece::BEGIN@37","$color":0,"excl_time":7.69999999994412e-06,"$area":7.69999999994412e-06},"id":"11572-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: 3.02ms, 0.00%<br />Exclusive time: 1.86ms, 0.00%</p>","incl_time":0.0030245,"subname":"Time::Piece::BEGIN@7","$color":0,"excl_time":0.00186120000000091,"$area":0.00186120000000091},"id":"11573-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: 32&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Time::Piece::BEGIN@122","$color":0,"excl_time":1.34000000000088e-05,"$area":1.34000000000088e-05},"id":"11574-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: 84&micro;s, 0.00%</p>","incl_time":8.36e-05,"subname":"Time::Piece::bootstrap","$color":0,"excl_time":8.36e-05,"$area":8.36e-05},"id":"11575-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: 74&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.39e-05,"subname":"Time::Piece::BEGIN@8","$color":0,"excl_time":1.52999999999803e-05,"$area":1.52999999999803e-05},"id":"11576-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: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.95e-05,"subname":"Time::Piece::BEGIN@36","$color":0,"excl_time":1.17000000000688e-05,"$area":1.17000000000688e-05},"id":"11577-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: 32&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Time::Piece::BEGIN@3","$color":0,"excl_time":2.49999999999796e-05,"$area":2.49999999999796e-05},"id":"11578-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: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"Time::Piece::BEGIN@41","$color":0,"excl_time":6.3000000001998e-06,"$area":6.3000000001998e-06},"id":"11579-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"Time::Piece::BEGIN@39","$color":0,"excl_time":6.90000000003614e-06,"$area":6.90000000003614e-06},"id":"11580-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: 60.7ms, 0.09%<br />Exclusive time: 60.3ms, 0.09%</p>","incl_time":0.0606998,"subname":"Time::Piece::BEGIN@9","$color":0,"excl_time":0.0602509999999995,"$area":0.0602509999999995},"id":"11581-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: 411&micro;s, 0.00%<br />Exclusive time: 405&micro;s, 0.00%</p>","incl_time":0.0004108,"subname":"Time::Piece::BEGIN@422","$color":0,"excl_time":0.000405499999999792,"$area":0.000405499999999792},"id":"11582-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: 35&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"Time::Piece::BEGIN@44","$color":0,"excl_time":6.39999999989636e-06,"$area":6.39999999989636e-06},"id":"11583-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.34e-05,"subname":"Time::Piece::BEGIN@43","$color":0,"excl_time":6.29999999994237e-06,"$area":6.29999999994237e-06},"id":"11584-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: 65&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":6.49e-05,"subname":"Time::Piece::BEGIN@575","$color":0,"excl_time":2.69000000000175e-05,"$area":2.69000000000175e-05},"id":"11585-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: 63&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.34e-05,"subname":"Time::Piece::BEGIN@35","$color":0,"excl_time":1.26000000000935e-05,"$area":1.26000000000935e-05},"id":"11586-Time::Piece::BEGIN@35"}],"data":{"$area":0.0628439},"id":"n11564"},{"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: 35&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"Time::HiRes::BEGIN@3","$color":2,"excl_time":3.47e-05,"$area":3.47e-05},"id":"11588-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: 343&micro;s, 0.00%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0003432,"subname":"Time::HiRes::import","$color":2,"excl_time":4.11000000001392e-05,"$area":4.11000000001392e-05},"id":"11589-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: 9&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Time::HiRes::BEGIN@4","$color":2,"excl_time":9.3999999997682e-06,"$area":9.3999999997682e-06},"id":"11590-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: 32&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"Time::HiRes::BEGIN@43","$color":2,"excl_time":1.5299999999961e-05,"$area":1.5299999999961e-05},"id":"11591-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: 57&micro;s, 0.00%</p>","incl_time":5.74e-05,"subname":"Time::HiRes::bootstrap","$color":2,"excl_time":5.74e-05,"$area":5.74e-05},"id":"11592-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: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Time::HiRes::gettimeofday","$color":2,"excl_time":1.69e-05,"$area":1.69e-05},"id":"11593-Time::HiRes::gettimeofday"}],"data":{"$area":0.000174799999999868},"id":"n11587"},{"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: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.14e-05,"subname":"Time::Seconds::BEGIN@26","$color":4,"excl_time":1.11999999999998e-05,"$area":1.11999999999998e-05},"id":"11595-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: 73&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":7.31e-05,"subname":"Time::Seconds::BEGIN@30","$color":4,"excl_time":2.12000000001174e-05,"$area":2.12000000001174e-05},"id":"11596-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: 59&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"Time::Seconds::BEGIN@27","$color":4,"excl_time":1.16999999998113e-05,"$area":1.16999999998113e-05},"id":"11597-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: 168&micro;s, 0.00%<br />Exclusive time: 65&micro;s, 0.00%</p>","incl_time":0.0001682,"subname":"Time::Seconds::BEGIN@40","$color":4,"excl_time":6.53999999999305e-05,"$area":6.53999999999305e-05},"id":"11598-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: 56&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.6e-05,"subname":"Time::Seconds::BEGIN@37","$color":4,"excl_time":1.01999999999042e-05,"$area":1.01999999999042e-05},"id":"11599-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: 62&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.23e-05,"subname":"Time::Seconds::BEGIN@31","$color":4,"excl_time":1.12999999999768e-05,"$area":1.12999999999768e-05},"id":"11600-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: 62&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.22e-05,"subname":"Time::Seconds::BEGIN@28","$color":4,"excl_time":1.11999999999768e-05,"$area":1.11999999999768e-05},"id":"11601-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: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.81e-05,"subname":"Time::Seconds::BEGIN@36","$color":4,"excl_time":1.14999999998812e-05,"$area":1.14999999998812e-05},"id":"11602-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: 86&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8.63e-05,"subname":"Time::Seconds::BEGIN@23","$color":4,"excl_time":1.57999999999156e-05,"$area":1.57999999999156e-05},"id":"11603-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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Time::Seconds::BEGIN@2","$color":4,"excl_time":1.80000000000716e-05,"$area":1.80000000000716e-05},"id":"11604-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: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.14e-05,"subname":"Time::Seconds::BEGIN@33","$color":4,"excl_time":1.08000000002103e-05,"$area":1.08000000002103e-05},"id":"11605-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: 59&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.89e-05,"subname":"Time::Seconds::BEGIN@32","$color":4,"excl_time":1.4100000000044e-05,"$area":1.4100000000044e-05},"id":"11606-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: 60&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"Time::Seconds::BEGIN@25","$color":4,"excl_time":1.15000000000458e-05,"$area":1.15000000000458e-05},"id":"11607-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: 68&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.76e-05,"subname":"Time::Seconds::BEGIN@3","$color":4,"excl_time":8.29999999979358e-06,"$area":8.29999999979358e-06},"id":"11608-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: 56&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.58e-05,"subname":"Time::Seconds::BEGIN@24","$color":4,"excl_time":1.12999999999971e-05,"$area":1.12999999999971e-05},"id":"11609-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: 64&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.41e-05,"subname":"Time::Seconds::BEGIN@29","$color":4,"excl_time":1.23999999997901e-05,"$area":1.23999999997901e-05},"id":"11610-Time::Seconds::BEGIN@29"}],"data":{"$area":0.000255899999999466},"id":"n11594"}],"data":{"$area":0.0633961999999985},"id":"n11553"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.37e-05,"subname":"Benchmark::BEGIN@3","$color":6,"excl_time":2.00999999996744e-05,"$area":2.00999999996744e-05},"id":"11612-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: 32&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Benchmark::BEGIN@433","$color":6,"excl_time":1.26999999998221e-05,"$area":1.26999999998221e-05},"id":"11613-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.9e-06,"subname":"Benchmark::clearallcache","$color":6,"excl_time":1.9e-06,"$area":1.9e-06},"id":"11614-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: 171&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0001707,"subname":"Benchmark::import","$color":6,"excl_time":1.85000000003973e-05,"$area":1.85000000003973e-05},"id":"11615-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":2.5e-06,"subname":"Benchmark::disablecache","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"11616-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: 86&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":8.63e-05,"subname":"Benchmark::BEGIN@432","$color":6,"excl_time":1.51999999995653e-05,"$area":1.51999999995653e-05},"id":"11617-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: 24&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"Benchmark::init","$color":6,"excl_time":1.92000000000955e-05,"$area":1.92000000000955e-05},"id":"11618-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: 195&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001947,"subname":"Benchmark::BEGIN@453","$color":6,"excl_time":5.01000000003939e-05,"$area":5.01000000003939e-05},"id":"11619-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: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Benchmark::BEGIN@426","$color":6,"excl_time":1.25000000002831e-05,"$area":1.25000000002831e-05},"id":"11620-Benchmark::BEGIN@426"}],"data":{"$area":0.000152700000000232},"id":"n11611"},{"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: 342&micro;s, 0.00%<br />Exclusive time: 71&micro;s, 0.00%</p>","incl_time":0.0003421,"subname":"FindBin::init","$color":8,"excl_time":7.09000000000008e-05,"$area":7.09000000000008e-05},"id":"11622-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: 16&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"FindBin::CORE:readlink","$color":8,"excl_time":1.62e-05,"$area":1.62e-05},"id":"11623-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: 2.65ms, 0.00%<br />Exclusive time: 2.38ms, 0.00%</p>","incl_time":0.0026462,"subname":"FindBin::BEGIN@99","$color":8,"excl_time":0.0023817,"$area":0.0023817},"id":"11624-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: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"FindBin::CORE:ftfile","$color":8,"excl_time":1.21e-05,"$area":1.21e-05},"id":"11625-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: 4.34ms, 0.01%<br />Exclusive time: 3.89ms, 0.01%</p>","incl_time":0.0043361,"subname":"FindBin::BEGIN@95","$color":8,"excl_time":0.0038947,"$area":0.0038947},"id":"11626-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: 352&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003525,"subname":"FindBin::BEGIN@205","$color":8,"excl_time":1.03999999999986e-05,"$area":1.03999999999986e-05},"id":"11627-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: 2.27ms, 0.00%<br />Exclusive time: 2.11ms, 0.00%</p>","incl_time":0.002273,"subname":"FindBin::BEGIN@100","$color":8,"excl_time":0.0021085,"$area":0.0021085},"id":"11628-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: 3&micro;s, 0.00%</p>","incl_time":2.8e-06,"subname":"FindBin::CORE:match","$color":8,"excl_time":2.8e-06,"$area":2.8e-06},"id":"11629-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: 6.39ms, 0.01%<br />Exclusive time: 5.69ms, 0.01%</p>","incl_time":0.0063943,"subname":"FindBin::BEGIN@98","$color":8,"excl_time":0.0056931,"$area":0.0056931},"id":"11630-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: 53&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"FindBin::cwd2","$color":8,"excl_time":9.90000000000151e-06,"$area":9.90000000000151e-06},"id":"11631-FindBin::cwd2"}],"data":{"$area":0.0142003},"id":"n11621"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"MRO::Compat::BEGIN@39","$color":10,"excl_time":9.00000000000363e-06,"$area":9.00000000000363e-06},"id":"11634-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: 33&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"MRO::Compat::BEGIN@226","$color":10,"excl_time":1.54999999999964e-05,"$area":1.54999999999964e-05},"id":"11635-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: 18&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"MRO::Compat::BEGIN@2","$color":10,"excl_time":1.44999999999936e-05,"$area":1.44999999999936e-05},"id":"11636-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: 30&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"MRO::Compat::BEGIN@116","$color":10,"excl_time":1.1200000000003e-05,"$area":1.1200000000003e-05},"id":"11637-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: 30&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"MRO::Compat::BEGIN@225","$color":10,"excl_time":1.14000000000069e-05,"$area":1.14000000000069e-05},"id":"11638-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: 228&micro;s, 0.00%<br />Exclusive time: 216&micro;s, 0.00%</p>","incl_time":0.0002276,"subname":"MRO::Compat::BEGIN@256","$color":10,"excl_time":0.000215600000000002,"$area":0.000215600000000002},"id":"11639-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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"MRO::Compat::__ANON__[/Users/edenc/perl5/lib/perl5/MRO/Compat.pm:41]","$color":10,"excl_time":3.3e-06,"$area":3.3e-06},"id":"11640-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: 776&micro;s, 0.00%<br />Exclusive time: 434&micro;s, 0.00%</p>","incl_time":0.0007761,"subname":"MRO::Compat::BEGIN@10","$color":10,"excl_time":0.000433900000000013,"$area":0.000433900000000013},"id":"11641-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"MRO::Compat::BEGIN@3","$color":10,"excl_time":7.199999999995e-06,"$area":7.199999999995e-06},"id":"11642-MRO::Compat::BEGIN@3"}],"data":{"$area":0.000721600000000013},"id":"n11633"}],"data":{"$area":0.000721600000000013},"id":"n11632"},{"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: 77&micro;s, 0.00%<br />Exclusive time: 74&micro;s, 0.00%</p>","incl_time":7.68e-05,"subname":"Fcntl::O_TEMPORARY","$color":1,"excl_time":7.3799999999997e-05,"$area":7.3799999999997e-05},"id":"11644-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.8e-06,"subname":"Fcntl::S_IFBLK","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"11645-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: 19&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Fcntl::O_NOINHERIT","$color":1,"excl_time":1.79000000000014e-05,"$area":1.79000000000014e-05},"id":"11646-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":3e-06,"subname":"Fcntl::S_ISVTX","$color":1,"excl_time":3e-06,"$area":3e-06},"id":"11647-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: 12&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Fcntl::O_NOFOLLOW","$color":1,"excl_time":1.15e-05,"$area":1.15e-05},"id":"11648-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: 13&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Fcntl::O_BINARY","$color":1,"excl_time":1.26e-05,"$area":1.26e-05},"id":"11649-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.3e-06,"subname":"Fcntl::S_IFSOCK","$color":1,"excl_time":3.3e-06,"$area":3.3e-06},"id":"11650-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: 22&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Fcntl::S_IFFIFO","$color":1,"excl_time":2.15e-05,"$area":2.15e-05},"id":"11651-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: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"Fcntl::O_EXLOCK","$color":1,"excl_time":1.6e-06,"$area":1.6e-06},"id":"11652-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":1,"excl_time":3e-06,"$area":3e-06},"id":"11653-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.5e-06,"subname":"Fcntl::S_ISGID","$color":1,"excl_time":3.5e-06,"$area":3.5e-06},"id":"11654-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: 27&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Fcntl::O_LARGEFILE","$color":1,"excl_time":2.49999999999968e-05,"$area":2.49999999999968e-05},"id":"11655-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.4e-06,"subname":"Fcntl::S_IFLNK","$color":1,"excl_time":3.4e-06,"$area":3.4e-06},"id":"11656-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: 36&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Fcntl::BEGIN@58","$color":1,"excl_time":2.86000000000012e-05,"$area":2.86000000000012e-05},"id":"11657-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: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"Fcntl::S_ISUID","$color":1,"excl_time":6.4e-06,"$area":6.4e-06},"id":"11658-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":1,"excl_time":2.9e-06,"$area":2.9e-06},"id":"11659-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.8e-06,"subname":"Fcntl::S_IFREG","$color":1,"excl_time":2.8e-06,"$area":2.8e-06},"id":"11660-Fcntl::S_IFREG"}],"data":{"$area":0.000223599999999996},"id":"n11643"},{"name":"Scope","children":[{"name":"::Guard","children":[{"name":"new","children":[],"data":{"tip":"<p><b>Scope::Guard::new</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Scope::Guard::new","$color":3,"excl_time":2.99999999956069e-05,"$area":2.99999999956069e-05},"id":"11663-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: 69&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.89e-05,"subname":"Scope::Guard::BEGIN@6","$color":3,"excl_time":1.33999999997918e-05,"$area":1.33999999997918e-05},"id":"11664-Scope::Guard::BEGIN@6"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Scope::Guard::DESTROY</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 280&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002805,"subname":"Scope::Guard::DESTROY","$color":3,"excl_time":1.49000000012443e-05,"$area":1.49000000012443e-05},"id":"11665-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: 22&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Scope::Guard::BEGIN@4","$color":3,"excl_time":1.18000000003786e-05,"$area":1.18000000003786e-05},"id":"11666-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: 32&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"Scope::Guard::BEGIN@3","$color":3,"excl_time":2.52999999995824e-05,"$area":2.52999999995824e-05},"id":"11667-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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Scope::Guard::BEGIN@7","$color":3,"excl_time":5.6e-06,"$area":5.6e-06},"id":"11668-Scope::Guard::BEGIN@7"}],"data":{"$area":0.000100999999996604},"id":"n11662"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":3.61e-05,"subname":"Scope::Upper::BEGIN@3","$color":5,"excl_time":2.93999999998628e-05,"$area":2.93999999998628e-05},"id":"11670-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: 200&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0002002,"subname":"Scope::Upper::BEGIN@574","$color":5,"excl_time":1.95999999998027e-05,"$area":1.95999999998027e-05},"id":"11671-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: 268&micro;s, 0.00%</p>","incl_time":0.000268,"subname":"Scope::Upper::unwind","$color":5,"excl_time":0.000268,"$area":0.000268},"id":"11672-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: 566&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0005664,"subname":"Scope::Upper::BEGIN@195","$color":5,"excl_time":1.9199999999808e-05,"$area":1.9199999999808e-05},"id":"11673-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: 277&micro;s, 0.00%</p>","incl_time":0.0002773,"subname":"Scope::Upper::SUB","$color":5,"excl_time":0.0002773,"$area":0.0002773},"id":"11674-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: 24&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.4e-05,"subname":"Scope::Upper::BEGIN@4","$color":5,"excl_time":1.28999999999584e-05,"$area":1.28999999999584e-05},"id":"11675-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: 45&micro;s, 0.00%</p>","incl_time":4.51e-05,"subname":"Scope::Upper::BEGIN@17","$color":5,"excl_time":4.51e-05,"$area":4.51e-05},"id":"11676-Scope::Upper::BEGIN@17"}],"data":{"$area":0.000671499999999432},"id":"n11669"}],"data":{"$area":0.000772499999996035},"id":"n11661"},{"name":"POSIX","children":[{"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: 767&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0007667,"subname":"POSIX::BEGIN@9","$color":7,"excl_time":1.23999999999034e-05,"$area":1.23999999999034e-05},"id":"11678-POSIX::BEGIN@9"},{"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: 3.90ms, 0.01%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0038981,"subname":"POSIX::import","$color":7,"excl_time":3.37999999999576e-05,"$area":3.37999999999576e-05},"id":"11679-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: 531&micro;s, 0.00%</p>","incl_time":0.0005313,"subname":"POSIX::load_imports","$color":7,"excl_time":0.0005313,"$area":0.0005313},"id":"11680-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: 23&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.29e-05,"subname":"POSIX::BEGIN@39","$color":7,"excl_time":9.70000000006452e-06,"$area":9.70000000006452e-06},"id":"11681-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"POSIX::BEGIN@3","$color":7,"excl_time":8.299999999992e-06,"$area":8.299999999992e-06},"id":"11682-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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"POSIX::CORE:match","$color":7,"excl_time":3.3e-06,"$area":3.3e-06},"id":"11683-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: 13&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"POSIX::AUTOLOAD","$color":7,"excl_time":9.40000000007164e-06,"$area":9.40000000007164e-06},"id":"11684-POSIX::AUTOLOAD"},{"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.68e-05,"subname":"POSIX::BEGIN@2","$color":7,"excl_time":1.39999999999195e-05,"$area":1.39999999999195e-05},"id":"11685-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: 168&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001675,"subname":"POSIX::BEGIN@13","$color":7,"excl_time":1.12000000000019e-05,"$area":1.12000000000019e-05},"id":"11686-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":9,"excl_time":6.4e-06,"$area":6.4e-06},"id":"11688-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.01e-05,"subname":"POSIX::SigRt::BEGIN@56","$color":9,"excl_time":6.50000000005301e-06,"$area":6.50000000005301e-06},"id":"11689-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: 70&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.05e-05,"subname":"POSIX::SigRt::BEGIN@60","$color":9,"excl_time":5.699999999913e-06,"$area":5.699999999913e-06},"id":"11690-POSIX::SigRt::BEGIN@60"}],"data":{"$area":1.8599999999966e-05},"id":"n11687"},{"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: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"POSIX::SigAction::BEGIN@52","$color":0,"excl_time":7.49999999995211e-06,"$area":7.49999999995211e-06},"id":"11692-POSIX::SigAction::BEGIN@52"}],"data":{"$area":7.49999999995211e-06},"id":"n11691"}],"data":{"$area":0.000659499999999829},"id":"n11677"},{"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":2,"excl_time":3.9e-06,"$area":3.9e-06},"id":"11696-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: 292&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002921,"subname":"Search::GIN::Extract::BEGIN@11","$color":2,"excl_time":9.79999999970935e-06,"$area":9.79999999970935e-06},"id":"11697-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.68ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0026802,"subname":"Search::GIN::Extract::BEGIN@9","$color":2,"excl_time":8.50000000038971e-06,"$area":8.50000000038971e-06},"id":"11698-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: 283&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002831,"subname":"Search::GIN::Extract::Delegate::BEGIN@10","$color":4,"excl_time":8.79999999993939e-06,"$area":8.79999999993939e-06},"id":"11700-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.6e-06,"subname":"Search::GIN::Extract::Delegate::BEGIN@4","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"11701-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.53ms, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0025324,"subname":"Search::GIN::Extract::Delegate::BEGIN@9","$color":4,"excl_time":8.69999999976011e-06,"$area":8.69999999976011e-06},"id":"11702-Search::GIN::Extract::Delegate::BEGIN@9"}],"data":{"$area":2.10999999996995e-05},"id":"n11699"}],"data":{"$area":4.32999999997986e-05},"id":"n11695"},{"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.03%<br />Exclusive time: 567&micro;s, 0.00%</p>","incl_time":0.0172374,"subname":"Search::GIN::Driver::BEGIN@11","$color":6,"excl_time":0.000567499999998097,"$area":0.000567499999998097},"id":"11704-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.7e-06,"subname":"Search::GIN::Driver::BEGIN@4","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"11705-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: 10&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"Search::GIN::Driver::BEGIN@80","$color":6,"excl_time":9.80000000028743e-06,"$area":9.80000000028743e-06},"id":"11706-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.93ms, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0029278,"subname":"Search::GIN::Driver::BEGIN@9","$color":6,"excl_time":8.40000000031657e-06,"$area":8.40000000031657e-06},"id":"11707-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: 326&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0003261,"subname":"Search::GIN::Driver::BEGIN@13","$color":6,"excl_time":9.20000000037975e-06,"$area":9.20000000037975e-06},"id":"11708-Search::GIN::Driver::BEGIN@13"}],"data":{"$area":0.000598599999999081},"id":"n11703"}],"data":{"$area":0.00064189999999888},"id":"n11694"}],"data":{"$area":0.00064189999999888},"id":"n11693"},{"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: 8&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Digest::base::BEGIN@4","$color":8,"excl_time":7.69999999986897e-06,"$area":7.69999999986897e-06},"id":"11711-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.82e-05,"subname":"Digest::base::BEGIN@3","$color":8,"excl_time":1.52999999998611e-05,"$area":1.52999999998611e-05},"id":"11712-Digest::base::BEGIN@3"}],"data":{"$area":2.29999999997301e-05},"id":"n11710"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Digest::MD5::BEGIN@3","$color":10,"excl_time":1.34999999999779e-05,"$area":1.34999999999779e-05},"id":"11714-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: 53&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.27e-05,"subname":"Digest::MD5::BEGIN@4","$color":10,"excl_time":7.6000000000909e-06,"$area":7.6000000000909e-06},"id":"11715-Digest::MD5::BEGIN@4"}],"data":{"$area":2.11000000000688e-05},"id":"n11713"}],"data":{"$area":4.40999999997988e-05},"id":"n11709"},{"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: 6&micro;s, 0.00%</p>","incl_time":6.1e-06,"subname":"HTTP::Status::status_message","$color":1,"excl_time":6.1e-06,"$area":6.1e-06},"id":"11718-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: 34&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"HTTP::Status::CORE:match","$color":1,"excl_time":3.36e-05,"$area":3.36e-05},"id":"11719-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: 80&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.05e-05,"subname":"HTTP::Status::BEGIN@6","$color":1,"excl_time":7.49999999956618e-06,"$area":7.49999999956618e-06},"id":"11720-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"HTTP::Status::BEGIN@3","$color":1,"excl_time":1.38000000001415e-05,"$area":1.38000000001415e-05},"id":"11721-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.07e-05,"subname":"HTTP::Status::CORE:subst","$color":1,"excl_time":2.07e-05,"$area":2.07e-05},"id":"11722-HTTP::Status::CORE:subst"}],"data":{"$area":8.16999999997077e-05},"id":"n11717"},{"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: 52&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"HTTP::Message::content","$color":3,"excl_time":2.24000000013693e-05,"$area":2.24000000013693e-05},"id":"11724-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: 44&micro;s, 0.00%</p>","incl_time":4.42e-05,"subname":"HTTP::Message::_elem","$color":3,"excl_time":4.42e-05,"$area":4.42e-05},"id":"11725-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: 77&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.73e-05,"subname":"HTTP::Message::BEGIN@4","$color":3,"excl_time":8.699999999998e-06,"$area":8.699999999998e-06},"id":"11726-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: 28&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"HTTP::Message::headers","$color":3,"excl_time":2.81e-05,"$area":2.81e-05},"id":"11727-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: 42&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"HTTP::Message::BEGIN@648","$color":3,"excl_time":1.66000000000051e-05,"$area":1.66000000000051e-05},"id":"11728-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: 49&micro;s, 0.00%<br />Exclusive time: 42&micro;s, 0.00%</p>","incl_time":4.89e-05,"subname":"HTTP::Message::BEGIN@3","$color":3,"excl_time":4.19000000000069e-05,"$area":4.19000000000069e-05},"id":"11729-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: 18&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"HTTP::Message::protocol","$color":3,"excl_time":1.20999999971045e-05,"$area":1.20999999971045e-05},"id":"11730-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: 30&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"HTTP::Message::_set_content","$color":3,"excl_time":1.68000000022965e-05,"$area":1.68000000022965e-05},"id":"11731-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: 195&micro;s, 0.00%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001952,"subname":"HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:649]","$color":3,"excl_time":5.42000000007194e-05,"$area":5.42000000007194e-05},"id":"11732-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: 35&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"HTTP::Message::AUTOLOAD","$color":3,"excl_time":3.49e-05,"$area":3.49e-05},"id":"11733-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: 13&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"HTTP::Message::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message.pm:18]","$color":3,"excl_time":1.01999999998142e-05,"$area":1.01999999998142e-05},"id":"11734-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: 77&micro;s, 0.00%<br />Exclusive time: 58&micro;s, 0.00%</p>","incl_time":7.72e-05,"subname":"HTTP::Message::new","$color":3,"excl_time":5.75000000033748e-05,"$area":5.75000000033748e-05},"id":"11735-HTTP::Message::new"},{"name":"::PSGI","children":[{"name":"::ChunkedInput","children":[],"data":{"$area":0},"id":"n11737"},{"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: 277&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0002774,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:134]","$color":7,"excl_time":5.00999999958508e-05,"$area":5.00999999958508e-05},"id":"11738-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: 56.5ms, 0.09%<br />Exclusive time: 111&micro;s, 0.00%</p>","incl_time":0.0564864,"subname":"HTTP::Message::PSGI::CORE:open","$color":7,"excl_time":0.000111099999999982,"$area":0.000111099999999982},"id":"11739-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.7e-06,"subname":"HTTP::Message::PSGI::BEGIN@7","$color":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"11740-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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:138]","$color":7,"excl_time":3.2e-06,"$area":3.2e-06},"id":"11741-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: 11&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"HTTP::Message::PSGI::BEGIN@3","$color":7,"excl_time":6.50000000009552e-06,"$area":6.50000000009552e-06},"id":"11742-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: 57.8ms, 0.09%<br />Exclusive time: 424&micro;s, 0.00%</p>","incl_time":0.0578107,"subname":"HTTP::Message::PSGI::req_to_psgi","$color":7,"excl_time":0.000424299999986282,"$area":0.000424299999986282},"id":"11743-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.11e-05,"subname":"HTTP::Message::PSGI::BEGIN@10","$color":7,"excl_time":9.69999999962668e-06,"$area":9.69999999962668e-06},"id":"11744-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":7,"excl_time":3.7e-06,"$area":3.7e-06},"id":"11745-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:19]","$color":7,"excl_time":1.65000000004688e-05,"$area":1.65000000004688e-05},"id":"11746-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: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.01e-05,"subname":"HTTP::Message::PSGI::BEGIN@2","$color":7,"excl_time":1.44000000000026e-05,"$area":1.44000000000026e-05},"id":"11747-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: 56.4ms, 0.09%<br />Exclusive time: 225&micro;s, 0.00%</p>","incl_time":0.0563753,"subname":"HTTP::Message::PSGI::BEGIN@41","$color":7,"excl_time":0.000224700000000397,"$area":0.000224700000000397},"id":"11748-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.38e-05,"subname":"HTTP::Message::PSGI::BEGIN@11","$color":7,"excl_time":9.10000000038996e-06,"$area":9.10000000038996e-06},"id":"11749-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: 267&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0002666,"subname":"HTTP::Message::PSGI::BEGIN@8","$color":7,"excl_time":1.3799999999836e-05,"$area":1.3799999999836e-05},"id":"11750-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"HTTP::Message::PSGI::__ANON__[/Users/edenc/perl5/lib/perl5/HTTP/Message/PSGI.pm:104]","$color":7,"excl_time":5.80000000071377e-06,"$area":5.80000000071377e-06},"id":"11751-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: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"HTTP::Message::PSGI::CORE:match","$color":7,"excl_time":6.5e-06,"$area":6.5e-06},"id":"11752-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: 192&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0001919,"subname":"HTTP::Message::PSGI::_res_from_psgi","$color":7,"excl_time":3.07999999994198e-05,"$area":3.07999999994198e-05},"id":"11753-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: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"HTTP::Message::PSGI::BEGIN@4","$color":7,"excl_time":8.50000000033783e-06,"$area":8.50000000033783e-06},"id":"11754-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: 23.3ms, 0.04%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0232879,"subname":"HTTP::Message::PSGI::res_from_psgi","$color":7,"excl_time":1.91000000014678e-05,"$area":1.91000000014678e-05},"id":"11755-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":3e-06,"subname":"HTTP::Message::PSGI::CORE:subst","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"11756-HTTP::Message::PSGI::CORE:subst"}],"data":{"$area":0.00096449999998487},"id":"n11736"}],"data":{"$area":0.00131209999998956},"id":"n11723"},{"name":"::Headers","children":[{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:substcont</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.1e-06,"subname":"HTTP::Headers::CORE:substcont","$color":9,"excl_time":9.1e-06,"$area":9.1e-06},"id":"11758-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: 32&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.21e-05,"subname":"HTTP::Headers::_sorted_field_names","$color":9,"excl_time":2.51000000007979e-05,"$area":2.51000000007979e-05},"id":"11759-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: 57&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.7e-05,"subname":"HTTP::Headers::BEGIN@6","$color":9,"excl_time":7.69999999999788e-06,"$area":7.69999999999788e-06},"id":"11760-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: 33&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"HTTP::Headers::scan","$color":9,"excl_time":1.81999999963136e-05,"$area":1.81999999963136e-05},"id":"11761-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: 101&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0001009,"subname":"HTTP::Headers::content_length","$color":9,"excl_time":2.90999999967141e-05,"$area":2.90999999967141e-05},"id":"11762-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: 33&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"HTTP::Headers::new","$color":9,"excl_time":3.31e-05,"$area":3.31e-05},"id":"11763-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: 32&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"HTTP::Headers::BEGIN@3","$color":9,"excl_time":2.42999999999954e-05,"$area":2.42999999999954e-05},"id":"11764-HTTP::Headers::BEGIN@3"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:subst</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"HTTP::Headers::CORE:subst","$color":9,"excl_time":9.6e-06,"$area":9.6e-06},"id":"11765-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: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"HTTP::Headers::CORE:sort","$color":9,"excl_time":7e-06,"$area":7e-06},"id":"11766-HTTP::Headers::CORE:sort"},{"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":4.4e-06,"subname":"HTTP::Headers::BEGIN@4","$color":9,"excl_time":4.4e-06,"$area":4.4e-06},"id":"11767-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: 300&micro;s, 0.00%<br />Exclusive time: 271&micro;s, 0.00%</p>","incl_time":0.0003002,"subname":"HTTP::Headers::_header","$color":9,"excl_time":0.000271299999997115,"$area":0.000271299999997115},"id":"11768-HTTP::Headers::_header"},{"name":"user_agent","children":[],"data":{"tip":"<p><b>HTTP::Headers::user_agent</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"HTTP::Headers::user_agent","$color":9,"excl_time":5.29999999645079e-06,"$area":5.29999999645079e-06},"id":"11769-HTTP::Headers::user_agent"},{"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: 39&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.89e-05,"subname":"HTTP::Headers::header_field_names","$color":9,"excl_time":1.74000000009916e-05,"$area":1.74000000009916e-05},"id":"11770-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: 12&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"HTTP::Headers::CORE:match","$color":9,"excl_time":1.2e-05,"$area":1.2e-05},"id":"11771-HTTP::Headers::CORE:match"},{"name":"header","children":[],"data":{"tip":"<p><b>HTTP::Headers::header</b></p><p><br />Called 15 times from 5 places in 4 files<br />Inclusive time: 360&micro;s, 0.00%<br />Exclusive time: 139&micro;s, 0.00%</p>","incl_time":0.00036,"subname":"HTTP::Headers::header","$color":9,"excl_time":0.000139200000013191,"$area":0.000139200000013191},"id":"11772-HTTP::Headers::header"},{"name":"content_type","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_type</b></p><p><br />Called 4 times 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":"HTTP::Headers::content_type","$color":9,"excl_time":3.96000000002813e-05,"$area":3.96000000002813e-05},"id":"11773-HTTP::Headers::content_type"}],"data":{"$area":0.000652400000001848},"id":"n11757"},{"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: 172&micro;s, 0.00%<br />Exclusive time: 60&micro;s, 0.00%</p>","incl_time":0.0001719,"subname":"HTTP::Request::uri","$color":0,"excl_time":6.01999999967325e-05,"$area":6.01999999967325e-05},"id":"11775-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: 32&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"HTTP::Request::BEGIN@7","$color":0,"excl_time":2.5100000000004e-05,"$area":2.5100000000004e-05},"id":"11776-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: 253&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0002527,"subname":"HTTP::Request::new","$color":0,"excl_time":5.21000000067771e-05,"$area":5.21000000067771e-05},"id":"11777-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: 37&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"HTTP::Request::method","$color":0,"excl_time":2.14000000057572e-05,"$area":2.14000000057572e-05},"id":"11778-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: 57.8ms, 0.09%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0578198,"subname":"HTTP::Request::to_psgi","$color":0,"excl_time":9.10000000256214e-06,"$area":9.10000000256214e-06},"id":"11779-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: 292&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.000292,"subname":"HTTP::Request::Common::GET","$color":2,"excl_time":9.899999999382e-06,"$area":9.899999999382e-06},"id":"11781-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: 282&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0002821,"subname":"HTTP::Request::Common::_simple_req","$color":2,"excl_time":2.94000000010046e-05,"$area":2.94000000010046e-05},"id":"11782-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: 85&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.53e-05,"subname":"HTTP::Request::Common::BEGIN@4","$color":2,"excl_time":9.20000000000438e-06,"$area":9.20000000000438e-06},"id":"11783-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: 26&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.62e-05,"subname":"HTTP::Request::Common::BEGIN@3","$color":2,"excl_time":1.86000000000035e-05,"$area":1.86000000000035e-05},"id":"11784-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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"HTTP::Request::Common::BEGIN@14","$color":2,"excl_time":1.17e-05,"$area":1.17e-05},"id":"11785-HTTP::Request::Common::BEGIN@14"}],"data":{"$area":7.88000000003945e-05},"id":"n11780"}],"data":{"$area":0.000246700000012227},"id":"n11774"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"HTTP::Date::BEGIN@10","$color":4,"excl_time":1.64000000001424e-05,"$area":1.64000000001424e-05},"id":"11787-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: 60&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.03e-05,"subname":"HTTP::Date::BEGIN@13","$color":4,"excl_time":8.29999999983697e-06,"$area":8.29999999983697e-06},"id":"11788-HTTP::Date::BEGIN@13"}],"data":{"$area":2.46999999999794e-05},"id":"n11786"},{"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: 23.3ms, 0.04%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0232976,"subname":"HTTP::Response::from_psgi","$color":6,"excl_time":9.70000000208356e-06,"$area":9.70000000208356e-06},"id":"11790-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: 113&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.000113,"subname":"HTTP::Response::new","$color":6,"excl_time":4.99000000015717e-05,"$area":4.99000000015717e-05},"id":"11791-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"HTTP::Response::BEGIN@7","$color":6,"excl_time":1.68000000001884e-05,"$area":1.68000000001884e-05},"id":"11792-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: 21&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"HTTP::Response::message","$color":6,"excl_time":1.26000000001442e-05,"$area":1.26000000001442e-05},"id":"11793-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: 14&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.42e-05,"subname":"HTTP::Response::request","$color":6,"excl_time":8.50000000177898e-06,"$area":8.50000000177898e-06},"id":"11794-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: 19&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"HTTP::Response::code","$color":6,"excl_time":1.15000000018267e-05,"$area":1.15000000018267e-05},"id":"11795-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.36ms, 0.01%<br />Exclusive time: 3.21ms, 0.00%</p>","incl_time":0.0033572,"subname":"HTTP::Response::BEGIN@8","$color":6,"excl_time":0.00320579999997511,"$area":0.00320579999997511},"id":"11796-HTTP::Response::BEGIN@8"}],"data":{"$area":0.0033147999999827},"id":"n11789"},{"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: 93&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":9.3e-05,"subname":"HTTP::Body::OctetStream::BEGIN@7","$color":8,"excl_time":1.14000000003181e-05,"$area":1.14000000003181e-05},"id":"11799-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: 97&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":9.73e-05,"subname":"HTTP::Body::OctetStream::BEGIN@10","$color":8,"excl_time":2.27000000004083e-05,"$area":2.27000000004083e-05},"id":"11800-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.32e-05,"subname":"HTTP::Body::OctetStream::BEGIN@8","$color":8,"excl_time":1.04000000001415e-05,"$area":1.04000000001415e-05},"id":"11801-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.89e-05,"subname":"HTTP::Body::OctetStream::BEGIN@6","$color":8,"excl_time":1.58999999995807e-05,"$area":1.58999999995807e-05},"id":"11802-HTTP::Body::OctetStream::BEGIN@6"}],"data":{"$area":6.04000000004486e-05},"id":"n11798"},{"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: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"HTTP::Body::BEGIN@25","$color":10,"excl_time":9.39999999986022e-06,"$area":9.39999999986022e-06},"id":"11803-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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"HTTP::Body::BEGIN@8","$color":10,"excl_time":3.5e-06,"$area":3.5e-06},"id":"11804-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"HTTP::Body::BEGIN@6","$color":10,"excl_time":1.52000000002353e-05,"$area":1.52000000002353e-05},"id":"11805-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: 12&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"HTTP::Body::BEGIN@24","$color":10,"excl_time":1.06000000002813e-05,"$area":1.06000000002813e-05},"id":"11806-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: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"HTTP::Body::XForms::BEGIN@8","$color":1,"excl_time":8.60000000032819e-06,"$area":8.60000000032819e-06},"id":"11808-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: 112&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001124,"subname":"HTTP::Body::XForms::BEGIN@10","$color":1,"excl_time":1.76999999999969e-05,"$area":1.76999999999969e-05},"id":"11809-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"HTTP::Body::XForms::BEGIN@6","$color":1,"excl_time":1.47999999995807e-05,"$area":1.47999999995807e-05},"id":"11810-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: 84&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.41e-05,"subname":"HTTP::Body::XForms::BEGIN@7","$color":1,"excl_time":7.69999999980147e-06,"$area":7.69999999980147e-06},"id":"11811-HTTP::Body::XForms::BEGIN@7"}],"data":{"$area":4.87999999997072e-05},"id":"n11807"},{"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: 7&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"HTTP::Body::UrlEncoded::BEGIN@8","$color":3,"excl_time":7.40000000000087e-06,"$area":7.40000000000087e-06},"id":"11813-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":3,"excl_time":5.4e-06,"$area":5.4e-06},"id":"11814-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.84e-05,"subname":"HTTP::Body::UrlEncoded::BEGIN@6","$color":3,"excl_time":1.53999999995807e-05,"$area":1.53999999995807e-05},"id":"11815-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: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.24e-05,"subname":"HTTP::Body::UrlEncoded::BEGIN@7","$color":3,"excl_time":8.20000000026332e-06,"$area":8.20000000026332e-06},"id":"11816-HTTP::Body::UrlEncoded::BEGIN@7"}],"data":{"$area":3.63999999998449e-05},"id":"n11812"},{"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: 156&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001555,"subname":"HTTP::Body::MultiPart::BEGIN@10","$color":5,"excl_time":1.3899999999925e-05,"$area":1.3899999999925e-05},"id":"11818-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.17e-05,"subname":"HTTP::Body::MultiPart::BEGIN@12","$color":5,"excl_time":1.0099999999954e-05,"$area":1.0099999999954e-05},"id":"11819-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: 8&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"HTTP::Body::MultiPart::BEGIN@8","$color":5,"excl_time":6.60000000000088e-06,"$area":6.60000000000088e-06},"id":"11820-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: 72&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.16e-05,"subname":"HTTP::Body::MultiPart::BEGIN@7","$color":5,"excl_time":7.79999999960868e-06,"$area":7.79999999960868e-06},"id":"11821-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.33e-05,"subname":"HTTP::Body::MultiPart::BEGIN@11","$color":5,"excl_time":1.4499999999798e-05,"$area":1.4499999999798e-05},"id":"11822-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"HTTP::Body::MultiPart::BEGIN@6","$color":5,"excl_time":1.49999999998611e-05,"$area":1.49999999998611e-05},"id":"11823-HTTP::Body::MultiPart::BEGIN@6"}],"data":{"$area":6.78999999991476e-05},"id":"n11817"},{"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.9e-06,"subname":"HTTP::Body::XFormsMultipart::BEGIN@8","$color":7,"excl_time":8.00000000000088e-06,"$area":8.00000000000088e-06},"id":"11825-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: 132&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001322,"subname":"HTTP::Body::XFormsMultipart::BEGIN@10","$color":7,"excl_time":1.13999999996349e-05,"$area":1.13999999996349e-05},"id":"11826-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: 91&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":9.11e-05,"subname":"HTTP::Body::XFormsMultipart::BEGIN@11","$color":7,"excl_time":1.49000000003623e-05,"$area":1.49000000003623e-05},"id":"11827-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.85e-05,"subname":"HTTP::Body::XFormsMultipart::BEGIN@6","$color":7,"excl_time":1.54000000001884e-05,"$area":1.54000000001884e-05},"id":"11828-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: 73&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.3e-05,"subname":"HTTP::Body::XFormsMultipart::BEGIN@7","$color":7,"excl_time":8.20000000035708e-06,"$area":8.20000000035708e-06},"id":"11829-HTTP::Body::XFormsMultipart::BEGIN@7"}],"data":{"$area":5.79000000005436e-05},"id":"n11824"}],"data":{"$area":0.000310100000000069},"id":"n11797"}],"data":{"$area":0.00594249999998609},"id":"n11716"},{"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: 64&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.41e-05,"subname":"HTML::Entities::BEGIN@139","$color":9,"excl_time":7.29999999969895e-06,"$area":7.29999999969895e-06},"id":"11832-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"HTML::Entities::BEGIN@138","$color":9,"excl_time":1.57999999996276e-05,"$area":1.57999999996276e-05},"id":"11833-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: 190&micro;s, 0.00%</p>","incl_time":0.0001905,"subname":"HTML::Entities::CORE:subst","$color":9,"excl_time":0.0001905,"$area":0.0001905},"id":"11834-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"HTML::Entities::BEGIN@140","$color":9,"excl_time":7.19999999996625e-06,"$area":7.19999999996625e-06},"id":"11835-HTML::Entities::BEGIN@140"}],"data":{"$area":0.000220799999999293},"id":"n11831"},{"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.92e-05,"subname":"HTML::Parser::BEGIN@9","$color":0,"excl_time":1.58999999996275e-05,"$area":1.58999999996275e-05},"id":"11837-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: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"HTML::Parser::BEGIN@10","$color":0,"excl_time":7.39999999964069e-06,"$area":7.39999999964069e-06},"id":"11838-HTML::Parser::BEGIN@10"}],"data":{"$area":2.32999999992682e-05},"id":"n11836"}],"data":{"$area":0.000244099999998561},"id":"n11830"},{"name":"maybe","children":[{"name":"::next","children":[],"data":{"$area":0},"id":"n11840"}],"data":{"$area":0},"id":"n11839"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"SQL::Abstract::BEGIN@10","$color":4,"excl_time":8.50000000005039e-06,"$area":8.50000000005039e-06},"id":"11843-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: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"SQL::Abstract::CORE:match","$color":4,"excl_time":1.8e-06,"$area":1.8e-06},"id":"11844-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":4,"excl_time":4e-06,"$area":4e-06},"id":"11845-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: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"SQL::Abstract::CORE:qr","$color":4,"excl_time":7.9e-06,"$area":7.9e-06},"id":"11846-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: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"SQL::Abstract::BEGIN@11","$color":4,"excl_time":3.6e-06,"$area":3.6e-06},"id":"11847-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: 93&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":9.28e-05,"subname":"SQL::Abstract::BEGIN@8","$color":4,"excl_time":2.33999999998917e-05,"$area":2.33999999998917e-05},"id":"11848-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: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"SQL::Abstract::BEGIN@9","$color":4,"excl_time":1.0500000000376e-05,"$area":1.0500000000376e-05},"id":"11849-SQL::Abstract::BEGIN@9"}],"data":{"$area":5.97000000003181e-05},"id":"n11842"}],"data":{"$area":5.97000000003181e-05},"id":"n11841"},{"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.4ms, 0.02%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0114477,"subname":"Template::_init","$color":6,"excl_time":1.46000000003591e-05,"$area":1.46000000003591e-05},"id":"11851-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: 2.44ms, 0.00%<br />Exclusive time: 1.92ms, 0.00%</p>","incl_time":0.0024402,"subname":"Template::BEGIN@27","$color":6,"excl_time":0.00191779999999874,"$area":0.00191779999999874},"id":"11852-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: 45&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Template::BEGIN@32","$color":6,"excl_time":1.2599999999968e-05,"$area":1.2599999999968e-05},"id":"11853-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.76e-05,"subname":"Template::BEGIN@23","$color":6,"excl_time":9.10000000014416e-06,"$area":9.10000000014416e-06},"id":"11854-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: 48&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"Template::BEGIN@28","$color":6,"excl_time":1.55999999997813e-05,"$area":1.55999999997813e-05},"id":"11855-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: 18&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Template::BEGIN@22","$color":6,"excl_time":1.77000000001424e-05,"$area":1.77000000001424e-05},"id":"11856-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.30ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0042961,"subname":"Template::BEGIN@25","$color":6,"excl_time":1.20999999998232e-05,"$area":1.20999999998232e-05},"id":"11857-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":3.01e-05,"subname":"Template::BEGIN@33","$color":6,"excl_time":7.89999999991674e-06,"$area":7.89999999991674e-06},"id":"11858-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.36ms, 0.00%<br />Exclusive time: 1.26ms, 0.00%</p>","incl_time":0.0023644,"subname":"Template::BEGIN@30","$color":6,"excl_time":0.00125949999999948,"$area":0.00125949999999948},"id":"11859-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: 19&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Template::BEGIN@24","$color":6,"excl_time":1.94e-05,"$area":1.94e-05},"id":"11860-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: 54&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.43e-05,"subname":"Template::BEGIN@31","$color":6,"excl_time":1.26999999996919e-05,"$area":1.26999999996919e-05},"id":"11861-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: 8.21ms, 0.01%<br />Exclusive time: 5.33ms, 0.01%</p>","incl_time":0.0082056,"subname":"Template::BEGIN@29","$color":6,"excl_time":0.00532690000000254,"$area":0.00532690000000254},"id":"11862-Template::BEGIN@29"},{"name":"::TieString","children":[],"data":{"$area":0},"id":"n11863"},{"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: 101&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.000101,"subname":"Template::Document::BEGIN@26","$color":10,"excl_time":1.18000000003216e-05,"$area":1.18000000003216e-05},"id":"11865-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: 23&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Template::Document::BEGIN@24","$color":10,"excl_time":1.93000000003291e-05,"$area":1.93000000003291e-05},"id":"11866-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: 11&micro;s, 0.00%</p>","incl_time":1.14e-05,"subname":"Template::Document::BEGIN@34","$color":10,"excl_time":1.14e-05,"$area":1.14e-05},"id":"11867-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: 17&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"Template::Document::BEGIN@25","$color":10,"excl_time":9.89999999990973e-06,"$area":9.89999999990973e-06},"id":"11868-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: 31&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"Template::Document::BEGIN@27","$color":10,"excl_time":1.14000000001494e-05,"$area":1.14000000001494e-05},"id":"11869-Template::Document::BEGIN@27"}],"data":{"$area":6.38000000007098e-05},"id":"n11864"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Template::Base::BEGIN@22","$color":1,"excl_time":1.48000000001884e-05,"$area":1.48000000001884e-05},"id":"11871-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: 37&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"Template::Base::BEGIN@44","$color":1,"excl_time":1.37000000003378e-05,"$area":1.37000000003378e-05},"id":"11872-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: 31&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.07e-05,"subname":"Template::Base::BEGIN@45","$color":1,"excl_time":1.18999999996814e-05,"$area":1.18999999996814e-05},"id":"11873-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.5ms, 0.02%<br />Exclusive time: 154&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 22.9ms</p>","incl_time":0.0114707,"subname":"Template::Base::new","$color":1,"excl_time":0.00015369999999972,"$area":0.00015369999999972},"id":"11874-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: 26&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Template::Base::BEGIN@85","$color":1,"excl_time":1.08000000003812e-05,"$area":1.08000000003812e-05},"id":"11875-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.19e-05,"subname":"Template::Base::BEGIN@23","$color":1,"excl_time":7.09999999986197e-06,"$area":7.09999999986197e-06},"id":"11876-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: 31&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.08e-05,"subname":"Template::Base::BEGIN@137","$color":1,"excl_time":1.29999999998212e-05,"$area":1.29999999998212e-05},"id":"11877-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.03ms, 0.00%<br />Exclusive time: 1.61ms, 0.00%</p>","incl_time":0.0030303,"subname":"Template::Base::BEGIN@24","$color":1,"excl_time":0.00161139999999645,"$area":0.00161139999999645},"id":"11878-Template::Base::BEGIN@24"}],"data":{"$area":0.00183639999999644},"id":"n11870"},{"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.18e-05,"subname":"Template::Plugins::BEGIN@29","$color":3,"excl_time":1.07000000003369e-05,"$area":1.07000000003369e-05},"id":"11880-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: 87&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.7e-05,"subname":"Template::Plugins::BEGIN@28","$color":3,"excl_time":1.07000000000819e-05,"$area":1.07000000000819e-05},"id":"11881-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: 19&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Template::Plugins::_init","$color":3,"excl_time":1.94e-05,"$area":1.94e-05},"id":"11882-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: 17&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Template::Plugins::BEGIN@27","$color":3,"excl_time":9.2000000003777e-06,"$area":9.2000000003777e-06},"id":"11883-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: 18&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Template::Plugins::BEGIN@26","$color":3,"excl_time":1.80000000001424e-05,"$area":1.80000000001424e-05},"id":"11884-Template::Plugins::BEGIN@26"}],"data":{"$area":6.80000000009389e-05},"id":"n11879"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Template::Config::CORE:subst","$color":5,"excl_time":1.85e-05,"$area":1.85e-05},"id":"11886-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: 98&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":9.84e-05,"subname":"Template::Config::provider","$color":5,"excl_time":1.42000000001323e-05,"$area":1.42000000001323e-05},"id":"11887-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: 350&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003497,"subname":"Template::Config::BEGIN@24","$color":5,"excl_time":1.25000000002956e-05,"$area":1.25000000002956e-05},"id":"11888-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.0ms, 0.02%<br />Exclusive time: 4.55ms, 0.01%</p>","incl_time":0.0110477,"subname":"Template::Config::load","$color":5,"excl_time":0.00454520000000192,"$area":0.00454520000000192},"id":"11889-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.44ms, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0014425,"subname":"Template::Config::plugins","$color":5,"excl_time":1.58999999997223e-05,"$area":1.58999999997223e-05},"id":"11890-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.4ms, 0.02%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0114331,"subname":"Template::Config::service","$color":5,"excl_time":1.55999999996975e-05,"$area":1.55999999996975e-05},"id":"11891-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: 28&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"Template::Config::BEGIN@21","$color":5,"excl_time":2.26000000000026e-05,"$area":2.26000000000026e-05},"id":"11892-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.34ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.003344,"subname":"Template::Config::filters","$color":5,"excl_time":1.84000000007377e-05,"$area":1.84000000007377e-05},"id":"11893-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.4ms, 0.02%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0113529,"subname":"Template::Config::context","$color":5,"excl_time":1.45999999997537e-05,"$area":1.45999999997537e-05},"id":"11894-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: 116&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001163,"subname":"Template::Config::BEGIN@23","$color":5,"excl_time":1.45999999999066e-05,"$area":1.45999999999066e-05},"id":"11895-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.36ms, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0063624,"subname":"Template::Config::stash","$color":5,"excl_time":1.77999999997442e-05,"$area":1.77999999997442e-05},"id":"11896-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: 23&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Template::Config::BEGIN@22","$color":5,"excl_time":1.26999999998646e-05,"$area":1.26999999998646e-05},"id":"11897-Template::Config::BEGIN@22"}],"data":{"$area":0.00472260000000178},"id":"n11885"},{"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.30ms, 0.01%<br />Exclusive time: 3.11ms, 0.00%</p>","incl_time":0.0032974,"subname":"Template::Stash::BEGIN@24","$color":7,"excl_time":0.00311179999999999,"$area":0.00311179999999999},"id":"11899-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: 11&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.12e-05,"subname":"Template::Stash::BEGIN@25","$color":7,"excl_time":1.00999999995798e-05,"$area":1.00999999995798e-05},"id":"11900-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: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.32e-05,"subname":"Template::Stash::BEGIN@26","$color":7,"excl_time":7.59999999964243e-06,"$area":7.59999999964243e-06},"id":"11901-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":6e-06,"subname":"Template::Stash::CORE:qr","$color":7,"excl_time":6e-06,"$area":6e-06},"id":"11902-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: 12&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Template::Stash::new","$color":7,"excl_time":1.21e-05,"$area":1.21e-05},"id":"11903-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Template::Stash::BEGIN@22","$color":7,"excl_time":1.3900000000422e-05,"$area":1.3900000000422e-05},"id":"11904-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.12e-05,"subname":"Template::Stash::BEGIN@23","$color":7,"excl_time":6.69999999981509e-06,"$area":6.69999999981509e-06},"id":"11905-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: 19&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Template::Stash::XS::BEGIN@14","$color":9,"excl_time":1.52999999996744e-05,"$area":1.52999999996744e-05},"id":"11907-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: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Template::Stash::XS::BEGIN@15","$color":9,"excl_time":7.39999999976908e-06,"$area":7.39999999976908e-06},"id":"11908-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: 8&micro;s, 0.00%</p>","incl_time":1.15e-05,"subname":"Template::Stash::XS::BEGIN@16","$color":9,"excl_time":8.40000000018841e-06,"$area":8.40000000018841e-06},"id":"11909-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: 339&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0003393,"subname":"Template::Stash::XS::BEGIN@21","$color":9,"excl_time":2.36000000001922e-05,"$area":2.36000000001922e-05},"id":"11910-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.60ms, 0.01%<br />Exclusive time: 2.21ms, 0.00%</p>","incl_time":0.0055988,"subname":"Template::Stash::XS::BEGIN@17","$color":9,"excl_time":0.00221119999999829,"$area":0.00221119999999829},"id":"11911-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.38e-05,"subname":"Template::Stash::XS::bootstrap","$color":9,"excl_time":3.38e-05,"$area":3.38e-05},"id":"11912-Template::Stash::XS::bootstrap"}],"data":{"$area":0.00229969999999811},"id":"n11906"}],"data":{"$area":0.00546789999999756},"id":"n11898"},{"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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"Template::Context::BEGIN@35","$color":0,"excl_time":6.99999999996625e-06,"$area":6.99999999996625e-06},"id":"11914-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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Template::Context::BEGIN@23","$color":0,"excl_time":1.60999999995807e-05,"$area":1.60999999995807e-05},"id":"11915-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: 26&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"Template::Context::BEGIN@29","$color":0,"excl_time":8.40000000010164e-06,"$area":8.40000000010164e-06},"id":"11916-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: 42&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":4.21e-05,"subname":"Template::Context::BEGIN@31","$color":0,"excl_time":1.46000000001529e-05,"$area":1.46000000001529e-05},"id":"11917-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":9.3e-06,"subname":"Template::Context::BEGIN@30","$color":0,"excl_time":8.19999999957979e-06,"$area":8.19999999957979e-06},"id":"11918-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: 84&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":8.38e-05,"subname":"Template::Context::BEGIN@25","$color":0,"excl_time":8.59999999961392e-06,"$area":8.59999999961392e-06},"id":"11919-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: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"Template::Context::BEGIN@34","$color":0,"excl_time":6.59999999963981e-06,"$area":6.59999999963981e-06},"id":"11920-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: 10&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Template::Context::BEGIN@28","$color":0,"excl_time":9.39999999986022e-06,"$area":9.39999999986022e-06},"id":"11921-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: 13&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Template::Context::BEGIN@24","$color":0,"excl_time":8.19999999990886e-06,"$area":8.19999999990886e-06},"id":"11922-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.3ms, 0.02%<br />Exclusive time: 68&micro;s, 0.00%</p>","incl_time":0.0113166,"subname":"Template::Context::_init","$color":0,"excl_time":6.78000000002739e-05,"$area":6.78000000002739e-05},"id":"11923-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: 13&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Template::Context::BEGIN@27","$color":0,"excl_time":1.16000000002344e-05,"$area":1.16000000002344e-05},"id":"11924-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: 52&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.2e-05,"subname":"Template::Context::BEGIN@33","$color":0,"excl_time":9.40000000044034e-06,"$area":9.40000000044034e-06},"id":"11925-Template::Context::BEGIN@33"}],"data":{"$area":0.000175899999999353},"id":"n11913"},{"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: 834&micro;s, 0.00%<br />Exclusive time: 610&micro;s, 0.00%</p>","incl_time":0.0008337,"subname":"Template::Service::BEGIN@27","$color":2,"excl_time":0.000609500000000103,"$area":0.000609500000000103},"id":"11927-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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.22e-05,"subname":"Template::Service::BEGIN@23","$color":2,"excl_time":1.7900000000376e-05,"$area":1.7900000000376e-05},"id":"11928-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: 33&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.34e-05,"subname":"Template::Service::BEGIN@28","$color":2,"excl_time":1.07000000002909e-05,"$area":1.07000000002909e-05},"id":"11929-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: 18&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Template::Service::BEGIN@24","$color":2,"excl_time":9.69999999958329e-06,"$area":9.69999999958329e-06},"id":"11930-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: 38&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.84e-05,"subname":"Template::Service::BEGIN@29","$color":2,"excl_time":9.70000000034045e-06,"$area":9.70000000034045e-06},"id":"11931-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.4ms, 0.02%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0113796,"subname":"Template::Service::_init","$color":2,"excl_time":2.6699999999668e-05,"$area":2.6699999999668e-05},"id":"11932-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: 12&micro;s, 0.00%</p>","incl_time":0.0001044,"subname":"Template::Service::BEGIN@25","$color":2,"excl_time":1.1599999999996e-05,"$area":1.1599999999996e-05},"id":"11933-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: 11&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Template::Service::BEGIN@26","$color":2,"excl_time":9.30000000023442e-06,"$area":9.30000000023442e-06},"id":"11934-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: 41&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"Template::Service::BEGIN@31","$color":2,"excl_time":7.90000000015554e-06,"$area":7.90000000015554e-06},"id":"11935-Template::Service::BEGIN@31"}],"data":{"$area":0.000713000000000748},"id":"n11926"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"Template::VMethods::BEGIN@115","$color":4,"excl_time":1.33000000003803e-05,"$area":1.33000000003803e-05},"id":"11937-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: 17&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Template::VMethods::BEGIN@121","$color":4,"excl_time":7.9999999995833e-06,"$area":7.9999999995833e-06},"id":"11938-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.15e-05,"subname":"Template::VMethods::BEGIN@27","$color":4,"excl_time":1.01999999999071e-05,"$area":1.01999999999071e-05},"id":"11939-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: 7&micro;s, 0.00%</p>","incl_time":1.08e-05,"subname":"Template::VMethods::BEGIN@25","$color":4,"excl_time":6.50000000037595e-06,"$area":6.50000000037595e-06},"id":"11940-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.65e-05,"subname":"Template::VMethods::BEGIN@24","$color":4,"excl_time":1.3800000000422e-05,"$area":1.3800000000422e-05},"id":"11941-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: 16&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Template::VMethods::BEGIN@472","$color":4,"excl_time":7.60000000009727e-06,"$area":7.60000000009727e-06},"id":"11942-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: 24&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Template::VMethods::BEGIN@439","$color":4,"excl_time":1.16000000001459e-05,"$area":1.16000000001459e-05},"id":"11943-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: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.34e-05,"subname":"Template::VMethods::BEGIN@26","$color":4,"excl_time":7.79999999964243e-06,"$area":7.79999999964243e-06},"id":"11944-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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Template::VMethods::BEGIN@466","$color":4,"excl_time":8.29999999967706e-06,"$area":8.29999999967706e-06},"id":"11945-Template::VMethods::BEGIN@466"}],"data":{"$area":8.71000000002313e-05},"id":"n11936"},{"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.2e-05,"subname":"Template::Exception::BEGIN@23","$color":6,"excl_time":7.00000000018929e-06,"$area":7.00000000018929e-06},"id":"11947-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"Template::Exception::BEGIN@22","$color":6,"excl_time":1.51000000001884e-05,"$area":1.51000000001884e-05},"id":"11948-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.06e-05,"subname":"Template::Exception::BEGIN@27","$color":6,"excl_time":9.39999999992549e-06,"$area":9.39999999992549e-06},"id":"11949-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: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.66e-05,"subname":"Template::Exception::BEGIN@26","$color":6,"excl_time":6.90000000020066e-06,"$area":6.90000000020066e-06},"id":"11950-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: 46&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.61e-05,"subname":"Template::Exception::BEGIN@25","$color":6,"excl_time":7.20000000015816e-06,"$area":7.20000000015816e-06},"id":"11951-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: 58&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"Template::Exception::BEGIN@24","$color":6,"excl_time":8.29999999983609e-06,"$area":8.29999999983609e-06},"id":"11952-Template::Exception::BEGIN@24"}],"data":{"$area":5.39000000004981e-05},"id":"n11946"},{"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":4.9e-06,"subname":"Template::Filters::_init","$color":8,"excl_time":4.9e-06,"$area":4.9e-06},"id":"11954-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: 66&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.58e-05,"subname":"Template::Filters::BEGIN@25","$color":8,"excl_time":8.0999999998396e-06,"$area":8.0999999998396e-06},"id":"11955-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: 22&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.25e-05,"subname":"Template::Filters::BEGIN@26","$color":8,"excl_time":8.00000000019366e-06,"$area":8.00000000019366e-06},"id":"11956-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: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Template::Filters::BEGIN@23","$color":8,"excl_time":7.20000000018929e-06,"$area":7.20000000018929e-06},"id":"11957-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Template::Filters::BEGIN@22","$color":8,"excl_time":1.45999999995807e-05,"$area":1.45999999995807e-05},"id":"11958-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: 190&micro;s, 0.00%<br />Exclusive time: 187&micro;s, 0.00%</p>","incl_time":0.0001899,"subname":"Template::Filters::BEGIN@24","$color":8,"excl_time":0.000187200000000422,"$area":0.000187200000000422},"id":"11959-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: 35&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.52e-05,"subname":"Template::Filters::BEGIN@27","$color":8,"excl_time":7.89999999982559e-06,"$area":7.89999999982559e-06},"id":"11960-Template::Filters::BEGIN@27"}],"data":{"$area":0.000237900000000051},"id":"n11953"},{"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: 35&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Template::Provider::BEGIN@41","$color":10,"excl_time":2.96999999999089e-05,"$area":2.96999999999089e-05},"id":"11962-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":10,"excl_time":2.58e-05,"$area":2.58e-05},"id":"11963-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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"Template::Provider::BEGIN@54","$color":10,"excl_time":9.29999999987773e-06,"$area":9.29999999987773e-06},"id":"11964-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: 19&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Template::Provider::BEGIN@48","$color":10,"excl_time":1.65000000003282e-05,"$area":1.65000000003282e-05},"id":"11965-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: 13&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.26e-05,"subname":"Template::Provider::BEGIN@44","$color":10,"excl_time":1.05999999997204e-05,"$area":1.05999999997204e-05},"id":"11966-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: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.97e-05,"subname":"Template::Provider::BEGIN@55","$color":10,"excl_time":9.39999999978484e-06,"$area":9.39999999978484e-06},"id":"11967-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: 80&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":8e-05,"subname":"Template::Provider::BEGIN@47","$color":10,"excl_time":1.55999999997024e-05,"$area":1.55999999997024e-05},"id":"11968-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: 78&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":7.81e-05,"subname":"Template::Provider::BEGIN@50","$color":10,"excl_time":1.18999999999838e-05,"$area":1.18999999999838e-05},"id":"11969-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.8e-06,"subname":"Template::Provider::CORE:qr","$color":10,"excl_time":3.8e-06,"$area":3.8e-06},"id":"11970-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: 23&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Template::Provider::BEGIN@1089","$color":10,"excl_time":1.73000000000026e-05,"$area":1.73000000000026e-05},"id":"11971-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: 65&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.53e-05,"subname":"Template::Provider::BEGIN@51","$color":10,"excl_time":1.79999999996946e-05,"$area":1.79999999996946e-05},"id":"11972-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: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.03e-05,"subname":"Template::Provider::BEGIN@53","$color":10,"excl_time":9.3999999998786e-06,"$area":9.3999999998786e-06},"id":"11973-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: 2.17ms, 0.00%<br />Exclusive time: 1.99ms, 0.00%</p>","incl_time":0.0021732,"subname":"Template::Provider::BEGIN@46","$color":10,"excl_time":0.00198620000000051,"$area":0.00198620000000051},"id":"11974-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: 7&micro;s, 0.00%</p>","incl_time":6.9e-06,"subname":"Template::Provider::BEGIN@87","$color":10,"excl_time":6.9e-06,"$area":6.9e-06},"id":"11975-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: 20&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Template::Provider::BEGIN@42","$color":10,"excl_time":1.07000000000044e-05,"$area":1.07000000000044e-05},"id":"11976-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: 61&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.14e-05,"subname":"Template::Provider::BEGIN@52","$color":10,"excl_time":1.08999999996026e-05,"$area":1.08999999996026e-05},"id":"11977-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: 118&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001177,"subname":"Template::Provider::BEGIN@43","$color":10,"excl_time":1.36000000002817e-05,"$area":1.36000000002817e-05},"id":"11978-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: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"Template::Provider::BEGIN@45","$color":10,"excl_time":1.14999999999159e-05,"$area":1.14999999999159e-05},"id":"11979-Template::Provider::BEGIN@45"}],"data":{"$area":0.00221709999999919},"id":"n11961"},{"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: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_STASH","$color":1,"excl_time":7e-07,"$area":7e-07},"id":"11981-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Template::Constants::BEGIN@52","$color":1,"excl_time":6.09999999977871e-06,"$area":6.09999999977871e-06},"id":"11982-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: 84&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":8.37e-05,"subname":"Template::Constants::BEGIN@28","$color":1,"excl_time":7.50000000036233e-06,"$area":7.50000000036233e-06},"id":"11983-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: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.42e-05,"subname":"Template::Constants::BEGIN@57","$color":1,"excl_time":7.30000000005914e-06,"$area":7.30000000005914e-06},"id":"11984-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: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"Template::Constants::BEGIN@70","$color":1,"excl_time":6.20000000006089e-06,"$area":6.20000000006089e-06},"id":"11985-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: 61&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":6.06e-05,"subname":"Template::Constants::BEGIN@40","$color":1,"excl_time":1.38999999996008e-05,"$area":1.38999999996008e-05},"id":"11986-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Template::Constants::BEGIN@54","$color":1,"excl_time":6.30000000005913e-06,"$area":6.30000000005913e-06},"id":"11987-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: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.45e-05,"subname":"Template::Constants::BEGIN@49","$color":1,"excl_time":6.79999999959204e-06,"$area":6.79999999959204e-06},"id":"11988-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: 6&micro;s, 0.00%</p>","incl_time":3.45e-05,"subname":"Template::Constants::BEGIN@67","$color":1,"excl_time":6.49999999963893e-06,"$area":6.49999999963893e-06},"id":"11989-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":1,"excl_time":2.1e-06,"$area":2.1e-06},"id":"11990-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: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.5e-05,"subname":"Template::Constants::BEGIN@24","$color":1,"excl_time":8.79999999986722e-06,"$area":8.79999999986722e-06},"id":"11991-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.3e-05,"subname":"Template::Constants::BEGIN@79","$color":1,"excl_time":5.99999999977871e-06,"$area":5.99999999977871e-06},"id":"11992-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: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Template::Constants::BEGIN@43","$color":1,"excl_time":6.29999999987248e-06,"$area":6.29999999987248e-06},"id":"11993-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: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Template::Constants::DEBUG_CONTEXT","$color":1,"excl_time":8e-07,"$area":8e-07},"id":"11994-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: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Template::Constants::BEGIN@58","$color":1,"excl_time":6.50000000033957e-06,"$area":6.50000000033957e-06},"id":"11995-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: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Template::Constants::DEBUG_VARS","$color":1,"excl_time":8e-07,"$area":8e-07},"id":"11996-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: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Template::Constants::BEGIN@75","$color":1,"excl_time":6.49999999991936e-06,"$area":6.49999999991936e-06},"id":"11997-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: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Template::Constants::BEGIN@64","$color":1,"excl_time":6.79999999987247e-06,"$area":6.79999999987247e-06},"id":"11998-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: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_CALLER","$color":1,"excl_time":7e-07,"$area":7e-07},"id":"11999-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Template::Constants::BEGIN@59","$color":1,"excl_time":5.99999999973183e-06,"$area":5.99999999973183e-06},"id":"12000-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: 6&micro;s, 0.00%</p>","incl_time":4.27e-05,"subname":"Template::Constants::BEGIN@41","$color":1,"excl_time":6.4999999997362e-06,"$area":6.4999999997362e-06},"id":"12001-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: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Template::Constants::DEBUG_DIRS","$color":1,"excl_time":8e-07,"$area":8e-07},"id":"12002-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: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"Template::Constants::BEGIN@74","$color":1,"excl_time":6.59999999977871e-06,"$area":6.59999999977871e-06},"id":"12003-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: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Template::Constants::BEGIN@61","$color":1,"excl_time":6.70000000001226e-06,"$area":6.70000000001226e-06},"id":"12004-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: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Template::Constants::DEBUG_SERVICE","$color":1,"excl_time":8e-07,"$area":8e-07},"id":"12005-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Template::Constants::BEGIN@68","$color":1,"excl_time":6.40000000005914e-06,"$area":6.40000000005914e-06},"id":"12006-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":1,"excl_time":8e-07,"$area":8e-07},"id":"12007-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"Template::Constants::BEGIN@65","$color":1,"excl_time":6.39999999996537e-06,"$area":6.39999999996537e-06},"id":"12008-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":1,"excl_time":7e-07,"$area":7e-07},"id":"12009-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.3e-06,"subname":"Template::Constants::DEBUG_UNDEF","$color":1,"excl_time":2.3e-06,"$area":2.3e-06},"id":"12010-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: 48&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.77e-05,"subname":"Template::Constants::BEGIN@72","$color":1,"excl_time":6.49999999992548e-06,"$area":6.49999999992548e-06},"id":"12011-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"Template::Constants::BEGIN@42","$color":1,"excl_time":6.60000000029357e-06,"$area":6.60000000029357e-06},"id":"12012-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: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Template::Constants::BEGIN@22","$color":1,"excl_time":1.46000000001415e-05,"$area":1.46000000001415e-05},"id":"12013-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: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"Template::Constants::BEGIN@80","$color":1,"excl_time":6.69999999987423e-06,"$area":6.69999999987423e-06},"id":"12014-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: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Template::Constants::DEBUG_PARSER","$color":1,"excl_time":8e-07,"$area":8e-07},"id":"12015-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"Template::Constants::BEGIN@73","$color":1,"excl_time":7.30000000019979e-06,"$area":7.30000000019979e-06},"id":"12016-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":1,"excl_time":9e-07,"$area":9e-07},"id":"12017-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: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.72e-05,"subname":"Template::Constants::BEGIN@50","$color":1,"excl_time":6.39999999978046e-06,"$area":6.39999999978046e-06},"id":"12018-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: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"Template::Constants::BEGIN@69","$color":1,"excl_time":6.1000000003882e-06,"$area":6.1000000003882e-06},"id":"12019-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: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.73e-05,"subname":"Template::Constants::BEGIN@71","$color":1,"excl_time":6.60000000006089e-06,"$area":6.60000000006089e-06},"id":"12020-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Template::Constants::BEGIN@45","$color":1,"excl_time":6.70000000024668e-06,"$area":6.70000000024668e-06},"id":"12021-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: 800ns, 0.00%</p>","incl_time":8e-07,"subname":"Template::Constants::DEBUG_ALL","$color":1,"excl_time":8e-07,"$area":8e-07},"id":"12022-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.3e-05,"subname":"Template::Constants::BEGIN@66","$color":1,"excl_time":5.99999999977871e-06,"$area":5.99999999977871e-06},"id":"12023-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: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"Template::Constants::BEGIN@60","$color":1,"excl_time":6.19999999973358e-06,"$area":6.19999999973358e-06},"id":"12024-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Template::Constants::BEGIN@51","$color":1,"excl_time":5.89999999982559e-06,"$area":5.89999999982559e-06},"id":"12025-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: 50&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Template::Constants::BEGIN@27","$color":1,"excl_time":9.4000000003457e-06,"$area":9.4000000003457e-06},"id":"12026-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: 700ns, 0.00%</p>","incl_time":7e-07,"subname":"Template::Constants::DEBUG_PLUGINS","$color":1,"excl_time":7e-07,"$area":7e-07},"id":"12027-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: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.37e-05,"subname":"Template::Constants::BEGIN@76","$color":1,"excl_time":6.50000000010603e-06,"$area":6.50000000010603e-06},"id":"12028-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Template::Constants::BEGIN@44","$color":1,"excl_time":6.20000000038646e-06,"$area":6.20000000038646e-06},"id":"12029-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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Template::Constants::BEGIN@53","$color":1,"excl_time":6.29999999977871e-06,"$area":6.29999999977871e-06},"id":"12030-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.45e-05,"subname":"Template::Constants::BEGIN@48","$color":1,"excl_time":6.7000000001998e-06,"$area":6.7000000001998e-06},"id":"12031-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.18e-05,"subname":"Template::Constants::BEGIN@23","$color":1,"excl_time":7.29999999981509e-06,"$area":7.29999999981509e-06},"id":"12032-Template::Constants::BEGIN@23"}],"data":{"$area":0.000281799999998966},"id":"n11980"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Template::Timer::BEGIN@68","$color":3,"excl_time":9.29999999967531e-06,"$area":9.29999999967531e-06},"id":"12034-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":5.3e-06,"subname":"Template::Timer::BEGIN@61","$color":3,"excl_time":5.3e-06,"$area":5.3e-06},"id":"12035-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: 4.04ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0040416,"subname":"Template::Timer::BEGIN@60","$color":3,"excl_time":1.17000000000806e-05,"$area":1.17000000000806e-05},"id":"12036-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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.21e-05,"subname":"Template::Timer::BEGIN@4","$color":3,"excl_time":8.89999999990798e-06,"$area":8.89999999990798e-06},"id":"12037-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: 25&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.51e-05,"subname":"Template::Timer::BEGIN@3","$color":3,"excl_time":1.72000000000504e-05,"$area":1.72000000000504e-05},"id":"12038-Template::Timer::BEGIN@3"}],"data":{"$area":5.23999999997142e-05},"id":"n12033"}],"data":{"$area":0.0246036999999968},"id":"n11850"},{"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: 2.87ms, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0028738,"subname":"TryCatch::BEGIN@12","$color":5,"excl_time":1.75999999999137e-05,"$area":1.75999999999137e-05},"id":"12040-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: 449&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.000449,"subname":"TryCatch::BEGIN@8","$color":5,"excl_time":1.92999999998007e-05,"$area":1.92999999998007e-05},"id":"12041-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: 598ms, 0.91%<br />Exclusive time: 700&micro;s, 0.00%</p>","incl_time":0.5980847,"subname":"TryCatch::parse_proto_using_pms","$color":5,"excl_time":0.000699500000007285,"$area":0.000699500000007285},"id":"12042-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: 2.35ms, 0.00%<br />Exclusive time: 526&micro;s, 0.00%</p>","incl_time":0.0023482,"subname":"TryCatch::_parse_try","$color":5,"excl_time":0.000526200000000232,"$area":0.000526200000000232},"id":"12043-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: 907&micro;s, 0.00%<br />Exclusive time: 370&micro;s, 0.00%</p>","incl_time":0.0009074,"subname":"TryCatch::BEGIN@9","$color":5,"excl_time":0.000369800000000084,"$area":0.000369800000000084},"id":"12044-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: 36&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"TryCatch::BEGIN@3","$color":5,"excl_time":2.83000000001672e-05,"$area":2.83000000001672e-05},"id":"12045-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: 1.40ms, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.001398,"subname":"TryCatch::BEGIN@32","$color":5,"excl_time":3.44000000000906e-05,"$area":3.44000000000906e-05},"id":"12046-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: 600ms, 0.92%<br />Exclusive time: 473&micro;s, 0.00%</p>","incl_time":0.600384,"subname":"TryCatch::_parse_catch","$color":5,"excl_time":0.000472999999997627,"$area":0.000472999999997627},"id":"12047-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: 19&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"TryCatch::inject_post_catch","$color":5,"excl_time":1.89e-05,"$area":1.89e-05},"id":"12048-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: 740&micro;s, 0.00%<br />Exclusive time: 175&micro;s, 0.00%</p>","incl_time":0.0007404,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:50]","$color":5,"excl_time":0.000174900000000003,"$area":0.000174900000000003},"id":"12049-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: 2.40ms, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":0.0024006,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:44]","$color":5,"excl_time":5.24000000011987e-05,"$area":5.24000000011987e-05},"id":"12050-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: 602ms, 0.92%<br />Exclusive time: 87&micro;s, 0.00%</p>","incl_time":0.6017263,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:118]","$color":5,"excl_time":8.68999999993051e-05,"$area":8.68999999993051e-05},"id":"12051-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: 1.19ms, 0.00%<br />Exclusive time: 238&micro;s, 0.00%</p>","incl_time":0.001192,"subname":"TryCatch::inject_scope","$color":5,"excl_time":0.000237900000000486,"$area":0.000237900000000486},"id":"12052-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: 599ms, 0.91%<br />Exclusive time: 77&micro;s, 0.00%</p>","incl_time":0.5986871,"subname":"TryCatch::parse_proto","$color":5,"excl_time":7.66000000017985e-05,"$area":7.66000000017985e-05},"id":"12053-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: 31&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"TryCatch::BEGIN@4","$color":5,"excl_time":1.64999999997965e-05,"$area":1.64999999997965e-05},"id":"12054-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: 19&micro;s, 0.00%</p>","incl_time":1.9e-05,"subname":"TryCatch::inject_into_try","$color":5,"excl_time":1.9e-05,"$area":1.9e-05},"id":"12055-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: 2.74ms, 0.00%<br />Exclusive time: 1.44ms, 0.00%</p>","incl_time":0.0027416,"subname":"TryCatch::BEGIN@13","$color":5,"excl_time":0.00143960000000053,"$area":0.00143960000000053},"id":"12056-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: 73&micro;s, 0.00%</p>","incl_time":7.27e-05,"subname":"TryCatch::scope_injector_call","$color":5,"excl_time":7.27e-05,"$area":7.27e-05},"id":"12057-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: 58&micro;s, 0.00%</p>","incl_time":5.75e-05,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:320]","$color":5,"excl_time":5.75e-05,"$area":5.75e-05},"id":"12058-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: 602ms, 0.92%<br />Exclusive time: 633&micro;s, 0.00%</p>","incl_time":0.6016394,"subname":"TryCatch::lookahead_after_block","$color":5,"excl_time":0.000633199999997782,"$area":0.000633199999997782},"id":"12059-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: 57&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.73e-05,"subname":"TryCatch::BEGIN@14","$color":5,"excl_time":1.44000000000431e-05,"$area":1.44000000000431e-05},"id":"12060-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: 33&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":3.27e-05,"subname":"TryCatch::BEGIN@1","$color":5,"excl_time":2.56000000000734e-05,"$area":2.56000000000734e-05},"id":"12061-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: 3.01ms, 0.00%<br />Exclusive time: 2.48ms, 0.00%</p>","incl_time":0.0030098,"subname":"TryCatch::BEGIN@10","$color":5,"excl_time":0.00248449999999994,"$area":0.00248449999999994},"id":"12062-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: 25&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"TryCatch::BEGIN@15","$color":5,"excl_time":2.09000000001654e-05,"$area":2.09000000001654e-05},"id":"12063-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.40ms, 0.00%<br />Exclusive time: 57&micro;s, 0.00%</p>","incl_time":0.001404,"subname":"TryCatch::_string_to_tc","$color":5,"excl_time":5.67000000000598e-05,"$area":5.67000000000598e-05},"id":"12064-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: 282ms, 0.43%<br />Exclusive time: 7.31ms, 0.01%</p>","incl_time":0.2822246,"subname":"TryCatch::BEGIN@11","$color":5,"excl_time":0.00731090000000101,"$area":0.00731090000000101},"id":"12065-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: 6.29ms, 0.01%<br />Exclusive time: 3.93ms, 0.01%</p>","incl_time":0.0062872,"subname":"TryCatch::BEGIN@7","$color":5,"excl_time":0.00392860000000001,"$area":0.00392860000000001},"id":"12066-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: 28&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"TryCatch::BEGIN@2","$color":5,"excl_time":1.50999999998655e-05,"$area":1.50999999998655e-05},"id":"12067-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: 125&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001255,"subname":"TryCatch::BEGIN@17","$color":5,"excl_time":1.37000000000048e-05,"$area":1.37000000000048e-05},"id":"12068-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: 1.00ms, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0010017,"subname":"TryCatch::BEGIN@30","$color":5,"excl_time":1.37000000000112e-05,"$area":1.37000000000112e-05},"id":"12069-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: 168&micro;s, 0.00%</p>","incl_time":0.0001676,"subname":"TryCatch::__ANON__[/Users/edenc/perl5/lib/perl5/darwin-multi-2level/TryCatch.pm:87]","$color":5,"excl_time":0.0001676,"$area":0.0001676},"id":"12070-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: 19&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"TryCatch::inject_after_try","$color":5,"excl_time":1.95e-05,"$area":1.95e-05},"id":"12071-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: 155&micro;s, 0.00%</p>","incl_time":0.0001553,"subname":"TryCatch::XS::install_op_checks","$color":7,"excl_time":0.0001553,"$area":0.0001553},"id":"12073-TryCatch::XS::install_op_checks"}],"data":{"$area":0.0001553},"id":"n12072"}],"data":{"$area":0.0192807000000073},"id":"n12039"},{"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.4e-06,"subname":"KiokuX::Model::extra_args","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"12076-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: 303&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003026,"subname":"KiokuX::Model::BEGIN@9","$color":9,"excl_time":1.07999999997137e-05,"$area":1.07999999997137e-05},"id":"12077-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: 369&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.000369,"subname":"KiokuX::Model::lookup","$color":9,"excl_time":1.82000000003486e-05,"$area":1.82000000003486e-05},"id":"12078-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.79e-05,"subname":"KiokuX::Model::_build__connect_args","$color":9,"excl_time":4.50000000002397e-05,"$area":4.50000000002397e-05},"id":"12079-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: 742ms, 1.13%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.7422511,"subname":"KiokuX::Model::_build_directory","$color":9,"excl_time":1.3600000000169e-05,"$area":1.3600000000169e-05},"id":"12080-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: 41.7ms, 0.06%<br />Exclusive time: 643&micro;s, 0.00%</p>","incl_time":0.0416616,"subname":"KiokuX::Model::BEGIN@3","$color":9,"excl_time":0.000642600000000534,"$area":0.000642600000000534},"id":"12081-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.59e-05,"subname":"KiokuX::Model::meta","$color":9,"excl_time":8.3000000000035e-06,"$area":8.3000000000035e-06},"id":"12082-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: 744ms, 1.13%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.7437036,"subname":"KiokuX::Model::new","$color":9,"excl_time":1.25999999999182e-05,"$area":1.25999999999182e-05},"id":"12083-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: 82&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":8.2e-05,"subname":"KiokuX::Model::_connect_args","$color":9,"excl_time":2.04999999998414e-05,"$area":2.04999999998414e-05},"id":"12084-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":9,"excl_time":2.2e-06,"$area":2.2e-06},"id":"12085-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: 70&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":7.05e-05,"subname":"KiokuX::Model::BEGIN@5","$color":9,"excl_time":1.48000000001191e-05,"$area":1.48000000001191e-05},"id":"12086-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: 9.39ms, 0.01%<br />Exclusive time: 304&micro;s, 0.00%</p>","incl_time":0.0093921,"subname":"KiokuX::Model::BEGIN@2","$color":9,"excl_time":0.000303600000000166,"$area":0.000303600000000166},"id":"12087-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.4e-06,"subname":"KiokuX::Model::has_typemap","$color":9,"excl_time":2.4e-06,"$area":2.4e-06},"id":"12088-KiokuX::Model::has_typemap"},{"name":"store","children":[],"data":{"tip":"<p><b>KiokuX::Model::store</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.85s, 5.88%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":3.8505474,"subname":"KiokuX::Model::store","$color":9,"excl_time":1.92000000005521e-05,"$area":1.92000000005521e-05},"id":"12089-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: 1.03s, 1.57%<br />Exclusive time: 6.19ms, 0.01%</p>","incl_time":1.0273277,"subname":"KiokuX::Model::BEGIN@7","$color":9,"excl_time":0.0061866999999991,"$area":0.0061866999999991},"id":"12090-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: 743ms, 1.13%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.7425497,"subname":"KiokuX::Model::BUILD","$color":9,"excl_time":1.08999999998138e-05,"$area":1.08999999998138e-05},"id":"12091-KiokuX::Model::BUILD"},{"name":"directory","children":[],"data":{"tip":"<p><b>KiokuX::Model::directory</b></p><p><br />Called 5 times from 3 places in 3 files<br />Inclusive time: 743ms, 1.13%<br />Exclusive time: 80&micro;s, 0.00%</p>","incl_time":0.7429669,"subname":"KiokuX::Model::directory","$color":9,"excl_time":8.00999999823325e-05,"$area":8.00999999823325e-05},"id":"12092-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":2.9e-06,"subname":"KiokuX::Model::dsn","$color":9,"excl_time":2.9e-06,"$area":2.9e-06},"id":"12093-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: 209&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0002086,"subname":"KiokuX::Model::new_scope","$color":9,"excl_time":2.46999999967657e-05,"$area":2.46999999967657e-05},"id":"12094-KiokuX::Model::new_scope"}],"data":{"$area":0.00742149999997962},"id":"n12075"}],"data":{"$area":0.00742149999997962},"id":"n12074"},{"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: 108&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001081,"subname":"Clone::BEGIN@6","$color":0,"excl_time":1.07999999998111e-05,"$area":1.07999999998111e-05},"id":"12096-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: 39&micro;s, 0.00%</p>","incl_time":3.9e-05,"subname":"Clone::bootstrap","$color":0,"excl_time":3.9e-05,"$area":3.9e-05},"id":"12097-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: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.06e-05,"subname":"Clone::BEGIN@5","$color":0,"excl_time":9.89999999999538e-06,"$area":9.89999999999538e-06},"id":"12098-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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Clone::BEGIN@4","$color":0,"excl_time":1.43999999999779e-05,"$area":1.43999999999779e-05},"id":"12099-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: 121&micro;s, 0.00%</p>","incl_time":0.0001211,"subname":"Clone::clone","$color":0,"excl_time":0.0001211,"$area":0.0001211},"id":"12100-Clone::clone"}],"data":{"$area":0.000195199999999784},"id":"n12095"},{"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: 5.97ms, 0.01%<br />Exclusive time: 2.05ms, 0.00%</p>","incl_time":0.0059705,"subname":"JSON::_load_xs","$color":2,"excl_time":0.0020463999999999,"$area":0.0020463999999999},"id":"12102-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: 870&micro;s, 0.00%</p>","incl_time":0.0008702,"subname":"JSON::CORE:readline","$color":2,"excl_time":0.0008702,"$area":0.0008702},"id":"12103-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: 40&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.04e-05,"subname":"JSON::BEGIN@318","$color":2,"excl_time":1.69000000000459e-05,"$area":1.69000000000459e-05},"id":"12104-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: 91&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.1e-05,"subname":"JSON::BEGIN@6","$color":2,"excl_time":7.9000000001084e-06,"$area":7.9000000001084e-06},"id":"12105-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: 2.28ms, 0.00%<br />Exclusive time: 1.20ms, 0.00%</p>","incl_time":0.0022774,"subname":"JSON::BEGIN@2","$color":2,"excl_time":0.00119999999999977,"$area":0.00119999999999977},"id":"12106-JSON::BEGIN@2"},{"name":"true","children":[],"data":{"tip":"<p><b>JSON::true</b></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":"JSON::true","$color":2,"excl_time":3.1e-06,"$area":3.1e-06},"id":"12107-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.46ms, 0.00%<br />Exclusive time: 142&micro;s, 0.00%</p>","incl_time":0.0014559,"subname":"JSON::import","$color":2,"excl_time":0.000141999999999577,"$area":0.000141999999999577},"id":"12108-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":2,"excl_time":4e-06,"$area":4e-06},"id":"12109-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: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"JSON::CORE:close","$color":2,"excl_time":2.18e-05,"$area":2.18e-05},"id":"12110-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: 22&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"JSON::BEGIN@4","$color":2,"excl_time":1.61000000000026e-05,"$area":1.61000000000026e-05},"id":"12111-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":5.3e-06,"subname":"JSON::BEGIN@9","$color":2,"excl_time":5.3e-06,"$area":5.3e-06},"id":"12112-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: 71&micro;s, 0.00%</p>","incl_time":7.14e-05,"subname":"JSON::_set_module","$color":2,"excl_time":7.14e-05,"$area":7.14e-05},"id":"12113-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: 417&micro;s, 0.00%<br />Exclusive time: 303&micro;s, 0.00%</p>","incl_time":0.0004174,"subname":"JSON::Boolean::_overrride_overload","$color":4,"excl_time":0.000303299999999994,"$area":0.000303299999999994},"id":"12115-JSON::Boolean::_overrride_overload"}],"data":{"$area":0.000303299999999994},"id":"n12114"},{"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":4.2e-06,"subname":"JSON::XS::utf8","$color":6,"excl_time":4.2e-06,"$area":4.2e-06},"id":"12117-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: 32&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"JSON::XS::new","$color":6,"excl_time":3.22e-05,"$area":3.22e-05},"id":"12118-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: 38&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"JSON::XS::BEGIN@121","$color":6,"excl_time":1.28000000000936e-05,"$area":1.28000000000936e-05},"id":"12119-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: 1&micro;s, 0.00%</p>","incl_time":1.1e-06,"subname":"JSON::XS::canonical","$color":6,"excl_time":1.1e-06,"$area":1.1e-06},"id":"12120-JSON::XS::canonical"},{"name":"encode","children":[],"data":{"tip":"<p><b>JSON::XS::encode</b></p><p><br />Called 1164 times from 1 place in 1 file<br />Inclusive time: 16.0ms, 0.02%</p>","incl_time":0.0160452,"subname":"JSON::XS::encode","$color":6,"excl_time":0.0160452,"$area":0.0160452},"id":"12121-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: 438&micro;s, 0.00%<br />Exclusive time: 420&micro;s, 0.00%</p>","incl_time":0.0004375,"subname":"JSON::XS::BEGIN@104","$color":6,"excl_time":0.00042029999999995,"$area":0.00042029999999995},"id":"12122-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: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"JSON::XS::BEGIN@122","$color":6,"excl_time":6.7e-06,"$area":6.7e-06},"id":"12123-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: 66&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.58e-05,"subname":"JSON::XS::Boolean::BEGIN@1477","$color":8,"excl_time":1.76999999998936e-05,"$area":1.76999999998936e-05},"id":"12125-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: 68&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":6.83e-05,"subname":"JSON::XS::Boolean::BEGIN@3","$color":8,"excl_time":1.87999999999644e-05,"$area":1.87999999999644e-05},"id":"12126-JSON::XS::Boolean::BEGIN@3"}],"data":{"$area":3.6499999999858e-05},"id":"n12124"}],"data":{"$area":0.0165589999999999},"id":"n12116"},{"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.59e-05,"subname":"JSON::Any::BEGIN@3","$color":10,"excl_time":1.68000000002379e-05,"$area":1.68000000002379e-05},"id":"12128-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: 34&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"JSON::Any::BEGIN@24","$color":10,"excl_time":6.10000000015291e-06,"$area":6.10000000015291e-06},"id":"12129-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":10,"excl_time":8.49999999977346e-06,"$area":8.49999999977346e-06},"id":"12130-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: 56&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.64e-05,"subname":"JSON::Any::import","$color":10,"excl_time":1.22000000003943e-05,"$area":1.22000000003943e-05},"id":"12131-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: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"JSON::Any::BEGIN@23","$color":10,"excl_time":6.60000000043334e-06,"$area":6.60000000043334e-06},"id":"12132-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.6e-06,"subname":"JSON::Any::CORE:subst","$color":10,"excl_time":1.6e-06,"$area":1.6e-06},"id":"12133-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: 22&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"JSON::Any::_make_key","$color":10,"excl_time":2.0199999999954e-05,"$area":2.0199999999954e-05},"id":"12134-JSON::Any::_make_key"},{"name":"objToJson","children":[],"data":{"tip":"<p><b>JSON::Any::objToJson</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 130&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001295,"subname":"JSON::Any::objToJson","$color":10,"excl_time":2.38000000011239e-05,"$area":2.38000000011239e-05},"id":"12135-JSON::Any::objToJson"},{"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: 48&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"JSON::Any::BEGIN@5","$color":10,"excl_time":8.9999999995973e-06,"$area":8.9999999995973e-06},"id":"12136-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: 11&micro;s, 0.00%</p>","incl_time":5.63e-05,"subname":"JSON::Any::BEGIN@22","$color":10,"excl_time":1.05000000003483e-05,"$area":1.05000000003483e-05},"id":"12137-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: 38&micro;s, 0.00%</p>","incl_time":0.0002394,"subname":"JSON::Any::__ANON__[/Users/edenc/perl5/lib/perl5/JSON/Any.pm:108]","$color":10,"excl_time":3.80000000000928e-05,"$area":3.80000000000928e-05},"id":"12138-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.19e-05,"subname":"JSON::Any::BEGIN@4","$color":10,"excl_time":7.90000000032907e-06,"$area":7.90000000032907e-06},"id":"12139-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: 44&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":4.42e-05,"subname":"JSON::Any::_try_loading","$color":10,"excl_time":2.91999999996797e-05,"$area":2.91999999996797e-05},"id":"12140-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: 35&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.47e-05,"subname":"JSON::Any::BEGIN@25","$color":10,"excl_time":6.79999999991937e-06,"$area":6.79999999991937e-06},"id":"12141-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: 39&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"JSON::Any::BEGIN@27","$color":10,"excl_time":3.93e-05,"$area":3.93e-05},"id":"12142-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: 266&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0002655,"subname":"JSON::Any::new","$color":10,"excl_time":1.92999999996927e-05,"$area":1.92999999996927e-05},"id":"12143-JSON::Any::new"}],"data":{"$area":0.000255800000001729},"id":"n12127"},{"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: 46&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.58e-05,"subname":"JSON::PP::Boolean::BEGIN@3","$color":1,"excl_time":1.35000000000149e-05,"$area":1.35000000000149e-05},"id":"12146-JSON::PP::Boolean::BEGIN@3"}],"data":{"$area":1.35000000000149e-05},"id":"n12145"}],"data":{"$area":1.35000000000149e-05},"id":"n12144"},{"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 1164 times from 2 places in 2 files<br />Inclusive time: 20.4ms, 0.03%<br />Exclusive time: 4.31ms, 0.01%</p>","incl_time":0.020359,"subname":"JSON::Backend::XS::Supportable::_encode","$color":3,"excl_time":0.00431379999960855,"$area":0.00431379999960855},"id":"12150-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: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"JSON::Backend::XS::Supportable::BEGIN@99","$color":3,"excl_time":9.70000000003001e-06,"$area":9.70000000003001e-06},"id":"12151-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: 59&micro;s, 0.00%</p>","incl_time":5.91e-05,"subname":"JSON::Backend::XS::Supportable::_make_unsupported_method","$color":3,"excl_time":5.91e-05,"$area":5.91e-05},"id":"12152-JSON::Backend::XS::Supportable::_make_unsupported_method"}],"data":{"$area":0.00438259999960858},"id":"n12149"},{"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: 37&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.69e-05,"subname":"JSON::Backend::XS::BEGIN@18","$color":5,"excl_time":8.80000000002464e-06,"$area":8.80000000002464e-06},"id":"12153-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: 151&micro;s, 0.00%<br />Exclusive time: 92&micro;s, 0.00%</p>","incl_time":0.0001514,"subname":"JSON::Backend::XS::support_by_pp","$color":5,"excl_time":9.23000000012426e-05,"$area":9.23000000012426e-05},"id":"12154-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: 93&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":9.34e-05,"subname":"JSON::Backend::XS::BEGIN@9","$color":5,"excl_time":2.51000000000899e-05,"$area":2.51000000000899e-05},"id":"12155-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: 84&micro;s, 0.00%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":8.39e-05,"subname":"JSON::Backend::XS::__ANON__[(eval 459)[/Users/edenc/perl5/lib/perl5/JSON.pm:268]:63]","$color":5,"excl_time":5.17000000056244e-05,"$area":5.17000000056244e-05},"id":"12156-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: 26&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"JSON::Backend::XS::init","$color":5,"excl_time":2.61e-05,"$area":2.61e-05},"id":"12157-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.57e-05,"subname":"JSON::Backend::XS::BEGIN@29","$color":5,"excl_time":8.70000000006627e-06,"$area":8.70000000006627e-06},"id":"12158-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: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"JSON::Backend::XS::BEGIN@42","$color":5,"excl_time":7.70000000002826e-06,"$area":7.70000000002826e-06},"id":"12159-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: 11&micro;s, 0.00%</p>","incl_time":4.14e-05,"subname":"JSON::Backend::XS::BEGIN@11","$color":5,"excl_time":1.07999999998972e-05,"$area":1.07999999998972e-05},"id":"12160-JSON::Backend::XS::BEGIN@11"}],"data":{"$area":0.00461379999961555},"id":"n12148"},{"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: 34&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":3.36e-05,"subname":"JSON::Backend::PP::BEGIN@383","$color":7,"excl_time":1.70000000000778e-05,"$area":1.70000000000778e-05},"id":"12162-JSON::Backend::PP::BEGIN@383"}],"data":{"$area":1.70000000000778e-05},"id":"n12161"}],"data":{"$area":0.00463079999961563},"id":"n12147"}],"data":{"$area":0.0261674999996166},"id":"n12101"},{"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: 27&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"Data::Dumper::BEGIN@16","$color":9,"excl_time":2.74e-05,"$area":2.74e-05},"id":"12165-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: 58&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.81e-05,"subname":"Data::Dumper::BEGIN@20","$color":9,"excl_time":1.11999999999281e-05,"$area":1.11999999999281e-05},"id":"12166-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: 19&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Data::Dumper::BEGIN@683","$color":9,"excl_time":1.2100000000015e-05,"$area":1.2100000000015e-05},"id":"12167-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: 12&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Data::Dumper::BEGIN@22","$color":9,"excl_time":1.16e-05,"$area":1.16e-05},"id":"12168-Data::Dumper::BEGIN@22"}],"data":{"$area":6.22999999999431e-05},"id":"n12164"},{"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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Data::Stream::Bulk::BEGIN@2","$color":0,"excl_time":1.17e-05,"$area":1.17e-05},"id":"12171-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: 518&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0005178,"subname":"Data::Stream::Bulk::BEGIN@11","$color":0,"excl_time":1.46000000001851e-05,"$area":1.46000000001851e-05},"id":"12172-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.62ms, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0026185,"subname":"Data::Stream::Bulk::BEGIN@8","$color":0,"excl_time":1.45999999995633e-05,"$area":1.45999999995633e-05},"id":"12173-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.13ms, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0041267,"subname":"Data::Stream::Bulk::Array::BEGIN@8","$color":2,"excl_time":1.01999999997e-05,"$area":1.01999999997e-05},"id":"12175-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: 283&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0002833,"subname":"Data::Stream::Bulk::Array::BEGIN@11","$color":2,"excl_time":1.17999999997979e-05,"$area":1.17999999997979e-05},"id":"12176-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: 8&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Data::Stream::Bulk::Array::meta","$color":2,"excl_time":7.80000000023705e-06,"$area":7.80000000023705e-06},"id":"12177-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: 10&micro;s, 0.00%</p>","incl_time":9.6e-06,"subname":"Data::Stream::Bulk::Array::BEGIN@2","$color":2,"excl_time":9.6e-06,"$area":9.6e-06},"id":"12178-Data::Stream::Bulk::Array::BEGIN@2"}],"data":{"$area":3.93999999997349e-05},"id":"n12174"},{"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: 7.18ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0071792,"subname":"Data::Stream::Bulk::Nil::BEGIN@8","$color":4,"excl_time":1.20000000004032e-05,"$area":1.20000000004032e-05},"id":"12180-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: 42&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":4.24e-05,"subname":"Data::Stream::Bulk::Nil::meta","$color":4,"excl_time":2.96999999999124e-05,"$area":2.96999999999124e-05},"id":"12181-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: 317&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003171,"subname":"Data::Stream::Bulk::Nil::BEGIN@11","$color":4,"excl_time":1.28999999995792e-05,"$area":1.28999999995792e-05},"id":"12182-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.3e-05,"subname":"Data::Stream::Bulk::Nil::BEGIN@2","$color":4,"excl_time":1.3e-05,"$area":1.3e-05},"id":"12183-Data::Stream::Bulk::Nil::BEGIN@2"}],"data":{"$area":6.75999999998948e-05},"id":"n12179"},{"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: 5.22ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0052233,"subname":"Data::Stream::Bulk::Chunked::BEGIN@8","$color":6,"excl_time":1.24999999995962e-05,"$area":1.24999999995962e-05},"id":"12185-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: 313&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003134,"subname":"Data::Stream::Bulk::Chunked::BEGIN@11","$color":6,"excl_time":1.21999999999986e-05,"$area":1.21999999999986e-05},"id":"12186-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: 18&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Data::Stream::Bulk::Chunked::BEGIN@2","$color":6,"excl_time":1.83e-05,"$area":1.83e-05},"id":"12187-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: 33&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Data::Stream::Bulk::Chunked::meta","$color":6,"excl_time":1.42000000000088e-05,"$area":1.42000000000088e-05},"id":"12188-Data::Stream::Bulk::Chunked::meta"}],"data":{"$area":5.71999999996035e-05},"id":"n12184"},{"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: 556&micro;s, 0.00%</p>","incl_time":0.0156032,"subname":"Data::Stream::Bulk::Util::BEGIN@14","$color":8,"excl_time":0.000556099999999688,"$area":0.000556099999999688},"id":"12190-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: 147&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0001469,"subname":"Data::Stream::Bulk::Util::BEGIN@18","$color":8,"excl_time":8.6999999996897e-06,"$area":8.6999999996897e-06},"id":"12191-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: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@13","$color":8,"excl_time":1.50000000000478e-05,"$area":1.50000000000478e-05},"id":"12192-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.34e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@9","$color":8,"excl_time":8.89999999981509e-06,"$area":8.89999999981509e-06},"id":"12193-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: 372&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0003723,"subname":"Data::Stream::Bulk::Util::BEGIN@20","$color":8,"excl_time":1.22000000000257e-05,"$area":1.22000000000257e-05},"id":"12194-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@10","$color":8,"excl_time":8.10000000014328e-06,"$area":8.10000000014328e-06},"id":"12195-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: 45&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.5e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@16","$color":8,"excl_time":1.00999999998291e-05,"$area":1.00999999998291e-05},"id":"12196-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.18e-05,"subname":"Data::Stream::Bulk::Util::BEGIN@2","$color":8,"excl_time":1.18e-05,"$area":1.18e-05},"id":"12197-Data::Stream::Bulk::Util::BEGIN@2"}],"data":{"$area":0.000630899999999239},"id":"n12189"},{"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: 318&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0003182,"subname":"Data::Stream::Bulk::Cat::BEGIN@11","$color":10,"excl_time":1.3399999999673e-05,"$area":1.3399999999673e-05},"id":"12199-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: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"Data::Stream::Bulk::Cat::meta","$color":10,"excl_time":1.06999999999115e-05,"$area":1.06999999999115e-05},"id":"12200-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: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Data::Stream::Bulk::Cat::BEGIN@2","$color":10,"excl_time":1.31e-05,"$area":1.31e-05},"id":"12201-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: 5.39ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0053947,"subname":"Data::Stream::Bulk::Cat::BEGIN@8","$color":10,"excl_time":1.31999999996276e-05,"$area":1.31999999996276e-05},"id":"12202-Data::Stream::Bulk::Cat::BEGIN@8"}],"data":{"$area":5.0399999999212e-05},"id":"n12198"},{"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: 293&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002932,"subname":"Data::Stream::Bulk::Filter::BEGIN@13","$color":1,"excl_time":9.69999999989686e-06,"$area":9.69999999989686e-06},"id":"12204-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: 12&micro;s, 0.00%</p>","incl_time":1.17e-05,"subname":"Data::Stream::Bulk::Filter::BEGIN@2","$color":1,"excl_time":1.17e-05,"$area":1.17e-05},"id":"12205-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: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":1.98e-05,"subname":"Data::Stream::Bulk::Filter::BEGIN@11","$color":1,"excl_time":1.73000000000946e-05,"$area":1.73000000000946e-05},"id":"12206-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: 5.07ms, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0050726,"subname":"Data::Stream::Bulk::Filter::BEGIN@8","$color":1,"excl_time":1.28999999996667e-05,"$area":1.28999999996667e-05},"id":"12207-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: 15&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Data::Stream::Bulk::Filter::meta","$color":1,"excl_time":8.30000000047059e-06,"$area":8.30000000047059e-06},"id":"12208-Data::Stream::Bulk::Filter::meta"}],"data":{"$area":5.99000000001287e-05},"id":"n12203"},{"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: 312&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003116,"subname":"Data::Stream::Bulk::DoneFlag::BEGIN@11","$color":3,"excl_time":1.14000000001383e-05,"$area":1.14000000001383e-05},"id":"12210-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: 14&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"Data::Stream::Bulk::DoneFlag::BEGIN@2","$color":3,"excl_time":1.35e-05,"$area":1.35e-05},"id":"12211-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: 3.46ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.003462,"subname":"Data::Stream::Bulk::DoneFlag::BEGIN@8","$color":3,"excl_time":1.15999999998131e-05,"$area":1.15999999998131e-05},"id":"12212-Data::Stream::Bulk::DoneFlag::BEGIN@8"}],"data":{"$area":3.64999999999514e-05},"id":"n12209"},{"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: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.45e-05,"subname":"Data::Stream::Bulk::DBI::meta","$color":5,"excl_time":7.49999999990973e-06,"$area":7.49999999990973e-06},"id":"12214-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: 15&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"Data::Stream::Bulk::DBI::BEGIN@2","$color":5,"excl_time":1.53e-05,"$area":1.53e-05},"id":"12215-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.23ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0042323,"subname":"Data::Stream::Bulk::DBI::BEGIN@8","$color":5,"excl_time":1.19999999999348e-05,"$area":1.19999999999348e-05},"id":"12216-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: 286&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.000286,"subname":"Data::Stream::Bulk::DBI::BEGIN@11","$color":5,"excl_time":1.15000000002667e-05,"$area":1.15000000002667e-05},"id":"12217-Data::Stream::Bulk::DBI::BEGIN@11"}],"data":{"$area":4.63000000001113e-05},"id":"n12213"}],"data":{"$area":0.00102909999999762},"id":"n12170"}],"data":{"$area":0.00102909999999762},"id":"n12169"},{"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: 10.7ms, 0.02%<br />Exclusive time: 7.51ms, 0.01%<br />Recursion: max depth 1, recursive inclusive time 4.22ms</p>","incl_time":0.010739,"subname":"Data::OptList::__is_a","$color":7,"excl_time":0.00751490000003057,"$area":0.00751490000003057},"id":"12219-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: 95.7ms, 0.15%<br />Exclusive time: 76.4ms, 0.12%</p>","incl_time":0.0956866,"subname":"Data::OptList::mkopt","$color":7,"excl_time":0.076423000000076,"$area":0.076423000000076},"id":"12220-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: 28&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.81e-05,"subname":"Data::OptList::BEGIN@100","$color":7,"excl_time":1.62000000000048e-05,"$area":1.62000000000048e-05},"id":"12221-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: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Data::OptList::BEGIN@9","$color":7,"excl_time":3.8e-06,"$area":3.8e-06},"id":"12222-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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Data::OptList::BEGIN@15","$color":7,"excl_time":1.06e-05,"$area":1.06e-05},"id":"12223-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":4e-06,"subname":"Data::OptList::BEGIN@4","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"12224-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: 7.29ms, 0.01%</p>","incl_time":0.00729370000000015,"subname":"Data::OptList::__ANON__[/Users/edenc/perl5/lib/perl5/Data/OptList.pm:54]","$color":7,"excl_time":0.00729370000000015,"$area":0.00729370000000015},"id":"12225-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: 4.90ms, 0.01%<br />Exclusive time: 4.25ms, 0.01%</p>","incl_time":0.0048955,"subname":"Data::OptList::BEGIN@10","$color":7,"excl_time":0.00424960000000001,"$area":0.00424960000000001},"id":"12226-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: 24.7ms, 0.04%<br />Exclusive time: 1.95ms, 0.00%</p>","incl_time":0.0246635,"subname":"Data::OptList::mkopt_hash","$color":7,"excl_time":0.00194990000000022,"$area":0.00194990000000022},"id":"12227-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.99ms, 0.00%<br />Exclusive time: 1.64ms, 0.00%</p>","incl_time":0.0019864,"subname":"Data::OptList::BEGIN@11","$color":7,"excl_time":0.00164499999999999,"$area":0.00164499999999999},"id":"12228-Data::OptList::BEGIN@11"}],"data":{"$area":0.099110700000107},"id":"n12218"},{"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: 74&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.4e-05,"subname":"Data::UUID::BEGIN@6","$color":9,"excl_time":9.10000000007664e-06,"$area":9.10000000007664e-06},"id":"12230-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: 76&micro;s, 0.00%</p>","incl_time":7.64e-05,"subname":"Data::UUID::bootstrap","$color":9,"excl_time":7.64e-05,"$area":7.64e-05},"id":"12231-Data::UUID::bootstrap"},{"name":"create_str","children":[],"data":{"tip":"<p><b>Data::UUID::create_str</b></p><p><br />Called 3424 times from 1 place in 1 file<br />Inclusive time: 13.4ms, 0.02%</p>","incl_time":0.0134060000000001,"subname":"Data::UUID::create_str","$color":9,"excl_time":0.0134060000000001,"$area":0.0134060000000001},"id":"12232-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: 58&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"Data::UUID::BEGIN@5","$color":9,"excl_time":1.01000000001157e-05,"$area":1.01000000001157e-05},"id":"12233-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: 24&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Data::UUID::BEGIN@3","$color":9,"excl_time":1.83999999996753e-05,"$area":1.83999999996753e-05},"id":"12234-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: 87&micro;s, 0.00%</p>","incl_time":8.69e-05,"subname":"Data::UUID::new","$color":9,"excl_time":8.69e-05,"$area":8.69e-05},"id":"12235-Data::UUID::new"}],"data":{"$area":0.0136068999999999},"id":"n12229"},{"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: 190&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001901,"subname":"Data::Dump::BEGIN@16","$color":0,"excl_time":1.23999999999416e-05,"$area":1.23999999999416e-05},"id":"12237-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: 118&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001177,"subname":"Data::Dump::BEGIN@4","$color":0,"excl_time":1.11999999999906e-05,"$area":1.11999999999906e-05},"id":"12238-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: 502&micro;s, 0.00%<br />Exclusive time: 477&micro;s, 0.00%</p>","incl_time":0.0005025,"subname":"Data::Dump::BEGIN@5","$color":0,"excl_time":0.000476700000000035,"$area":0.000476700000000035},"id":"12239-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: 55&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":5.51e-05,"subname":"Data::Dump::BEGIN@235","$color":0,"excl_time":2.75999999999309e-05,"$area":2.75999999999309e-05},"id":"12240-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: 40&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"Data::Dump::BEGIN@3","$color":0,"excl_time":3.1999999999992e-05,"$area":3.1999999999992e-05},"id":"12241-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: 8&micro;s, 0.00%</p>","incl_time":8.3e-06,"subname":"Data::Dump::BEGIN@15","$color":0,"excl_time":8.3e-06,"$area":8.3e-06},"id":"12242-Data::Dump::BEGIN@15"}],"data":{"$area":0.00056819999999989},"id":"n12236"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.75e-05,"subname":"Data::Compare::BEGIN@9","$color":2,"excl_time":2.31000000000955e-05,"$area":2.31000000000955e-05},"id":"12244-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: 97&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":9.71e-05,"subname":"Data::Compare::BEGIN@12","$color":2,"excl_time":9.99999999999339e-06,"$area":9.99999999999339e-06},"id":"12245-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: 55&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.47e-05,"subname":"Data::Compare::BEGIN@14","$color":2,"excl_time":8.69999999978746e-06,"$area":8.69999999978746e-06},"id":"12246-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: 25&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"Data::Compare::BEGIN@13","$color":2,"excl_time":9.60000000010077e-06,"$area":9.60000000010077e-06},"id":"12247-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: 20&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Data::Compare::BEGIN@15","$color":2,"excl_time":7.40000000019279e-06,"$area":7.40000000019279e-06},"id":"12248-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: 21&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Data::Compare::BEGIN@10","$color":2,"excl_time":1.46000000000495e-05,"$area":1.46000000000495e-05},"id":"12249-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: 42&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.21e-05,"subname":"Data::Compare::BEGIN@24","$color":2,"excl_time":9.6000000003422e-06,"$area":9.6000000003422e-06},"id":"12250-Data::Compare::BEGIN@24"}],"data":{"$area":8.30000000005617e-05},"id":"n12243"},{"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: 55&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"Data::Visitor::BEGIN@23","$color":4,"excl_time":1.06000000002077e-05,"$area":1.06000000002077e-05},"id":"12252-Data::Visitor::BEGIN@23"},{"name":"visit_value","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_value</b></p><p><br />Called 18243 times from 1 place in 1 file<br />Inclusive time: 31.1ms, 0.05%</p>","incl_time":0.0311050999999991,"subname":"Data::Visitor::visit_value","$color":4,"excl_time":0.0311050999999991,"$area":0.0311050999999991},"id":"12253-Data::Visitor::visit_value"},{"name":"_register_mapping","children":[],"data":{"tip":"<p><b>Data::Visitor::_register_mapping</b></p><p><br />Called 3437 times from 5 places in 4 files<br />Inclusive time: 17.0ms, 0.03%<br />Exclusive time: 15.0ms, 0.02%</p>","incl_time":0.0170481999999999,"subname":"Data::Visitor::_register_mapping","$color":4,"excl_time":0.0150272000024415,"$area":0.0150272000024415},"id":"12254-Data::Visitor::_register_mapping"},{"name":"visit_hash_entries","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_entries</b></p><p><br />Called 63 times from 1 place in 1 file<br />Inclusive time: 2.50s, 3.82%<br />Exclusive time: 13.0ms, 0.02%<br />Recursion: max depth 2, recursive inclusive time 2.38s</p>","incl_time":2.5016759,"subname":"Data::Visitor::visit_hash_entries","$color":4,"excl_time":0.0129701999999975,"$area":0.0129701999999975},"id":"12255-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: 5&micro;s, 0.00%</p>","incl_time":4.7e-06,"subname":"Data::Visitor::BEGIN@12","$color":4,"excl_time":4.7e-06,"$area":4.7e-06},"id":"12256-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: 32&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"Data::Visitor::BEGIN@15","$color":4,"excl_time":9.39999999991674e-06,"$area":9.39999999991674e-06},"id":"12257-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: 27&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Data::Visitor::meta","$color":4,"excl_time":1.22999999996797e-05,"$area":1.22999999996797e-05},"id":"12258-Data::Visitor::meta"},{"name":"visit_normal_hash","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_normal_hash</b></p><p><br />Called 63 times from 1 place in 1 file<br />Inclusive time: 2.50s, 3.82%<br />Exclusive time: 3.37ms, 0.01%<br />Recursion: max depth 2, recursive inclusive time 2.38s</p>","incl_time":2.5017279,"subname":"Data::Visitor::visit_normal_hash","$color":4,"excl_time":0.00337459999998579,"$area":0.00337459999998579},"id":"12259-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.80ms, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0048019,"subname":"Data::Visitor::BEGIN@8","$color":4,"excl_time":1.13000000002434e-05,"$area":1.13000000002434e-05},"id":"12260-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: 31&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"Data::Visitor::BEGIN@376","$color":4,"excl_time":1.55000000001008e-05,"$area":1.55000000001008e-05},"id":"12261-Data::Visitor::BEGIN@376"},{"name":"visit_hash_value","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_value</b></p><p><br />Called 3415 times from 1 place in 1 file<br />Inclusive time: 2.50s, 3.81%<br />Exclusive time: 12.4ms, 0.02%<br />Recursion: max depth 2, recursive inclusive time 2.28s</p>","incl_time":2.4997296,"subname":"Data::Visitor::visit_hash_value","$color":4,"excl_time":0.0123630000006547,"$area":0.0123630000006547},"id":"12262-Data::Visitor::visit_hash_value"},{"name":"visit_hash","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash</b></p><p><br />Called 63 times from 2 places in 2 files<br />Inclusive time: 2.50s, 3.82%<br />Exclusive time: 316&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 2.38s</p>","incl_time":2.5017409,"subname":"Data::Visitor::visit_hash","$color":4,"excl_time":0.000316299999985404,"$area":0.000316299999985404},"id":"12263-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.48e-05,"subname":"Data::Visitor::weaken","$color":4,"excl_time":1.48e-05,"$area":1.48e-05},"id":"12264-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: 487&micro;s, 0.00%<br />Exclusive time: 354&micro;s, 0.00%</p>","incl_time":0.0004871,"subname":"Data::Visitor::BEGIN@16","$color":4,"excl_time":0.0003538999999995,"$area":0.0003538999999995},"id":"12265-Data::Visitor::BEGIN@16"},{"name":"visit_normal_array","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_normal_array</b></p><p><br />Called 2205 times from 1 place in 1 file<br />Inclusive time: 332ms, 0.51%<br />Exclusive time: 24.5ms, 0.04%</p>","incl_time":0.3321356,"subname":"Data::Visitor::visit_normal_array","$color":4,"excl_time":0.0245315999972897,"$area":0.0245315999972897},"id":"12266-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: 455&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.000455,"subname":"Data::Visitor::BEGIN@25","$color":4,"excl_time":1.19999999993627e-05,"$area":1.19999999993627e-05},"id":"12267-Data::Visitor::BEGIN@25"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Data::Visitor::CORE:match</b></p><p><br />Called 2268 times from 1 place in 1 file<br />Inclusive time: 3.18ms, 0.00%</p>","incl_time":0.00318190000000001,"subname":"Data::Visitor::CORE:match","$color":4,"excl_time":0.00318190000000001,"$area":0.00318190000000001},"id":"12268-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: 39&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"Data::Visitor::retain_magic","$color":4,"excl_time":3.63000000004689e-05,"$area":3.63000000004689e-05},"id":"12269-Data::Visitor::retain_magic"},{"name":"visit_hash_key","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_key</b></p><p><br />Called 3415 times from 1 place in 1 file<br />Inclusive time: 63.6ms, 0.10%<br />Exclusive time: 10.7ms, 0.02%</p>","incl_time":0.0636412999999997,"subname":"Data::Visitor::visit_hash_key","$color":4,"excl_time":0.0107441000007619,"$area":0.0107441000007619},"id":"12270-Data::Visitor::visit_hash_key"},{"name":"visit_hash_entry","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_hash_entry</b></p><p><br />Called 3415 times from 2 places in 2 files<br />Inclusive time: 2.50s, 3.82%<br />Exclusive time: 20.3ms, 0.03%<br />Recursion: max depth 2, recursive inclusive time 2.37s</p>","incl_time":2.5014076,"subname":"Data::Visitor::visit_hash_entry","$color":4,"excl_time":0.020298700000335,"$area":0.020298700000335},"id":"12271-Data::Visitor::visit_hash_entry"},{"name":"visit","children":[],"data":{"tip":"<p><b>Data::Visitor::visit</b></p><p><br />Called 22805 times from 7 places in 4 files<br />Inclusive time: 2.50s, 3.82%<br />Exclusive time: 187ms, 0.29%<br />Recursion: max depth 5, recursive inclusive time 8.38s</p>","incl_time":2.5037951,"subname":"Data::Visitor::visit","$color":4,"excl_time":0.187480100016383,"$area":0.187480100016383},"id":"12272-Data::Visitor::visit"},{"name":"visit_array","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_array</b></p><p><br />Called 2205 times from 2 places in 2 files<br />Inclusive time: 340ms, 0.52%<br />Exclusive time: 8.08ms, 0.01%</p>","incl_time":0.3402184,"subname":"Data::Visitor::visit_array","$color":4,"excl_time":0.00808279999985879,"$area":0.00808279999985879},"id":"12273-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: 65&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.53e-05,"subname":"Data::Visitor::BEGIN@11","$color":4,"excl_time":1.16000000003987e-05,"$area":1.16000000003987e-05},"id":"12274-Data::Visitor::BEGIN@11"},{"name":"visit_array_entries","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_array_entries</b></p><p><br />Called 2205 times from 1 place in 1 file<br />Inclusive time: 293ms, 0.45%<br />Exclusive time: 43.0ms, 0.07%</p>","incl_time":0.2932194,"subname":"Data::Visitor::visit_array_entries","$color":4,"excl_time":0.0429798999965361,"$area":0.0429798999965361},"id":"12275-Data::Visitor::visit_array_entries"},{"name":"visit_array_entry","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_array_entry</b></p><p><br />Called 13745 times from 1 place in 1 file<br />Inclusive time: 250ms, 0.38%<br />Exclusive time: 49.3ms, 0.08%</p>","incl_time":0.250239499999981,"subname":"Data::Visitor::visit_array_entry","$color":4,"excl_time":0.049321100000347,"$area":0.049321100000347},"id":"12276-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":4.1e-06,"subname":"Data::Visitor::BEGIN@13","$color":4,"excl_time":4.1e-06,"$area":4.1e-06},"id":"12277-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: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Data::Visitor::BEGIN@2","$color":4,"excl_time":1.09e-05,"$area":1.09e-05},"id":"12278-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 21693 times from 2 places in 1 file<br />Inclusive time: 2.50s, 3.82%<br />Exclusive time: 118ms, 0.18%<br />Recursion: max depth 5, recursive inclusive time 8.13s</p>","incl_time":2.5030705,"subname":"Data::Visitor::visit_no_rec_check","$color":4,"excl_time":0.11830020000434,"$area":0.11830020000434},"id":"12279-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: 375&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003746,"subname":"Data::Visitor::BEGIN@20","$color":4,"excl_time":9.99999999984076e-06,"$area":9.99999999984076e-06},"id":"12280-Data::Visitor::BEGIN@20"},{"name":"visit_ref","children":[],"data":{"tip":"<p><b>Data::Visitor::visit_ref</b></p><p><br />Called 2268 times from 2 places in 2 files<br />Inclusive time: 2.50s, 3.82%<br />Exclusive time: 22.4ms, 0.03%<br />Recursion: max depth 2, recursive inclusive time 2.75s</p>","incl_time":2.5018418,"subname":"Data::Visitor::visit_ref","$color":4,"excl_time":0.0223759999969031,"$area":0.0223759999969031},"id":"12281-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: 25&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.52e-05,"subname":"Data::Visitor::BEGIN@18","$color":4,"excl_time":8.29999999968056e-06,"$area":8.29999999968056e-06},"id":"12282-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: 197&micro;s, 0.00%<br />Exclusive time: 79&micro;s, 0.00%</p>","incl_time":0.0001972,"subname":"Data::Visitor::Callback::BUILDARGS","$color":6,"excl_time":7.85000000001949e-05,"$area":7.85000000001949e-05},"id":"12284-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.15ms, 0.00%<br />Exclusive time: 500&micro;s, 0.00%</p>","incl_time":0.0021496,"subname":"Data::Visitor::Callback::callback","$color":6,"excl_time":0.00049969999999258,"$area":0.00049969999999258},"id":"12285-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.4e-06,"subname":"Data::Visitor::Callback::class_callbacks","$color":6,"excl_time":4.4e-06,"$area":4.4e-06},"id":"12286-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: 740&micro;s, 0.00%<br />Exclusive time: 639&micro;s, 0.00%</p>","incl_time":0.0007395,"subname":"Data::Visitor::Callback::BEGIN@190","$color":6,"excl_time":0.000638699999999766,"$area":0.000638699999999766},"id":"12287-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: 115&micro;s, 0.00%</p>","incl_time":0.0001152,"subname":"Data::Visitor::Callback::ignore_return_values","$color":6,"excl_time":0.0001152,"$area":0.0001152},"id":"12288-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: 6.04ms, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0060353,"subname":"Data::Visitor::Callback::BEGIN@8","$color":6,"excl_time":1.21000000004381e-05,"$area":1.21000000004381e-05},"id":"12289-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":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"12290-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: 23&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Data::Visitor::Callback::BEGIN@177","$color":6,"excl_time":1.36999999996771e-05,"$area":1.36999999996771e-05},"id":"12291-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: 21&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"Data::Visitor::Callback::BEGIN@8.15","$color":6,"excl_time":1.26000000000973e-05,"$area":1.26000000000973e-05},"id":"12292-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.40ms, 0.01%<br />Exclusive time: 49&micro;s, 0.00%<br />Recursion: max depth 2, recursive inclusive time 1.81ms</p>","incl_time":0.004401,"subname":"Data::Visitor::Callback::visit_ref","$color":6,"excl_time":4.94999999996122e-05,"$area":4.94999999996122e-05},"id":"12293-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: 222&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002218,"subname":"Data::Visitor::Callback::visit_array","$color":6,"excl_time":2.34999999999044e-05,"$area":2.34999999999044e-05},"id":"12294-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.23ms, 0.01%<br />Exclusive time: 173&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.16ms</p>","incl_time":0.004229,"subname":"Data::Visitor::Callback::visit_hash_entry","$color":6,"excl_time":0.00017339999999773,"$area":0.00017339999999773},"id":"12295-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.31ms, 0.00%<br />Exclusive time: 353&micro;s, 0.00%</p>","incl_time":0.0023067,"subname":"Data::Visitor::Callback::callback_and_reg","$color":6,"excl_time":0.000353299999993234,"$area":0.000353299999993234},"id":"12296-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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.72e-05,"subname":"Data::Visitor::Callback::BEGIN@52","$color":6,"excl_time":1.09999999998672e-05,"$area":1.09999999998672e-05},"id":"12297-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":7e-06,"subname":"Data::Visitor::Callback::BEGIN@11","$color":6,"excl_time":7e-06,"$area":7e-06},"id":"12298-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: 28&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Data::Visitor::Callback::BEGIN@130","$color":6,"excl_time":1.33999999998664e-05,"$area":1.33999999998664e-05},"id":"12299-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: 346&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0003464,"subname":"Data::Visitor::Callback::BEGIN@18","$color":6,"excl_time":9.69999999992136e-06,"$area":9.69999999992136e-06},"id":"12300-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: 141&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001407,"subname":"Data::Visitor::Callback::visit_object","$color":6,"excl_time":3.55000000007497e-05,"$area":3.55000000007497e-05},"id":"12301-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: 600ns, 0.00%</p>","incl_time":6e-07,"subname":"Data::Visitor::Callback::CORE:sort","$color":6,"excl_time":6e-07,"$area":6e-07},"id":"12302-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: 14&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Data::Visitor::Callback::DESTROY","$color":6,"excl_time":1.2799999999954e-05,"$area":1.2799999999954e-05},"id":"12303-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: 24&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.35e-05,"subname":"Data::Visitor::Callback::BEGIN@8.14","$color":6,"excl_time":1.47999999995833e-05,"$area":1.47999999995833e-05},"id":"12304-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: 18&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"Data::Visitor::Callback::BEGIN@193","$color":6,"excl_time":9.40000000014416e-06,"$area":9.40000000014416e-06},"id":"12305-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: 54&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"Data::Visitor::Callback::BEGIN@21","$color":6,"excl_time":2.31000000001078e-05,"$area":2.31000000001078e-05},"id":"12306-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.36ms, 0.01%<br />Exclusive time: 85&micro;s, 0.00%<br />Recursion: max depth 1, recursive inclusive time 1.45ms</p>","incl_time":0.004361,"subname":"Data::Visitor::Callback::visit_hash","$color":6,"excl_time":8.49000000007209e-05,"$area":8.49000000007209e-05},"id":"12307-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: 53&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":5.31e-05,"subname":"Data::Visitor::Callback::meta","$color":6,"excl_time":2.81000000000583e-05,"$area":2.81000000000583e-05},"id":"12308-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: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Data::Visitor::Callback::BEGIN@2","$color":6,"excl_time":1.09e-05,"$area":1.09e-05},"id":"12309-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: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Data::Visitor::Callback::BEGIN@199","$color":6,"excl_time":8.30000000028568e-06,"$area":8.30000000028568e-06},"id":"12310-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: 21&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Data::Visitor::Callback::BEGIN@8.17","$color":6,"excl_time":1.24000000000973e-05,"$area":1.24000000000973e-05},"id":"12311-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: 43&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.32e-05,"subname":"Data::Visitor::Callback::BEGIN@14","$color":6,"excl_time":1.10999999996876e-05,"$area":1.10999999996876e-05},"id":"12312-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: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"Data::Visitor::Callback::BEGIN@270","$color":6,"excl_time":1.11000000003317e-05,"$area":1.11000000003317e-05},"id":"12313-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: 62&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.17e-05,"subname":"Data::Visitor::Callback::BEGIN@20","$color":6,"excl_time":1.78000000003474e-05,"$area":1.78000000003474e-05},"id":"12314-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.20ms, 0.00%<br />Exclusive time: 106&micro;s, 0.00%</p>","incl_time":0.0022033,"subname":"Data::Visitor::Callback::visit_value","$color":6,"excl_time":0.00010569999999919,"$area":0.00010569999999919},"id":"12315-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: 229&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0002287,"subname":"Data::Visitor::Callback::new","$color":6,"excl_time":3.1100000000091e-05,"$area":3.1100000000091e-05},"id":"12316-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: 47&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.67e-05,"subname":"Data::Visitor::Callback::BEGIN@13","$color":6,"excl_time":1.04000000003439e-05,"$area":1.04000000003439e-05},"id":"12317-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.50ms, 0.01%<br />Exclusive time: 388&micro;s, 0.00%<br />Recursion: max depth 3, recursive inclusive time 5.07ms</p>","incl_time":0.0044984,"subname":"Data::Visitor::Callback::visit","$color":6,"excl_time":0.000387600000001376,"$area":0.000387600000001376},"id":"12318-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: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.61e-05,"subname":"Data::Visitor::Callback::BEGIN@16","$color":6,"excl_time":9.49999999963368e-06,"$area":9.49999999963368e-06},"id":"12319-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: 23&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Data::Visitor::Callback::BEGIN@8.16","$color":6,"excl_time":1.50000000000973e-05,"$area":1.50000000000973e-05},"id":"12320-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: 116&micro;s, 0.00%</p>","incl_time":0.0001159,"subname":"Data::Visitor::Callback::callbacks","$color":6,"excl_time":0.0001159,"$area":0.0001159},"id":"12321-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: 32&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Data::Visitor::Callback::BEGIN@227","$color":6,"excl_time":1.55999999996337e-05,"$area":1.55999999996337e-05},"id":"12322-Data::Visitor::Callback::BEGIN@227"}],"data":{"$area":0.00299119999998532},"id":"n12283"}],"data":{"$area":0.565969700015803},"id":"n12251"}],"data":{"$area":0.680429900015908},"id":"n12163"},{"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: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"Cwd::BEGIN@209","$color":8,"excl_time":1.06e-05,"$area":1.06e-05},"id":"12324-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: 60&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"Cwd::abs_path","$color":8,"excl_time":6.01e-05,"$area":6.01e-05},"id":"12325-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: 30&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"Cwd::BEGIN@170","$color":8,"excl_time":2.35999999999992e-05,"$area":2.35999999999992e-05},"id":"12326-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: 51&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"Cwd::BEGIN@818","$color":8,"excl_time":2.23999999999999e-05,"$area":2.23999999999999e-05},"id":"12327-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: 12&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Cwd::CORE:regcomp","$color":8,"excl_time":1.23e-05,"$area":1.23e-05},"id":"12328-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: 41&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Cwd::BEGIN@171","$color":8,"excl_time":1.30000000000003e-05,"$area":1.30000000000003e-05},"id":"12329-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: 17&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Cwd::CORE:fteexec","$color":8,"excl_time":1.72e-05,"$area":1.72e-05},"id":"12330-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: 233&micro;s, 0.00%</p>","incl_time":0.0002333,"subname":"Cwd::getcwd","$color":8,"excl_time":0.0002333,"$area":0.0002333},"id":"12331-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: 114&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001144,"subname":"Cwd::BEGIN@172","$color":8,"excl_time":1.18000000000004e-05,"$area":1.18000000000004e-05},"id":"12332-Cwd::BEGIN@172"}],"data":{"$area":0.0004043},"id":"n12323"}],"data":{"$area":48.098074099455},"id":"n1"};
+
+            tm1.loadJSON(json);
+        }
+    
+</script>
+<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>
+<div id="infovis">
+<br /><div id="infovis1"></div>
+</div>
+
+        
+            <script type="text/javascript"> $(document).ready(function() { 
+init_tm1(); 
+ } ); </script>
+        
+        <div class="footer">Report produced by the
+        <a href="http://search.cpan.org/dist/Devel-NYTProf/">NYTProf 4.06</a>
+        Perl profiler, developed by
+        <a href="http://www.linkedin.com/in/timbunce">Tim Bunce</a> and
+        <a href="http://code.nytimes.com">Adam Kaplan</a>.
+        </div>
+        <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+    </body></html>
\ No newline at end of file