The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
    <!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 3.11
-->
<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 01.HTTP.t</span>
</div>
<div class="headerForeground" style="float: right; text-align: right">
    <span class="siteTitle">&nbsp;</span>
    <span class="siteSubtitle">Run on Tue May  4 15:25:55 2010<br />Reported on Tue May  4 15:26:25 2010</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":"next","children":[],"data":{"$area":0},"id":"n2"},{"name":"U64","children":[{"name":"BEGIN@820","children":[],"data":{"tip":"<p><b>U64::BEGIN@820</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":4.95e-05,"subname":"U64::BEGIN@820","$color":2,"excl_time":1.89000000000083e-05,"$area":1.89000000000083e-05},"id":"4-U64::BEGIN@820"},{"name":"BEGIN@818","children":[],"data":{"tip":"<p><b>U64::BEGIN@818</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.72e-05,"subname":"U64::BEGIN@818","$color":2,"excl_time":7.89999999999013e-06,"$area":7.89999999999013e-06},"id":"5-U64::BEGIN@818"},{"name":"BEGIN@819","children":[],"data":{"tip":"<p><b>U64::BEGIN@819</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"U64::BEGIN@819","$color":2,"excl_time":6.10000000005164e-06,"$area":6.10000000005164e-06},"id":"6-U64::BEGIN@819"}],"data":{"$area":3.290000000005e-05},"id":"n3"},{"name":"Internals","children":[{"name":"SvREADONLY","children":[],"data":{"tip":"<p><b>Internals::SvREADONLY</b></p><p><br />Called 86 times from 1 place in 2 files<br />Inclusive time: 82&micro;s, 0.01%</p>","incl_time":8.24e-05,"subname":"Internals::SvREADONLY","$color":4,"excl_time":8.24e-05,"$area":8.24e-05},"id":"8-Internals::SvREADONLY"}],"data":{"$area":8.24e-05},"id":"n7"},{"name":"Storable","children":[{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Storable::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.7ms, 1.07%<br />Exclusive time: 1.25ms, 0.11%</p>","incl_time":0.0117335,"subname":"Storable::BEGIN@23","$color":6,"excl_time":0.0012468999999996,"$area":0.0012468999999996},"id":"10-Storable::BEGIN@23"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Storable::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"Storable::BEGIN@24","$color":6,"excl_time":6.900000000004e-06,"$area":6.900000000004e-06},"id":"11-Storable::BEGIN@24"},{"name":"dclone","children":[],"data":{"tip":"<p><b>Storable::dclone</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 297&micro;s, 0.03%</p>","incl_time":0.0002966,"subname":"Storable::dclone","$color":6,"excl_time":0.0002966,"$area":0.0002966},"id":"12-Storable::dclone"},{"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: 960&micro;s, 0.09%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":0.0009599,"subname":"Storable::BEGIN@22","$color":6,"excl_time":2.84999999999734e-05,"$area":2.84999999999734e-05},"id":"13-Storable::BEGIN@22"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Storable::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.01%</p>","incl_time":5.73e-05,"subname":"Storable::BEGIN@2","$color":6,"excl_time":5.73e-05,"$area":5.73e-05},"id":"14-Storable::BEGIN@2"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Storable::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 85&micro;s, 0.01%</p>","incl_time":8.48e-05,"subname":"Storable::bootstrap","$color":6,"excl_time":8.48e-05,"$area":8.48e-05},"id":"15-Storable::bootstrap"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>Storable::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 121&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001211,"subname":"Storable::BEGIN@44","$color":6,"excl_time":7.50000000000852e-06,"$area":7.50000000000852e-06},"id":"16-Storable::BEGIN@44"}],"data":{"$area":0.00172849999999959},"id":"n9"},{"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: 22&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Symbol::BEGIN@81","$color":8,"excl_time":2.24e-05,"$area":2.24e-05},"id":"18-Symbol::BEGIN@81"},{"name":"gensym","children":[],"data":{"tip":"<p><b>Symbol::gensym</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Symbol::gensym","$color":8,"excl_time":2.18e-05,"$area":2.18e-05},"id":"19-Symbol::gensym"},{"name":"qualify","children":[],"data":{"tip":"<p><b>Symbol::qualify</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Symbol::qualify","$color":8,"excl_time":1.38e-05,"$area":1.38e-05},"id":"20-Symbol::qualify"}],"data":{"$area":5.8e-05},"id":"n17"},{"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: 10&micro;s, 0.00%</p>","incl_time":1.04e-05,"subname":"Config::TIEHASH","$color":10,"excl_time":1.04e-05,"$area":1.04e-05},"id":"22-Config::TIEHASH"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Config::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: 11&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Config::BEGIN@5","$color":10,"excl_time":1.05000000000056e-05,"$area":1.05000000000056e-05},"id":"23-Config::BEGIN@5"},{"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: 94&micro;s, 0.01%</p>","incl_time":9.45e-05,"subname":"Config::import","$color":10,"excl_time":9.45e-05,"$area":9.45e-05},"id":"24-Config::import"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>Config::AUTOLOAD</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.26ms, 0.12%<br />Exclusive time: 1.16ms, 0.11%</p>","incl_time":0.0012607,"subname":"Config::AUTOLOAD","$color":10,"excl_time":0.00115709999999998,"$area":0.00115709999999998},"id":"25-Config::AUTOLOAD"},{"name":"CORE:unpack","children":[],"data":{"tip":"<p><b>Config::CORE:unpack</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"Config::CORE:unpack","$color":10,"excl_time":1.03e-05,"$area":1.03e-05},"id":"26-Config::CORE:unpack"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Config::CORE:subst</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 36&micro;s, 0.00%</p>","incl_time":3.63e-05,"subname":"Config::CORE:subst","$color":10,"excl_time":3.63e-05,"$area":3.63e-05},"id":"27-Config::CORE:subst"},{"name":"fetch_string","children":[],"data":{"tip":"<p><b>Config::fetch_string</b></p><p><br />Called 3 times from 2 places in 2 files<br />Inclusive time: 80&micro;s, 0.01%</p>","incl_time":7.99e-05,"subname":"Config::fetch_string","$color":10,"excl_time":7.99e-05,"$area":7.99e-05},"id":"28-Config::fetch_string"},{"name":"FETCH","children":[],"data":{"tip":"<p><b>Config::FETCH</b></p><p><br />Called 14 times from 11 places in 5 files<br />Inclusive time: 1.42ms, 0.13%<br />Exclusive time: 66&micro;s, 0.01%</p>","incl_time":0.0014159,"subname":"Config::FETCH","$color":10,"excl_time":6.5700000000032e-05,"$area":6.5700000000032e-05},"id":"29-Config::FETCH"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>Config::CORE:substcont</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"Config::CORE:substcont","$color":10,"excl_time":2.04e-05,"$area":2.04e-05},"id":"30-Config::CORE:substcont"},{"name":"launcher","children":[],"data":{"tip":"<p><b>Config::launcher</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":"Config::launcher","$color":10,"excl_time":9.6e-06,"$area":9.6e-06},"id":"31-Config::launcher"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Config::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"Config::CORE:match","$color":10,"excl_time":1.6e-06,"$area":1.6e-06},"id":"32-Config::CORE:match"},{"name":"CORE:pack","children":[],"data":{"tip":"<p><b>Config::CORE:pack</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"Config::CORE:pack","$color":10,"excl_time":2.18e-05,"$area":2.18e-05},"id":"33-Config::CORE:pack"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Config::BEGIN@35</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.07e-05,"subname":"Config::BEGIN@35","$color":10,"excl_time":9.00000000000007e-06,"$area":9.00000000000007e-06},"id":"34-Config::BEGIN@35"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.14e-05,"subname":"Config::BEGIN@9","$color":10,"excl_time":1.78000000000001e-05,"$area":1.78000000000001e-05},"id":"35-Config::BEGIN@9"}],"data":{"$area":0.00154490000000001},"id":"n21"},{"name":"if","children":[{"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: 42&micro;s, 0.00%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"if::work","$color":1,"excl_time":3.2800000000013e-05,"$area":3.2800000000013e-05},"id":"37-if::work"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>if::CORE:subst</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.8e-06,"subname":"if::CORE:subst","$color":1,"excl_time":5.8e-06,"$area":5.8e-06},"id":"38-if::CORE:subst"},{"name":"import","children":[],"data":{"tip":"<p><b>if::import</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"if::import","$color":1,"excl_time":6.7e-06,"$area":6.7e-06},"id":"39-if::import"}],"data":{"$area":4.5300000000013e-05},"id":"n36"},{"name":"integer","children":[{"name":"import","children":[],"data":{"tip":"<p><b>integer::import</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.8e-06,"subname":"integer::import","$color":3,"excl_time":8.8e-06,"$area":8.8e-06},"id":"41-integer::import"}],"data":{"$area":8.8e-06},"id":"n40"},{"name":"IO","children":[{"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: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"IO::BEGIN@5","$color":5,"excl_time":8.8e-06,"$area":8.8e-06},"id":"43-IO::BEGIN@5"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"IO::BEGIN@8","$color":5,"excl_time":9.7000000000145e-06,"$area":9.7000000000145e-06},"id":"44-IO::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>IO::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"IO::BEGIN@7","$color":5,"excl_time":6.49999999999225e-06,"$area":6.49999999999225e-06},"id":"45-IO::BEGIN@7"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.59e-05,"subname":"IO::BEGIN@6","$color":5,"excl_time":6.19999999997862e-06,"$area":6.19999999997862e-06},"id":"46-IO::BEGIN@6"},{"name":"::File","children":[{"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: 1.03ms, 0.09%<br />Exclusive time: 945&micro;s, 0.09%</p>","incl_time":0.0010312,"subname":"IO::File::BEGIN@132","$color":7,"excl_time":0.000944800000000014,"$area":0.000944800000000014},"id":"48-IO::File::BEGIN@132"},{"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: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.3e-06,"subname":"IO::File::BEGIN@128","$color":7,"excl_time":6.59999999997787e-06,"$area":6.59999999997787e-06},"id":"49-IO::File::BEGIN@128"},{"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.53ms, 0.51%<br />Exclusive time: 951&micro;s, 0.09%</p>","incl_time":0.0055272,"subname":"IO::File::BEGIN@133","$color":7,"excl_time":0.000951400000000037,"$area":0.000951400000000037},"id":"50-IO::File::BEGIN@133"},{"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: 700&micro;s, 0.06%<br />Exclusive time: 638&micro;s, 0.06%</p>","incl_time":0.0006999,"subname":"IO::File::BEGIN@131","$color":7,"excl_time":0.000637800000000046,"$area":0.000637800000000046},"id":"51-IO::File::BEGIN@131"},{"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: 24&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"IO::File::BEGIN@127","$color":7,"excl_time":2.44e-05,"$area":2.44e-05},"id":"52-IO::File::BEGIN@127"},{"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: 63&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.28e-05,"subname":"IO::File::BEGIN@130","$color":7,"excl_time":9.79999999997475e-06,"$area":9.79999999997475e-06},"id":"53-IO::File::BEGIN@130"},{"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: 2.36ms, 0.22%<br />Exclusive time: 2.22ms, 0.20%</p>","incl_time":0.0023596,"subname":"IO::File::BEGIN@134","$color":7,"excl_time":0.00222490000000001,"$area":0.00222490000000001},"id":"54-IO::File::BEGIN@134"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IO::File::CORE:match</b></p><p><br />Called 68 times from 1 place in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"IO::File::CORE:match","$color":7,"excl_time":1.4e-05,"$area":1.4e-05},"id":"55-IO::File::CORE:match"}],"data":{"$area":0.00481370000000006},"id":"n47"},{"name":"::Compress","children":[{"name":"::Gzip","children":[{"name":"::Constants","children":[{"name":"BEGIN@143","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@143</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@143","$color":9,"excl_time":1.79000000000011e-05,"$area":1.79000000000011e-05},"id":"59-IO::Compress::Gzip::Constants::BEGIN@143"},{"name":"BEGIN@111","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@111</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@111","$color":9,"excl_time":6.00000000003439e-06,"$area":6.00000000003439e-06},"id":"60-IO::Compress::Gzip::Constants::BEGIN@111"},{"name":"BEGIN@77","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@77</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":"IO::Compress::Gzip::Constants::BEGIN@77","$color":9,"excl_time":1.03000000000546e-05,"$area":1.03000000000546e-05},"id":"61-IO::Compress::Gzip::Constants::BEGIN@77"},{"name":"BEGIN@86","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@86</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@86","$color":9,"excl_time":6.89999999998837e-06,"$area":6.89999999998837e-06},"id":"62-IO::Compress::Gzip::Constants::BEGIN@86"},{"name":"CORE:pack","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::CORE:pack</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"IO::Compress::Gzip::Constants::CORE:pack","$color":9,"excl_time":1.31e-05,"$area":1.31e-05},"id":"63-IO::Compress::Gzip::Constants::CORE:pack"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::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: 11&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@5","$color":9,"excl_time":1.05999999999779e-05,"$area":1.05999999999779e-05},"id":"64-IO::Compress::Gzip::Constants::BEGIN@5"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::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.92e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@3","$color":9,"excl_time":1.5199999999996e-05,"$area":1.5199999999996e-05},"id":"65-IO::Compress::Gzip::Constants::BEGIN@3"},{"name":"BEGIN@69","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@69</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.27e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@69","$color":9,"excl_time":6.50000000002376e-06,"$area":6.50000000002376e-06},"id":"66-IO::Compress::Gzip::Constants::BEGIN@69"},{"name":"BEGIN@78","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@78</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":"IO::Compress::Gzip::Constants::BEGIN@78","$color":9,"excl_time":7.50000000004188e-06,"$area":7.50000000004188e-06},"id":"67-IO::Compress::Gzip::Constants::BEGIN@78"},{"name":"BEGIN@73","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@73</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@73","$color":9,"excl_time":1.02999999999556e-05,"$area":1.02999999999556e-05},"id":"68-IO::Compress::Gzip::Constants::BEGIN@73"},{"name":"BEGIN@87","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@87</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":"IO::Compress::Gzip::Constants::BEGIN@87","$color":9,"excl_time":6.8000000000065e-06,"$area":6.8000000000065e-06},"id":"69-IO::Compress::Gzip::Constants::BEGIN@87"},{"name":"BEGIN@115","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@115</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.68e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@115","$color":9,"excl_time":6.0000000000025e-06,"$area":6.0000000000025e-06},"id":"70-IO::Compress::Gzip::Constants::BEGIN@115"},{"name":"BEGIN@82","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@82</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.25e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@82","$color":9,"excl_time":6.99999999998838e-06,"$area":6.99999999998838e-06},"id":"71-IO::Compress::Gzip::Constants::BEGIN@82"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::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: 7&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@4","$color":9,"excl_time":7.00000000000525e-06,"$area":7.00000000000525e-06},"id":"72-IO::Compress::Gzip::Constants::BEGIN@4"},{"name":"BEGIN@84","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@84</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.18e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@84","$color":9,"excl_time":5.89999999997687e-06,"$area":5.89999999997687e-06},"id":"73-IO::Compress::Gzip::Constants::BEGIN@84"},{"name":"BEGIN@92","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@92</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@92","$color":9,"excl_time":6.00000000002864e-06,"$area":6.00000000002864e-06},"id":"74-IO::Compress::Gzip::Constants::BEGIN@92"},{"name":"BEGIN@109","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@109</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@109","$color":9,"excl_time":6.70000000002376e-06,"$area":6.70000000002376e-06},"id":"75-IO::Compress::Gzip::Constants::BEGIN@109"},{"name":"BEGIN@113","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@113</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.07e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@113","$color":9,"excl_time":6.2999999999645e-06,"$area":6.2999999999645e-06},"id":"76-IO::Compress::Gzip::Constants::BEGIN@113"},{"name":"BEGIN@75","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@75</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@75","$color":9,"excl_time":6.30000000004101e-06,"$area":6.30000000004101e-06},"id":"77-IO::Compress::Gzip::Constants::BEGIN@75"},{"name":"BEGIN@88","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@88</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.01%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":5.88e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@88","$color":9,"excl_time":3.34999999999941e-05,"$area":3.34999999999941e-05},"id":"78-IO::Compress::Gzip::Constants::BEGIN@88"},{"name":"BEGIN@74","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@74</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 31&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@74","$color":9,"excl_time":6.29999999999988e-06,"$area":6.29999999999988e-06},"id":"79-IO::Compress::Gzip::Constants::BEGIN@74"},{"name":"BEGIN@67","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@67</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.14e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@67","$color":9,"excl_time":7.00000000001e-06,"$area":7.00000000001e-06},"id":"80-IO::Compress::Gzip::Constants::BEGIN@67"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@70</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.28e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@70","$color":9,"excl_time":6.89999999997687e-06,"$area":6.89999999997687e-06},"id":"81-IO::Compress::Gzip::Constants::BEGIN@70"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@65</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.22e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@65","$color":9,"excl_time":1.11999999999767e-05,"$area":1.11999999999767e-05},"id":"82-IO::Compress::Gzip::Constants::BEGIN@65"},{"name":"BEGIN@119","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@119</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.27e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@119","$color":9,"excl_time":6.90000000003526e-06,"$area":6.90000000003526e-06},"id":"83-IO::Compress::Gzip::Constants::BEGIN@119"},{"name":"BEGIN@76","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@76</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.31e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@76","$color":9,"excl_time":8.19999999998563e-06,"$area":8.19999999998563e-06},"id":"84-IO::Compress::Gzip::Constants::BEGIN@76"},{"name":"BEGIN@90","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@90</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@90","$color":9,"excl_time":6.29999999997112e-06,"$area":6.29999999997112e-06},"id":"85-IO::Compress::Gzip::Constants::BEGIN@90"},{"name":"BEGIN@114","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::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: 6&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@114","$color":9,"excl_time":6.099999999999e-06,"$area":6.099999999999e-06},"id":"86-IO::Compress::Gzip::Constants::BEGIN@114"},{"name":"BEGIN@80","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@80</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":"IO::Compress::Gzip::Constants::BEGIN@80","$color":9,"excl_time":6.49999999995387e-06,"$area":6.49999999995387e-06},"id":"87-IO::Compress::Gzip::Constants::BEGIN@80"},{"name":"BEGIN@66","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::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: 8&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"IO::Compress::Gzip::Constants::BEGIN@66","$color":9,"excl_time":7.50000000004851e-06,"$area":7.50000000004851e-06},"id":"88-IO::Compress::Gzip::Constants::BEGIN@66"},{"name":"BEGIN@89","children":[],"data":{"tip":"<p><b>IO::Compress::Gzip::Constants::BEGIN@89</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":"IO::Compress::Gzip::Constants::BEGIN@89","$color":9,"excl_time":7.10000000003038e-06,"$area":7.10000000003038e-06},"id":"89-IO::Compress::Gzip::Constants::BEGIN@89"}],"data":{"$area":0.000275800000000092},"id":"n58"}],"data":{"$area":0.000275800000000092},"id":"n57"},{"name":"::Base","children":[{"name":"::Parameters","children":[],"data":{"$area":0},"id":"n91"},{"name":"::Common","children":[{"name":"BEGIN@471","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@471</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.99e-05,"subname":"IO::Compress::Base::Common::BEGIN@471","$color":2,"excl_time":5.69999999997025e-06,"$area":5.69999999997025e-06},"id":"93-IO::Compress::Base::Common::BEGIN@471"},{"name":"BEGIN@463","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@463</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.65e-05,"subname":"IO::Compress::Base::Common::BEGIN@463","$color":2,"excl_time":7.299999999983e-06,"$area":7.299999999983e-06},"id":"94-IO::Compress::Base::Common::BEGIN@463"},{"name":"BEGIN@474","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@474</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"IO::Compress::Base::Common::BEGIN@474","$color":2,"excl_time":6.39999999999988e-06,"$area":6.39999999999988e-06},"id":"95-IO::Compress::Base::Common::BEGIN@474"},{"name":"BEGIN@503","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@503</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.35e-05,"subname":"IO::Compress::Base::Common::BEGIN@503","$color":2,"excl_time":7.20000000001088e-06,"$area":7.20000000001088e-06},"id":"96-IO::Compress::Base::Common::BEGIN@503"},{"name":"BEGIN@478","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@478</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":2.82e-05,"subname":"IO::Compress::Base::Common::BEGIN@478","$color":2,"excl_time":5.49999999995787e-06,"$area":5.49999999995787e-06},"id":"97-IO::Compress::Base::Common::BEGIN@478"},{"name":"BEGIN@132","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@132</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":"IO::Compress::Base::Common::BEGIN@132","$color":2,"excl_time":7.40000000004851e-06,"$area":7.40000000004851e-06},"id":"98-IO::Compress::Base::Common::BEGIN@132"},{"name":"BEGIN@44","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@44</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"IO::Compress::Base::Common::BEGIN@44","$color":2,"excl_time":7.30000000000563e-06,"$area":7.30000000000563e-06},"id":"99-IO::Compress::Base::Common::BEGIN@44"},{"name":"BEGIN@268","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@268</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":"IO::Compress::Base::Common::BEGIN@268","$color":2,"excl_time":5.6e-06,"$area":5.6e-06},"id":"100-IO::Compress::Base::Common::BEGIN@268"},{"name":"BEGIN@470","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@470</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.92e-05,"subname":"IO::Compress::Base::Common::BEGIN@470","$color":2,"excl_time":5.79999999999325e-06,"$area":5.79999999999325e-06},"id":"101-IO::Compress::Base::Common::BEGIN@470"},{"name":"BEGIN@466","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@466</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"IO::Compress::Base::Common::BEGIN@466","$color":2,"excl_time":6.10000000004014e-06,"$area":6.10000000004014e-06},"id":"102-IO::Compress::Base::Common::BEGIN@466"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"IO::Compress::Base::Common::BEGIN@43","$color":2,"excl_time":9.29999999994899e-06,"$area":9.29999999994899e-06},"id":"103-IO::Compress::Base::Common::BEGIN@43"},{"name":"BEGIN@477","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@477</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.84e-05,"subname":"IO::Compress::Base::Common::BEGIN@477","$color":2,"excl_time":5.6000000000105e-06,"$area":5.6000000000105e-06},"id":"104-IO::Compress::Base::Common::BEGIN@477"},{"name":"BEGIN@462","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@462</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":"IO::Compress::Base::Common::BEGIN@462","$color":2,"excl_time":7.20000000001801e-06,"$area":7.20000000001801e-06},"id":"105-IO::Compress::Base::Common::BEGIN@462"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.91e-05,"subname":"IO::Compress::Base::Common::BEGIN@7","$color":2,"excl_time":7.69999999998525e-06,"$area":7.69999999998525e-06},"id":"106-IO::Compress::Base::Common::BEGIN@7"},{"name":"BEGIN@101","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@101</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":"IO::Compress::Base::Common::BEGIN@101","$color":2,"excl_time":1.67000000000084e-05,"$area":1.67000000000084e-05},"id":"107-IO::Compress::Base::Common::BEGIN@101"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::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: 8&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"IO::Compress::Base::Common::BEGIN@4","$color":2,"excl_time":7.6999999999995e-06,"$area":7.6999999999995e-06},"id":"108-IO::Compress::Base::Common::BEGIN@4"},{"name":"BEGIN@476","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@476</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"IO::Compress::Base::Common::BEGIN@476","$color":2,"excl_time":6.29999999997025e-06,"$area":6.29999999997025e-06},"id":"109-IO::Compress::Base::Common::BEGIN@476"},{"name":"BEGIN@469","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@469</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.92e-05,"subname":"IO::Compress::Base::Common::BEGIN@469","$color":2,"excl_time":6.09999999994637e-06,"$area":6.09999999994637e-06},"id":"110-IO::Compress::Base::Common::BEGIN@469"},{"name":"BEGIN@41","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@41</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.84e-05,"subname":"IO::Compress::Base::Common::BEGIN@41","$color":2,"excl_time":8.80000000001701e-06,"$area":8.80000000001701e-06},"id":"111-IO::Compress::Base::Common::BEGIN@41"},{"name":"BEGIN@130","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@130</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"IO::Compress::Base::Common::BEGIN@130","$color":2,"excl_time":7.89999999998525e-06,"$area":7.89999999998525e-06},"id":"112-IO::Compress::Base::Common::BEGIN@130"},{"name":"BEGIN@134","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@134</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"IO::Compress::Base::Common::BEGIN@134","$color":2,"excl_time":6.99999999995962e-06,"$area":6.99999999995962e-06},"id":"113-IO::Compress::Base::Common::BEGIN@134"},{"name":"BEGIN@465","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@465</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.1e-05,"subname":"IO::Compress::Base::Common::BEGIN@465","$color":2,"excl_time":6.5999999999645e-06,"$area":6.5999999999645e-06},"id":"114-IO::Compress::Base::Common::BEGIN@465"},{"name":"BEGIN@501","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@501</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":"IO::Compress::Base::Common::BEGIN@501","$color":2,"excl_time":1.04000000000486e-05,"$area":1.04000000000486e-05},"id":"115-IO::Compress::Base::Common::BEGIN@501"},{"name":"BEGIN@461","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@461</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.27e-05,"subname":"IO::Compress::Base::Common::BEGIN@461","$color":2,"excl_time":8.30000000001001e-06,"$area":8.30000000001001e-06},"id":"116-IO::Compress::Base::Common::BEGIN@461"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@42</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.29e-05,"subname":"IO::Compress::Base::Common::BEGIN@42","$color":2,"excl_time":1.12999999999795e-05,"$area":1.12999999999795e-05},"id":"117-IO::Compress::Base::Common::BEGIN@42"},{"name":"BEGIN@473","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@473</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.27e-05,"subname":"IO::Compress::Base::Common::BEGIN@473","$color":2,"excl_time":6.4000000000364e-06,"$area":6.4000000000364e-06},"id":"118-IO::Compress::Base::Common::BEGIN@473"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"IO::Compress::Base::Common::BEGIN@5","$color":2,"excl_time":1.2400000000042e-05,"$area":1.2400000000042e-05},"id":"119-IO::Compress::Base::Common::BEGIN@5"},{"name":"BEGIN@131","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@131</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"IO::Compress::Base::Common::BEGIN@131","$color":2,"excl_time":7.79999999998525e-06,"$area":7.79999999998525e-06},"id":"120-IO::Compress::Base::Common::BEGIN@131"},{"name":"BEGIN@475","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@475</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"IO::Compress::Base::Common::BEGIN@475","$color":2,"excl_time":5.60000000000475e-06,"$area":5.60000000000475e-06},"id":"121-IO::Compress::Base::Common::BEGIN@475"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"IO::Compress::Base::Common::BEGIN@8","$color":2,"excl_time":1.3400000000044e-05,"$area":1.3400000000044e-05},"id":"122-IO::Compress::Base::Common::BEGIN@8"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"IO::Compress::Base::Common::BEGIN@3","$color":2,"excl_time":2.2699999999996e-05,"$area":2.2699999999996e-05},"id":"123-IO::Compress::Base::Common::BEGIN@3"},{"name":"BEGIN@464","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@464</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.88e-05,"subname":"IO::Compress::Base::Common::BEGIN@464","$color":2,"excl_time":6.799999999968e-06,"$area":6.799999999968e-06},"id":"124-IO::Compress::Base::Common::BEGIN@464"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3.46ms, 0.32%<br />Exclusive time: 1.47ms, 0.13%</p>","incl_time":0.0034601,"subname":"IO::Compress::Base::Common::BEGIN@9","$color":2,"excl_time":0.00147020000000001,"$area":0.00147020000000001},"id":"125-IO::Compress::Base::Common::BEGIN@9"},{"name":"BEGIN@502","children":[],"data":{"tip":"<p><b>IO::Compress::Base::Common::BEGIN@502</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"IO::Compress::Base::Common::BEGIN@502","$color":2,"excl_time":7.79999999994862e-06,"$area":7.79999999994862e-06},"id":"126-IO::Compress::Base::Common::BEGIN@502"}],"data":{"$area":0.0017442999999999},"id":"n92"},{"name":"::Validator","children":[],"data":{"$area":0},"id":"n127"}],"data":{"$area":0.0017442999999999},"id":"n90"},{"name":"::Zlib","children":[{"name":"::Extra","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>IO::Compress::Zlib::Extra::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: 7&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"IO::Compress::Zlib::Extra::BEGIN@6","$color":6,"excl_time":7.19999999995174e-06,"$area":7.19999999995174e-06},"id":"130-IO::Compress::Zlib::Extra::BEGIN@6"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>IO::Compress::Zlib::Extra::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.79e-05,"subname":"IO::Compress::Zlib::Extra::BEGIN@5","$color":6,"excl_time":1.49999999999721e-05,"$area":1.49999999999721e-05},"id":"131-IO::Compress::Zlib::Extra::BEGIN@5"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>IO::Compress::Zlib::Extra::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"IO::Compress::Zlib::Extra::BEGIN@7","$color":6,"excl_time":6.89999999994824e-06,"$area":6.89999999994824e-06},"id":"132-IO::Compress::Zlib::Extra::BEGIN@7"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>IO::Compress::Zlib::Extra::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 247&micro;s, 0.02%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0002471,"subname":"IO::Compress::Zlib::Extra::BEGIN@13","$color":6,"excl_time":1.53999999999432e-05,"$area":1.53999999999432e-05},"id":"133-IO::Compress::Zlib::Extra::BEGIN@13"}],"data":{"$area":4.44999999998153e-05},"id":"n129"}],"data":{"$area":4.44999999998153e-05},"id":"n128"}],"data":{"$area":0.00206459999999981},"id":"n56"},{"name":"::Socket","children":[{"name":"CORE:connect","children":[],"data":{"tip":"<p><b>IO::Socket::CORE:connect</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 194&micro;s, 0.02%</p>","incl_time":0.0001943,"subname":"IO::Socket::CORE:connect","$color":8,"excl_time":0.0001943,"$area":0.0001943},"id":"135-IO::Socket::CORE:connect"},{"name":"new","children":[],"data":{"tip":"<p><b>IO::Socket::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 124ms, 11.39%<br />Exclusive time: 79&micro;s, 0.01%</p>","incl_time":0.1244026,"subname":"IO::Socket::new","$color":8,"excl_time":7.88999999999651e-05,"$area":7.88999999999651e-05},"id":"136-IO::Socket::new"},{"name":"socket","children":[],"data":{"tip":"<p><b>IO::Socket::socket</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 164&micro;s, 0.01%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0001635,"subname":"IO::Socket::socket","$color":8,"excl_time":4.84999999999127e-05,"$area":4.84999999999127e-05},"id":"137-IO::Socket::socket"},{"name":"connect","children":[],"data":{"tip":"<p><b>IO::Socket::connect</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 41.1ms, 3.76%<br />Exclusive time: 1.30ms, 0.12%</p>","incl_time":0.0410649,"subname":"IO::Socket::connect","$color":8,"excl_time":0.0012977,"$area":0.0012977},"id":"138-IO::Socket::connect"},{"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: 40&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.95e-05,"subname":"IO::Socket::BEGIN@13","$color":8,"excl_time":9.59999999997287e-06,"$area":9.59999999997287e-06},"id":"139-IO::Socket::BEGIN@13"},{"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: 9&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":8.7e-06,"subname":"IO::Socket::BEGIN@14","$color":8,"excl_time":6.39999999998937e-06,"$area":6.39999999998937e-06},"id":"140-IO::Socket::BEGIN@14"},{"name":"import","children":[],"data":{"tip":"<p><b>IO::Socket::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 1.34ms, 0.12%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.001341,"subname":"IO::Socket::import","$color":8,"excl_time":1.75999999999143e-05,"$area":1.75999999999143e-05},"id":"141-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: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"IO::Socket::register_domain","$color":8,"excl_time":5.7e-06,"$area":5.7e-06},"id":"142-IO::Socket::register_domain"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"IO::Socket::BEGIN@17","$color":8,"excl_time":8.799999999965e-06,"$area":8.799999999965e-06},"id":"143-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 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"IO::Socket::CORE:pack","$color":8,"excl_time":4e-06,"$area":4e-06},"id":"144-IO::Socket::CORE:pack"},{"name":"blocking","children":[],"data":{"tip":"<p><b>IO::Socket::blocking</b></p><p><br />Called 6 times from 3 places in 2 files<br />Inclusive time: 129&micro;s, 0.01%<br />Exclusive time: 85&micro;s, 0.01%</p>","incl_time":0.0001286,"subname":"IO::Socket::blocking","$color":8,"excl_time":8.540000000009e-05,"$area":8.540000000009e-05},"id":"145-IO::Socket::blocking"},{"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: 47&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":4.72e-05,"subname":"IO::Socket::BEGIN@11","$color":8,"excl_time":1.80000000000485e-05,"$area":1.80000000000485e-05},"id":"146-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: 2.32ms, 0.21%<br />Exclusive time: 934&micro;s, 0.09%</p>","incl_time":0.0023195,"subname":"IO::Socket::BEGIN@12","$color":8,"excl_time":0.000934399999999861,"$area":0.000934399999999861},"id":"147-IO::Socket::BEGIN@12"},{"name":"CORE:getpeername","children":[],"data":{"tip":"<p><b>IO::Socket::CORE:getpeername</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.49e-05,"subname":"IO::Socket::CORE:getpeername","$color":8,"excl_time":2.49e-05,"$area":2.49e-05},"id":"148-IO::Socket::CORE:getpeername"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"IO::Socket::BEGIN@16","$color":8,"excl_time":8.00000000003664e-06,"$area":8.00000000003664e-06},"id":"149-IO::Socket::BEGIN@16"},{"name":"CORE:socket","children":[],"data":{"tip":"<p><b>IO::Socket::CORE:socket</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 115&micro;s, 0.01%</p>","incl_time":0.000115,"subname":"IO::Socket::CORE:socket","$color":8,"excl_time":0.000115,"$area":0.000115},"id":"150-IO::Socket::CORE:socket"},{"name":"peername","children":[],"data":{"tip":"<p><b>IO::Socket::peername</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 65&micro;s, 0.01%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":6.52e-05,"subname":"IO::Socket::peername","$color":8,"excl_time":4.03000000000056e-05,"$area":4.03000000000056e-05},"id":"151-IO::Socket::peername"},{"name":"::INET","children":[{"name":"configure","children":[],"data":{"tip":"<p><b>IO::Socket::INET::configure</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 124ms, 11.34%<br />Exclusive time: 226&micro;s, 0.02%</p>","incl_time":0.123802,"subname":"IO::Socket::INET::configure","$color":10,"excl_time":0.000225699999999822,"$area":0.000225699999999822},"id":"153-IO::Socket::INET::configure"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>IO::Socket::INET::CORE:subst</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.5e-06,"subname":"IO::Socket::INET::CORE:subst","$color":10,"excl_time":1.5e-06,"$area":1.5e-06},"id":"154-IO::Socket::INET::CORE:subst"},{"name":"peerhost","children":[],"data":{"tip":"<p><b>IO::Socket::INET::peerhost</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 231&micro;s, 0.02%<br />Exclusive time: 55&micro;s, 0.00%</p>","incl_time":0.0002314,"subname":"IO::Socket::INET::peerhost","$color":10,"excl_time":5.4600000000023e-05,"$area":5.4600000000023e-05},"id":"155-IO::Socket::INET::peerhost"},{"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: 5.92ms, 0.54%<br />Exclusive time: 2.05ms, 0.19%</p>","incl_time":0.0059203,"subname":"IO::Socket::INET::BEGIN@11","$color":10,"excl_time":0.00204650000000018,"$area":0.00204650000000018},"id":"156-IO::Socket::INET::BEGIN@11"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IO::Socket::INET::CORE:match</b></p><p><br />Called 8 times from 3 places in 2 files<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"IO::Socket::INET::CORE:match","$color":10,"excl_time":1.7e-05,"$area":1.7e-05},"id":"157-IO::Socket::INET::CORE:match"},{"name":"_get_addr","children":[],"data":{"tip":"<p><b>IO::Socket::INET::_get_addr</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 82.2ms, 7.53%<br />Exclusive time: 69&micro;s, 0.01%</p>","incl_time":0.0821805,"subname":"IO::Socket::INET::_get_addr","$color":10,"excl_time":6.93000000000708e-05,"$area":6.93000000000708e-05},"id":"158-IO::Socket::INET::_get_addr"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.81e-05,"subname":"IO::Socket::INET::BEGIN@13","$color":10,"excl_time":8.79999999999013e-06,"$area":8.79999999999013e-06},"id":"159-IO::Socket::INET::BEGIN@13"},{"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: 763&micro;s, 0.07%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.000763,"subname":"IO::Socket::INET::BEGIN@12","$color":10,"excl_time":2.39000000000075e-05,"$area":2.39000000000075e-05},"id":"160-IO::Socket::INET::BEGIN@12"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"IO::Socket::INET::BEGIN@9","$color":10,"excl_time":1.85000000000544e-05,"$area":1.85000000000544e-05},"id":"161-IO::Socket::INET::BEGIN@9"},{"name":"_get_proto_name","children":[],"data":{"tip":"<p><b>IO::Socket::INET::_get_proto_name</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.8e-06,"subname":"IO::Socket::INET::_get_proto_name","$color":10,"excl_time":8.8e-06,"$area":8.8e-06},"id":"162-IO::Socket::INET::_get_proto_name"},{"name":"_sock_info","children":[],"data":{"tip":"<p><b>IO::Socket::INET::_sock_info</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 108&micro;s, 0.01%<br />Exclusive time: 78&micro;s, 0.01%</p>","incl_time":0.0001083,"subname":"IO::Socket::INET::_sock_info","$color":10,"excl_time":7.7900000000014e-05,"$area":7.7900000000014e-05},"id":"163-IO::Socket::INET::_sock_info"},{"name":"new","children":[],"data":{"tip":"<p><b>IO::Socket::INET::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 124ms, 11.39%<br />Exclusive time: 35&micro;s, 0.00%</p>","incl_time":0.1244372,"subname":"IO::Socket::INET::new","$color":10,"excl_time":3.45999999999749e-05,"$area":3.45999999999749e-05},"id":"164-IO::Socket::INET::new"},{"name":"peeraddr","children":[],"data":{"tip":"<p><b>IO::Socket::INET::peeraddr</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 154&micro;s, 0.01%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0001538,"subname":"IO::Socket::INET::peeraddr","$color":10,"excl_time":5.31000000000464e-05,"$area":5.31000000000464e-05},"id":"165-IO::Socket::INET::peeraddr"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"IO::Socket::INET::BEGIN@14","$color":10,"excl_time":7.70000000005214e-06,"$area":7.70000000005214e-06},"id":"166-IO::Socket::INET::BEGIN@14"},{"name":"_get_proto_number","children":[],"data":{"tip":"<p><b>IO::Socket::INET::_get_proto_number</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"IO::Socket::INET::_get_proto_number","$color":10,"excl_time":1.19e-05,"$area":1.19e-05},"id":"167-IO::Socket::INET::_get_proto_number"},{"name":"peerport","children":[],"data":{"tip":"<p><b>IO::Socket::INET::peerport</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.01%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":6.39e-05,"subname":"IO::Socket::INET::peerport","$color":10,"excl_time":3.75999999999654e-05,"$area":3.75999999999654e-05},"id":"168-IO::Socket::INET::peerport"},{"name":"connect","children":[],"data":{"tip":"<p><b>IO::Socket::INET::connect</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 41.1ms, 3.76%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":0.041102,"subname":"IO::Socket::INET::connect","$color":10,"excl_time":3.71000000000399e-05,"$area":3.71000000000399e-05},"id":"169-IO::Socket::INET::connect"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>IO::Socket::INET::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"IO::Socket::INET::BEGIN@15","$color":10,"excl_time":6.50000000001675e-06,"$area":6.50000000001675e-06},"id":"170-IO::Socket::INET::BEGIN@15"}],"data":{"$area":0.00274100000000026},"id":"n152"},{"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: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"IO::Socket::UNIX::BEGIN@12","$color":1,"excl_time":8.099999999991e-06,"$area":8.099999999991e-06},"id":"172-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"IO::Socket::UNIX::BEGIN@9","$color":1,"excl_time":1.5000000000019e-05,"$area":1.5000000000019e-05},"id":"173-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: 701&micro;s, 0.06%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0007012,"subname":"IO::Socket::UNIX::BEGIN@11","$color":1,"excl_time":7.60000000003911e-06,"$area":7.60000000003911e-06},"id":"174-IO::Socket::UNIX::BEGIN@11"}],"data":{"$area":3.07000000000491e-05},"id":"n171"}],"data":{"$area":0.00566920000000007},"id":"n134"},{"name":"::Select","children":[{"name":"CORE:sselect","children":[],"data":{"tip":"<p><b>IO::Select::CORE:sselect</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 38.9ms, 3.57%</p>","incl_time":0.0389339,"subname":"IO::Select::CORE:sselect","$color":3,"excl_time":0.0389339,"$area":0.0389339},"id":"176-IO::Select::CORE:sselect"},{"name":"can_write","children":[],"data":{"tip":"<p><b>IO::Select::can_write</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 39.0ms, 3.57%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0390358,"subname":"IO::Select::can_write","$color":3,"excl_time":4.58999999999783e-05,"$area":4.58999999999783e-05},"id":"177-IO::Select::can_write"},{"name":"new","children":[],"data":{"tip":"<p><b>IO::Select::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001012,"subname":"IO::Select::new","$color":3,"excl_time":2.3599999999989e-05,"$area":2.3599999999989e-05},"id":"178-IO::Select::new"},{"name":"_update","children":[],"data":{"tip":"<p><b>IO::Select::_update</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.01%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":6.79e-05,"subname":"IO::Select::_update","$color":3,"excl_time":3.38000000000741e-05,"$area":3.38000000000741e-05},"id":"179-IO::Select::_update"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::Select::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.01%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":5.61999999999993e-05,"subname":"IO::Select::BEGIN@9","$color":3,"excl_time":4.35999999999701e-05,"$area":4.35999999999701e-05},"id":"180-IO::Select::BEGIN@9"},{"name":"_fileno","children":[],"data":{"tip":"<p><b>IO::Select::_fileno</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":3.41e-05,"subname":"IO::Select::_fileno","$color":3,"excl_time":2.54999999999747e-05,"$area":2.54999999999747e-05},"id":"181-IO::Select::_fileno"},{"name":"handles","children":[],"data":{"tip":"<p><b>IO::Select::handles</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.01%</p>","incl_time":5.6e-05,"subname":"IO::Select::handles","$color":3,"excl_time":5.6e-05,"$area":5.6e-05},"id":"182-IO::Select::handles"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>IO::Select::CORE:match</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.6e-06,"subname":"IO::Select::CORE:match","$color":3,"excl_time":8.6e-06,"$area":8.6e-06},"id":"183-IO::Select::CORE:match"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>IO::Select::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 106&micro;s, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0001056,"subname":"IO::Select::BEGIN@10","$color":3,"excl_time":1.61000000000354e-05,"$area":1.61000000000354e-05},"id":"184-IO::Select::BEGIN@10"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>IO::Select::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"IO::Select::BEGIN@11","$color":3,"excl_time":1.06000000000095e-05,"$area":1.06000000000095e-05},"id":"185-IO::Select::BEGIN@11"},{"name":"add","children":[],"data":{"tip":"<p><b>IO::Select::add</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.76e-05,"subname":"IO::Select::add","$color":3,"excl_time":9.69999999999038e-06,"$area":9.69999999999038e-06},"id":"186-IO::Select::add"}],"data":{"$area":0.0392073},"id":"n175"},{"name":"::Seekable","children":[{"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: 27&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"IO::Seekable::BEGIN@97","$color":5,"excl_time":2.67e-05,"$area":2.67e-05},"id":"188-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: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.28e-05,"subname":"IO::Seekable::BEGIN@98","$color":5,"excl_time":8.30000000000713e-06,"$area":8.30000000000713e-06},"id":"189-IO::Seekable::BEGIN@98"},{"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: 3.19ms, 0.29%<br />Exclusive time: 2.45ms, 0.22%</p>","incl_time":0.0031931,"subname":"IO::Seekable::BEGIN@101","$color":5,"excl_time":0.00245449999999997,"$area":0.00245449999999997},"id":"190-IO::Seekable::BEGIN@101"},{"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: 1.27ms, 0.12%<br />Exclusive time: 686&micro;s, 0.06%</p>","incl_time":0.0012698,"subname":"IO::Seekable::BEGIN@104","$color":5,"excl_time":0.000686199999999983,"$area":0.000686199999999983},"id":"191-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: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"IO::Seekable::BEGIN@99","$color":5,"excl_time":6.79999999997787e-06,"$area":6.79999999997787e-06},"id":"192-IO::Seekable::BEGIN@99"}],"data":{"$area":0.00318249999999993},"id":"n187"},{"name":"::Uncompress","children":[{"name":"::RawInflate","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>IO::Uncompress::RawInflate::BEGIN@6</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":"IO::Uncompress::RawInflate::BEGIN@6","$color":7,"excl_time":6.69999999995974e-06,"$area":6.69999999995974e-06},"id":"195-IO::Uncompress::RawInflate::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>IO::Uncompress::RawInflate::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":"IO::Uncompress::RawInflate::BEGIN@4","$color":7,"excl_time":1.41999999999721e-05,"$area":1.41999999999721e-05},"id":"196-IO::Uncompress::RawInflate::BEGIN@4"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>IO::Uncompress::RawInflate::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.7ms, 1.08%<br />Exclusive time: 11.3ms, 1.04%</p>","incl_time":0.0117434,"subname":"IO::Uncompress::RawInflate::BEGIN@12","$color":7,"excl_time":0.0113338000000001,"$area":0.0113338000000001},"id":"197-IO::Uncompress::RawInflate::BEGIN@12"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>IO::Uncompress::RawInflate::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: 7&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"IO::Uncompress::RawInflate::BEGIN@5","$color":7,"excl_time":7.09999999996899e-06,"$area":7.09999999996899e-06},"id":"198-IO::Uncompress::RawInflate::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>IO::Uncompress::RawInflate::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.82ms, 0.44%<br />Exclusive time: 3.10ms, 0.28%</p>","incl_time":0.0048154,"subname":"IO::Uncompress::RawInflate::BEGIN@8","$color":7,"excl_time":0.00310439999999976,"$area":0.00310439999999976},"id":"199-IO::Uncompress::RawInflate::BEGIN@8"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>IO::Uncompress::RawInflate::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.73ms, 0.52%<br />Exclusive time: 5.03ms, 0.46%</p>","incl_time":0.0057314,"subname":"IO::Uncompress::RawInflate::BEGIN@11","$color":7,"excl_time":0.00502549999999985,"$area":0.00502549999999985},"id":"200-IO::Uncompress::RawInflate::BEGIN@11"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::Uncompress::RawInflate::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.08ms, 0.83%<br />Exclusive time: 4.18ms, 0.38%</p>","incl_time":0.0090822,"subname":"IO::Uncompress::RawInflate::BEGIN@9","$color":7,"excl_time":0.0041829999999999,"$area":0.0041829999999999},"id":"201-IO::Uncompress::RawInflate::BEGIN@9"}],"data":{"$area":0.0236746999999995},"id":"n194"},{"name":"::Adapter","children":[{"name":"::Inflate","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>IO::Uncompress::Adapter::Inflate::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"IO::Uncompress::Adapter::Inflate::BEGIN@4","$color":9,"excl_time":8.30000000002913e-06,"$area":8.30000000002913e-06},"id":"204-IO::Uncompress::Adapter::Inflate::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>IO::Uncompress::Adapter::Inflate::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.8e-06,"subname":"IO::Uncompress::Adapter::Inflate::BEGIN@5","$color":9,"excl_time":7.49999999998937e-06,"$area":7.49999999998937e-06},"id":"205-IO::Uncompress::Adapter::Inflate::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>IO::Uncompress::Adapter::Inflate::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 167&micro;s, 0.02%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001673,"subname":"IO::Uncompress::Adapter::Inflate::BEGIN@8","$color":9,"excl_time":1.48000000000001e-05,"$area":1.48000000000001e-05},"id":"206-IO::Uncompress::Adapter::Inflate::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>IO::Uncompress::Adapter::Inflate::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 149&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001489,"subname":"IO::Uncompress::Adapter::Inflate::BEGIN@7","$color":9,"excl_time":1.14999999999348e-05,"$area":1.14999999999348e-05},"id":"207-IO::Uncompress::Adapter::Inflate::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>IO::Uncompress::Adapter::Inflate::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"IO::Uncompress::Adapter::Inflate::BEGIN@3","$color":9,"excl_time":1.57000000000018e-05,"$area":1.57000000000018e-05},"id":"208-IO::Uncompress::Adapter::Inflate::BEGIN@3"}],"data":{"$area":5.77999999999552e-05},"id":"n203"}],"data":{"$area":5.77999999999552e-05},"id":"n202"},{"name":"::Base","children":[{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::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: 7&micro;s, 0.00%</p>","incl_time":4.07e-05,"subname":"IO::Uncompress::Base::BEGIN@24","$color":0,"excl_time":7.19999999998037e-06,"$area":7.19999999998037e-06},"id":"210-IO::Uncompress::Base::BEGIN@24"},{"name":"BEGIN@413","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::BEGIN@413</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.19e-05,"subname":"IO::Uncompress::Base::BEGIN@413","$color":0,"excl_time":1.05000000000053e-05,"$area":1.05000000000053e-05},"id":"211-IO::Uncompress::Base::BEGIN@413"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 173&micro;s, 0.02%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0001729,"subname":"IO::Uncompress::Base::BEGIN@20","$color":0,"excl_time":1.70999999999608e-05,"$area":1.70999999999608e-05},"id":"212-IO::Uncompress::Base::BEGIN@20"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::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: 11&micro;s, 0.00%</p>","incl_time":3.55e-05,"subname":"IO::Uncompress::Base::BEGIN@15","$color":0,"excl_time":1.14000000000286e-05,"$area":1.14000000000286e-05},"id":"213-IO::Uncompress::Base::BEGIN@15"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"IO::Uncompress::Base::BEGIN@23","$color":0,"excl_time":1.10999999999866e-05,"$area":1.10999999999866e-05},"id":"214-IO::Uncompress::Base::BEGIN@23"},{"name":"_notAvailable","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::_notAvailable</b></p><p><br />Called 6 times from 6 places in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"IO::Uncompress::Base::_notAvailable","$color":0,"excl_time":1.52e-05,"$area":1.52e-05},"id":"215-IO::Uncompress::Base::_notAvailable"},{"name":"BEGIN@94","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::BEGIN@94</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"IO::Uncompress::Base::BEGIN@94","$color":0,"excl_time":8.40000000001763e-06,"$area":8.40000000001763e-06},"id":"216-IO::Uncompress::Base::BEGIN@94"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::BEGIN@22</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.03e-05,"subname":"IO::Uncompress::Base::BEGIN@22","$color":0,"excl_time":6.89999999999325e-06,"$area":6.89999999999325e-06},"id":"217-IO::Uncompress::Base::BEGIN@22"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::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: 16&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"IO::Uncompress::Base::BEGIN@4","$color":0,"excl_time":1.59000000000305e-05,"$area":1.59000000000305e-05},"id":"218-IO::Uncompress::Base::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::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: 8&micro;s, 0.00%</p>","incl_time":1.11e-05,"subname":"IO::Uncompress::Base::BEGIN@6","$color":0,"excl_time":8.30000000003051e-06,"$area":8.30000000003051e-06},"id":"219-IO::Uncompress::Base::BEGIN@6"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":5.86e-05,"subname":"IO::Uncompress::Base::BEGIN@21","$color":0,"excl_time":2.27999999999697e-05,"$area":2.27999999999697e-05},"id":"220-IO::Uncompress::Base::BEGIN@21"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::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.72e-05,"subname":"IO::Uncompress::Base::BEGIN@5","$color":0,"excl_time":7.59999999994599e-06,"$area":7.59999999994599e-06},"id":"221-IO::Uncompress::Base::BEGIN@5"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0001579,"subname":"IO::Uncompress::Base::BEGIN@17","$color":0,"excl_time":1.51999999999489e-05,"$area":1.51999999999489e-05},"id":"222-IO::Uncompress::Base::BEGIN@17"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>IO::Uncompress::Base::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: 6&micro;s, 0.00%</p>","incl_time":3.46e-05,"subname":"IO::Uncompress::Base::BEGIN@14","$color":0,"excl_time":6.10000000001313e-06,"$area":6.10000000001313e-06},"id":"223-IO::Uncompress::Base::BEGIN@14"}],"data":{"$area":0.000163699999999911},"id":"n209"},{"name":"::Gunzip","children":[{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 974&micro;s, 0.09%<br />Exclusive time: 674&micro;s, 0.06%</p>","incl_time":0.0009737,"subname":"IO::Uncompress::Gunzip::BEGIN@17","$color":2,"excl_time":0.000673700000000033,"$area":0.000673700000000033},"id":"225-IO::Uncompress::Gunzip::BEGIN@17"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.04e-05,"subname":"IO::Uncompress::Gunzip::BEGIN@8","$color":2,"excl_time":1.70999999999606e-05,"$area":1.70999999999606e-05},"id":"226-IO::Uncompress::Gunzip::BEGIN@8"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 148&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001484,"subname":"IO::Uncompress::Gunzip::BEGIN@50","$color":2,"excl_time":1.29999999999923e-05,"$area":1.29999999999923e-05},"id":"227-IO::Uncompress::Gunzip::BEGIN@50"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.33ms, 0.21%<br />Exclusive time: 1.02ms, 0.09%</p>","incl_time":0.0023274,"subname":"IO::Uncompress::Gunzip::BEGIN@16","$color":2,"excl_time":0.00101629999999988,"$area":0.00101629999999988},"id":"228-IO::Uncompress::Gunzip::BEGIN@16"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::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: 10&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"IO::Uncompress::Gunzip::BEGIN@9","$color":2,"excl_time":9.50000000003664e-06,"$area":9.50000000003664e-06},"id":"229-IO::Uncompress::Gunzip::BEGIN@9"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 139&micro;s, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001386,"subname":"IO::Uncompress::Gunzip::BEGIN@15","$color":2,"excl_time":1.24999999999821e-05,"$area":1.24999999999821e-05},"id":"230-IO::Uncompress::Gunzip::BEGIN@15"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::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.15e-05,"subname":"IO::Uncompress::Gunzip::BEGIN@10","$color":2,"excl_time":1.83999999999664e-05,"$area":1.83999999999664e-05},"id":"231-IO::Uncompress::Gunzip::BEGIN@10"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32.7ms, 2.99%<br />Exclusive time: 1.19ms, 0.11%</p>","incl_time":0.0326849,"subname":"IO::Uncompress::Gunzip::BEGIN@12","$color":2,"excl_time":0.0011911000000001,"$area":0.0011911000000001},"id":"232-IO::Uncompress::Gunzip::BEGIN@12"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>IO::Uncompress::Gunzip::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.19e-05,"subname":"IO::Uncompress::Gunzip::BEGIN@14","$color":2,"excl_time":1.28999999999888e-05,"$area":1.28999999999888e-05},"id":"233-IO::Uncompress::Gunzip::BEGIN@14"}],"data":{"$area":0.00296449999999994},"id":"n224"}],"data":{"$area":0.0268606999999993},"id":"n193"},{"name":"::Handle","children":[{"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: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"IO::Handle::BEGIN@264","$color":4,"excl_time":6.60000000002264e-06,"$area":6.60000000002264e-06},"id":"235-IO::Handle::BEGIN@264"},{"name":"new","children":[],"data":{"tip":"<p><b>IO::Handle::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":5.27e-05,"subname":"IO::Handle::new","$color":4,"excl_time":3.08999999999282e-05,"$area":3.08999999999282e-05},"id":"236-IO::Handle::new"},{"name":"autoflush","children":[],"data":{"tip":"<p><b>IO::Handle::autoflush</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 147&micro;s, 0.01%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":0.0001471,"subname":"IO::Handle::autoflush","$color":4,"excl_time":4.86000000001097e-05,"$area":4.86000000001097e-05},"id":"237-IO::Handle::autoflush"},{"name":"BEGIN@263","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@263</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.75e-05,"subname":"IO::Handle::BEGIN@263","$color":4,"excl_time":6.90000000000825e-06,"$area":6.90000000000825e-06},"id":"238-IO::Handle::BEGIN@263"},{"name":"syswrite","children":[],"data":{"tip":"<p><b>IO::Handle::syswrite</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 204&micro;s, 0.02%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0002043,"subname":"IO::Handle::syswrite","$color":4,"excl_time":3.32999999999678e-05,"$area":3.32999999999678e-05},"id":"239-IO::Handle::syswrite"},{"name":"BEGIN@613","children":[],"data":{"tip":"<p><b>IO::Handle::BEGIN@613</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.21e-05,"subname":"IO::Handle::BEGIN@613","$color":4,"excl_time":7.79999999997737e-06,"$area":7.79999999997737e-06},"id":"240-IO::Handle::BEGIN@613"},{"name":"blocking","children":[],"data":{"tip":"<p><b>IO::Handle::blocking</b></p><p><br />Called 6 times from 1 place in 2 files<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.32e-05,"subname":"IO::Handle::blocking","$color":4,"excl_time":4.32e-05,"$area":4.32e-05},"id":"241-IO::Handle::blocking"},{"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: 608&micro;s, 0.06%<br />Exclusive time: 245&micro;s, 0.02%</p>","incl_time":0.0006079,"subname":"IO::Handle::BEGIN@266","$color":4,"excl_time":0.000244800000000106,"$area":0.000244800000000106},"id":"242-IO::Handle::BEGIN@266"},{"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: 10&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"IO::Handle::BEGIN@261","$color":4,"excl_time":6.99999999998362e-06,"$area":6.99999999998362e-06},"id":"243-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: 22&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"IO::Handle::BEGIN@260","$color":4,"excl_time":2.16e-05,"$area":2.16e-05},"id":"244-IO::Handle::BEGIN@260"},{"name":"CORE:syswrite","children":[],"data":{"tip":"<p><b>IO::Handle::CORE:syswrite</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 171&micro;s, 0.02%</p>","incl_time":0.000171,"subname":"IO::Handle::CORE:syswrite","$color":4,"excl_time":0.000171,"$area":0.000171},"id":"245-IO::Handle::CORE:syswrite"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.3e-06,"subname":"IO::Handle::BEGIN@265","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"246-IO::Handle::BEGIN@265"}],"data":{"$area":0.000625000000000103},"id":"n234"}],"data":{"$area":0.0824541999999993},"id":"n42"},{"name":"Params","children":[{"name":"::Util","children":[{"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: 31&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":3.14e-05,"subname":"Params::Util::BEGIN@59","$color":6,"excl_time":2.25999999999968e-05,"$area":2.25999999999968e-05},"id":"249-Params::Util::BEGIN@59"},{"name":"_SCALAR0","children":[],"data":{"tip":"<p><b>Params::Util::_SCALAR0</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Params::Util::_SCALAR0","$color":6,"excl_time":8e-06,"$area":8e-06},"id":"250-Params::Util::_SCALAR0"},{"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: 78&micro;s, 0.01%</p>","incl_time":7.83e-05,"subname":"Params::Util::BEGIN@58","$color":6,"excl_time":7.83e-05,"$area":7.83e-05},"id":"251-Params::Util::BEGIN@58"},{"name":"_HASHLIKE","children":[],"data":{"tip":"<p><b>Params::Util::_HASHLIKE</b></p><p><br />Called 5 times from 1 place in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.4e-06,"subname":"Params::Util::_HASHLIKE","$color":6,"excl_time":8.4e-06,"$area":8.4e-06},"id":"252-Params::Util::_HASHLIKE"},{"name":"_ARRAYLIKE","children":[],"data":{"tip":"<p><b>Params::Util::_ARRAYLIKE</b></p><p><br />Called 5 times from 1 place in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Params::Util::_ARRAYLIKE","$color":6,"excl_time":5.6e-06,"$area":5.6e-06},"id":"253-Params::Util::_ARRAYLIKE"},{"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: 134&micro;s, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0001341,"subname":"Params::Util::BEGIN@65","$color":6,"excl_time":1.41999999999939e-05,"$area":1.41999999999939e-05},"id":"254-Params::Util::BEGIN@65"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Params::Util::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 51&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"Params::Util::bootstrap","$color":6,"excl_time":5.07e-05,"$area":5.07e-05},"id":"255-Params::Util::bootstrap"},{"name":"_CODELIKE","children":[],"data":{"tip":"<p><b>Params::Util::_CODELIKE</b></p><p><br />Called 69 times from 4 places in 3 files<br />Inclusive time: 46&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"Params::Util::_CODELIKE","$color":6,"excl_time":4.6e-05,"$area":4.6e-05},"id":"256-Params::Util::_CODELIKE"}],"data":{"$area":0.000233799999999991},"id":"n248"}],"data":{"$area":0.000233799999999991},"id":"n247"},{"name":"Scalar","children":[{"name":"::Util","children":[{"name":"looks_like_number","children":[],"data":{"tip":"<p><b>Scalar::Util::looks_like_number</b></p><p><br />Called 29 times from 1 place in 2 files<br />Inclusive time: 34&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"Scalar::Util::looks_like_number","$color":8,"excl_time":3.35e-05,"$area":3.35e-05},"id":"259-Scalar::Util::looks_like_number"},{"name":"reftype","children":[],"data":{"tip":"<p><b>Scalar::Util::reftype</b></p><p><br />Called 202 times from 6 places in 5 files<br />Inclusive time: 128&micro;s, 0.01%</p>","incl_time":0.0001277,"subname":"Scalar::Util::reftype","$color":8,"excl_time":0.0001277,"$area":0.0001277},"id":"260-Scalar::Util::reftype"},{"name":"refaddr","children":[],"data":{"tip":"<p><b>Scalar::Util::refaddr</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"Scalar::Util::refaddr","$color":8,"excl_time":6.5e-06,"$area":6.5e-06},"id":"261-Scalar::Util::refaddr"},{"name":"blessed","children":[],"data":{"tip":"<p><b>Scalar::Util::blessed</b></p><p><br />Called 2289 times from 22 places in 19 files<br />Inclusive time: 1.32ms, 0.12%</p>","incl_time":0.0013175,"subname":"Scalar::Util::blessed","$color":8,"excl_time":0.0013175,"$area":0.0013175},"id":"262-Scalar::Util::blessed"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"Scalar::Util::BEGIN@9","$color":8,"excl_time":1.50999999999982e-05,"$area":1.50999999999982e-05},"id":"263-Scalar::Util::BEGIN@9"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Scalar::Util::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 888&micro;s, 0.08%<br />Exclusive time: 426&micro;s, 0.04%</p>","incl_time":0.0008876,"subname":"Scalar::Util::BEGIN@10","$color":8,"excl_time":0.000426,"$area":0.000426},"id":"264-Scalar::Util::BEGIN@10"},{"name":"weaken","children":[],"data":{"tip":"<p><b>Scalar::Util::weaken</b></p><p><br />Called 718 times from 8 places in 8 files<br />Inclusive time: 679&micro;s, 0.06%</p>","incl_time":0.000678699999999999,"subname":"Scalar::Util::weaken","$color":8,"excl_time":0.000678699999999999,"$area":0.000678699999999999},"id":"265-Scalar::Util::weaken"}],"data":{"$area":0.002605},"id":"n258"}],"data":{"$area":0.002605},"id":"n257"},{"name":"DynaLoader","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:subst</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 309&micro;s, 0.03%</p>","incl_time":0.0003093,"subname":"DynaLoader::CORE:subst","$color":10,"excl_time":0.0003093,"$area":0.0003093},"id":"267-DynaLoader::CORE:subst"},{"name":"dl_install_xsub","children":[],"data":{"tip":"<p><b>DynaLoader::dl_install_xsub</b></p><p><br />Called 8 times from 1 place in 2 files<br />Inclusive time: 56&micro;s, 0.01%</p>","incl_time":5.65e-05,"subname":"DynaLoader::dl_install_xsub","$color":10,"excl_time":5.65e-05,"$area":5.65e-05},"id":"268-DynaLoader::dl_install_xsub"},{"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: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"DynaLoader::BEGIN@18","$color":10,"excl_time":9.2e-06,"$area":9.2e-06},"id":"269-DynaLoader::BEGIN@18"},{"name":"CORE:ftsize","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:ftsize</b></p><p><br />Called 8 times from 1 place in 2 files<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.35e-05,"subname":"DynaLoader::CORE:ftsize","$color":10,"excl_time":5.35e-05,"$area":5.35e-05},"id":"270-DynaLoader::CORE:ftsize"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:ftdir</b></p><p><br />Called 26 times from 1 place in 2 files<br />Inclusive time: 139&micro;s, 0.01%</p>","incl_time":0.0001386,"subname":"DynaLoader::CORE:ftdir","$color":10,"excl_time":0.0001386,"$area":0.0001386},"id":"271-DynaLoader::CORE:ftdir"},{"name":"dl_load_flags","children":[],"data":{"tip":"<p><b>DynaLoader::dl_load_flags</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.46e-05,"subname":"DynaLoader::dl_load_flags","$color":10,"excl_time":1.46e-05,"$area":1.46e-05},"id":"272-DynaLoader::dl_load_flags"},{"name":"dl_find_symbol","children":[],"data":{"tip":"<p><b>DynaLoader::dl_find_symbol</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 83&micro;s, 0.01%</p>","incl_time":8.32e-05,"subname":"DynaLoader::dl_find_symbol","$color":10,"excl_time":8.32e-05,"$area":8.32e-05},"id":"273-DynaLoader::dl_find_symbol"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>DynaLoader::bootstrap</b></p><p><br />Called 8 times from 8 places in 8 files<br />Inclusive time: 22.8ms, 2.09%<br />Exclusive time: 817&micro;s, 0.07%</p>","incl_time":0.0228272,"subname":"DynaLoader::bootstrap","$color":10,"excl_time":0.00081670000000026,"$area":0.00081670000000026},"id":"274-DynaLoader::bootstrap"},{"name":"BEGIN@25","children":[],"data":{"tip":"<p><b>DynaLoader::BEGIN@25</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":"DynaLoader::BEGIN@25","$color":10,"excl_time":1.20000000000007e-05,"$area":1.20000000000007e-05},"id":"275-DynaLoader::BEGIN@25"},{"name":"dl_undef_symbols","children":[],"data":{"tip":"<p><b>DynaLoader::dl_undef_symbols</b></p><p><br />Called 8 times from 1 place in 2 files<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"DynaLoader::dl_undef_symbols","$color":10,"excl_time":1.69e-05,"$area":1.69e-05},"id":"276-DynaLoader::dl_undef_symbols"},{"name":"dl_load_file","children":[],"data":{"tip":"<p><b>DynaLoader::dl_load_file</b></p><p><br />Called 8 times from 1 place in 2 files<br />Inclusive time: 20.3ms, 1.86%</p>","incl_time":0.0202667,"subname":"DynaLoader::dl_load_file","$color":10,"excl_time":0.0202667,"$area":0.0202667},"id":"277-DynaLoader::dl_load_file"},{"name":"CORE:ftfile","children":[],"data":{"tip":"<p><b>DynaLoader::CORE:ftfile</b></p><p><br />Called 8 times from 1 place in 2 files<br />Inclusive time: 90&micro;s, 0.01%</p>","incl_time":9.03e-05,"subname":"DynaLoader::CORE:ftfile","$color":10,"excl_time":9.03e-05,"$area":9.03e-05},"id":"278-DynaLoader::CORE:ftfile"}],"data":{"$area":0.0218675000000003},"id":"n266"},{"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: 50&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.96e-05,"subname":"File::Spec::BEGIN@4","$color":1,"excl_time":7.90000000002213e-06,"$area":7.90000000002213e-06},"id":"281-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: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"File::Spec::BEGIN@3","$color":1,"excl_time":1.35000000000276e-05,"$area":1.35000000000276e-05},"id":"282-File::Spec::BEGIN@3"},{"name":"::Unix","children":[{"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: 25&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"File::Spec::Unix::BEGIN@3","$color":3,"excl_time":2.19000000000104e-05,"$area":2.19000000000104e-05},"id":"284-File::Spec::Unix::BEGIN@3"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"File::Spec::Unix::BEGIN@4","$color":3,"excl_time":5.9000000000145e-06,"$area":5.9000000000145e-06},"id":"285-File::Spec::Unix::BEGIN@4"},{"name":"BEGIN@149","children":[],"data":{"tip":"<p><b>File::Spec::Unix::BEGIN@149</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"File::Spec::Unix::BEGIN@149","$color":3,"excl_time":7.50000000001388e-06,"$area":7.50000000001388e-06},"id":"286-File::Spec::Unix::BEGIN@149"}],"data":{"$area":3.53000000000388e-05},"id":"n283"}],"data":{"$area":5.67000000000885e-05},"id":"n280"},{"name":"::Glob","children":[{"name":"GLOB_CSH","children":[],"data":{"tip":"<p><b>File::Glob::GLOB_CSH</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 256&micro;s, 0.02%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0002557,"subname":"File::Glob::GLOB_CSH","$color":5,"excl_time":4.57000000000675e-05,"$area":4.57000000000675e-05},"id":"288-File::Glob::GLOB_CSH"},{"name":"GLOB_TILDE","children":[],"data":{"tip":"<p><b>File::Glob::GLOB_TILDE</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":"File::Glob::GLOB_TILDE","$color":5,"excl_time":2.6e-06,"$area":2.6e-06},"id":"289-File::Glob::GLOB_TILDE"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>File::Glob::CORE:subst</b></p><p><br />Called 5 times from 1 place in 2 files<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"File::Glob::CORE:subst","$color":5,"excl_time":1.18e-05,"$area":1.18e-05},"id":"290-File::Glob::CORE:subst"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"File::Glob::BEGIN@7","$color":5,"excl_time":3.9e-06,"$area":3.9e-06},"id":"291-File::Glob::BEGIN@7"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>File::Glob::CORE:match</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.5e-06,"subname":"File::Glob::CORE:match","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"292-File::Glob::CORE:match"},{"name":"GLOB_NOMAGIC","children":[],"data":{"tip":"<p><b>File::Glob::GLOB_NOMAGIC</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"File::Glob::GLOB_NOMAGIC","$color":5,"excl_time":1.9e-06,"$area":1.9e-06},"id":"293-File::Glob::GLOB_NOMAGIC"},{"name":"GLOB_QUOTE","children":[],"data":{"tip":"<p><b>File::Glob::GLOB_QUOTE</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.8e-06,"subname":"File::Glob::GLOB_QUOTE","$color":5,"excl_time":1.8e-06,"$area":1.8e-06},"id":"294-File::Glob::GLOB_QUOTE"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"File::Glob::BEGIN@3","$color":5,"excl_time":1.32000000000305e-05,"$area":1.32000000000305e-05},"id":"295-File::Glob::BEGIN@3"},{"name":"constant","children":[],"data":{"tip":"<p><b>File::Glob::constant</b></p><p><br />Called 5 times from 1 place in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.4e-06,"subname":"File::Glob::constant","$color":5,"excl_time":6.4e-06,"$area":6.4e-06},"id":"296-File::Glob::constant"},{"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: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":9.5e-06,"subname":"File::Glob::import","$color":5,"excl_time":8.09999999995974e-06,"$area":8.09999999995974e-06},"id":"297-File::Glob::import"},{"name":"GLOB_BRACE","children":[],"data":{"tip":"<p><b>File::Glob::GLOB_BRACE</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.2e-06,"subname":"File::Glob::GLOB_BRACE","$color":5,"excl_time":2.2e-06,"$area":2.2e-06},"id":"298-File::Glob::GLOB_BRACE"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>File::Glob::AUTOLOAD</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 199&micro;s, 0.02%<br />Exclusive time: 181&micro;s, 0.02%</p>","incl_time":0.0001995,"subname":"File::Glob::AUTOLOAD","$color":5,"excl_time":0.000181300000000032,"$area":0.000181300000000032},"id":"299-File::Glob::AUTOLOAD"},{"name":"GLOB_ALPHASORT","children":[],"data":{"tip":"<p><b>File::Glob::GLOB_ALPHASORT</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2e-06,"subname":"File::Glob::GLOB_ALPHASORT","$color":5,"excl_time":2e-06,"$area":2e-06},"id":"300-File::Glob::GLOB_ALPHASORT"}],"data":{"$area":0.000285400000000089},"id":"n287"},{"name":"::GlobMapper","children":[{"name":"BEGIN@341","children":[],"data":{"tip":"<p><b>File::GlobMapper::BEGIN@341</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":"File::GlobMapper::BEGIN@341","$color":7,"excl_time":1.11999999999743e-05,"$area":1.11999999999743e-05},"id":"302-File::GlobMapper::BEGIN@341"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>File::GlobMapper::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":"File::GlobMapper::BEGIN@3","$color":7,"excl_time":1.46000000000248e-05,"$area":1.46000000000248e-05},"id":"303-File::GlobMapper::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>File::GlobMapper::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: 7&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"File::GlobMapper::BEGIN@4","$color":7,"excl_time":6.59999999997475e-06,"$area":6.59999999997475e-06},"id":"304-File::GlobMapper::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>File::GlobMapper::BEGIN@5</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.4e-05,"subname":"File::GlobMapper::BEGIN@5","$color":7,"excl_time":7.39999999994674e-06,"$area":7.39999999994674e-06},"id":"305-File::GlobMapper::BEGIN@5"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>File::GlobMapper::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.88ms, 0.17%<br />Exclusive time: 1.07ms, 0.10%</p>","incl_time":0.0018817,"subname":"File::GlobMapper::BEGIN@10","$color":7,"excl_time":0.0010671,"$area":0.0010671},"id":"306-File::GlobMapper::BEGIN@10"}],"data":{"$area":0.00110689999999992},"id":"n301"}],"data":{"$area":0.0014490000000001},"id":"n279"},{"name":"Errno","children":[{"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: 48&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":4.81e-05,"subname":"Errno::BEGIN@8","$color":9,"excl_time":2.13999999999539e-05,"$area":2.13999999999539e-05},"id":"308-Errno::BEGIN@8"},{"name":"FETCH","children":[],"data":{"tip":"<p><b>Errno::FETCH</b></p><p><br />Called 4 times from 2 places in 1 file<br />Inclusive time: 112&micro;s, 0.01%<br />Exclusive time: 101&micro;s, 0.01%</p>","incl_time":0.0001118,"subname":"Errno::FETCH","$color":9,"excl_time":0.000100600000000011,"$area":0.000100600000000011},"id":"309-Errno::FETCH"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Errno::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Errno::BEGIN@7","$color":9,"excl_time":1.5e-05,"$area":1.5e-05},"id":"310-Errno::BEGIN@7"},{"name":"BEGIN@162","children":[],"data":{"tip":"<p><b>Errno::BEGIN@162</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":"Errno::BEGIN@162","$color":9,"excl_time":1.16000000000393e-05,"$area":1.16000000000393e-05},"id":"311-Errno::BEGIN@162"},{"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: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Errno::TIEHASH","$color":9,"excl_time":8e-06,"$area":8e-06},"id":"312-Errno::TIEHASH"},{"name":"EINPROGRESS","children":[],"data":{"tip":"<p><b>Errno::EINPROGRESS</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Errno::EINPROGRESS","$color":9,"excl_time":5.5e-06,"$area":5.5e-06},"id":"313-Errno::EINPROGRESS"},{"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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.23e-05,"subname":"Errno::BEGIN@9","$color":9,"excl_time":8.59999999994911e-06,"$area":8.59999999994911e-06},"id":"314-Errno::BEGIN@9"},{"name":"EISCONN","children":[],"data":{"tip":"<p><b>Errno::EISCONN</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.7e-06,"subname":"Errno::EISCONN","$color":9,"excl_time":5.7e-06,"$area":5.7e-06},"id":"315-Errno::EISCONN"}],"data":{"$area":0.000176399999999953},"id":"n307"},{"name":"base","children":[{"name":"import","children":[],"data":{"tip":"<p><b>base::import</b></p><p><br />Called 52 times from 52 places in 51 files<br />Inclusive time: 33.9ms, 3.10%<br />Exclusive time: 22.4ms, 2.05%<br />Recursion: max depth 2, recursive inclusive time 2.54ms</p>","incl_time":0.0338685,"subname":"base::import","$color":0,"excl_time":0.0223975999999999,"$area":0.0223975999999999},"id":"317-base::import"},{"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: 37&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":3.74e-05,"subname":"base::BEGIN@3","$color":0,"excl_time":1.9200000000004e-05,"$area":1.9200000000004e-05},"id":"318-base::BEGIN@3"},{"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: 46&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.57e-05,"subname":"base::BEGIN@4","$color":0,"excl_time":9.29999999999413e-06,"$area":9.29999999999413e-06},"id":"319-base::BEGIN@4"},{"name":"has_attr","children":[],"data":{"tip":"<p><b>base::has_attr</b></p><p><br />Called 61 times from 1 place in 1 file<br />Inclusive time: 145&micro;s, 0.01%</p>","incl_time":0.0001452,"subname":"base::has_attr","$color":0,"excl_time":0.0001452,"$area":0.0001452},"id":"320-base::has_attr"},{"name":"has_version","children":[],"data":{"tip":"<p><b>base::has_version</b></p><p><br />Called 61 times from 1 place in 1 file<br />Inclusive time: 446&micro;s, 0.04%</p>","incl_time":0.0004463,"subname":"base::has_version","$color":0,"excl_time":0.0004463,"$area":0.0004463},"id":"321-base::has_version"},{"name":"has_fields","children":[],"data":{"tip":"<p><b>base::has_fields</b></p><p><br />Called 61 times from 1 place in 1 file<br />Inclusive time: 192&micro;s, 0.02%</p>","incl_time":0.0001916,"subname":"base::has_fields","$color":0,"excl_time":0.0001916,"$area":0.0001916},"id":"322-base::has_fields"}],"data":{"$area":0.0232091999999999},"id":"n316"},{"name":"warnings","children":[{"name":"::register","children":[{"name":"import","children":[],"data":{"tip":"<p><b>warnings::register::import</b></p><p><br />Called 5 times from 5 places in 5 files<br />Inclusive time: 450&micro;s, 0.04%<br />Exclusive time: 390&micro;s, 0.04%</p>","incl_time":0.0004498,"subname":"warnings::register::import","$color":2,"excl_time":0.00038959999999992,"$area":0.00038959999999992},"id":"325-warnings::register::import"},{"name":"mkMask","children":[],"data":{"tip":"<p><b>warnings::register::mkMask</b></p><p><br />Called 10 times from 2 places in 1 file<br />Inclusive time: 60&micro;s, 0.01%</p>","incl_time":6.02e-05,"subname":"warnings::register::mkMask","$color":2,"excl_time":6.02e-05,"$area":6.02e-05},"id":"326-warnings::register::mkMask"}],"data":{"$area":0.00044979999999992},"id":"n324"},{"name":"unimport","children":[],"data":{"tip":"<p><b>warnings::unimport</b></p><p><br />Called 24 times from 24 places in 13 files<br />Inclusive time: 334&micro;s, 0.03%</p>","incl_time":0.0003341,"subname":"warnings::unimport","$color":4,"excl_time":0.0003341,"$area":0.0003341},"id":"327-warnings::unimport"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>warnings::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"warnings::CORE:regcomp","$color":4,"excl_time":1.68e-05,"$area":1.68e-05},"id":"328-warnings::CORE:regcomp"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>warnings::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"warnings::CORE:match","$color":4,"excl_time":3.8e-06,"$area":3.8e-06},"id":"329-warnings::CORE:match"},{"name":"import","children":[],"data":{"tip":"<p><b>warnings::import</b></p><p><br />Called 89 times from 87 places in 83 files<br />Inclusive time: 1.10ms, 0.10%</p>","incl_time":0.001103,"subname":"warnings::import","$color":4,"excl_time":0.001103,"$area":0.001103},"id":"330-warnings::import"}],"data":{"$area":0.00190749999999992},"id":"n323"},{"name":"MIME","children":[{"name":"::Base64","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>MIME::Base64::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 78&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.83e-05,"subname":"MIME::Base64::BEGIN@4","$color":6,"excl_time":1.04999999999932e-05,"$area":1.04999999999932e-05},"id":"333-MIME::Base64::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>MIME::Base64::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: 29&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"MIME::Base64::BEGIN@3","$color":6,"excl_time":2.8600000000011e-05,"$area":2.8600000000011e-05},"id":"334-MIME::Base64::BEGIN@3"}],"data":{"$area":3.91000000000043e-05},"id":"n332"}],"data":{"$area":3.91000000000043e-05},"id":"n331"},{"name":"overload","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>overload::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.7e-06,"subname":"overload::CORE:match","$color":8,"excl_time":1.7e-06,"$area":1.7e-06},"id":"336-overload::CORE:match"},{"name":"OVERLOAD","children":[],"data":{"tip":"<p><b>overload::OVERLOAD</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 214&micro;s, 0.02%<br />Exclusive time: 212&micro;s, 0.02%</p>","incl_time":0.0002137,"subname":"overload::OVERLOAD","$color":8,"excl_time":0.000212000000000007,"$area":0.000212000000000007},"id":"337-overload::OVERLOAD"},{"name":"BEGIN@139","children":[],"data":{"tip":"<p><b>overload::BEGIN@139</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 140&micro;s, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0001398,"subname":"overload::BEGIN@139","$color":8,"excl_time":2.52999999999965e-05,"$area":2.52999999999965e-05},"id":"338-overload::BEGIN@139"},{"name":"import","children":[],"data":{"tip":"<p><b>overload::import</b></p><p><br />Called 6 times from 6 places in 6 files<br />Inclusive time: 295&micro;s, 0.03%<br />Exclusive time: 81&micro;s, 0.01%</p>","incl_time":0.0002951,"subname":"overload::import","$color":8,"excl_time":8.13999999998779e-05,"$area":8.13999999998779e-05},"id":"339-overload::import"}],"data":{"$area":0.000320399999999881},"id":"n335"},{"name":"re","children":[{"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: 15&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"re::BEGIN@5","$color":10,"excl_time":6.40000000001875e-06,"$area":6.40000000001875e-06},"id":"341-re::BEGIN@5"},{"name":"bits","children":[],"data":{"tip":"<p><b>re::bits</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":"re::bits","$color":10,"excl_time":7.1e-06,"$area":7.1e-06},"id":"342-re::bits"},{"name":"import","children":[],"data":{"tip":"<p><b>re::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"re::import","$color":10,"excl_time":7.30000000001788e-06,"$area":7.30000000001788e-06},"id":"343-re::import"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"re::BEGIN@4","$color":10,"excl_time":1.3600000000019e-05,"$area":1.3600000000019e-05},"id":"344-re::BEGIN@4"}],"data":{"$area":3.44000000000556e-05},"id":"n340"},{"name":"vars","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>vars::CORE:match</b></p><p><br />Called 291 times from 3 places in 2 files<br />Inclusive time: 354&micro;s, 0.03%</p>","incl_time":0.0003541,"subname":"vars::CORE:match","$color":1,"excl_time":0.0003541,"$area":0.0003541},"id":"346-vars::CORE:match"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"vars::BEGIN@8","$color":1,"excl_time":7.09999999999938e-06,"$area":7.09999999999938e-06},"id":"347-vars::BEGIN@8"},{"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: 335&micro;s, 0.03%<br />Exclusive time: 260&micro;s, 0.02%</p>","incl_time":0.0003348,"subname":"vars::BEGIN@7","$color":1,"excl_time":0.000259699999999998,"$area":0.000259699999999998},"id":"348-vars::BEGIN@7"},{"name":"import","children":[],"data":{"tip":"<p><b>vars::import</b></p><p><br />Called 36 times from 36 places in 31 files<br />Inclusive time: 1.73ms, 0.16%<br />Exclusive time: 1.37ms, 0.13%</p>","incl_time":0.0017257,"subname":"vars::import","$color":1,"excl_time":0.00137159999999996,"$area":0.00137159999999996},"id":"349-vars::import"},{"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: 29&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"vars::BEGIN@3","$color":1,"excl_time":2.94e-05,"$area":2.94e-05},"id":"350-vars::BEGIN@3"}],"data":{"$area":0.00202189999999996},"id":"n345"},{"name":"main","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>main::BEGIN@2</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 526ms, 48.17%<br />Exclusive time: 16.3ms, 1.49%</p>","incl_time":0.5260751,"subname":"main::BEGIN@2","$color":3,"excl_time":0.0163051000000001,"$area":0.0163051000000001},"id":"352-main::BEGIN@2"},{"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: 34.6ms, 3.17%<br />Exclusive time: 4.92ms, 0.45%</p>","incl_time":0.0346274,"subname":"main::BEGIN@1","$color":3,"excl_time":0.00491879999999999,"$area":0.00491879999999999},"id":"353-main::BEGIN@1"}],"data":{"$area":0.0212239},"id":"n351"},{"name":"strict","children":[{"name":"bits","children":[],"data":{"tip":"<p><b>strict::bits</b></p><p><br />Called 50 times from 3 places in 1 file<br />Inclusive time: 371&micro;s, 0.03%</p>","incl_time":0.0003708,"subname":"strict::bits","$color":5,"excl_time":0.0003708,"$area":0.0003708},"id":"355-strict::bits"},{"name":"import","children":[],"data":{"tip":"<p><b>strict::import</b></p><p><br />Called 146 times from 144 places in 140 files<br />Inclusive time: 613&micro;s, 0.06%<br />Exclusive time: 589&micro;s, 0.05%</p>","incl_time":0.000613199999999995,"subname":"strict::import","$color":5,"excl_time":0.000588800000000056,"$area":0.000588800000000056},"id":"356-strict::import"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>strict::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 39&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"strict::CORE:regcomp","$color":5,"excl_time":3.93e-05,"$area":3.93e-05},"id":"357-strict::CORE:regcomp"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>strict::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"strict::CORE:match","$color":5,"excl_time":1.31e-05,"$area":1.31e-05},"id":"358-strict::CORE:match"},{"name":"unimport","children":[],"data":{"tip":"<p><b>strict::unimport</b></p><p><br />Called 46 times from 46 places in 31 files<br />Inclusive time: 704&micro;s, 0.06%<br />Exclusive time: 372&micro;s, 0.03%</p>","incl_time":0.0007036,"subname":"strict::unimport","$color":5,"excl_time":0.000371700000000086,"$area":0.000371700000000086},"id":"359-strict::unimport"}],"data":{"$area":0.00138370000000014},"id":"n354"},{"name":"SimpleDB","children":[{"name":"::Client","children":[{"name":"meta","children":[],"data":{"tip":"<p><b>SimpleDB::Client::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.18e-05,"subname":"SimpleDB::Client::meta","$color":7,"excl_time":7.10000000003138e-06,"$area":7.10000000003138e-06},"id":"362-SimpleDB::Client::meta"},{"name":"user_agent","children":[],"data":{"tip":"<p><b>SimpleDB::Client::user_agent</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"SimpleDB::Client::user_agent","$color":7,"excl_time":1.27e-05,"$area":1.27e-05},"id":"363-SimpleDB::Client::user_agent"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>SimpleDB::Client::CORE:sort</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"SimpleDB::Client::CORE:sort","$color":7,"excl_time":1.27e-05,"$area":1.27e-05},"id":"364-SimpleDB::Client::CORE:sort"},{"name":"secret_key","children":[],"data":{"tip":"<p><b>SimpleDB::Client::secret_key</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"SimpleDB::Client::secret_key","$color":7,"excl_time":1.34e-05,"$area":1.34e-05},"id":"365-SimpleDB::Client::secret_key"},{"name":"handle_response","children":[],"data":{"tip":"<p><b>SimpleDB::Client::handle_response</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 550&micro;s, 0.05%<br />Exclusive time: 67&micro;s, 0.01%</p>","incl_time":0.00055,"subname":"SimpleDB::Client::handle_response","$color":7,"excl_time":6.65000000000299e-05,"$area":6.65000000000299e-05},"id":"366-SimpleDB::Client::handle_response"},{"name":"__ANON__[../lib/SimpleDB/Client.pm:133]","children":[],"data":{"tip":"<p><b>SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:133]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.99ms, 0.82%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0089863,"subname":"SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:133]","$color":7,"excl_time":8.89999999997663e-06,"$area":8.89999999997663e-06},"id":"367-SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:133]"},{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"SimpleDB::Client::BEGIN@50","$color":7,"excl_time":7.9e-06,"$area":7.9e-06},"id":"368-SimpleDB::Client::BEGIN@50"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@49</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83.5ms, 7.65%<br />Exclusive time: 4.71ms, 0.43%</p>","incl_time":0.0835076,"subname":"SimpleDB::Client::BEGIN@49","$color":7,"excl_time":0.00471049999999999,"$area":0.00471049999999999},"id":"369-SimpleDB::Client::BEGIN@49"},{"name":"__ANON__[../lib/SimpleDB/Client.pm:120]","children":[],"data":{"tip":"<p><b>SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:120]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5.56ms, 0.51%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0055603,"subname":"SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:120]","$color":7,"excl_time":7.29999999996966e-06,"$area":7.29999999996966e-06},"id":"370-SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:120]"},{"name":"new","children":[],"data":{"tip":"<p><b>SimpleDB::Client::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14.6ms, 1.34%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0146328,"subname":"SimpleDB::Client::new","$color":7,"excl_time":5.35999999999853e-05,"$area":5.35999999999853e-05},"id":"371-SimpleDB::Client::new"},{"name":"BEGIN@51","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@51</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.21ms, 0.11%<br />Exclusive time: 485&micro;s, 0.04%</p>","incl_time":0.001212,"subname":"SimpleDB::Client::BEGIN@51","$color":7,"excl_time":0.000485200000000084,"$area":0.000485200000000084},"id":"372-SimpleDB::Client::BEGIN@51"},{"name":"BEGIN@47","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@47</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.7ms, 1.07%<br />Exclusive time: 10.6ms, 0.97%</p>","incl_time":0.0117268,"subname":"SimpleDB::Client::BEGIN@47","$color":7,"excl_time":0.0106287000000001,"$area":0.0106287000000001},"id":"373-SimpleDB::Client::BEGIN@47"},{"name":"__ANON__[../lib/SimpleDB/Client.pm:160]","children":[],"data":{"tip":"<p><b>SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:160]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.34e-05,"subname":"SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:160]","$color":7,"excl_time":1.34e-05,"$area":1.34e-05},"id":"374-SimpleDB::Client::__ANON__[../lib/SimpleDB/Client.pm:160]"},{"name":"construct_request","children":[],"data":{"tip":"<p><b>SimpleDB::Client::construct_request</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 2.29ms, 0.21%<br />Exclusive time: 418&micro;s, 0.04%</p>","incl_time":0.0022926,"subname":"SimpleDB::Client::construct_request","$color":7,"excl_time":0.000417500000000648,"$area":0.000417500000000648},"id":"375-SimpleDB::Client::construct_request"},{"name":"BEGIN@48","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@48</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24.7ms, 2.26%<br />Exclusive time: 3.81ms, 0.35%</p>","incl_time":0.0246952,"subname":"SimpleDB::Client::BEGIN@48","$color":7,"excl_time":0.00381270000000003,"$area":0.00381270000000003},"id":"376-SimpleDB::Client::BEGIN@48"},{"name":"send_request","children":[],"data":{"tip":"<p><b>SimpleDB::Client::send_request</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 367ms, 33.62%<br />Exclusive time: 264&micro;s, 0.02%</p>","incl_time":0.3671739,"subname":"SimpleDB::Client::send_request","$color":7,"excl_time":0.000264299999999947,"$area":0.000264299999999947},"id":"377-SimpleDB::Client::send_request"},{"name":"BEGIN@331","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@331</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 170&micro;s, 0.02%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001697,"subname":"SimpleDB::Client::BEGIN@331","$color":7,"excl_time":1.23000000000258e-05,"$area":1.23000000000258e-05},"id":"378-SimpleDB::Client::BEGIN@331"},{"name":"BEGIN@54","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@54</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":"SimpleDB::Client::BEGIN@54","$color":7,"excl_time":9.4e-06,"$area":9.4e-06},"id":"379-SimpleDB::Client::BEGIN@54"},{"name":"BEGIN@52","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@52</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.24e-05,"subname":"SimpleDB::Client::BEGIN@52","$color":7,"excl_time":1.21000000000524e-05,"$area":1.21000000000524e-05},"id":"380-SimpleDB::Client::BEGIN@52"},{"name":"access_key","children":[],"data":{"tip":"<p><b>SimpleDB::Client::access_key</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.22e-05,"subname":"SimpleDB::Client::access_key","$color":7,"excl_time":1.22e-05,"$area":1.22e-05},"id":"381-SimpleDB::Client::access_key"},{"name":"BEGIN@46","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@46</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 350ms, 32.04%<br />Exclusive time: 1.86ms, 0.17%</p>","incl_time":0.349907,"subname":"SimpleDB::Client::BEGIN@46","$color":7,"excl_time":0.00186179999999975,"$area":0.00186179999999975},"id":"382-SimpleDB::Client::BEGIN@46"},{"name":"simpledb_uri","children":[],"data":{"tip":"<p><b>SimpleDB::Client::simpledb_uri</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"SimpleDB::Client::simpledb_uri","$color":7,"excl_time":1.95e-05,"$area":1.95e-05},"id":"383-SimpleDB::Client::simpledb_uri"},{"name":"BEGIN@53","children":[],"data":{"tip":"<p><b>SimpleDB::Client::BEGIN@53</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18.9ms, 1.73%<br />Exclusive time: 171&micro;s, 0.02%</p>","incl_time":0.0189434,"subname":"SimpleDB::Client::BEGIN@53","$color":7,"excl_time":0.00017129999999993,"$area":0.00017129999999993},"id":"384-SimpleDB::Client::BEGIN@53"},{"name":"::Exception","children":[{"name":"BEGIN@50","children":[],"data":{"tip":"<p><b>SimpleDB::Client::Exception::BEGIN@50</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18.7ms, 1.72%<br />Exclusive time: 1.29ms, 0.12%</p>","incl_time":0.0187321,"subname":"SimpleDB::Client::Exception::BEGIN@50","$color":9,"excl_time":0.00128959999999986,"$area":0.00128959999999986},"id":"386-SimpleDB::Client::Exception::BEGIN@50"},{"name":"BEGIN@49","children":[],"data":{"tip":"<p><b>SimpleDB::Client::Exception::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: 37&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"SimpleDB::Client::Exception::BEGIN@49","$color":9,"excl_time":3.6800000000019e-05,"$area":3.6800000000019e-05},"id":"387-SimpleDB::Client::Exception::BEGIN@49"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>SimpleDB::Client::Exception::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.72e-05,"subname":"SimpleDB::Client::Exception::BEGIN@3","$color":9,"excl_time":1.27000000000426e-05,"$area":1.27000000000426e-05},"id":"388-SimpleDB::Client::Exception::BEGIN@3"},{"name":"::Connection","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>SimpleDB::Client::Exception::Connection::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.65e-05,"subname":"SimpleDB::Client::Exception::Connection::BEGIN@3","$color":0,"excl_time":1.25000000000015e-05,"$area":1.25000000000015e-05},"id":"390-SimpleDB::Client::Exception::Connection::BEGIN@3"}],"data":{"$area":1.25000000000015e-05},"id":"n389"},{"name":"::Response","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>SimpleDB::Client::Exception::Response::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"SimpleDB::Client::Exception::Response::BEGIN@3","$color":2,"excl_time":1.12000000000139e-05,"$area":1.12000000000139e-05},"id":"392-SimpleDB::Client::Exception::Response::BEGIN@3"}],"data":{"$area":1.12000000000139e-05},"id":"n391"}],"data":{"$area":0.00136279999999994},"id":"n385"}],"data":{"$area":0.0239838000000004},"id":"n361"}],"data":{"$area":0.0239838000000004},"id":"n360"},{"name":"metaclass","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>metaclass::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: 7&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"metaclass::BEGIN@8","$color":4,"excl_time":6.90000000001338e-06,"$area":6.90000000001338e-06},"id":"394-metaclass::BEGIN@8"},{"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: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"metaclass::BEGIN@14","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"395-metaclass::BEGIN@14"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>metaclass::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: 8&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"metaclass::BEGIN@5","$color":4,"excl_time":7.90000000001088e-06,"$area":7.90000000001088e-06},"id":"396-metaclass::BEGIN@5"},{"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: 3.17ms, 0.29%<br />Exclusive time: 421&micro;s, 0.04%</p>","incl_time":0.0031667,"subname":"metaclass::import","$color":4,"excl_time":0.000421400000000216,"$area":0.000421400000000216},"id":"397-metaclass::import"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>metaclass::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: 14&micro;s, 0.00%</p>","incl_time":1.64e-05,"subname":"metaclass::BEGIN@4","$color":4,"excl_time":1.37000000000056e-05,"$area":1.37000000000056e-05},"id":"398-metaclass::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>metaclass::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"metaclass::BEGIN@7","$color":4,"excl_time":7.00000000001213e-06,"$area":7.00000000001213e-06},"id":"399-metaclass::BEGIN@7"}],"data":{"$area":0.000460900000000258},"id":"n393"},{"name":"Class","children":[{"name":"::Data","children":[{"name":"::Inheritable","children":[{"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: 34&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Class::Data::Inheritable::BEGIN@3","$color":6,"excl_time":2.17000000000406e-05,"$area":2.17000000000406e-05},"id":"403-Class::Data::Inheritable::BEGIN@3"},{"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: 24&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.39e-05,"subname":"Class::Data::Inheritable::BEGIN@4","$color":6,"excl_time":6.10000000004326e-06,"$area":6.10000000004326e-06},"id":"404-Class::Data::Inheritable::BEGIN@4"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Class/Data/Inheritable.pm:23]","children":[],"data":{"tip":"<p><b>Class::Data::Inheritable::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Class/Data/Inheritable.pm:23]</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.09e-05,"subname":"Class::Data::Inheritable::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Class/Data/Inheritable.pm:23]","$color":6,"excl_time":1.09e-05,"$area":1.09e-05},"id":"405-Class::Data::Inheritable::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Class/Data/Inheritable.pm:23]"},{"name":"mk_classdata","children":[],"data":{"tip":"<p><b>Class::Data::Inheritable::mk_classdata</b></p><p><br />Called 4 times from 4 places in 1 file<br />Inclusive time: 62&micro;s, 0.01%</p>","incl_time":6.16e-05,"subname":"Class::Data::Inheritable::mk_classdata","$color":6,"excl_time":6.16e-05,"$area":6.16e-05},"id":"406-Class::Data::Inheritable::mk_classdata"}],"data":{"$area":0.000100300000000084},"id":"n402"}],"data":{"$area":0.000100300000000084},"id":"n401"},{"name":"::MOP","children":[{"name":"_class_to_pmfile","children":[],"data":{"tip":"<p><b>Class::MOP::_class_to_pmfile</b></p><p><br />Called 37 times from 1 place in 1 file<br />Inclusive time: 248&micro;s, 0.02%<br />Exclusive time: 158&micro;s, 0.01%</p>","incl_time":0.0002482,"subname":"Class::MOP::_class_to_pmfile","$color":8,"excl_time":0.000157599999999809,"$area":0.000157599999999809},"id":"408-Class::MOP::_class_to_pmfile"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Class::MOP::BEGIN@5","$color":8,"excl_time":6.00000000000131e-06,"$area":6.00000000000131e-06},"id":"409-Class::MOP::BEGIN@5"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:218]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:218]</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":"Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:218]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"410-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:218]"},{"name":"_is_valid_class_name","children":[],"data":{"tip":"<p><b>Class::MOP::_is_valid_class_name</b></p><p><br />Called 39 times from 2 places in 2 files<br />Inclusive time: 341&micro;s, 0.03%<br />Exclusive time: 164&micro;s, 0.01%</p>","incl_time":0.000341,"subname":"Class::MOP::_is_valid_class_name","$color":8,"excl_time":0.000163600000000228,"$area":0.000163600000000228},"id":"411-Class::MOP::_is_valid_class_name"},{"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: 2.10ms, 0.19%<br />Exclusive time: 1.80ms, 0.16%</p>","incl_time":0.0021009,"subname":"Class::MOP::BEGIN@13","$color":8,"excl_time":0.0018018,"$area":0.0018018},"id":"412-Class::MOP::BEGIN@13"},{"name":"store_metaclass_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::store_metaclass_by_name</b></p><p><br />Called 63 times from 2 places in 2 files<br />Inclusive time: 104&micro;s, 0.01%</p>","incl_time":0.0001044,"subname":"Class::MOP::store_metaclass_by_name","$color":8,"excl_time":0.0001044,"$area":0.0001044},"id":"413-Class::MOP::store_metaclass_by_name"},{"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: 81.1ms, 7.42%<br />Exclusive time: 3.93ms, 0.36%</p>","incl_time":0.0810853,"subname":"Class::MOP::BEGIN@18","$color":8,"excl_time":0.0039332,"$area":0.0039332},"id":"414-Class::MOP::BEGIN@18"},{"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: 72&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":7.17e-05,"subname":"Class::MOP::BEGIN@11","$color":8,"excl_time":1.1199999999995e-05,"$area":1.1199999999995e-05},"id":"415-Class::MOP::BEGIN@11"},{"name":"get_code_info","children":[],"data":{"tip":"<p><b>Class::MOP::get_code_info</b></p><p><br />Called 411 times from 3 places in 3 files<br />Inclusive time: 467&micro;s, 0.04%</p>","incl_time":0.000467200000000001,"subname":"Class::MOP::get_code_info","$color":8,"excl_time":0.000467200000000001,"$area":0.000467200000000001},"id":"416-Class::MOP::get_code_info"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"Class::MOP::BEGIN@4","$color":8,"excl_time":1.33999999999987e-05,"$area":1.33999999999987e-05},"id":"417-Class::MOP::BEGIN@4"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 11.8ms, 1.08%<br />Exclusive time: 11.3ms, 1.03%</p>","incl_time":0.0118411,"subname":"Class::MOP::BEGIN@9","$color":8,"excl_time":0.0112855,"$area":0.0112855},"id":"418-Class::MOP::BEGIN@9"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Class::MOP::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.9e-06,"subname":"Class::MOP::BEGIN@22","$color":8,"excl_time":6.9e-06,"$area":6.9e-06},"id":"419-Class::MOP::BEGIN@22"},{"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: 23.4ms, 2.14%<br />Exclusive time: 732&micro;s, 0.07%</p>","incl_time":0.0233984,"subname":"Class::MOP::BEGIN@17","$color":8,"excl_time":0.000731599999999999,"$area":0.000731599999999999},"id":"420-Class::MOP::BEGIN@17"},{"name":"class_of","children":[],"data":{"tip":"<p><b>Class::MOP::class_of</b></p><p><br />Called 15 times from 4 places in 4 files<br />Inclusive time: 76&micro;s, 0.01%<br />Exclusive time: 68&micro;s, 0.01%</p>","incl_time":7.63e-05,"subname":"Class::MOP::class_of","$color":8,"excl_time":6.84999999997757e-05,"$area":6.84999999997757e-05},"id":"421-Class::MOP::class_of"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Class::MOP::CORE:subst</b></p><p><br />Called 37 times from 1 place in 2 files<br />Inclusive time: 91&micro;s, 0.01%</p>","incl_time":9.06e-05,"subname":"Class::MOP::CORE:subst","$color":8,"excl_time":9.06e-05,"$area":9.06e-05},"id":"422-Class::MOP::CORE:subst"},{"name":"load_first_existing_class","children":[],"data":{"tip":"<p><b>Class::MOP::load_first_existing_class</b></p><p><br />Called 37 times from 1 place in 1 file<br />Inclusive time: 1.86ms, 0.17%<br />Exclusive time: 421&micro;s, 0.04%</p>","incl_time":0.0018605,"subname":"Class::MOP::load_first_existing_class","$color":8,"excl_time":0.000421099999999854,"$area":0.000421099999999854},"id":"423-Class::MOP::load_first_existing_class"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.48e-05,"subname":"Class::MOP::BEGIN@7","$color":8,"excl_time":1.48e-05,"$area":1.48e-05},"id":"424-Class::MOP::BEGIN@7"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":6.28e-05,"subname":"Class::MOP::BEGIN@12","$color":8,"excl_time":1.22000000000021e-05,"$area":1.22000000000021e-05},"id":"425-Class::MOP::BEGIN@12"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:321]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:321]</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::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:321]","$color":8,"excl_time":5.1e-06,"$area":5.1e-06},"id":"426-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:321]"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Class::MOP::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.02ms, 0.09%<br />Exclusive time: 865&micro;s, 0.08%</p>","incl_time":0.0010165,"subname":"Class::MOP::BEGIN@16","$color":8,"excl_time":0.000864500000000001,"$area":0.000864500000000001},"id":"427-Class::MOP::BEGIN@16"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:260]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:260]</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":"Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:260]","$color":8,"excl_time":4.2e-06,"$area":4.2e-06},"id":"428-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:260]"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:103]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:103]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 778&micro;s, 0.07%<br />Exclusive time: 639&micro;s, 0.06%</p>","incl_time":0.0007782,"subname":"Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:103]","$color":8,"excl_time":0.000639200000000027,"$area":0.000639200000000027},"id":"429-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:103]"},{"name":"get_metaclass_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::get_metaclass_by_name</b></p><p><br />Called 994 times from 6 places in 4 files<br />Inclusive time: 1.06ms, 0.10%</p>","incl_time":0.0010621,"subname":"Class::MOP::get_metaclass_by_name","$color":8,"excl_time":0.0010621,"$area":0.0010621},"id":"430-Class::MOP::get_metaclass_by_name"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::MOP::CORE:match</b></p><p><br />Called 39 times from 1 place in 2 files<br />Inclusive time: 177&micro;s, 0.02%</p>","incl_time":0.0001774,"subname":"Class::MOP::CORE:match","$color":8,"excl_time":0.0001774,"$area":0.0001774},"id":"431-Class::MOP::CORE:match"},{"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: 13&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Class::MOP::BEGIN@20","$color":8,"excl_time":1.29e-05,"$area":1.29e-05},"id":"432-Class::MOP::BEGIN@20"},{"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: 1.92ms, 0.18%<br />Exclusive time: 1.69ms, 0.16%</p>","incl_time":0.0019171,"subname":"Class::MOP::BEGIN@19","$color":8,"excl_time":0.00169349999999998,"$area":0.00169349999999998},"id":"433-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.90ms, 0.27%<br />Exclusive time: 719&micro;s, 0.07%</p>","incl_time":0.0029046,"subname":"Class::MOP::BEGIN@15","$color":8,"excl_time":0.000718600000000006,"$area":0.000718600000000006},"id":"434-Class::MOP::BEGIN@15"},{"name":"is_class_loaded","children":[],"data":{"tip":"<p><b>Class::MOP::is_class_loaded</b></p><p><br />Called 88 times from 2 places in 3 files<br />Inclusive time: 219&micro;s, 0.02%</p>","incl_time":0.0002192,"subname":"Class::MOP::is_class_loaded","$color":8,"excl_time":0.0002192,"$area":0.0002192},"id":"435-Class::MOP::is_class_loaded"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:305]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:305]</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":"Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:305]","$color":8,"excl_time":3.9e-06,"$area":3.9e-06},"id":"436-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:305]"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:286]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:286]</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.5e-06,"subname":"Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:286]","$color":8,"excl_time":4.5e-06,"$area":4.5e-06},"id":"437-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:286]"},{"name":"load_class","children":[],"data":{"tip":"<p><b>Class::MOP::load_class</b></p><p><br />Called 37 times from 5 places in 3 files<br />Inclusive time: 1.99ms, 0.18%<br />Exclusive time: 128&micro;s, 0.01%</p>","incl_time":0.0019882,"subname":"Class::MOP::load_class","$color":8,"excl_time":0.000127699999999957,"$area":0.000127699999999957},"id":"438-Class::MOP::load_class"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:494]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:494]</b></p><p><br />Called 5 times from 2 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:494]","$color":8,"excl_time":9.4e-06,"$area":9.4e-06},"id":"439-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:494]"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:176]","children":[],"data":{"tip":"<p><b>Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:176]</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":"Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:176]","$color":8,"excl_time":4.3e-06,"$area":4.3e-06},"id":"440-Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:176]"},{"name":"::Method","children":[{"name":"wrap","children":[],"data":{"tip":"<p><b>Class::MOP::Method::wrap</b></p><p><br />Called 145 times from 3 places in 3 files<br />Inclusive time: 3.85ms, 0.35%<br />Exclusive time: 2.15ms, 0.20%</p>","incl_time":0.0038522,"subname":"Class::MOP::Method::wrap","$color":10,"excl_time":0.00215420000000391,"$area":0.00215420000000391},"id":"442-Class::MOP::Method::wrap"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 100&micro;s, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001,"subname":"Class::MOP::Method::BEGIN@7","$color":10,"excl_time":2.24000000000029e-05,"$area":2.24000000000029e-05},"id":"443-Class::MOP::Method::BEGIN@7"},{"name":"attach_to_class","children":[],"data":{"tip":"<p><b>Class::MOP::Method::attach_to_class</b></p><p><br />Called 304 times from 1 place in 1 file<br />Inclusive time: 1.27ms, 0.12%<br />Exclusive time: 1.05ms, 0.10%</p>","incl_time":0.001266,"subname":"Class::MOP::Method::attach_to_class","$color":10,"excl_time":0.00104869999999783,"$area":0.00104869999999783},"id":"444-Class::MOP::Method::attach_to_class"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.99e-05,"subname":"Class::MOP::Method::BEGIN@8","$color":10,"excl_time":1.44000000000039e-05,"$area":1.44000000000039e-05},"id":"445-Class::MOP::Method::BEGIN@8"},{"name":"name","children":[],"data":{"tip":"<p><b>Class::MOP::Method::name</b></p><p><br />Called 77 times from 4 places in 3 files<br />Inclusive time: 48&micro;s, 0.00%</p>","incl_time":4.75e-05,"subname":"Class::MOP::Method::name","$color":10,"excl_time":4.75e-05,"$area":4.75e-05},"id":"446-Class::MOP::Method::name"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.01%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":6.24e-05,"subname":"Class::MOP::Method::BEGIN@4","$color":10,"excl_time":5.29000000000044e-05,"$area":5.29000000000044e-05},"id":"447-Class::MOP::Method::BEGIN@4"},{"name":"associated_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Method::associated_metaclass</b></p><p><br />Called 8 times from 7 places in 4 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":8.9e-06,"subname":"Class::MOP::Method::associated_metaclass","$color":10,"excl_time":8.9e-06,"$area":8.9e-06},"id":"448-Class::MOP::Method::associated_metaclass"},{"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: 111&micro;s, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001113,"subname":"Class::MOP::Method::BEGIN@14","$color":10,"excl_time":2.43999999999991e-05,"$area":2.43999999999991e-05},"id":"449-Class::MOP::Method::BEGIN@14"},{"name":"body","children":[],"data":{"tip":"<p><b>Class::MOP::Method::body</b></p><p><br />Called 550 times from 6 places in 5 files<br />Inclusive time: 313&micro;s, 0.03%</p>","incl_time":0.0003127,"subname":"Class::MOP::Method::body","$color":10,"excl_time":0.0003127,"$area":0.0003127},"id":"450-Class::MOP::Method::body"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Method::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: 22&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"Class::MOP::Method::BEGIN@5","$color":10,"excl_time":2.18999999999954e-05,"$area":2.18999999999954e-05},"id":"451-Class::MOP::Method::BEGIN@5"},{"name":"clone","children":[],"data":{"tip":"<p><b>Class::MOP::Method::clone</b></p><p><br />Called 12 times from 2 places in 2 files<br />Inclusive time: 1.63ms, 0.15%<br />Exclusive time: 98&micro;s, 0.01%</p>","incl_time":0.001633,"subname":"Class::MOP::Method::clone","$color":10,"excl_time":9.81000000001886e-05,"$area":9.81000000001886e-05},"id":"452-Class::MOP::Method::clone"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Class::MOP::Method::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.91ms, 0.17%<br />Exclusive time: 1.72ms, 0.16%</p>","incl_time":0.001907,"subname":"Class::MOP::Method::BEGIN@19","$color":10,"excl_time":0.0017236,"$area":0.0017236},"id":"453-Class::MOP::Method::BEGIN@19"},{"name":"package_name","children":[],"data":{"tip":"<p><b>Class::MOP::Method::package_name</b></p><p><br />Called 304 times from 1 place in 2 files<br />Inclusive time: 140&micro;s, 0.01%</p>","incl_time":0.0001402,"subname":"Class::MOP::Method::package_name","$color":10,"excl_time":0.0001402,"$area":0.0001402},"id":"454-Class::MOP::Method::package_name"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::_new</b></p><p><br />Called 50 times from 2 places in 2 files<br />Inclusive time: 1.48ms, 0.14%<br />Exclusive time: 450&micro;s, 0.04%</p>","incl_time":0.0014764,"subname":"Class::MOP::Method::_new","$color":10,"excl_time":0.000450199999999967,"$area":0.000450199999999967},"id":"455-Class::MOP::Method::_new"},{"name":"_set_original_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::_set_original_method</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Class::MOP::Method::_set_original_method","$color":10,"excl_time":1.76e-05,"$area":1.76e-05},"id":"456-Class::MOP::Method::_set_original_method"},{"name":"::Wrapped","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::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: 17&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@5","$color":1,"excl_time":1.68000000000058e-05,"$area":1.68000000000058e-05},"id":"458-Class::MOP::Method::Wrapped::BEGIN@5"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::_new</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 327&micro;s, 0.03%</p>","incl_time":0.0003273,"subname":"Class::MOP::Method::Wrapped::_new","$color":1,"excl_time":0.0003273,"$area":0.0003273},"id":"459-Class::MOP::Method::Wrapped::_new"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.71e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@7","$color":1,"excl_time":7.09999999999775e-06,"$area":7.09999999999775e-06},"id":"460-Class::MOP::Method::Wrapped::BEGIN@7"},{"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: 14.4ms, 1.32%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0143836,"subname":"Class::MOP::Method::Wrapped::BEGIN@14","$color":1,"excl_time":9.39999999999622e-06,"$area":9.39999999999622e-06},"id":"461-Class::MOP::Method::Wrapped::BEGIN@14"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:159]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:159]</b></p><p><br />Called 91 times from 1 place in 1 file<br />Inclusive time: 1.06ms, 0.10%<br />Exclusive time: 285&micro;s, 0.03%</p>","incl_time":0.0010584,"subname":"Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:159]","$color":1,"excl_time":0.000285099999999246,"$area":0.000285099999999246},"id":"462-Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:159]"},{"name":"wrap","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::wrap</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 1.82ms, 0.17%<br />Exclusive time: 748&micro;s, 0.07%</p>","incl_time":0.0018164,"subname":"Class::MOP::Method::Wrapped::wrap","$color":1,"excl_time":0.0007483000000009,"$area":0.0007483000000009},"id":"463-Class::MOP::Method::Wrapped::wrap"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:69]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:69]</b></p><p><br />Called 72 times from 2 places in 1 file<br />Inclusive time: 240&micro;s, 0.02%</p>","incl_time":0.0002399,"subname":"Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:69]","$color":1,"excl_time":0.0002399,"$area":0.0002399},"id":"464-Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:69]"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@8","$color":1,"excl_time":6.89999999999575e-06,"$area":6.89999999999575e-06},"id":"465-Class::MOP::Method::Wrapped::BEGIN@8"},{"name":"add_around_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::add_around_modifier</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 697&micro;s, 0.06%<br />Exclusive time: 353&micro;s, 0.03%</p>","incl_time":0.0006969,"subname":"Class::MOP::Method::Wrapped::add_around_modifier","$color":1,"excl_time":0.000353300000000139,"$area":0.000353300000000139},"id":"466-Class::MOP::Method::Wrapped::add_around_modifier"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:161]","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:161]</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 214&micro;s, 0.02%</p>","incl_time":0.0002136,"subname":"Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:161]","$color":1,"excl_time":0.0002136,"$area":0.0002136},"id":"467-Class::MOP::Method::Wrapped::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Method/Wrapped.pm:161]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Wrapped::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: 15&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Class::MOP::Method::Wrapped::BEGIN@4","$color":1,"excl_time":1.51000000000013e-05,"$area":1.51000000000013e-05},"id":"468-Class::MOP::Method::Wrapped::BEGIN@4"}],"data":{"$area":0.00222280000000028},"id":"n457"},{"name":"::Inlined","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.62e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@7","$color":3,"excl_time":8.69999999999413e-06,"$area":8.69999999999413e-06},"id":"470-Class::MOP::Method::Inlined::BEGIN@7"},{"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: 66&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.64e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@13","$color":3,"excl_time":9.79999999999612e-06,"$area":9.79999999999612e-06},"id":"471-Class::MOP::Method::Inlined::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::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: 19&micro;s, 0.00%</p>","incl_time":2.26e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@3","$color":3,"excl_time":1.88000000000018e-05,"$area":1.88000000000018e-05},"id":"472-Class::MOP::Method::Inlined::BEGIN@3"},{"name":"can_be_inlined","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::can_be_inlined</b></p><p><br />Called 33 times from 2 places in 1 file<br />Inclusive time: 3.08ms, 0.28%<br />Exclusive time: 570&micro;s, 0.05%</p>","incl_time":0.0030762,"subname":"Class::MOP::Method::Inlined::can_be_inlined","$color":3,"excl_time":0.000569600000000196,"$area":0.000569600000000196},"id":"473-Class::MOP::Method::Inlined::can_be_inlined"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::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: 9&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@4","$color":3,"excl_time":9.20000000000475e-06,"$area":9.20000000000475e-06},"id":"474-Class::MOP::Method::Inlined::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::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":4.02e-05,"subname":"Class::MOP::Method::Inlined::BEGIN@6","$color":3,"excl_time":8.10000000000676e-06,"$area":8.10000000000676e-06},"id":"475-Class::MOP::Method::Inlined::BEGIN@6"},{"name":"_expected_method_class","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Inlined::_expected_method_class</b></p><p><br />Called 33 times from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%</p>","incl_time":5.22e-05,"subname":"Class::MOP::Method::Inlined::_expected_method_class","$color":3,"excl_time":5.22e-05,"$area":5.22e-05},"id":"476-Class::MOP::Method::Inlined::_expected_method_class"}],"data":{"$area":0.0006764000000002},"id":"n469"},{"name":"::Constructor","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.93e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@7","$color":5,"excl_time":1.12999999999936e-05,"$area":1.12999999999936e-05},"id":"478-Class::MOP::Method::Constructor::BEGIN@7"},{"name":"associated_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::associated_metaclass</b></p><p><br />Called 124 times from 4 places in 2 files<br />Inclusive time: 114&micro;s, 0.01%</p>","incl_time":0.0001138,"subname":"Class::MOP::Method::Constructor::associated_metaclass","$color":5,"excl_time":0.0001138,"$area":0.0001138},"id":"479-Class::MOP::Method::Constructor::associated_metaclass"},{"name":"_generate_constructor_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_generate_constructor_method_inline</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 22.6ms, 2.07%<br />Exclusive time: 1.53ms, 0.14%</p>","incl_time":0.0226062,"subname":"Class::MOP::Method::Constructor::_generate_constructor_method_inline","$color":5,"excl_time":0.0015307999999992,"$area":0.0015307999999992},"id":"480-Class::MOP::Method::Constructor::_generate_constructor_method_inline"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_new</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 476&micro;s, 0.04%</p>","incl_time":0.0004763,"subname":"Class::MOP::Method::Constructor::_new","$color":5,"excl_time":0.0004763,"$area":0.0004763},"id":"481-Class::MOP::Method::Constructor::_new"},{"name":"_generate_slot_initializer","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_generate_slot_initializer</b></p><p><br />Called 267 times from 1 place in 1 file<br />Inclusive time: 8.22ms, 0.75%<br />Exclusive time: 4.47ms, 0.41%</p>","incl_time":0.00821910000000001,"subname":"Class::MOP::Method::Constructor::_generate_slot_initializer","$color":5,"excl_time":0.00447250000001283,"$area":0.00447250000001283},"id":"482-Class::MOP::Method::Constructor::_generate_slot_initializer"},{"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: 1.06ms, 0.10%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.001064,"subname":"Class::MOP::Method::Constructor::BEGIN@14","$color":5,"excl_time":8.99999999999968e-06,"$area":8.99999999999968e-06},"id":"483-Class::MOP::Method::Constructor::BEGIN@14"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::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: 21&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@4","$color":5,"excl_time":2.06999999999931e-05,"$area":2.06999999999931e-05},"id":"484-Class::MOP::Method::Constructor::BEGIN@4"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_initialize_body</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 22.9ms, 2.09%<br />Exclusive time: 221&micro;s, 0.02%</p>","incl_time":0.0228655,"subname":"Class::MOP::Method::Constructor::_initialize_body","$color":5,"excl_time":0.000221200000000549,"$area":0.000221200000000549},"id":"485-Class::MOP::Method::Constructor::_initialize_body"},{"name":"options","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::options</b></p><p><br />Called 32 times from 2 places in 2 files<br />Inclusive time: 43&micro;s, 0.00%</p>","incl_time":4.29e-05,"subname":"Class::MOP::Method::Constructor::options","$color":5,"excl_time":4.29e-05,"$area":4.29e-05},"id":"486-Class::MOP::Method::Constructor::options"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::new</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 23.9ms, 2.19%<br />Exclusive time: 506&micro;s, 0.05%</p>","incl_time":0.0239323,"subname":"Class::MOP::Method::Constructor::new","$color":5,"excl_time":0.000506199999998441,"$area":0.000506199999998441},"id":"487-Class::MOP::Method::Constructor::new"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.35e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@8","$color":5,"excl_time":9.49999999999763e-06,"$area":9.49999999999763e-06},"id":"488-Class::MOP::Method::Constructor::BEGIN@8"},{"name":"_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_meta_instance</b></p><p><br />Called 381 times from 4 places in 2 files<br />Inclusive time: 4.51ms, 0.41%<br />Exclusive time: 638&micro;s, 0.06%</p>","incl_time":0.0045062,"subname":"Class::MOP::Method::Constructor::_meta_instance","$color":5,"excl_time":0.000637999999999343,"$area":0.000637999999999343},"id":"489-Class::MOP::Method::Constructor::_meta_instance"},{"name":"_attributes","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::_attributes</b></p><p><br />Called 42 times from 6 places in 2 files<br />Inclusive time: 1.95ms, 0.18%<br />Exclusive time: 221&micro;s, 0.02%</p>","incl_time":0.0019547,"subname":"Class::MOP::Method::Constructor::_attributes","$color":5,"excl_time":0.000220699999999265,"$area":0.000220699999999265},"id":"490-Class::MOP::Method::Constructor::_attributes"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Constructor::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"Class::MOP::Method::Constructor::BEGIN@5","$color":5,"excl_time":1.03999999999946e-05,"$area":1.03999999999946e-05},"id":"491-Class::MOP::Method::Constructor::BEGIN@5"}],"data":{"$area":0.00828330000000961},"id":"n477"},{"name":"::Accessor","children":[{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_initialize_body</b></p><p><br />Called 172 times from 1 place in 1 file<br />Inclusive time: 12.2ms, 1.12%<br />Exclusive time: 1.54ms, 0.14%</p>","incl_time":0.0121888,"subname":"Class::MOP::Method::Accessor::_initialize_body","$color":7,"excl_time":0.0015434000000005,"$area":0.0015434000000005},"id":"493-Class::MOP::Method::Accessor::_initialize_body"},{"name":"accessor_type","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::accessor_type</b></p><p><br />Called 172 times from 1 place in 1 file<br />Inclusive time: 179&micro;s, 0.02%</p>","incl_time":0.0001787,"subname":"Class::MOP::Method::Accessor::accessor_type","$color":7,"excl_time":0.0001787,"$area":0.0001787},"id":"494-Class::MOP::Method::Accessor::accessor_type"},{"name":"_generate_predicate_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_predicate_method_inline</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 987&micro;s, 0.09%<br />Exclusive time: 247&micro;s, 0.02%</p>","incl_time":0.0009874,"subname":"Class::MOP::Method::Accessor::_generate_predicate_method_inline","$color":7,"excl_time":0.000247399999999426,"$area":0.000247399999999426},"id":"495-Class::MOP::Method::Accessor::_generate_predicate_method_inline"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":6.44e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@8","$color":7,"excl_time":1.52000000000007e-05,"$area":1.52000000000007e-05},"id":"496-Class::MOP::Method::Accessor::BEGIN@8"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::new</b></p><p><br />Called 172 times from 1 place in 1 file<br />Inclusive time: 18.3ms, 1.68%<br />Exclusive time: 2.82ms, 0.26%</p>","incl_time":0.0182992,"subname":"Class::MOP::Method::Accessor::new","$color":7,"excl_time":0.0028219999999937,"$area":0.0028219999999937},"id":"497-Class::MOP::Method::Accessor::new"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::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: 22&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@4","$color":7,"excl_time":2.16999999999974e-05,"$area":2.16999999999974e-05},"id":"498-Class::MOP::Method::Accessor::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@5","$color":7,"excl_time":1.1199999999995e-05,"$area":1.1199999999995e-05},"id":"499-Class::MOP::Method::Accessor::BEGIN@5"},{"name":"_generate_reader_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_reader_method</b></p><p><br />Called 52 times from 1 place in 1 file<br />Inclusive time: 348&micro;s, 0.03%<br />Exclusive time: 299&micro;s, 0.03%</p>","incl_time":0.0003477,"subname":"Class::MOP::Method::Accessor::_generate_reader_method","$color":7,"excl_time":0.000298699999999118,"$area":0.000298699999999118},"id":"500-Class::MOP::Method::Accessor::_generate_reader_method"},{"name":"_generate_accessor_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_accessor_method_inline</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 1.45ms, 0.13%<br />Exclusive time: 317&micro;s, 0.03%</p>","incl_time":0.001454,"subname":"Class::MOP::Method::Accessor::_generate_accessor_method_inline","$color":7,"excl_time":0.000316899999999276,"$area":0.000316899999999276},"id":"501-Class::MOP::Method::Accessor::_generate_accessor_method_inline"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_new</b></p><p><br />Called 223 times from 2 places in 2 files<br />Inclusive time: 2.13ms, 0.19%</p>","incl_time":0.0021251,"subname":"Class::MOP::Method::Accessor::_new","$color":7,"excl_time":0.0021251,"$area":0.0021251},"id":"502-Class::MOP::Method::Accessor::_new"},{"name":"_generate_reader_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_reader_method_inline</b></p><p><br />Called 52 times from 1 place in 1 file<br />Inclusive time: 4.53ms, 0.41%<br />Exclusive time: 958&micro;s, 0.09%</p>","incl_time":0.0045287,"subname":"Class::MOP::Method::Accessor::_generate_reader_method_inline","$color":7,"excl_time":0.000958399999998697,"$area":0.000958399999998697},"id":"503-Class::MOP::Method::Accessor::_generate_reader_method_inline"},{"name":"_generate_accessor_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_accessor_method</b></p><p><br />Called 15 times from 1 place in 1 file<br />Inclusive time: 102&micro;s, 0.01%<br />Exclusive time: 89&micro;s, 0.01%</p>","incl_time":0.0001022,"subname":"Class::MOP::Method::Accessor::_generate_accessor_method","$color":7,"excl_time":8.91999999997927e-05,"$area":8.91999999997927e-05},"id":"504-Class::MOP::Method::Accessor::_generate_accessor_method"},{"name":"_generate_predicate_method","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_predicate_method</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.01%<br />Exclusive time: 73&micro;s, 0.01%</p>","incl_time":8.35e-05,"subname":"Class::MOP::Method::Accessor::_generate_predicate_method","$color":7,"excl_time":7.28999999996952e-05,"$area":7.28999999996952e-05},"id":"505-Class::MOP::Method::Accessor::_generate_predicate_method"},{"name":"_generate_writer_method_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::_generate_writer_method_inline</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 259&micro;s, 0.02%<br />Exclusive time: 84&micro;s, 0.01%</p>","incl_time":0.0002586,"subname":"Class::MOP::Method::Accessor::_generate_writer_method_inline","$color":7,"excl_time":8.39999999999198e-05,"$area":8.39999999999198e-05},"id":"506-Class::MOP::Method::Accessor::_generate_writer_method_inline"},{"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: 2.64ms, 0.24%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0026378,"subname":"Class::MOP::Method::Accessor::BEGIN@14","$color":7,"excl_time":1.01000000000033e-05,"$area":1.01000000000033e-05},"id":"507-Class::MOP::Method::Accessor::BEGIN@14"},{"name":"associated_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::associated_attribute</b></p><p><br />Called 196 times from 13 places in 2 files<br />Inclusive time: 186&micro;s, 0.02%</p>","incl_time":0.0001856,"subname":"Class::MOP::Method::Accessor::associated_attribute","$color":7,"excl_time":0.0001856,"$area":0.0001856},"id":"508-Class::MOP::Method::Accessor::associated_attribute"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Accessor::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.46e-05,"subname":"Class::MOP::Method::Accessor::BEGIN@7","$color":7,"excl_time":9.80000000000238e-06,"$area":9.80000000000238e-06},"id":"509-Class::MOP::Method::Accessor::BEGIN@7"},{"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: 29&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Class::MOP::Method::Accessor::_generate_writer_method","$color":7,"excl_time":2.6199999999931e-05,"$area":2.6199999999931e-05},"id":"510-Class::MOP::Method::Accessor::_generate_writer_method"}],"data":{"$area":0.00901649999999006},"id":"n492"},{"name":"::Generated","children":[{"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: 81&micro;s, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":8.12e-05,"subname":"Class::MOP::Method::Generated::BEGIN@13","$color":9,"excl_time":1.44999999999971e-05,"$area":1.44999999999971e-05},"id":"512-Class::MOP::Method::Generated::BEGIN@13"},{"name":"is_inline","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::is_inline</b></p><p><br />Called 203 times from 2 places in 2 files<br />Inclusive time: 232&micro;s, 0.02%</p>","incl_time":0.0002316,"subname":"Class::MOP::Method::Generated::is_inline","$color":9,"excl_time":0.0002316,"$area":0.0002316},"id":"513-Class::MOP::Method::Generated::is_inline"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::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: 12&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Class::MOP::Method::Generated::BEGIN@5","$color":9,"excl_time":1.1599999999997e-05,"$area":1.1599999999997e-05},"id":"514-Class::MOP::Method::Generated::BEGIN@5"},{"name":"_add_line_directive","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::_add_line_directive</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.01%<br />Exclusive time: 105&micro;s, 0.01%</p>","incl_time":0.000116,"subname":"Class::MOP::Method::Generated::_add_line_directive","$color":9,"excl_time":0.000105300000000025,"$area":0.000105300000000025},"id":"515-Class::MOP::Method::Generated::_add_line_directive"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::CORE:match</b></p><p><br />Called 49 times from 1 place in 2 files<br />Inclusive time: 65&micro;s, 0.01%</p>","incl_time":6.46e-05,"subname":"Class::MOP::Method::Generated::CORE:match","$color":9,"excl_time":6.46e-05,"$area":6.46e-05},"id":"516-Class::MOP::Method::Generated::CORE:match"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.54ms, 0.14%<br />Exclusive time: 1.14ms, 0.10%</p>","incl_time":0.0015431,"subname":"Class::MOP::Method::Generated::BEGIN@15","$color":9,"excl_time":0.00113979999999999,"$area":0.00113979999999999},"id":"517-Class::MOP::Method::Generated::BEGIN@15"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":4.73e-05,"subname":"Class::MOP::Method::Generated::BEGIN@7","$color":9,"excl_time":1.03000000000046e-05,"$area":1.03000000000046e-05},"id":"518-Class::MOP::Method::Generated::BEGIN@7"},{"name":"definition_context","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::definition_context</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Class::MOP::Method::Generated::definition_context","$color":9,"excl_time":1.07e-05,"$area":1.07e-05},"id":"519-Class::MOP::Method::Generated::definition_context"},{"name":"_eval_closure","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::_eval_closure</b></p><p><br />Called 122 times from 6 places in 3 files<br />Inclusive time: 12.6ms, 1.16%<br />Exclusive time: 12.6ms, 1.15%</p>","incl_time":0.0126275,"subname":"Class::MOP::Method::Generated::_eval_closure","$color":9,"excl_time":0.0125629000000002,"$area":0.0125629000000002},"id":"520-Class::MOP::Method::Generated::_eval_closure"},{"name":"_compile_code","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::_compile_code</b></p><p><br />Called 8 times from 3 places in 3 files<br />Inclusive time: 1.39ms, 0.13%<br />Exclusive time: 124&micro;s, 0.01%</p>","incl_time":0.001393,"subname":"Class::MOP::Method::Generated::_compile_code","$color":9,"excl_time":0.000123800000000085,"$area":0.000123800000000085},"id":"521-Class::MOP::Method::Generated::_compile_code"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Method::Generated::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: 22&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"Class::MOP::Method::Generated::BEGIN@4","$color":9,"excl_time":2.24999999999984e-05,"$area":2.24999999999984e-05},"id":"522-Class::MOP::Method::Generated::BEGIN@4"}],"data":{"$area":0.0142976000000003},"id":"n511"}],"data":{"$area":0.0406343000000023},"id":"n441"},{"name":"::Module","children":[{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>Class::MOP::Module::BEGIN@64</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.07e-05,"subname":"Class::MOP::Module::BEGIN@64","$color":0,"excl_time":7.89999999999275e-06,"$area":7.89999999999275e-06},"id":"524-Class::MOP::Module::BEGIN@64"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Module::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: 10&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"Class::MOP::Module::BEGIN@5","$color":0,"excl_time":9.89999999998863e-06,"$area":9.89999999998863e-06},"id":"525-Class::MOP::Module::BEGIN@5"},{"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: 2.12ms, 0.19%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0021199,"subname":"Class::MOP::Module::BEGIN@14","$color":0,"excl_time":9.30000000000982e-06,"$area":9.30000000000982e-06},"id":"526-Class::MOP::Module::BEGIN@14"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Module::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: 20&micro;s, 0.00%</p>","incl_time":5.46e-05,"subname":"Class::MOP::Module::BEGIN@7","$color":0,"excl_time":2.01000000000071e-05,"$area":2.01000000000071e-05},"id":"527-Class::MOP::Module::BEGIN@7"},{"name":"_instantiate_module","children":[],"data":{"tip":"<p><b>Class::MOP::Module::_instantiate_module</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.01%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":7.38e-05,"subname":"Class::MOP::Module::_instantiate_module","$color":0,"excl_time":3.62000000000013e-05,"$area":3.62000000000013e-05},"id":"528-Class::MOP::Module::_instantiate_module"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Module::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: 20&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"Class::MOP::Module::BEGIN@4","$color":0,"excl_time":2.00000000000074e-05,"$area":2.00000000000074e-05},"id":"529-Class::MOP::Module::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Module::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: 10&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"Class::MOP::Module::BEGIN@8","$color":0,"excl_time":9.50000000001013e-06,"$area":9.50000000001013e-06},"id":"530-Class::MOP::Module::BEGIN@8"}],"data":{"$area":0.000112900000000017},"id":"n523"},{"name":"::Mixin","children":[{"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: 37&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"Class::MOP::Mixin::BEGIN@10","$color":2,"excl_time":8.19999999999926e-06,"$area":8.19999999999926e-06},"id":"532-Class::MOP::Mixin::BEGIN@10"},{"name":"meta","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::meta</b></p><p><br />Called 40 times from 37 places in 4 files<br />Inclusive time: 806&micro;s, 0.07%<br />Exclusive time: 236&micro;s, 0.02%</p>","incl_time":0.0008065,"subname":"Class::MOP::Mixin::meta","$color":2,"excl_time":0.000236000000000026,"$area":0.000236000000000026},"id":"533-Class::MOP::Mixin::meta"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::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.74e-05,"subname":"Class::MOP::Mixin::BEGIN@3","$color":2,"excl_time":1.38999999999965e-05,"$area":1.38999999999965e-05},"id":"534-Class::MOP::Mixin::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::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: 9&micro;s, 0.00%</p>","incl_time":1.96e-05,"subname":"Class::MOP::Mixin::BEGIN@4","$color":2,"excl_time":9.20000000000625e-06,"$area":9.20000000000625e-06},"id":"535-Class::MOP::Mixin::BEGIN@4"},{"name":"::HasMethods","children":[{"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: 22.5ms, 2.06%<br />Exclusive time: 18.4ms, 1.69%</p>","incl_time":0.0225065,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@12","$color":4,"excl_time":0.0184416,"$area":0.0184416},"id":"537-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 100 times from 5 places in 3 files<br />Inclusive time: 3.82ms, 0.35%<br />Exclusive time: 372&micro;s, 0.03%</p>","incl_time":0.003822,"subname":"Class::MOP::Mixin::HasMethods::has_method","$color":4,"excl_time":0.000371899999999878,"$area":0.000371899999999878},"id":"538-Class::MOP::Mixin::HasMethods::has_method"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::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.83e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@3","$color":4,"excl_time":1.46000000000046e-05,"$area":1.46000000000046e-05},"id":"539-Class::MOP::Mixin::HasMethods::BEGIN@3"},{"name":"_code_is_mine","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_code_is_mine</b></p><p><br />Called 58 times from 1 place in 1 file<br />Inclusive time: 414&micro;s, 0.04%<br />Exclusive time: 332&micro;s, 0.03%</p>","incl_time":0.0004143,"subname":"Class::MOP::Mixin::HasMethods::_code_is_mine","$color":4,"excl_time":0.000332400000000587,"$area":0.000332400000000587},"id":"540-Class::MOP::Mixin::HasMethods::_code_is_mine"},{"name":"method_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::method_metaclass</b></p><p><br />Called 52 times from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.01%</p>","incl_time":6.97e-05,"subname":"Class::MOP::Mixin::HasMethods::method_metaclass","$color":4,"excl_time":6.97e-05,"$area":6.97e-05},"id":"541-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 36 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%</p>","incl_time":4.72e-05,"subname":"Class::MOP::Mixin::HasMethods::wrapped_method_metaclass","$color":4,"excl_time":4.72e-05,"$area":4.72e-05},"id":"542-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 477 times from 6 places in 3 files<br />Inclusive time: 13.8ms, 1.26%<br />Exclusive time: 5.71ms, 0.52%</p>","incl_time":0.013771,"subname":"Class::MOP::Mixin::HasMethods::get_method","$color":4,"excl_time":0.00571450000001138,"$area":0.00571450000001138},"id":"543-Class::MOP::Mixin::HasMethods::get_method"},{"name":"wrap_method_body","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::wrap_method_body</b></p><p><br />Called 52 times from 1 place in 1 file<br />Inclusive time: 2.02ms, 0.18%<br />Exclusive time: 500&micro;s, 0.05%</p>","incl_time":0.0020168,"subname":"Class::MOP::Mixin::HasMethods::wrap_method_body","$color":4,"excl_time":0.000499700000000479,"$area":0.000499700000000479},"id":"544-Class::MOP::Mixin::HasMethods::wrap_method_body"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::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: 13&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@4","$color":4,"excl_time":1.30000000000039e-05,"$area":1.30000000000039e-05},"id":"545-Class::MOP::Mixin::HasMethods::BEGIN@4"},{"name":"add_method","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::add_method</b></p><p><br />Called 351 times from 22 places in 7 files<br />Inclusive time: 15.9ms, 1.45%<br />Exclusive time: 8.49ms, 0.78%</p>","incl_time":0.015885,"subname":"Class::MOP::Mixin::HasMethods::add_method","$color":4,"excl_time":0.00849339999999548,"$area":0.00849339999999548},"id":"546-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: 34&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@10","$color":4,"excl_time":7.00000000000363e-06,"$area":7.00000000000363e-06},"id":"547-Class::MOP::Mixin::HasMethods::BEGIN@10"},{"name":"get_method_list","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::get_method_list</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 2.71ms, 0.25%<br />Exclusive time: 164&micro;s, 0.02%</p>","incl_time":0.0027121,"subname":"Class::MOP::Mixin::HasMethods::get_method_list","$color":4,"excl_time":0.000164300000000122,"$area":0.000164300000000122},"id":"548-Class::MOP::Mixin::HasMethods::get_method_list"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::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: 7&micro;s, 0.00%</p>","incl_time":4.83e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@14","$color":4,"excl_time":7.19999999999776e-06,"$area":7.19999999999776e-06},"id":"549-Class::MOP::Mixin::HasMethods::BEGIN@14"},{"name":"_method_map","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::_method_map</b></p><p><br />Called 828 times from 2 places in 1 file<br />Inclusive time: 924&micro;s, 0.08%</p>","incl_time":0.000923800000000004,"subname":"Class::MOP::Mixin::HasMethods::_method_map","$color":4,"excl_time":0.000923800000000004,"$area":0.000923800000000004},"id":"550-Class::MOP::Mixin::HasMethods::_method_map"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::CORE:match</b></p><p><br />Called 351 times from 1 place in 2 files<br />Inclusive time: 508&micro;s, 0.05%</p>","incl_time":0.000508399999999999,"subname":"Class::MOP::Mixin::HasMethods::CORE:match","$color":4,"excl_time":0.000508399999999999,"$area":0.000508399999999999},"id":"551-Class::MOP::Mixin::HasMethods::CORE:match"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasMethods::BEGIN@11</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.68e-05,"subname":"Class::MOP::Mixin::HasMethods::BEGIN@11","$color":4,"excl_time":6.79999999999775e-06,"$area":6.79999999999775e-06},"id":"552-Class::MOP::Mixin::HasMethods::BEGIN@11"}],"data":{"$area":0.0356155000000079},"id":"n536"},{"name":"::AttributeCore","children":[{"name":"_set_insertion_order","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::_set_insertion_order</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 142&micro;s, 0.01%</p>","incl_time":0.0001418,"subname":"Class::MOP::Mixin::AttributeCore::_set_insertion_order","$color":6,"excl_time":0.0001418,"$area":0.0001418},"id":"554-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 187 times from 1 place in 1 file<br />Inclusive time: 226&micro;s, 0.02%</p>","incl_time":0.0002264,"subname":"Class::MOP::Mixin::AttributeCore::has_reader","$color":6,"excl_time":0.0002264,"$area":0.0002264},"id":"555-Class::MOP::Mixin::AttributeCore::has_reader"},{"name":"has_clearer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_clearer</b></p><p><br />Called 187 times from 1 place in 1 file<br />Inclusive time: 220&micro;s, 0.02%</p>","incl_time":0.0002199,"subname":"Class::MOP::Mixin::AttributeCore::has_clearer","$color":6,"excl_time":0.0002199,"$area":0.0002199},"id":"556-Class::MOP::Mixin::AttributeCore::has_clearer"},{"name":"is_default_a_coderef","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::is_default_a_coderef</b></p><p><br />Called 149 times from 4 places in 4 files<br />Inclusive time: 350&micro;s, 0.03%</p>","incl_time":0.0003504,"subname":"Class::MOP::Mixin::AttributeCore::is_default_a_coderef","$color":6,"excl_time":0.0003504,"$area":0.0003504},"id":"557-Class::MOP::Mixin::AttributeCore::is_default_a_coderef"},{"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: 76&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.58e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@10","$color":6,"excl_time":8.69999999999951e-06,"$area":8.69999999999951e-06},"id":"558-Class::MOP::Mixin::AttributeCore::BEGIN@10"},{"name":"accessor","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::accessor</b></p><p><br />Called 31 times from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%</p>","incl_time":4.5e-05,"subname":"Class::MOP::Mixin::AttributeCore::accessor","$color":6,"excl_time":4.5e-05,"$area":4.5e-05},"id":"559-Class::MOP::Mixin::AttributeCore::accessor"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::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: 22&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@3","$color":6,"excl_time":2.22999999999991e-05,"$area":2.22999999999991e-05},"id":"560-Class::MOP::Mixin::AttributeCore::BEGIN@3"},{"name":"has_default","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_default</b></p><p><br />Called 275 times from 4 places in 2 files<br />Inclusive time: 354&micro;s, 0.03%</p>","incl_time":0.0003537,"subname":"Class::MOP::Mixin::AttributeCore::has_default","$color":6,"excl_time":0.0003537,"$area":0.0003537},"id":"561-Class::MOP::Mixin::AttributeCore::has_default"},{"name":"predicate","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::predicate</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%</p>","incl_time":4.7e-05,"subname":"Class::MOP::Mixin::AttributeCore::predicate","$color":6,"excl_time":4.7e-05,"$area":4.7e-05},"id":"562-Class::MOP::Mixin::AttributeCore::predicate"},{"name":"init_arg","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::init_arg</b></p><p><br />Called 479 times from 7 places in 4 files<br />Inclusive time: 575&micro;s, 0.05%</p>","incl_time":0.0005749,"subname":"Class::MOP::Mixin::AttributeCore::init_arg","$color":6,"excl_time":0.0005749,"$area":0.0005749},"id":"563-Class::MOP::Mixin::AttributeCore::init_arg"},{"name":"has_initializer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_initializer</b></p><p><br />Called 60 times from 2 places in 2 files<br />Inclusive time: 73&micro;s, 0.01%</p>","incl_time":7.33e-05,"subname":"Class::MOP::Mixin::AttributeCore::has_initializer","$color":6,"excl_time":7.33e-05,"$area":7.33e-05},"id":"564-Class::MOP::Mixin::AttributeCore::has_initializer"},{"name":"has_predicate","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_predicate</b></p><p><br />Called 187 times from 1 place in 1 file<br />Inclusive time: 212&micro;s, 0.02%</p>","incl_time":0.0002124,"subname":"Class::MOP::Mixin::AttributeCore::has_predicate","$color":6,"excl_time":0.0002124,"$area":0.0002124},"id":"565-Class::MOP::Mixin::AttributeCore::has_predicate"},{"name":"has_writer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_writer</b></p><p><br />Called 187 times from 1 place in 1 file<br />Inclusive time: 269&micro;s, 0.02%</p>","incl_time":0.0002686,"subname":"Class::MOP::Mixin::AttributeCore::has_writer","$color":6,"excl_time":0.0002686,"$area":0.0002686},"id":"566-Class::MOP::Mixin::AttributeCore::has_writer"},{"name":"default","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::default</b></p><p><br />Called 170 times from 6 places in 4 files<br />Inclusive time: 15.1ms, 1.38%<br />Exclusive time: 446&micro;s, 0.04%</p>","incl_time":0.0150925,"subname":"Class::MOP::Mixin::AttributeCore::default","$color":6,"excl_time":0.000446100000000164,"$area":0.000446100000000164},"id":"567-Class::MOP::Mixin::AttributeCore::default"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@4","$color":6,"excl_time":1.20000000000028e-05,"$area":1.20000000000028e-05},"id":"568-Class::MOP::Mixin::AttributeCore::BEGIN@4"},{"name":"name","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::name</b></p><p><br />Called 930 times from 15 places in 6 files<br />Inclusive time: 496&micro;s, 0.05%</p>","incl_time":0.000495700000000001,"subname":"Class::MOP::Mixin::AttributeCore::name","$color":6,"excl_time":0.000495700000000001,"$area":0.000495700000000001},"id":"569-Class::MOP::Mixin::AttributeCore::name"},{"name":"reader","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::reader</b></p><p><br />Called 154 times from 1 place in 1 file<br />Inclusive time: 182&micro;s, 0.02%</p>","incl_time":0.0001816,"subname":"Class::MOP::Mixin::AttributeCore::reader","$color":6,"excl_time":0.0001816,"$area":0.0001816},"id":"570-Class::MOP::Mixin::AttributeCore::reader"},{"name":"definition_context","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::definition_context</b></p><p><br />Called 229 times from 1 place in 1 file<br />Inclusive time: 223&micro;s, 0.02%</p>","incl_time":0.0002234,"subname":"Class::MOP::Mixin::AttributeCore::definition_context","$color":6,"excl_time":0.0002234,"$area":0.0002234},"id":"571-Class::MOP::Mixin::AttributeCore::definition_context"},{"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: 2.04ms, 0.19%<br />Exclusive time: 1.13ms, 0.10%</p>","incl_time":0.0020417,"subname":"Class::MOP::Mixin::AttributeCore::BEGIN@12","$color":6,"excl_time":0.001128,"$area":0.001128},"id":"572-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 184 times from 3 places in 2 files<br />Inclusive time: 207&micro;s, 0.02%</p>","incl_time":0.0002072,"subname":"Class::MOP::Mixin::AttributeCore::has_builder","$color":6,"excl_time":0.0002072,"$area":0.0002072},"id":"573-Class::MOP::Mixin::AttributeCore::has_builder"},{"name":"has_accessor","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::has_accessor</b></p><p><br />Called 187 times from 1 place in 1 file<br />Inclusive time: 248&micro;s, 0.02%</p>","incl_time":0.000248,"subname":"Class::MOP::Mixin::AttributeCore::has_accessor","$color":6,"excl_time":0.000248,"$area":0.000248},"id":"574-Class::MOP::Mixin::AttributeCore::has_accessor"},{"name":"writer","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::AttributeCore::writer</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.31e-05,"subname":"Class::MOP::Mixin::AttributeCore::writer","$color":6,"excl_time":1.31e-05,"$area":1.31e-05},"id":"575-Class::MOP::Mixin::AttributeCore::writer"}],"data":{"$area":0.00549950000000016},"id":"n553"},{"name":"::HasAttributes","children":[{"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: 39&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.87e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@10","$color":8,"excl_time":7.69999999999676e-06,"$area":7.69999999999676e-06},"id":"577-Class::MOP::Mixin::HasAttributes::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@4","$color":8,"excl_time":7.60000000000338e-06,"$area":7.60000000000338e-06},"id":"578-Class::MOP::Mixin::HasAttributes::BEGIN@4"},{"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: 47&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.72e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@13","$color":8,"excl_time":6.40000000000638e-06,"$area":6.40000000000638e-06},"id":"579-Class::MOP::Mixin::HasAttributes::BEGIN@13"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::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: 7&micro;s, 0.00%</p>","incl_time":3.01e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@11","$color":8,"excl_time":7.3999999999995e-06,"$area":7.3999999999995e-06},"id":"580-Class::MOP::Mixin::HasAttributes::BEGIN@11"},{"name":"_attribute_map","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::_attribute_map</b></p><p><br />Called 862 times from 6 places in 2 files<br />Inclusive time: 838&micro;s, 0.08%</p>","incl_time":0.0008375,"subname":"Class::MOP::Mixin::HasAttributes::_attribute_map","$color":8,"excl_time":0.0008375,"$area":0.0008375},"id":"581-Class::MOP::Mixin::HasAttributes::_attribute_map"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::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.79e-05,"subname":"Class::MOP::Mixin::HasAttributes::BEGIN@3","$color":8,"excl_time":1.44999999999994e-05,"$area":1.44999999999994e-05},"id":"582-Class::MOP::Mixin::HasAttributes::BEGIN@3"},{"name":"get_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::get_attribute</b></p><p><br />Called 119 times from 2 places in 1 file<br />Inclusive time: 576&micro;s, 0.05%<br />Exclusive time: 477&micro;s, 0.04%</p>","incl_time":0.0005756,"subname":"Class::MOP::Mixin::HasAttributes::get_attribute","$color":8,"excl_time":0.000476599999998513,"$area":0.000476599999998513},"id":"583-Class::MOP::Mixin::HasAttributes::get_attribute"},{"name":"has_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::has_attribute</b></p><p><br />Called 170 times from 2 places in 2 files<br />Inclusive time: 848&micro;s, 0.08%<br />Exclusive time: 659&micro;s, 0.06%</p>","incl_time":0.0008479,"subname":"Class::MOP::Mixin::HasAttributes::has_attribute","$color":8,"excl_time":0.000658600000001773,"$area":0.000658600000001773},"id":"584-Class::MOP::Mixin::HasAttributes::has_attribute"},{"name":"add_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::add_attribute</b></p><p><br />Called 119 times from 113 places in 23 files<br />Inclusive time: 36.4ms, 3.33%<br />Exclusive time: 3.27ms, 0.30%</p>","incl_time":0.0363748,"subname":"Class::MOP::Mixin::HasAttributes::add_attribute","$color":8,"excl_time":0.00326689999999851,"$area":0.00326689999999851},"id":"585-Class::MOP::Mixin::HasAttributes::add_attribute"},{"name":"get_attribute_list","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::get_attribute_list</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 186&micro;s, 0.02%<br />Exclusive time: 150&micro;s, 0.01%</p>","incl_time":0.0001862,"subname":"Class::MOP::Mixin::HasAttributes::get_attribute_list","$color":8,"excl_time":0.000149900000000288,"$area":0.000149900000000288},"id":"586-Class::MOP::Mixin::HasAttributes::get_attribute_list"},{"name":"attribute_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Mixin::HasAttributes::attribute_metaclass</b></p><p><br />Called 70 times from 2 places in 2 files<br />Inclusive time: 98&micro;s, 0.01%</p>","incl_time":9.79000000000001e-05,"subname":"Class::MOP::Mixin::HasAttributes::attribute_metaclass","$color":8,"excl_time":9.79000000000001e-05,"$area":9.79000000000001e-05},"id":"587-Class::MOP::Mixin::HasAttributes::attribute_metaclass"}],"data":{"$area":0.00553099999999909},"id":"n576"}],"data":{"$area":0.0469133000000072},"id":"n531"},{"name":"::Deprecated","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::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: 9&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Class::MOP::Deprecated::BEGIN@4","$color":10,"excl_time":8.79999999998775e-06,"$area":8.79999999998775e-06},"id":"589-Class::MOP::Deprecated::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"Class::MOP::Deprecated::BEGIN@3","$color":10,"excl_time":2.3099999999994e-05,"$area":2.3099999999994e-05},"id":"590-Class::MOP::Deprecated::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::BEGIN@7</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::Deprecated::BEGIN@7","$color":10,"excl_time":8.3999999999865e-06,"$area":8.3999999999865e-06},"id":"591-Class::MOP::Deprecated::BEGIN@7"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Class::MOP::Deprecated::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.71e-05,"subname":"Class::MOP::Deprecated::BEGIN@6","$color":10,"excl_time":8.19999999999163e-06,"$area":8.19999999999163e-06},"id":"592-Class::MOP::Deprecated::BEGIN@6"}],"data":{"$area":4.84999999999599e-05},"id":"n588"},{"name":"::Instance","children":[{"name":"set_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::set_slot_value</b></p><p><br />Called 66 times from 2 places in 1 file<br />Inclusive time: 139&micro;s, 0.01%</p>","incl_time":0.0001388,"subname":"Class::MOP::Instance::set_slot_value","$color":1,"excl_time":0.0001388,"$area":0.0001388},"id":"594-Class::MOP::Instance::set_slot_value"},{"name":"inline_slot_access","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_slot_access</b></p><p><br />Called 453 times from 3 places in 1 file<br />Inclusive time: 907&micro;s, 0.08%</p>","incl_time":0.000906500000000001,"subname":"Class::MOP::Instance::inline_slot_access","$color":1,"excl_time":0.000906500000000001,"$area":0.000906500000000001},"id":"595-Class::MOP::Instance::inline_slot_access"},{"name":"BUILDARGS","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BUILDARGS</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 2.09ms, 0.19%<br />Exclusive time: 1.21ms, 0.11%</p>","incl_time":0.002095,"subname":"Class::MOP::Instance::BUILDARGS","$color":1,"excl_time":0.00121379999999711,"$area":0.00121379999999711},"id":"596-Class::MOP::Instance::BUILDARGS"},{"name":"inline_set_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_set_slot_value</b></p><p><br />Called 367 times from 4 places in 3 files<br />Inclusive time: 2.03ms, 0.19%<br />Exclusive time: 1.33ms, 0.12%</p>","incl_time":0.0020294,"subname":"Class::MOP::Instance::inline_set_slot_value","$color":1,"excl_time":0.00133120000000207,"$area":0.00133120000000207},"id":"597-Class::MOP::Instance::inline_set_slot_value"},{"name":"_class_name","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::_class_name</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 68&micro;s, 0.01%<br />Exclusive time: 57&micro;s, 0.01%</p>","incl_time":6.8e-05,"subname":"Class::MOP::Instance::_class_name","$color":1,"excl_time":5.74999999998924e-05,"$area":5.74999999998924e-05},"id":"598-Class::MOP::Instance::_class_name"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"Class::MOP::Instance::BEGIN@5","$color":1,"excl_time":6.59999999999725e-06,"$area":6.59999999999725e-06},"id":"599-Class::MOP::Instance::BEGIN@5"},{"name":"clone_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::clone_instance</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.01%<br />Exclusive time: 87&micro;s, 0.01%</p>","incl_time":0.0001163,"subname":"Class::MOP::Instance::clone_instance","$color":1,"excl_time":8.67999999998178e-05,"$area":8.67999999998178e-05},"id":"600-Class::MOP::Instance::clone_instance"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::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: 6&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"Class::MOP::Instance::BEGIN@7","$color":1,"excl_time":6.30000000000038e-06,"$area":6.30000000000038e-06},"id":"601-Class::MOP::Instance::BEGIN@7"},{"name":"get_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::get_slot_value</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.31e-05,"subname":"Class::MOP::Instance::get_slot_value","$color":1,"excl_time":1.31e-05,"$area":1.31e-05},"id":"602-Class::MOP::Instance::get_slot_value"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::new</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 2.85ms, 0.26%<br />Exclusive time: 437&micro;s, 0.04%</p>","incl_time":0.0028481,"subname":"Class::MOP::Instance::new","$color":1,"excl_time":0.000437300000000537,"$area":0.000437300000000537},"id":"603-Class::MOP::Instance::new"},{"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: 392&micro;s, 0.04%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003924,"subname":"Class::MOP::Instance::BEGIN@13","$color":1,"excl_time":7.59999999999541e-06,"$area":7.59999999999541e-06},"id":"604-Class::MOP::Instance::BEGIN@13"},{"name":"create_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::create_instance</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 399&micro;s, 0.04%<br />Exclusive time: 361&micro;s, 0.03%</p>","incl_time":0.0003995,"subname":"Class::MOP::Instance::create_instance","$color":1,"excl_time":0.000360999999999948,"$area":0.000360999999999948},"id":"605-Class::MOP::Instance::create_instance"},{"name":"associated_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::associated_metaclass</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.3e-06,"subname":"Class::MOP::Instance::associated_metaclass","$color":1,"excl_time":7.3e-06,"$area":7.3e-06},"id":"606-Class::MOP::Instance::associated_metaclass"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::_new</b></p><p><br />Called 34 times from 1 place in 1 file<br />Inclusive time: 221&micro;s, 0.02%</p>","incl_time":0.0002211,"subname":"Class::MOP::Instance::_new","$color":1,"excl_time":0.0002211,"$area":0.0002211},"id":"607-Class::MOP::Instance::_new"},{"name":"is_slot_initialized","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::is_slot_initialized</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":"Class::MOP::Instance::is_slot_initialized","$color":1,"excl_time":7.2e-06,"$area":7.2e-06},"id":"608-Class::MOP::Instance::is_slot_initialized"},{"name":"inline_is_slot_initialized","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_is_slot_initialized</b></p><p><br />Called 13 times from 1 place in 1 file<br />Inclusive time: 96&micro;s, 0.01%<br />Exclusive time: 67&micro;s, 0.01%</p>","incl_time":9.64e-05,"subname":"Class::MOP::Instance::inline_is_slot_initialized","$color":1,"excl_time":6.7199999999882e-05,"$area":6.7199999999882e-05},"id":"609-Class::MOP::Instance::inline_is_slot_initialized"},{"name":"is_inlinable","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::is_inlinable</b></p><p><br />Called 84 times from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.01%</p>","incl_time":7.13e-05,"subname":"Class::MOP::Instance::is_inlinable","$color":1,"excl_time":7.13e-05,"$area":7.13e-05},"id":"610-Class::MOP::Instance::is_inlinable"},{"name":"is_dependent_on_superclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::is_dependent_on_superclasses</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"Class::MOP::Instance::is_dependent_on_superclasses","$color":1,"excl_time":3.56e-05,"$area":3.56e-05},"id":"611-Class::MOP::Instance::is_dependent_on_superclasses"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Class::MOP::Instance::BEGIN@4","$color":1,"excl_time":1.45999999999946e-05,"$area":1.45999999999946e-05},"id":"612-Class::MOP::Instance::BEGIN@4"},{"name":"inline_create_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_create_instance</b></p><p><br />Called 32 times from 2 places in 2 files<br />Inclusive time: 66&micro;s, 0.01%</p>","incl_time":6.6e-05,"subname":"Class::MOP::Instance::inline_create_instance","$color":1,"excl_time":6.6e-05,"$area":6.6e-05},"id":"613-Class::MOP::Instance::inline_create_instance"},{"name":"inline_get_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Instance::inline_get_slot_value</b></p><p><br />Called 73 times from 3 places in 2 files<br />Inclusive time: 440&micro;s, 0.04%<br />Exclusive time: 261&micro;s, 0.02%</p>","incl_time":0.0004403,"subname":"Class::MOP::Instance::inline_get_slot_value","$color":1,"excl_time":0.000261199999999624,"$area":0.000261199999999624},"id":"614-Class::MOP::Instance::inline_get_slot_value"}],"data":{"$area":0.00531799999999887},"id":"n593"},{"name":"::Attribute","children":[{"name":"initialize_instance_slot","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::initialize_instance_slot</b></p><p><br />Called 84 times from 1 place in 1 file<br />Inclusive time: 1.16ms, 0.11%<br />Exclusive time: 353&micro;s, 0.03%</p>","incl_time":0.001162,"subname":"Class::MOP::Attribute::initialize_instance_slot","$color":3,"excl_time":0.000352900000000381,"$area":0.000352900000000381},"id":"616-Class::MOP::Attribute::initialize_instance_slot"},{"name":"set_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::set_value</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 271&micro;s, 0.02%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.000271,"subname":"Class::MOP::Attribute::set_value","$color":3,"excl_time":3.22999999999361e-05,"$area":3.22999999999361e-05},"id":"617-Class::MOP::Attribute::set_value"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Attribute.pm:340]","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Attribute.pm:340]</b></p><p><br />Called 172 times from 1 place in 1 file<br />Inclusive time: 20.5ms, 1.88%<br />Exclusive time: 1.74ms, 0.16%</p>","incl_time":0.0205056,"subname":"Class::MOP::Attribute::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Attribute.pm:340]","$color":3,"excl_time":0.00174069999999142,"$area":0.00174069999999142},"id":"618-Class::MOP::Attribute::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Attribute.pm:340]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::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.72e-05,"subname":"Class::MOP::Attribute::BEGIN@4","$color":3,"excl_time":1.38999999999884e-05,"$area":1.38999999999884e-05},"id":"619-Class::MOP::Attribute::BEGIN@4"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.58e-05,"subname":"Class::MOP::Attribute::BEGIN@11","$color":3,"excl_time":7.20000000001025e-06,"$area":7.20000000001025e-06},"id":"620-Class::MOP::Attribute::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::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: 7&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Class::MOP::Attribute::BEGIN@5","$color":3,"excl_time":6.69999999999575e-06,"$area":6.69999999999575e-06},"id":"621-Class::MOP::Attribute::BEGIN@5"},{"name":"associated_methods","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::associated_methods</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Class::MOP::Attribute::associated_methods","$color":3,"excl_time":5.4e-06,"$area":5.4e-06},"id":"622-Class::MOP::Attribute::associated_methods"},{"name":"associate_method","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::associate_method</b></p><p><br />Called 229 times from 2 places in 1 file<br />Inclusive time: 521&micro;s, 0.05%</p>","incl_time":0.0005209,"subname":"Class::MOP::Attribute::associate_method","$color":3,"excl_time":0.0005209,"$area":0.0005209},"id":"623-Class::MOP::Attribute::associate_method"},{"name":"slots","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::slots</b></p><p><br />Called 295 times from 2 places in 2 files<br />Inclusive time: 875&micro;s, 0.08%<br />Exclusive time: 724&micro;s, 0.07%</p>","incl_time":0.0008753,"subname":"Class::MOP::Attribute::slots","$color":3,"excl_time":0.000723799999996476,"$area":0.000723799999996476},"id":"624-Class::MOP::Attribute::slots"},{"name":"set_raw_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::set_raw_value</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 239&micro;s, 0.02%<br />Exclusive time: 108&micro;s, 0.01%</p>","incl_time":0.0002387,"subname":"Class::MOP::Attribute::set_raw_value","$color":3,"excl_time":0.00010750000000028,"$area":0.00010750000000028},"id":"625-Class::MOP::Attribute::set_raw_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: 77&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.66e-05,"subname":"Class::MOP::Attribute::BEGIN@17","$color":3,"excl_time":7.59999999998651e-06,"$area":7.59999999998651e-06},"id":"626-Class::MOP::Attribute::BEGIN@17"},{"name":"_set_initial_slot_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_set_initial_slot_value</b></p><p><br />Called 54 times from 1 place in 1 file<br />Inclusive time: 568&micro;s, 0.05%<br />Exclusive time: 367&micro;s, 0.03%</p>","incl_time":0.0005684,"subname":"Class::MOP::Attribute::_set_initial_slot_value","$color":3,"excl_time":0.000366800000000587,"$area":0.000366800000000587},"id":"627-Class::MOP::Attribute::_set_initial_slot_value"},{"name":"accessor_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::accessor_metaclass</b></p><p><br />Called 223 times from 2 places in 1 file<br />Inclusive time: 219&micro;s, 0.02%</p>","incl_time":0.0002191,"subname":"Class::MOP::Attribute::accessor_metaclass","$color":3,"excl_time":0.0002191,"$area":0.0002191},"id":"628-Class::MOP::Attribute::accessor_metaclass"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_new</b></p><p><br />Called 115 times from 1 place in 1 file<br />Inclusive time: 1.60ms, 0.15%<br />Exclusive time: 964&micro;s, 0.09%</p>","incl_time":0.001602,"subname":"Class::MOP::Attribute::_new","$color":3,"excl_time":0.000964499999999986,"$area":0.000964499999999986},"id":"629-Class::MOP::Attribute::_new"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::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: 7&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"Class::MOP::Attribute::BEGIN@9","$color":3,"excl_time":6.89999999999375e-06,"$area":6.89999999999375e-06},"id":"630-Class::MOP::Attribute::BEGIN@9"},{"name":"_process_accessors","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::_process_accessors</b></p><p><br />Called 229 times from 5 places in 2 files<br />Inclusive time: 30.4ms, 2.78%<br />Exclusive time: 4.84ms, 0.44%</p>","incl_time":0.0304086,"subname":"Class::MOP::Attribute::_process_accessors","$color":3,"excl_time":0.0048360999999947,"$area":0.0048360999999947},"id":"631-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 6 times from 1 place in 1 file<br />Inclusive time: 137&micro;s, 0.01%<br />Exclusive time: 57&micro;s, 0.01%</p>","incl_time":0.0001366,"subname":"Class::MOP::Attribute::get_raw_value","$color":3,"excl_time":5.70999999999344e-05,"$area":5.70999999999344e-05},"id":"632-Class::MOP::Attribute::get_raw_value"},{"name":"get_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::get_value</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 155&micro;s, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001548,"subname":"Class::MOP::Attribute::get_value","$color":3,"excl_time":1.81999999999578e-05,"$area":1.81999999999578e-05},"id":"633-Class::MOP::Attribute::get_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: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Class::MOP::Attribute::BEGIN@10","$color":3,"excl_time":7.09999999999988e-06,"$area":7.09999999999988e-06},"id":"634-Class::MOP::Attribute::BEGIN@10"},{"name":"install_accessors","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::install_accessors</b></p><p><br />Called 187 times from 3 places in 2 files<br />Inclusive time: 46.8ms, 4.29%<br />Exclusive time: 4.28ms, 0.39%</p>","incl_time":0.0468077,"subname":"Class::MOP::Attribute::install_accessors","$color":3,"excl_time":0.00428250000001364,"$area":0.00428250000001364},"id":"635-Class::MOP::Attribute::install_accessors"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::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":"Class::MOP::Attribute::BEGIN@7","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"636-Class::MOP::Attribute::BEGIN@7"},{"name":"has_value","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::has_value</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"Class::MOP::Attribute::has_value","$color":3,"excl_time":2.80000000000103e-05,"$area":2.80000000000103e-05},"id":"637-Class::MOP::Attribute::has_value"},{"name":"associated_class","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::associated_class</b></p><p><br />Called 595 times from 10 places in 4 files<br />Inclusive time: 588&micro;s, 0.05%</p>","incl_time":0.0005885,"subname":"Class::MOP::Attribute::associated_class","$color":3,"excl_time":0.0005885,"$area":0.0005885},"id":"638-Class::MOP::Attribute::associated_class"},{"name":"attach_to_class","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::attach_to_class</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 982&micro;s, 0.09%<br />Exclusive time: 737&micro;s, 0.07%</p>","incl_time":0.000981800000000001,"subname":"Class::MOP::Attribute::attach_to_class","$color":3,"excl_time":0.000736799999998007,"$area":0.000736799999998007},"id":"639-Class::MOP::Attribute::attach_to_class"},{"name":"new","children":[],"data":{"tip":"<p><b>Class::MOP::Attribute::new</b></p><p><br />Called 119 times from 50 places in 4 files<br />Inclusive time: 3.28ms, 0.30%<br />Exclusive time: 1.48ms, 0.14%</p>","incl_time":0.0032754,"subname":"Class::MOP::Attribute::new","$color":3,"excl_time":0.00147600000000038,"$area":0.00147600000000038},"id":"640-Class::MOP::Attribute::new"}],"data":{"$area":0.0171108999999957},"id":"n615"},{"name":"::Object","children":[{"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: 312&micro;s, 0.03%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0003117,"subname":"Class::MOP::Object::_new","$color":5,"excl_time":7.50000000002328e-06,"$area":7.50000000002328e-06},"id":"642-Class::MOP::Object::_new"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Object::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.67e-05,"subname":"Class::MOP::Object::BEGIN@5","$color":5,"excl_time":7.70000000000488e-06,"$area":7.70000000000488e-06},"id":"643-Class::MOP::Object::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Object::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.68e-05,"subname":"Class::MOP::Object::BEGIN@4","$color":5,"excl_time":1.38999999999999e-05,"$area":1.38999999999999e-05},"id":"644-Class::MOP::Object::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Object::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"Class::MOP::Object::BEGIN@7","$color":5,"excl_time":6.30000000000088e-06,"$area":6.30000000000088e-06},"id":"645-Class::MOP::Object::BEGIN@7"},{"name":"meta","children":[],"data":{"tip":"<p><b>Class::MOP::Object::meta</b></p><p><br />Called 133 times from 47 places in 5 files<br />Inclusive time: 2.21ms, 0.20%<br />Exclusive time: 689&micro;s, 0.06%</p>","incl_time":0.0022127,"subname":"Class::MOP::Object::meta","$color":5,"excl_time":0.000689300000000325,"$area":0.000689300000000325},"id":"646-Class::MOP::Object::meta"}],"data":{"$area":0.000724700000000354},"id":"n641"},{"name":"::Class","children":[{"name":"find_attribute_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_attribute_by_name</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 1.67ms, 0.15%<br />Exclusive time: 522&micro;s, 0.05%</p>","incl_time":0.0016749,"subname":"Class::MOP::Class::find_attribute_by_name","$color":7,"excl_time":0.000522199999999799,"$area":0.000522199999999799},"id":"648-Class::MOP::Class::find_attribute_by_name"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Class::MOP::Class::CORE:match</b></p><p><br />Called 67 times from 1 place in 2 files<br />Inclusive time: 31&micro;s, 0.00%</p>","incl_time":3.09e-05,"subname":"Class::MOP::Class::CORE:match","$color":7,"excl_time":3.09e-05,"$area":3.09e-05},"id":"649-Class::MOP::Class::CORE:match"},{"name":"get_all_attributes","children":[],"data":{"tip":"<p><b>Class::MOP::Class::get_all_attributes</b></p><p><br />Called 85 times from 6 places in 4 files<br />Inclusive time: 4.82ms, 0.44%<br />Exclusive time: 2.26ms, 0.21%</p>","incl_time":0.0048242,"subname":"Class::MOP::Class::get_all_attributes","$color":7,"excl_time":0.00225569999999708,"$area":0.00225569999999708},"id":"650-Class::MOP::Class::get_all_attributes"},{"name":"_inline_destructor","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_destructor</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 764&micro;s, 0.07%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":0.0007645,"subname":"Class::MOP::Class::_inline_destructor","$color":7,"excl_time":4.55000000001969e-05,"$area":4.55000000001969e-05},"id":"651-Class::MOP::Class::_inline_destructor"},{"name":"_attach_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_attach_attribute</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 1.36ms, 0.12%<br />Exclusive time: 374&micro;s, 0.03%</p>","incl_time":0.0013555,"subname":"Class::MOP::Class::_attach_attribute","$color":7,"excl_time":0.000373700000000578,"$area":0.000373700000000578},"id":"652-Class::MOP::Class::_attach_attribute"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Class::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.7e-05,"subname":"Class::MOP::Class::BEGIN@4","$color":7,"excl_time":1.35999999999994e-05,"$area":1.35999999999994e-05},"id":"653-Class::MOP::Class::BEGIN@4"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Class::MOP::Class::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"Class::MOP::Class::CORE:regcomp","$color":7,"excl_time":9.7e-06,"$area":9.7e-06},"id":"654-Class::MOP::Class::CORE:regcomp"},{"name":"linearized_isa","children":[],"data":{"tip":"<p><b>Class::MOP::Class::linearized_isa</b></p><p><br />Called 217 times from 8 places in 2 files<br />Inclusive time: 1.45ms, 0.13%<br />Exclusive time: 979&micro;s, 0.09%</p>","incl_time":0.0014523,"subname":"Class::MOP::Class::linearized_isa","$color":7,"excl_time":0.000978899999998738,"$area":0.000978899999998738},"id":"655-Class::MOP::Class::linearized_isa"},{"name":"destructor_class","children":[],"data":{"tip":"<p><b>Class::MOP::Class::destructor_class</b></p><p><br />Called 50 times from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%</p>","incl_time":4.68e-05,"subname":"Class::MOP::Class::destructor_class","$color":7,"excl_time":4.68e-05,"$area":4.68e-05},"id":"656-Class::MOP::Class::destructor_class"},{"name":"invalidate_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::invalidate_meta_instance</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 152&micro;s, 0.01%</p>","incl_time":0.0001517,"subname":"Class::MOP::Class::invalidate_meta_instance","$color":7,"excl_time":0.0001517,"$area":0.0001517},"id":"657-Class::MOP::Class::invalidate_meta_instance"},{"name":"invalidate_meta_instances","children":[],"data":{"tip":"<p><b>Class::MOP::Class::invalidate_meta_instances</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 780&micro;s, 0.07%<br />Exclusive time: 628&micro;s, 0.06%</p>","incl_time":0.0007797,"subname":"Class::MOP::Class::invalidate_meta_instances","$color":7,"excl_time":0.000628000000001106,"$area":0.000628000000001106},"id":"658-Class::MOP::Class::invalidate_meta_instances"},{"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: 2.41ms, 0.22%<br />Exclusive time: 1.18ms, 0.11%</p>","incl_time":0.0024075,"subname":"Class::MOP::Class::BEGIN@10","$color":7,"excl_time":0.0011818,"$area":0.0011818},"id":"659-Class::MOP::Class::BEGIN@10"},{"name":"_initialize_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_initialize_immutable</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 58.1ms, 5.32%<br />Exclusive time: 514&micro;s, 0.05%</p>","incl_time":0.0581071,"subname":"Class::MOP::Class::_initialize_immutable","$color":7,"excl_time":0.000513599999999982,"$area":0.000513599999999982},"id":"660-Class::MOP::Class::_initialize_immutable"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Class::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: 8&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Class::MOP::Class::BEGIN@5","$color":7,"excl_time":7.69999999999325e-06,"$area":7.69999999999325e-06},"id":"661-Class::MOP::Class::BEGIN@5"},{"name":"_rebless_as_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_rebless_as_immutable</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 27.0ms, 2.47%<br />Exclusive time: 383&micro;s, 0.04%<br />Recursion: max depth 1, recursive inclusive time 177&micro;s</p>","incl_time":0.0269571,"subname":"Class::MOP::Class::_rebless_as_immutable","$color":7,"excl_time":0.000383199999999994,"$area":0.000383199999999994},"id":"662-Class::MOP::Class::_rebless_as_immutable"},{"name":"_construct_class_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_construct_class_instance</b></p><p><br />Called 61 times from 1 place in 1 file<br />Inclusive time: 4.19ms, 0.38%<br />Exclusive time: 1.04ms, 0.10%</p>","incl_time":0.0041885,"subname":"Class::MOP::Class::_construct_class_instance","$color":7,"excl_time":0.00104139999999979,"$area":0.00104139999999979},"id":"663-Class::MOP::Class::_construct_class_instance"},{"name":"_create_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_create_meta_instance</b></p><p><br />Called 38 times from 1 place in 1 file<br />Inclusive time: 5.52ms, 0.51%<br />Exclusive time: 457&micro;s, 0.04%</p>","incl_time":0.0055176,"subname":"Class::MOP::Class::_create_meta_instance","$color":7,"excl_time":0.000457199999999397,"$area":0.000457199999999397},"id":"664-Class::MOP::Class::_create_meta_instance"},{"name":"BEGIN@244","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@244</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":"Class::MOP::Class::BEGIN@244","$color":7,"excl_time":8.59999999999675e-06,"$area":8.59999999999675e-06},"id":"665-Class::MOP::Class::BEGIN@244"},{"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: 78&micro;s, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":7.76e-05,"subname":"Class::MOP::Class::BEGIN@16","$color":7,"excl_time":1.42000000000088e-05,"$area":1.42000000000088e-05},"id":"666-Class::MOP::Class::BEGIN@16"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.16ms, 0.38%<br />Exclusive time: 1.35ms, 0.12%</p>","incl_time":0.0041599,"subname":"Class::MOP::Class::BEGIN@9","$color":7,"excl_time":0.0013487,"$area":0.0013487},"id":"667-Class::MOP::Class::BEGIN@9"},{"name":"_immutable_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_immutable_metaclass</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 26.6ms, 2.44%<br />Exclusive time: 1.30ms, 0.12%<br />Recursion: max depth 1, recursive inclusive time 147&micro;s</p>","incl_time":0.0266041,"subname":"Class::MOP::Class::_immutable_metaclass","$color":7,"excl_time":0.0012992000000018,"$area":0.0012992000000018},"id":"668-Class::MOP::Class::_immutable_metaclass"},{"name":"find_method_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_method_by_name</b></p><p><br />Called 51 times from 4 places in 4 files<br />Inclusive time: 7.64ms, 0.70%<br />Exclusive time: 958&micro;s, 0.09%</p>","incl_time":0.007645,"subname":"Class::MOP::Class::find_method_by_name","$color":7,"excl_time":0.000958100000001253,"$area":0.000958100000001253},"id":"669-Class::MOP::Class::find_method_by_name"},{"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: 3.03ms, 0.28%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0030343,"subname":"Class::MOP::Class::BEGIN@22","$color":7,"excl_time":1.00999999999951e-05,"$area":1.00999999999951e-05},"id":"670-Class::MOP::Class::BEGIN@22"},{"name":"instance_metaclass","children":[],"data":{"tip":"<p><b>Class::MOP::Class::instance_metaclass</b></p><p><br />Called 270 times from 9 places in 4 files<br />Inclusive time: 321&micro;s, 0.03%</p>","incl_time":0.0003215,"subname":"Class::MOP::Class::instance_metaclass","$color":7,"excl_time":0.0003215,"$area":0.0003215},"id":"671-Class::MOP::Class::instance_metaclass"},{"name":"add_around_method_modifier","children":[],"data":{"tip":"<p><b>Class::MOP::Class::add_around_method_modifier</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 8.56ms, 0.78%<br />Exclusive time: 259&micro;s, 0.02%</p>","incl_time":0.0085556,"subname":"Class::MOP::Class::add_around_method_modifier","$color":7,"excl_time":0.000258600000000333,"$area":0.000258600000000333},"id":"672-Class::MOP::Class::add_around_method_modifier"},{"name":"_post_add_attribute","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_post_add_attribute</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 28.9ms, 2.65%<br />Exclusive time: 1.22ms, 0.11%</p>","incl_time":0.0289115,"subname":"Class::MOP::Class::_post_add_attribute","$color":7,"excl_time":0.00121879999999985,"$area":0.00121879999999985},"id":"673-Class::MOP::Class::_post_add_attribute"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Class::MOP::Class::initialize</b></p><p><br />Called 905 times from 18 places in 8 files<br />Inclusive time: 8.84ms, 0.81%<br />Exclusive time: 3.79ms, 0.35%<br />Recursion: max depth 1, recursive inclusive time 124&micro;s</p>","incl_time":0.0088354,"subname":"Class::MOP::Class::initialize","$color":7,"excl_time":0.00379230000000066,"$area":0.00379230000000066},"id":"674-Class::MOP::Class::initialize"},{"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: 38&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.77e-05,"subname":"Class::MOP::Class::BEGIN@14","$color":7,"excl_time":8.69999999999875e-06,"$area":8.69999999999875e-06},"id":"675-Class::MOP::Class::BEGIN@14"},{"name":"_install_inlined_code","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_install_inlined_code</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 57.6ms, 5.27%<br />Exclusive time: 457&micro;s, 0.04%</p>","incl_time":0.0575935,"subname":"Class::MOP::Class::_install_inlined_code","$color":7,"excl_time":0.00045710000000008,"$area":0.00045710000000008},"id":"676-Class::MOP::Class::_install_inlined_code"},{"name":"constructor_class","children":[],"data":{"tip":"<p><b>Class::MOP::Class::constructor_class</b></p><p><br />Called 50 times from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.01%</p>","incl_time":5.91e-05,"subname":"Class::MOP::Class::constructor_class","$color":7,"excl_time":5.91e-05,"$area":5.91e-05},"id":"677-Class::MOP::Class::constructor_class"},{"name":"_add_inlined_method","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_add_inlined_method</b></p><p><br />Called 33 times from 2 places in 1 file<br />Inclusive time: 91&micro;s, 0.01%</p>","incl_time":9.08e-05,"subname":"Class::MOP::Class::_add_inlined_method","$color":7,"excl_time":9.08e-05,"$area":9.08e-05},"id":"678-Class::MOP::Class::_add_inlined_method"},{"name":"_clone_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_clone_instance</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 1.24ms, 0.11%<br />Exclusive time: 328&micro;s, 0.03%</p>","incl_time":0.0012374,"subname":"Class::MOP::Class::_clone_instance","$color":7,"excl_time":0.000327999999999079,"$area":0.000327999999999079},"id":"679-Class::MOP::Class::_clone_instance"},{"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: 49.2ms, 4.51%<br />Exclusive time: 11.8ms, 1.08%</p>","incl_time":0.0492436,"subname":"Class::MOP::Class::BEGIN@15","$color":7,"excl_time":0.0118224,"$area":0.0118224},"id":"680-Class::MOP::Class::BEGIN@15"},{"name":"is_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::is_immutable</b></p><p><br />Called 6 times from 4 places in 2 files<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Class::MOP::Class::is_immutable","$color":7,"excl_time":6.7e-06,"$area":6.7e-06},"id":"681-Class::MOP::Class::is_immutable"},{"name":"_construct_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_construct_instance</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 3.27ms, 0.30%<br />Exclusive time: 294&micro;s, 0.03%</p>","incl_time":0.0032748,"subname":"Class::MOP::Class::_construct_instance","$color":7,"excl_time":0.000293500000000257,"$area":0.000293500000000257},"id":"682-Class::MOP::Class::_construct_instance"},{"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: 48&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"Class::MOP::Class::BEGIN@13","$color":7,"excl_time":8.19999999999588e-06,"$area":8.19999999999588e-06},"id":"683-Class::MOP::Class::BEGIN@13"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.89ms, 0.17%<br />Exclusive time: 1.42ms, 0.13%</p>","incl_time":0.0018862,"subname":"Class::MOP::Class::BEGIN@7","$color":7,"excl_time":0.00141970000000001,"$area":0.00141970000000001},"id":"684-Class::MOP::Class::BEGIN@7"},{"name":"new_object","children":[],"data":{"tip":"<p><b>Class::MOP::Class::new_object</b></p><p><br />Called 4 times from 3 places in 3 files<br />Inclusive time: 1.90ms, 0.17%<br />Exclusive time: 47&micro;s, 0.00%</p>","incl_time":0.0019,"subname":"Class::MOP::Class::new_object","$color":7,"excl_time":4.72999999998486e-05,"$area":4.72999999998486e-05},"id":"685-Class::MOP::Class::new_object"},{"name":"get_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::get_meta_instance</b></p><p><br />Called 63 times from 9 places in 6 files<br />Inclusive time: 5.69ms, 0.52%<br />Exclusive time: 177&micro;s, 0.02%</p>","incl_time":0.0056943,"subname":"Class::MOP::Class::get_meta_instance","$color":7,"excl_time":0.000176700000000127,"$area":0.000176700000000127},"id":"686-Class::MOP::Class::get_meta_instance"},{"name":"find_next_method_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_next_method_by_name</b></p><p><br />Called 69 times from 2 places in 2 files<br />Inclusive time: 5.06ms, 0.46%<br />Exclusive time: 979&micro;s, 0.09%</p>","incl_time":0.0050625,"subname":"Class::MOP::Class::find_next_method_by_name","$color":7,"excl_time":0.000978900000000146,"$area":0.000978900000000146},"id":"687-Class::MOP::Class::find_next_method_by_name"},{"name":"is_mutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::is_mutable</b></p><p><br />Called 82 times from 3 places in 3 files<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.43e-05,"subname":"Class::MOP::Class::is_mutable","$color":7,"excl_time":5.43e-05,"$area":5.43e-05},"id":"688-Class::MOP::Class::is_mutable"},{"name":"is_anon_class","children":[],"data":{"tip":"<p><b>Class::MOP::Class::is_anon_class</b></p><p><br />Called 67 times from 2 places in 1 file<br />Inclusive time: 416&micro;s, 0.04%<br />Exclusive time: 330&micro;s, 0.03%</p>","incl_time":0.0004158,"subname":"Class::MOP::Class::is_anon_class","$color":7,"excl_time":0.000329899999999057,"$area":0.000329899999999057},"id":"689-Class::MOP::Class::is_anon_class"},{"name":"clone_object","children":[],"data":{"tip":"<p><b>Class::MOP::Class::clone_object</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 1.40ms, 0.13%<br />Exclusive time: 130&micro;s, 0.01%</p>","incl_time":0.0013987,"subname":"Class::MOP::Class::clone_object","$color":7,"excl_time":0.000130000000000322,"$area":0.000130000000000322},"id":"690-Class::MOP::Class::clone_object"},{"name":"superclasses","children":[],"data":{"tip":"<p><b>Class::MOP::Class::superclasses</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 467&micro;s, 0.04%<br />Exclusive time: 179&micro;s, 0.02%<br />Recursion: max depth 1, recursive inclusive time 13&micro;s</p>","incl_time":0.0004673,"subname":"Class::MOP::Class::superclasses","$color":7,"excl_time":0.000178900000000065,"$area":0.000178900000000065},"id":"691-Class::MOP::Class::superclasses"},{"name":"update_meta_instance_dependencies","children":[],"data":{"tip":"<p><b>Class::MOP::Class::update_meta_instance_dependencies</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.6e-06,"subname":"Class::MOP::Class::update_meta_instance_dependencies","$color":7,"excl_time":7.6e-06,"$area":7.6e-06},"id":"692-Class::MOP::Class::update_meta_instance_dependencies"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:678]","children":[],"data":{"tip":"<p><b>Class::MOP::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:678]</b></p><p><br />Called 36 times from 1 place in 1 file<br />Inclusive time: 7.52ms, 0.69%<br />Exclusive time: 623&micro;s, 0.06%</p>","incl_time":0.0075214,"subname":"Class::MOP::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:678]","$color":7,"excl_time":0.000623099999999754,"$area":0.000623099999999754},"id":"693-Class::MOP::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:678]"},{"name":"BEGIN@223","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@223</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.1e-05,"subname":"Class::MOP::Class::BEGIN@223","$color":7,"excl_time":9.800000000011e-06,"$area":9.800000000011e-06},"id":"694-Class::MOP::Class::BEGIN@223"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Class::MOP::Class::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: 9&micro;s, 0.00%</p>","incl_time":4.38e-05,"subname":"Class::MOP::Class::BEGIN@12","$color":7,"excl_time":9.29999999999325e-06,"$area":9.29999999999325e-06},"id":"695-Class::MOP::Class::BEGIN@12"},{"name":"immutable_trait","children":[],"data":{"tip":"<p><b>Class::MOP::Class::immutable_trait</b></p><p><br />Called 100 times from 2 places in 1 file<br />Inclusive time: 138&micro;s, 0.01%</p>","incl_time":0.000138,"subname":"Class::MOP::Class::immutable_trait","$color":7,"excl_time":0.000138,"$area":0.000138},"id":"696-Class::MOP::Class::immutable_trait"},{"name":"create","children":[],"data":{"tip":"<p><b>Class::MOP::Class::create</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 550&micro;s, 0.05%<br />Exclusive time: 79&micro;s, 0.01%</p>","incl_time":0.0005505,"subname":"Class::MOP::Class::create","$color":7,"excl_time":7.92000000001032e-05,"$area":7.92000000001032e-05},"id":"697-Class::MOP::Class::create"},{"name":"constructor_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::constructor_name</b></p><p><br />Called 51 times from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.01%</p>","incl_time":6.7e-05,"subname":"Class::MOP::Class::constructor_name","$color":7,"excl_time":6.7e-05,"$area":6.7e-05},"id":"698-Class::MOP::Class::constructor_name"},{"name":"_superclasses_updated","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_superclasses_updated</b></p><p><br />Called 3 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.27e-05,"subname":"Class::MOP::Class::_superclasses_updated","$color":7,"excl_time":1.5099999999948e-05,"$area":1.5099999999948e-05},"id":"699-Class::MOP::Class::_superclasses_updated"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16.1ms, 1.48%<br />Exclusive time: 1.63ms, 0.15%</p>","incl_time":0.0161207,"subname":"Class::MOP::Class::BEGIN@8","$color":7,"excl_time":0.0016251,"$area":0.0016251},"id":"700-Class::MOP::Class::BEGIN@8"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:515]","children":[],"data":{"tip":"<p><b>Class::MOP::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:515]</b></p><p><br />Called 119 times from 1 place in 1 file<br />Inclusive time: 25.2ms, 2.31%<br />Exclusive time: 707&micro;s, 0.06%</p>","incl_time":0.0252495,"subname":"Class::MOP::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:515]","$color":7,"excl_time":0.00070729999999982,"$area":0.00070729999999982},"id":"701-Class::MOP::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP/Class.pm:515]"},{"name":"BEGIN@257","children":[],"data":{"tip":"<p><b>Class::MOP::Class::BEGIN@257</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Class::MOP::Class::BEGIN@257","$color":7,"excl_time":6.800000000012e-06,"$area":6.800000000012e-06},"id":"702-Class::MOP::Class::BEGIN@257"},{"name":"make_immutable","children":[],"data":{"tip":"<p><b>Class::MOP::Class::make_immutable</b></p><p><br />Called 51 times from 7 places in 5 files<br />Inclusive time: 86.6ms, 7.93%<br />Exclusive time: 731&micro;s, 0.07%<br />Recursion: max depth 1, recursive inclusive time 298&micro;s</p>","incl_time":0.0866023,"subname":"Class::MOP::Class::make_immutable","$color":7,"excl_time":0.000731300000000355,"$area":0.000731300000000355},"id":"703-Class::MOP::Class::make_immutable"},{"name":"_inline_accessors","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_accessors</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 23.4ms, 2.14%<br />Exclusive time: 453&micro;s, 0.04%</p>","incl_time":0.0234126,"subname":"Class::MOP::Class::_inline_accessors","$color":7,"excl_time":0.000452700000000522,"$area":0.000452700000000522},"id":"704-Class::MOP::Class::_inline_accessors"},{"name":"find_all_methods_by_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::find_all_methods_by_name</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 187&micro;s, 0.02%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001868,"subname":"Class::MOP::Class::find_all_methods_by_name","$color":7,"excl_time":4.12999999999794e-05,"$area":4.12999999999794e-05},"id":"705-Class::MOP::Class::find_all_methods_by_name"},{"name":"_check_metaclass_compatibility","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_check_metaclass_compatibility</b></p><p><br />Called 64 times from 3 places in 2 files<br />Inclusive time: 427&micro;s, 0.04%<br />Exclusive time: 302&micro;s, 0.03%</p>","incl_time":0.0004273,"subname":"Class::MOP::Class::_check_metaclass_compatibility","$color":7,"excl_time":0.000301800000000554,"$area":0.000301800000000554},"id":"706-Class::MOP::Class::_check_metaclass_compatibility"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_new</b></p><p><br />Called 59 times from 1 place in 1 file<br />Inclusive time: 657&micro;s, 0.06%</p>","incl_time":0.0006567,"subname":"Class::MOP::Class::_new","$color":7,"excl_time":0.0006567,"$area":0.0006567},"id":"707-Class::MOP::Class::_new"},{"name":"_immutable_options","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_immutable_options</b></p><p><br />Called 51 times from 2 places in 2 files<br />Inclusive time: 881&micro;s, 0.08%<br />Exclusive time: 618&micro;s, 0.06%</p>","incl_time":0.0008811,"subname":"Class::MOP::Class::_immutable_options","$color":7,"excl_time":0.000617500000000913,"$area":0.000617500000000913},"id":"708-Class::MOP::Class::_immutable_options"},{"name":"_inline_constructor","children":[],"data":{"tip":"<p><b>Class::MOP::Class::_inline_constructor</b></p><p><br />Called 32 times from 1 place in 1 file<br />Inclusive time: 33.0ms, 3.02%<br />Exclusive time: 749&micro;s, 0.07%</p>","incl_time":0.0329593,"subname":"Class::MOP::Class::_inline_constructor","$color":7,"excl_time":0.000749199999999315,"$area":0.000749199999999315},"id":"709-Class::MOP::Class::_inline_constructor"},{"name":"get_all_methods","children":[],"data":{"tip":"<p><b>Class::MOP::Class::get_all_methods</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 3.74ms, 0.34%<br />Exclusive time: 155&micro;s, 0.01%</p>","incl_time":0.00374,"subname":"Class::MOP::Class::get_all_methods","$color":7,"excl_time":0.000155000000000411,"$area":0.000155000000000411},"id":"710-Class::MOP::Class::get_all_methods"},{"name":":::","children":[{"name":"around","children":[],"data":{"tip":"<p><b>Class::MOP::Class:::around</b></p><p><br />Called 91 times from 1 place in 1 file<br />Inclusive time: 773&micro;s, 0.07%<br />Exclusive time: 316&micro;s, 0.03%</p>","incl_time":0.0007733,"subname":"Class::MOP::Class:::around","$color":9,"excl_time":0.000315900000000114,"$area":0.000315900000000114},"id":"712-Class::MOP::Class:::around"}],"data":{"$area":0.000315900000000114},"id":"n711"},{"name":"::Immutable","children":[{"name":"::Trait","children":[{"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: 26&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@36","$color":0,"excl_time":7.89999999999062e-06,"$area":7.89999999999062e-06},"id":"715-Class::MOP::Class::Immutable::Trait::BEGIN@36"},{"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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@9","$color":0,"excl_time":6.39999999998738e-06,"$area":6.39999999998738e-06},"id":"716-Class::MOP::Class::Immutable::Trait::BEGIN@9"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@6","$color":0,"excl_time":4.5e-06,"$area":4.5e-06},"id":"717-Class::MOP::Class::Immutable::Trait::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::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.87e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@3","$color":0,"excl_time":1.52000000000104e-05,"$area":1.52000000000104e-05},"id":"718-Class::MOP::Class::Immutable::Trait::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::BEGIN@8</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.74e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@8","$color":0,"excl_time":6.39999999999675e-06,"$area":6.39999999999675e-06},"id":"719-Class::MOP::Class::Immutable::Trait::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::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":1.99e-05,"subname":"Class::MOP::Class::Immutable::Trait::BEGIN@4","$color":0,"excl_time":7.50000000000425e-06,"$area":7.50000000000425e-06},"id":"720-Class::MOP::Class::Immutable::Trait::BEGIN@4"},{"name":"_get_mutable_metaclass_name","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name","$color":0,"excl_time":3.7e-06,"$area":3.7e-06},"id":"721-Class::MOP::Class::Immutable::Trait::_get_mutable_metaclass_name"}],"data":{"$area":5.15999999999894e-05},"id":"n714"},{"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 50 times from 2 places in 1 file<br />Inclusive time: 494&micro;s, 0.05%<br />Exclusive time: 152&micro;s, 0.01%</p>","incl_time":0.0004942,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::linearized_isa","$color":2,"excl_time":0.000151800000000479,"$area":0.000151800000000479},"id":"725-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 11 times from 3 places in 2 files<br />Inclusive time: 475&micro;s, 0.04%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0004748,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::get_all_attributes","$color":2,"excl_time":4.05000000001124e-05,"$area":4.05000000001124e-05},"id":"726-Class::MOP::Class::Immutable::Class::MOP::Class::get_all_attributes"},{"name":"get_meta_instance","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::get_meta_instance</b></p><p><br />Called 17 times from 5 places in 2 files<br />Inclusive time: 146&micro;s, 0.01%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001461,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::get_meta_instance","$color":2,"excl_time":5.41999999999109e-05,"$area":5.41999999999109e-05},"id":"727-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 1 time from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::is_immutable","$color":2,"excl_time":5.29999999994999e-06,"$area":5.29999999994999e-06},"id":"728-Class::MOP::Class::Immutable::Class::MOP::Class::is_immutable"},{"name":"add_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Class::Immutable::Class::MOP::Class::add_package_symbol</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 222&micro;s, 0.02%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0002222,"subname":"Class::MOP::Class::Immutable::Class::MOP::Class::add_package_symbol","$color":2,"excl_time":3.80000000000878e-05,"$area":3.80000000000878e-05},"id":"729-Class::MOP::Class::Immutable::Class::MOP::Class::add_package_symbol"}],"data":{"$area":0.00028980000000054},"id":"n724"}],"data":{"$area":0.00028980000000054},"id":"n723"}],"data":{"$area":0.00028980000000054},"id":"n722"}],"data":{"$area":0.00034140000000053},"id":"n713"}],"data":{"$area":0.0419130000000019},"id":"n647"},{"name":"::Package","children":[{"name":"BEGIN@152","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@152</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Class::MOP::Package::BEGIN@152","$color":4,"excl_time":7.99999999999663e-06,"$area":7.99999999999663e-06},"id":"731-Class::MOP::Package::BEGIN@152"},{"name":"namespace","children":[],"data":{"tip":"<p><b>Class::MOP::Package::namespace</b></p><p><br />Called 494 times from 3 places in 2 files<br />Inclusive time: 883&micro;s, 0.08%</p>","incl_time":0.000882700000000002,"subname":"Class::MOP::Package::namespace","$color":4,"excl_time":0.000882700000000002,"$area":0.000882700000000002},"id":"732-Class::MOP::Package::namespace"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 47&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"Class::MOP::Package::BEGIN@7","$color":4,"excl_time":8.5999999999945e-06,"$area":8.5999999999945e-06},"id":"733-Class::MOP::Package::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Class::MOP::Package::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: 28&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Class::MOP::Package::BEGIN@4","$color":4,"excl_time":2.76000000000036e-05,"$area":2.76000000000036e-05},"id":"734-Class::MOP::Package::BEGIN@4"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Class::MOP::Package::initialize</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 84&micro;s, 0.01%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":8.43e-05,"subname":"Class::MOP::Package::initialize","$color":4,"excl_time":4.45000000000768e-05,"$area":4.45000000000768e-05},"id":"735-Class::MOP::Package::initialize"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Class::MOP::Package::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: 10&micro;s, 0.00%</p>","incl_time":2.2e-05,"subname":"Class::MOP::Package::BEGIN@5","$color":4,"excl_time":9.90000000001288e-06,"$area":9.90000000001288e-06},"id":"736-Class::MOP::Package::BEGIN@5"},{"name":"BEGIN@146","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@146</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":"Class::MOP::Package::BEGIN@146","$color":4,"excl_time":8.89999999998662e-06,"$area":8.89999999998662e-06},"id":"737-Class::MOP::Package::BEGIN@146"},{"name":"get_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::get_package_symbol</b></p><p><br />Called 487 times from 3 places in 2 files<br />Inclusive time: 4.74ms, 0.43%<br />Exclusive time: 3.02ms, 0.28%</p>","incl_time":0.0047419,"subname":"Class::MOP::Package::get_package_symbol","$color":4,"excl_time":0.0030239999999975,"$area":0.0030239999999975},"id":"738-Class::MOP::Package::get_package_symbol"},{"name":"name","children":[],"data":{"tip":"<p><b>Class::MOP::Package::name</b></p><p><br />Called 1381 times from 19 places in 9 files<br />Inclusive time: 801&micro;s, 0.07%</p>","incl_time":0.000800899999999999,"subname":"Class::MOP::Package::name","$color":4,"excl_time":0.000800899999999999,"$area":0.000800899999999999},"id":"739-Class::MOP::Package::name"},{"name":"BEGIN@145","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@145</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":"Class::MOP::Package::BEGIN@145","$color":4,"excl_time":8.499999999988e-06,"$area":8.499999999988e-06},"id":"740-Class::MOP::Package::BEGIN@145"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@8</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.68e-05,"subname":"Class::MOP::Package::BEGIN@8","$color":4,"excl_time":8.49999999999113e-06,"$area":8.49999999999113e-06},"id":"741-Class::MOP::Package::BEGIN@8"},{"name":"_deconstruct_variable_name","children":[],"data":{"tip":"<p><b>Class::MOP::Package::_deconstruct_variable_name</b></p><p><br />Called 8 times from 2 places in 1 file<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.67e-05,"subname":"Class::MOP::Package::_deconstruct_variable_name","$color":4,"excl_time":2.67e-05,"$area":2.67e-05},"id":"742-Class::MOP::Package::_deconstruct_variable_name"},{"name":"has_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::has_package_symbol</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 71&micro;s, 0.01%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":7.12e-05,"subname":"Class::MOP::Package::has_package_symbol","$color":4,"excl_time":4.42000000000007e-05,"$area":4.42000000000007e-05},"id":"743-Class::MOP::Package::has_package_symbol"},{"name":"BEGIN@207","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@207</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.31e-05,"subname":"Class::MOP::Package::BEGIN@207","$color":4,"excl_time":1.07000000000043e-05,"$area":1.07000000000043e-05},"id":"744-Class::MOP::Package::BEGIN@207"},{"name":"BEGIN@100","children":[],"data":{"tip":"<p><b>Class::MOP::Package::BEGIN@100</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.92e-05,"subname":"Class::MOP::Package::BEGIN@100","$color":4,"excl_time":9.30000000001063e-06,"$area":9.30000000001063e-06},"id":"745-Class::MOP::Package::BEGIN@100"},{"name":"_new","children":[],"data":{"tip":"<p><b>Class::MOP::Package::_new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%</p>","incl_time":3.39e-05,"subname":"Class::MOP::Package::_new","$color":4,"excl_time":3.39e-05,"$area":3.39e-05},"id":"746-Class::MOP::Package::_new"},{"name":"add_package_symbol","children":[],"data":{"tip":"<p><b>Class::MOP::Package::add_package_symbol</b></p><p><br />Called 498 times from 4 places in 4 files<br />Inclusive time: 2.92ms, 0.27%<br />Exclusive time: 2.91ms, 0.27%</p>","incl_time":0.0029191,"subname":"Class::MOP::Package::add_package_symbol","$color":4,"excl_time":0.00290979999999995,"$area":0.00290979999999995},"id":"747-Class::MOP::Package::add_package_symbol"},{"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: 122&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001217,"subname":"Class::MOP::Package::BEGIN@14","$color":4,"excl_time":1.07e-05,"$area":1.07e-05},"id":"748-Class::MOP::Package::BEGIN@14"}],"data":{"$area":0.00787739999999752},"id":"n730"}],"data":{"$area":0.185493300000004},"id":"n407"}],"data":{"$area":0.185593600000004},"id":"n400"},{"name":"Sub","children":[{"name":"::Exporter","children":[{"name":"_rewrite_build_config","children":[],"data":{"tip":"<p><b>Sub::Exporter::_rewrite_build_config</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 1.39ms, 0.13%<br />Exclusive time: 200&micro;s, 0.02%</p>","incl_time":0.001385,"subname":"Sub::Exporter::_rewrite_build_config","$color":6,"excl_time":0.000199599999999941,"$area":0.000199599999999941},"id":"751-Sub::Exporter::_rewrite_build_config"},{"name":"default_generator","children":[],"data":{"tip":"<p><b>Sub::Exporter::default_generator</b></p><p><br />Called 35 times from 1 place in 1 file<br />Inclusive time: 582&micro;s, 0.05%<br />Exclusive time: 239&micro;s, 0.02%</p>","incl_time":0.0005824,"subname":"Sub::Exporter::default_generator","$color":6,"excl_time":0.000239299999999876,"$area":0.000239299999999876},"id":"752-Sub::Exporter::default_generator"},{"name":"_setup","children":[],"data":{"tip":"<p><b>Sub::Exporter::_setup</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":"Sub::Exporter::_setup","$color":6,"excl_time":7.9e-06,"$area":7.9e-06},"id":"753-Sub::Exporter::_setup"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:937]","children":[],"data":{"tip":"<p><b>Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:937]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 134&micro;s, 0.01%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0001343,"subname":"Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:937]","$color":6,"excl_time":5.40000000001263e-06,"$area":5.40000000001263e-06},"id":"754-Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:937]"},{"name":"_key_intersection","children":[],"data":{"tip":"<p><b>Sub::Exporter::_key_intersection</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Sub::Exporter::_key_intersection","$color":6,"excl_time":5.37e-05,"$area":5.37e-05},"id":"755-Sub::Exporter::_key_intersection"},{"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":3.8e-06,"subname":"Sub::Exporter::BEGIN@6","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"756-Sub::Exporter::BEGIN@6"},{"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: 33&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.33e-05,"subname":"Sub::Exporter::BEGIN@9","$color":6,"excl_time":1.25999999999876e-05,"$area":1.25999999999876e-05},"id":"757-Sub::Exporter::BEGIN@9"},{"name":"_group_name","children":[],"data":{"tip":"<p><b>Sub::Exporter::_group_name</b></p><p><br />Called 49 times from 2 places in 1 file<br />Inclusive time: 109&micro;s, 0.01%</p>","incl_time":0.0001085,"subname":"Sub::Exporter::_group_name","$color":6,"excl_time":0.0001085,"$area":0.0001085},"id":"758-Sub::Exporter::_group_name"},{"name":"_do_import","children":[],"data":{"tip":"<p><b>Sub::Exporter::_do_import</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 2.60ms, 0.24%<br />Exclusive time: 410&micro;s, 0.04%</p>","incl_time":0.0025953,"subname":"Sub::Exporter::_do_import","$color":6,"excl_time":0.000409800000000104,"$area":0.000409800000000104},"id":"759-Sub::Exporter::_do_import"},{"name":"build_exporter","children":[],"data":{"tip":"<p><b>Sub::Exporter::build_exporter</b></p><p><br />Called 5 times from 3 places in 2 files<br />Inclusive time: 1.44ms, 0.13%<br />Exclusive time: 57&micro;s, 0.01%</p>","incl_time":0.001442,"subname":"Sub::Exporter::build_exporter","$color":6,"excl_time":5.70000000000027e-05,"$area":5.70000000000027e-05},"id":"760-Sub::Exporter::build_exporter"},{"name":"_expand_groups","children":[],"data":{"tip":"<p><b>Sub::Exporter::_expand_groups</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 759&micro;s, 0.07%<br />Exclusive time: 342&micro;s, 0.03%<br />Recursion: max depth 2, recursive inclusive time 487&micro;s</p>","incl_time":0.0007592,"subname":"Sub::Exporter::_expand_groups","$color":6,"excl_time":0.000341600000000377,"$area":0.000341600000000377},"id":"761-Sub::Exporter::_expand_groups"},{"name":"_expand_group","children":[],"data":{"tip":"<p><b>Sub::Exporter::_expand_group</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 522&micro;s, 0.05%<br />Exclusive time: 158&micro;s, 0.01%<br />Recursion: max depth 1, recursive inclusive time 285&micro;s</p>","incl_time":0.0005216,"subname":"Sub::Exporter::_expand_group","$color":6,"excl_time":0.000158300000000151,"$area":0.000158300000000151},"id":"762-Sub::Exporter::_expand_group"},{"name":"_assert_collector_names_ok","children":[],"data":{"tip":"<p><b>Sub::Exporter::_assert_collector_names_ok</b></p><p><br />Called 5 times 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.01e-05,"subname":"Sub::Exporter::_assert_collector_names_ok","$color":6,"excl_time":2.63000000000018e-05,"$area":2.63000000000018e-05},"id":"763-Sub::Exporter::_assert_collector_names_ok"},{"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: 32.5ms, 2.97%<br />Exclusive time: 10.8ms, 0.99%</p>","incl_time":0.0324528,"subname":"Sub::Exporter::BEGIN@7","$color":6,"excl_time":0.0107864,"$area":0.0107864},"id":"764-Sub::Exporter::BEGIN@7"},{"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: 26&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"Sub::Exporter::BEGIN@636","$color":6,"excl_time":2.63e-05,"$area":2.63e-05},"id":"765-Sub::Exporter::BEGIN@636"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:544]","children":[],"data":{"tip":"<p><b>Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:544]</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.08e-05,"subname":"Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:544]","$color":6,"excl_time":2.19999999999968e-05,"$area":2.19999999999968e-05},"id":"766-Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:544]"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:756]","children":[],"data":{"tip":"<p><b>Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:756]</b></p><p><br />Called 11 times from 10 places in 8 files<br />Inclusive time: 4.24ms, 0.39%<br />Exclusive time: 363&micro;s, 0.03%</p>","incl_time":0.0042407,"subname":"Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:756]","$color":6,"excl_time":0.000362899999999902,"$area":0.000362899999999902},"id":"767-Sub::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Exporter.pm:756]"},{"name":"default_installer","children":[],"data":{"tip":"<p><b>Sub::Exporter::default_installer</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 1.60ms, 0.15%<br />Exclusive time: 293&micro;s, 0.03%</p>","incl_time":0.0016022,"subname":"Sub::Exporter::default_installer","$color":6,"excl_time":0.000292899999999848,"$area":0.000292899999999848},"id":"768-Sub::Exporter::default_installer"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Sub::Exporter::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Sub::Exporter::CORE:match","$color":6,"excl_time":3.8e-06,"$area":3.8e-06},"id":"769-Sub::Exporter::CORE:match"},{"name":"_collect_collections","children":[],"data":{"tip":"<p><b>Sub::Exporter::_collect_collections</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 397&micro;s, 0.04%<br />Exclusive time: 244&micro;s, 0.02%</p>","incl_time":0.0003974,"subname":"Sub::Exporter::_collect_collections","$color":6,"excl_time":0.000244000000000002,"$area":0.000244000000000002},"id":"770-Sub::Exporter::_collect_collections"},{"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: 688&micro;s, 0.06%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0006884,"subname":"Sub::Exporter::setup_exporter","$color":6,"excl_time":3.09000000000224e-05,"$area":3.09000000000224e-05},"id":"771-Sub::Exporter::setup_exporter"},{"name":"_mk_collection_builder","children":[],"data":{"tip":"<p><b>Sub::Exporter::_mk_collection_builder</b></p><p><br />Called 11 times from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.01%</p>","incl_time":0.0001226,"subname":"Sub::Exporter::_mk_collection_builder","$color":6,"excl_time":0.0001226,"$area":0.0001226},"id":"772-Sub::Exporter::_mk_collection_builder"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Sub::Exporter::BEGIN@8","$color":6,"excl_time":5.5e-06,"$area":5.5e-06},"id":"773-Sub::Exporter::BEGIN@8"}],"data":{"$area":0.0135211000000002},"id":"n750"},{"name":"::Name","children":[{"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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Sub::Name::BEGIN@44","$color":8,"excl_time":8.89999999999538e-06,"$area":8.89999999999538e-06},"id":"775-Sub::Name::BEGIN@44"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Sub::Name::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Sub::Name::bootstrap","$color":8,"excl_time":1.58e-05,"$area":1.58e-05},"id":"776-Sub::Name::bootstrap"},{"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: 3.55ms, 0.32%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0035487,"subname":"Sub::Name::BEGIN@50","$color":8,"excl_time":6.79999999999908e-06,"$area":6.79999999999908e-06},"id":"777-Sub::Name::BEGIN@50"},{"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: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.64e-05,"subname":"Sub::Name::BEGIN@45","$color":8,"excl_time":9.200000000005e-06,"$area":9.200000000005e-06},"id":"778-Sub::Name::BEGIN@45"},{"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: 61&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.08e-05,"subname":"Sub::Name::BEGIN@49","$color":8,"excl_time":6.80000000000151e-06,"$area":6.80000000000151e-06},"id":"779-Sub::Name::BEGIN@49"},{"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: 68&micro;s, 0.01%</p>","incl_time":6.79e-05,"subname":"Sub::Name::BEGIN@42","$color":8,"excl_time":6.79e-05,"$area":6.79e-05},"id":"780-Sub::Name::BEGIN@42"},{"name":"subname","children":[],"data":{"tip":"<p><b>Sub::Name::subname</b></p><p><br />Called 338 times from 5 places in 5 files<br />Inclusive time: 923&micro;s, 0.08%</p>","incl_time":0.000923299999999999,"subname":"Sub::Name::subname","$color":8,"excl_time":0.000923299999999999,"$area":0.000923299999999999},"id":"781-Sub::Name::subname"}],"data":{"$area":0.0010387},"id":"n774"},{"name":"::Install","children":[{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:284]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:284]</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":"Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:284]","$color":10,"excl_time":5.8e-06,"$area":5.8e-06},"id":"783-Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:284]"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:132]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:132]</b></p><p><br />Called 37 times from 2 places in 1 file<br />Inclusive time: 1.45ms, 0.13%<br />Exclusive time: 526&micro;s, 0.05%</p>","incl_time":0.0014477,"subname":"Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:132]","$color":10,"excl_time":0.00052550000000046,"$area":0.00052550000000046},"id":"784-Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:132]"},{"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: 37&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.67e-05,"subname":"Sub::Install::BEGIN@184","$color":10,"excl_time":1.20999999999865e-05,"$area":1.20999999999865e-05},"id":"785-Sub::Install::BEGIN@184"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Sub::Install::CORE:qr</b></p><p><br />Called 3 times from 3 places in 2 files<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.89e-05,"subname":"Sub::Install::CORE:qr","$color":10,"excl_time":2.89e-05,"$area":2.89e-05},"id":"786-Sub::Install::CORE:qr"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:187]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:187]</b></p><p><br />Called 37 times from 1 place in 1 file<br />Inclusive time: 173&micro;s, 0.02%</p>","incl_time":0.0001727,"subname":"Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:187]","$color":10,"excl_time":0.0001727,"$area":0.0001727},"id":"787-Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:187]"},{"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: 45&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":4.46e-05,"subname":"Sub::Install::BEGIN@139","$color":10,"excl_time":1.78000000000065e-05,"$area":1.78000000000065e-05},"id":"788-Sub::Install::BEGIN@139"},{"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: 24&micro;s, 0.00%</p>","incl_time":2.37e-05,"subname":"Sub::Install::exporter","$color":10,"excl_time":2.37e-05,"$area":2.37e-05},"id":"789-Sub::Install::exporter"},{"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: 130&micro;s, 0.01%<br />Exclusive time: 61&micro;s, 0.01%</p>","incl_time":0.0001296,"subname":"Sub::Install::BEGIN@190","$color":10,"excl_time":6.12000000000038e-05,"$area":6.12000000000038e-05},"id":"790-Sub::Install::BEGIN@190"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:175]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:175]</b></p><p><br />Called 37 times from 1 place in 1 file<br />Inclusive time: 752&micro;s, 0.07%<br />Exclusive time: 579&micro;s, 0.05%</p>","incl_time":0.0007516,"subname":"Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:175]","$color":10,"excl_time":0.000578900000000308,"$area":0.000578900000000308},"id":"791-Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:175]"},{"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":5.4e-06,"subname":"Sub::Install::BEGIN@7","$color":10,"excl_time":5.4e-06,"$area":5.4e-06},"id":"792-Sub::Install::BEGIN@7"},{"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: 18&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"Sub::Install::_build_public_installer","$color":10,"excl_time":1.75e-05,"$area":1.75e-05},"id":"793-Sub::Install::_build_public_installer"},{"name":"_CODELIKE","children":[],"data":{"tip":"<p><b>Sub::Install::_CODELIKE</b></p><p><br />Called 37 times from 1 place in 1 file<br />Inclusive time: 171&micro;s, 0.02%<br />Exclusive time: 135&micro;s, 0.01%</p>","incl_time":0.0001706,"subname":"Sub::Install::_CODELIKE","$color":10,"excl_time":0.000135199999999676,"$area":0.000135199999999676},"id":"794-Sub::Install::_CODELIKE"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"Sub::Install::BEGIN@287","$color":10,"excl_time":1.58999999999909e-05,"$area":1.58999999999909e-05},"id":"795-Sub::Install::BEGIN@287"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Sub::Install::BEGIN@4","$color":10,"excl_time":1.10999999999931e-05,"$area":1.10999999999931e-05},"id":"796-Sub::Install::BEGIN@4"},{"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: 12&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.16e-05,"subname":"Sub::Install::BEGIN@148","$color":10,"excl_time":9.49999999999513e-06,"$area":9.49999999999513e-06},"id":"797-Sub::Install::BEGIN@148"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:176]","children":[],"data":{"tip":"<p><b>Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:176]</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.74e-05,"subname":"Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:176]","$color":10,"excl_time":1.74e-05,"$area":1.74e-05},"id":"798-Sub::Install::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Sub/Install.pm:176]"},{"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: 82&micro;s, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":8.24e-05,"subname":"Sub::Install::BEGIN@6","$color":10,"excl_time":1.22000000000075e-05,"$area":1.22000000000075e-05},"id":"799-Sub::Install::BEGIN@6"},{"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":1.01e-05,"subname":"Sub::Install::_installer","$color":10,"excl_time":1.01e-05,"$area":1.01e-05},"id":"800-Sub::Install::_installer"},{"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: 27&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":2.69e-05,"subname":"Sub::Install::_do_with_warn","$color":10,"excl_time":2.34000000000104e-05,"$area":2.34000000000104e-05},"id":"801-Sub::Install::_do_with_warn"},{"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: 56&micro;s, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":5.6e-05,"subname":"Sub::Install::BEGIN@3","$color":10,"excl_time":2.9799999999996e-05,"$area":2.9799999999996e-05},"id":"802-Sub::Install::BEGIN@3"}],"data":{"$area":0.00171410000000043},"id":"n782"}],"data":{"$area":0.0162739000000007},"id":"n749"},{"name":"LWP","children":[{"name":"::ConnCache","children":[{"name":"get_types","children":[],"data":{"tip":"<p><b>LWP::ConnCache::get_types</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"LWP::ConnCache::get_types","$color":3,"excl_time":6.7e-06,"$area":6.7e-06},"id":"805-LWP::ConnCache::get_types"},{"name":"total_capacity","children":[],"data":{"tip":"<p><b>LWP::ConnCache::total_capacity</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.72e-05,"subname":"LWP::ConnCache::total_capacity","$color":3,"excl_time":1.25000000000114e-05,"$area":1.25000000000114e-05},"id":"806-LWP::ConnCache::total_capacity"},{"name":"new","children":[],"data":{"tip":"<p><b>LWP::ConnCache::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.01%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":6.64e-05,"subname":"LWP::ConnCache::new","$color":3,"excl_time":2.92000000000405e-05,"$area":2.92000000000405e-05},"id":"807-LWP::ConnCache::new"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>LWP::ConnCache::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.0001027,"subname":"LWP::ConnCache::BEGIN@4","$color":3,"excl_time":2.19999999999554e-05,"$area":2.19999999999554e-05},"id":"808-LWP::ConnCache::BEGIN@4"},{"name":"withdraw","children":[],"data":{"tip":"<p><b>LWP::ConnCache::withdraw</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":3.02e-05,"subname":"LWP::ConnCache::withdraw","$color":3,"excl_time":3.02e-05,"$area":3.02e-05},"id":"809-LWP::ConnCache::withdraw"},{"name":"deposit","children":[],"data":{"tip":"<p><b>LWP::ConnCache::deposit</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.01%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":7.36e-05,"subname":"LWP::ConnCache::deposit","$color":3,"excl_time":3.98000000000273e-05,"$area":3.98000000000273e-05},"id":"810-LWP::ConnCache::deposit"},{"name":"enforce_limits","children":[],"data":{"tip":"<p><b>LWP::ConnCache::enforce_limits</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 58&micro;s, 0.01%<br />Exclusive time: 52&micro;s, 0.00%</p>","incl_time":5.85e-05,"subname":"LWP::ConnCache::enforce_limits","$color":3,"excl_time":5.17999999999739e-05,"$area":5.17999999999739e-05},"id":"811-LWP::ConnCache::enforce_limits"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>LWP::ConnCache::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":5.26e-05,"subname":"LWP::ConnCache::BEGIN@3","$color":3,"excl_time":4.43999999999862e-05,"$area":4.43999999999862e-05},"id":"812-LWP::ConnCache::BEGIN@3"}],"data":{"$area":0.000236599999999995},"id":"n804"},{"name":"::MemberMixin","children":[{"name":"_elem","children":[],"data":{"tip":"<p><b>LWP::MemberMixin::_elem</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.17e-05,"subname":"LWP::MemberMixin::_elem","$color":5,"excl_time":2.17e-05,"$area":2.17e-05},"id":"814-LWP::MemberMixin::_elem"}],"data":{"$area":2.17e-05},"id":"n813"},{"name":"::Protocol","children":[{"name":"new","children":[],"data":{"tip":"<p><b>LWP::Protocol::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%</p>","incl_time":4.21e-05,"subname":"LWP::Protocol::new","$color":7,"excl_time":4.21e-05,"$area":4.21e-05},"id":"816-LWP::Protocol::new"},{"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: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"LWP::Protocol::BEGIN@9","$color":7,"excl_time":4.8e-06,"$area":4.8e-06},"id":"817-LWP::Protocol::BEGIN@9"},{"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":5.3e-06,"subname":"LWP::Protocol::BEGIN@8","$color":7,"excl_time":5.3e-06,"$area":5.3e-06},"id":"818-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: 27&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.74e-05,"subname":"LWP::Protocol::BEGIN@7","$color":7,"excl_time":2.06999999999739e-05,"$area":2.06999999999739e-05},"id":"819-LWP::Protocol::BEGIN@7"},{"name":"implementor","children":[],"data":{"tip":"<p><b>LWP::Protocol::implementor</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 17.1ms, 1.57%<br />Exclusive time: 7.91ms, 0.72%</p>","incl_time":0.017101,"subname":"LWP::Protocol::implementor","$color":7,"excl_time":0.00791480000000008,"$area":0.00791480000000008},"id":"820-LWP::Protocol::implementor"},{"name":"BEGIN@62","children":[],"data":{"tip":"<p><b>LWP::Protocol::BEGIN@62</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.65e-05,"subname":"LWP::Protocol::BEGIN@62","$color":7,"excl_time":1.13999999999999e-05,"$area":1.13999999999999e-05},"id":"821-LWP::Protocol::BEGIN@62"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>LWP::Protocol::CORE:subst</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 900ns, 0.00%</p>","incl_time":9e-07,"subname":"LWP::Protocol::CORE:subst","$color":7,"excl_time":9e-07,"$area":9e-07},"id":"822-LWP::Protocol::CORE:subst"},{"name":"create","children":[],"data":{"tip":"<p><b>LWP::Protocol::create</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 17.2ms, 1.57%<br />Exclusive time: 56&micro;s, 0.01%</p>","incl_time":0.0171995,"subname":"LWP::Protocol::create","$color":7,"excl_time":5.63999999999213e-05,"$area":5.63999999999213e-05},"id":"823-LWP::Protocol::create"},{"name":"collect","children":[],"data":{"tip":"<p><b>LWP::Protocol::collect</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 2.84ms, 0.26%<br />Exclusive time: 303&micro;s, 0.03%</p>","incl_time":0.002836,"subname":"LWP::Protocol::collect","$color":7,"excl_time":0.000302700000000261,"$area":0.000302700000000261},"id":"824-LWP::Protocol::collect"},{"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: 15&micro;s, 0.00%</p>","incl_time":1.47e-05,"subname":"LWP::Protocol::BEGIN@10","$color":7,"excl_time":1.47e-05,"$area":1.47e-05},"id":"825-LWP::Protocol::BEGIN@10"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>LWP::Protocol::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3e-06,"subname":"LWP::Protocol::CORE:match","$color":7,"excl_time":3e-06,"$area":3e-06},"id":"826-LWP::Protocol::CORE:match"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol.pm:139]","children":[],"data":{"tip":"<p><b>LWP::Protocol::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol.pm:139]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 123&micro;s, 0.01%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":0.0001232,"subname":"LWP::Protocol::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol.pm:139]","$color":7,"excl_time":3.1199999999908e-05,"$area":3.1199999999908e-05},"id":"827-LWP::Protocol::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol.pm:139]"},{"name":"::http","children":[{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:167]","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:167]</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.01%<br />Exclusive time: 77&micro;s, 0.01%</p>","incl_time":8.25e-05,"subname":"LWP::Protocol::http::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:167]","$color":9,"excl_time":7.6600000000441e-05,"$area":7.6600000000441e-05},"id":"829-LWP::Protocol::http::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:167]"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::CORE:subst</b></p><p><br />Called 21 times from 3 places in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.4e-06,"subname":"LWP::Protocol::http::CORE:subst","$color":9,"excl_time":9.4e-06,"$area":9.4e-06},"id":"830-LWP::Protocol::http::CORE:subst"},{"name":"socket_class","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::socket_class</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.7e-06,"subname":"LWP::Protocol::http::socket_class","$color":9,"excl_time":7.7e-06,"$area":7.7e-06},"id":"831-LWP::Protocol::http::socket_class"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"LWP::Protocol::http::BEGIN@3","$color":9,"excl_time":2.16000000000256e-05,"$area":2.16000000000256e-05},"id":"832-LWP::Protocol::http::BEGIN@3"},{"name":"_check_sock","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::_check_sock</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.3e-06,"subname":"LWP::Protocol::http::_check_sock","$color":9,"excl_time":5.3e-06,"$area":5.3e-06},"id":"833-LWP::Protocol::http::_check_sock"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::CORE:match</b></p><p><br />Called 15 times from 5 places in 2 files<br />Inclusive time: 30&micro;s, 0.00%</p>","incl_time":2.98e-05,"subname":"LWP::Protocol::http::CORE:match","$color":9,"excl_time":2.98e-05,"$area":2.98e-05},"id":"834-LWP::Protocol::http::CORE:match"},{"name":"socket_type","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::socket_type</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.47e-05,"subname":"LWP::Protocol::http::socket_type","$color":9,"excl_time":1.47e-05,"$area":1.47e-05},"id":"835-LWP::Protocol::http::socket_type"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.13e-05,"subname":"LWP::Protocol::http::BEGIN@9","$color":9,"excl_time":1.0899999999994e-05,"$area":1.0899999999994e-05},"id":"836-LWP::Protocol::http::BEGIN@9"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:394]","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:394]</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 728&micro;s, 0.07%<br />Exclusive time: 82&micro;s, 0.01%</p>","incl_time":0.0007279,"subname":"LWP::Protocol::http::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:394]","$color":9,"excl_time":8.22999999999761e-05,"$area":8.22999999999761e-05},"id":"837-LWP::Protocol::http::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm:394]"},{"name":"BEGIN@216","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::BEGIN@216</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.08ms, 0.19%<br />Exclusive time: 1.96ms, 0.18%</p>","incl_time":0.0020847,"subname":"LWP::Protocol::http::BEGIN@216","$color":9,"excl_time":0.00195850000000015,"$area":0.00195850000000015},"id":"838-LWP::Protocol::http::BEGIN@216"},{"name":"_fixup_header","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::_fixup_header</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 192&micro;s, 0.02%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001922,"subname":"LWP::Protocol::http::_fixup_header","$color":9,"excl_time":5.00999999998551e-05,"$area":5.00999999998551e-05},"id":"839-LWP::Protocol::http::_fixup_header"},{"name":"_extra_sock_opts","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::_extra_sock_opts</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.1e-06,"subname":"LWP::Protocol::http::_extra_sock_opts","$color":9,"excl_time":4.1e-06,"$area":4.1e-06},"id":"840-LWP::Protocol::http::_extra_sock_opts"},{"name":"_get_sock_info","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::_get_sock_info</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 586&micro;s, 0.05%<br />Exclusive time: 80&micro;s, 0.01%</p>","incl_time":0.0005855,"subname":"LWP::Protocol::http::_get_sock_info","$color":9,"excl_time":7.97999999999467e-05,"$area":7.97999999999467e-05},"id":"841-LWP::Protocol::http::_get_sock_info"},{"name":"CORE:sselect","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::CORE:sselect</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 27&micro;s, 0.00%</p>","incl_time":2.71e-05,"subname":"LWP::Protocol::http::CORE:sselect","$color":9,"excl_time":2.71e-05,"$area":2.71e-05},"id":"842-LWP::Protocol::http::CORE:sselect"},{"name":"request","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::request</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 345ms, 31.60%<br />Exclusive time: 1.09ms, 0.10%</p>","incl_time":0.3450879,"subname":"LWP::Protocol::http::request","$color":9,"excl_time":0.0010853999999999,"$area":0.0010853999999999},"id":"843-LWP::Protocol::http::request"},{"name":"_new_socket","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::_new_socket</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 125ms, 11.42%<br />Exclusive time: 136&micro;s, 0.01%</p>","incl_time":0.1247008,"subname":"LWP::Protocol::http::_new_socket","$color":9,"excl_time":0.00013610000000002,"$area":0.00013610000000002},"id":"844-LWP::Protocol::http::_new_socket"},{"name":"::SocketMethods","children":[{"name":"CORE:sysread","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::SocketMethods::CORE:sysread</b></p><p><br />Called 7 times from 1 place in 2 files<br />Inclusive time: 90&micro;s, 0.01%</p>","incl_time":8.96e-05,"subname":"LWP::Protocol::http::SocketMethods::CORE:sysread","$color":0,"excl_time":8.96e-05,"$area":8.96e-05},"id":"846-LWP::Protocol::http::SocketMethods::CORE:sysread"},{"name":"sysread","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::SocketMethods::sysread</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 174ms, 15.98%<br />Exclusive time: 141&micro;s, 0.01%</p>","incl_time":0.1744736,"subname":"LWP::Protocol::http::SocketMethods::sysread","$color":0,"excl_time":0.00014060000000015,"$area":0.00014060000000015},"id":"847-LWP::Protocol::http::SocketMethods::sysread"},{"name":"can_read","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::SocketMethods::can_read</b></p><p><br />Called 8 times from 2 places in 1 file<br />Inclusive time: 174ms, 15.96%<br />Exclusive time: 215&micro;s, 0.02%</p>","incl_time":0.1742621,"subname":"LWP::Protocol::http::SocketMethods::can_read","$color":0,"excl_time":0.000214600000000087,"$area":0.000214600000000087},"id":"848-LWP::Protocol::http::SocketMethods::can_read"},{"name":"increment_response_count","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::SocketMethods::increment_response_count</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.4e-05,"subname":"LWP::Protocol::http::SocketMethods::increment_response_count","$color":0,"excl_time":1.4e-05,"$area":1.4e-05},"id":"849-LWP::Protocol::http::SocketMethods::increment_response_count"},{"name":"CORE:sselect","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::SocketMethods::CORE:sselect</b></p><p><br />Called 8 times from 1 place in 2 files<br />Inclusive time: 174ms, 15.94%</p>","incl_time":0.1740475,"subname":"LWP::Protocol::http::SocketMethods::CORE:sselect","$color":0,"excl_time":0.1740475,"$area":0.1740475},"id":"850-LWP::Protocol::http::SocketMethods::CORE:sselect"}],"data":{"$area":0.1745063},"id":"n845"},{"name":"::Socket","children":[{"name":"BEGIN@472","children":[],"data":{"tip":"<p><b>LWP::Protocol::http::Socket::BEGIN@472</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.48e-05,"subname":"LWP::Protocol::http::Socket::BEGIN@472","$color":2,"excl_time":1.16999999999919e-05,"$area":1.16999999999919e-05},"id":"852-LWP::Protocol::http::Socket::BEGIN@472"}],"data":{"$area":1.16999999999919e-05},"id":"n851"}],"data":{"$area":0.178117400000001},"id":"n828"}],"data":{"$area":0.186525400000001},"id":"n815"},{"name":"::UserAgent","children":[{"name":"simple_request","children":[],"data":{"tip":"<p><b>LWP::UserAgent::simple_request</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 364ms, 33.31%<br />Exclusive time: 81&micro;s, 0.01%</p>","incl_time":0.3637203,"subname":"LWP::UserAgent::simple_request","$color":4,"excl_time":8.07000000000377e-05,"$area":8.07000000000377e-05},"id":"854-LWP::UserAgent::simple_request"},{"name":"set_my_handler","children":[],"data":{"tip":"<p><b>LWP::UserAgent::set_my_handler</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.49ms, 0.14%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0014898,"subname":"LWP::UserAgent::set_my_handler","$color":4,"excl_time":2.39999999999275e-05,"$area":2.39999999999275e-05},"id":"855-LWP::UserAgent::set_my_handler"},{"name":"protocols_forbidden","children":[],"data":{"tip":"<p><b>LWP::UserAgent::protocols_forbidden</b></p><p><br />Called 3 times 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":"LWP::UserAgent::protocols_forbidden","$color":4,"excl_time":1.5300000000015e-05,"$area":1.5300000000015e-05},"id":"856-LWP::UserAgent::protocols_forbidden"},{"name":"new","children":[],"data":{"tip":"<p><b>LWP::UserAgent::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 8.98ms, 0.82%<br />Exclusive time: 61&micro;s, 0.01%</p>","incl_time":0.0089774,"subname":"LWP::UserAgent::new","$color":4,"excl_time":6.09000000000061e-05,"$area":6.09000000000061e-05},"id":"857-LWP::UserAgent::new"},{"name":"handlers","children":[],"data":{"tip":"<p><b>LWP::UserAgent::handlers</b></p><p><br />Called 22 times from 3 places in 2 files<br />Inclusive time: 1.55ms, 0.14%<br />Exclusive time: 126&micro;s, 0.01%</p>","incl_time":0.0015515,"subname":"LWP::UserAgent::handlers","$color":4,"excl_time":0.000125500000000073,"$area":0.000125500000000073},"id":"858-LWP::UserAgent::handlers"},{"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: 49.9ms, 4.57%<br />Exclusive time: 35.2ms, 3.22%</p>","incl_time":0.0498562,"subname":"LWP::UserAgent::BEGIN@10","$color":4,"excl_time":0.0352058000000001,"$area":0.0352058000000001},"id":"859-LWP::UserAgent::BEGIN@10"},{"name":"remove_handler","children":[],"data":{"tip":"<p><b>LWP::UserAgent::remove_handler</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":"LWP::UserAgent::remove_handler","$color":4,"excl_time":6.9e-06,"$area":6.9e-06},"id":"860-LWP::UserAgent::remove_handler"},{"name":"default_headers","children":[],"data":{"tip":"<p><b>LWP::UserAgent::default_headers</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":"LWP::UserAgent::default_headers","$color":4,"excl_time":1.1899999999946e-05,"$area":1.1899999999946e-05},"id":"861-LWP::UserAgent::default_headers"},{"name":"conn_cache","children":[],"data":{"tip":"<p><b>LWP::UserAgent::conn_cache</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7.32ms, 0.67%<br />Exclusive time: 7.10ms, 0.65%</p>","incl_time":0.0073185,"subname":"LWP::UserAgent::conn_cache","$color":4,"excl_time":0.00709680000000001,"$area":0.00709680000000001},"id":"862-LWP::UserAgent::conn_cache"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>LWP::UserAgent::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 900ns, 0.00%</p>","incl_time":9e-07,"subname":"LWP::UserAgent::CORE:match","$color":4,"excl_time":9e-07,"$area":9e-07},"id":"863-LWP::UserAgent::CORE:match"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.22ms, 0.20%<br />Exclusive time: 2.13ms, 0.20%</p>","incl_time":0.0022186,"subname":"LWP::UserAgent::BEGIN@15","$color":4,"excl_time":0.00212989999999995,"$area":0.00212989999999995},"id":"864-LWP::UserAgent::BEGIN@15"},{"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: 209&micro;s, 0.02%</p>","incl_time":0.000209,"subname":"LWP::UserAgent::BEGIN@14","$color":4,"excl_time":0.000209,"$area":0.000209},"id":"865-LWP::UserAgent::BEGIN@14"},{"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: 57&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.66e-05,"subname":"LWP::UserAgent::BEGIN@4","$color":4,"excl_time":9.00000000001901e-06,"$area":9.00000000001901e-06},"id":"866-LWP::UserAgent::BEGIN@4"},{"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: 26&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.65e-05,"subname":"LWP::UserAgent::BEGIN@3","$color":4,"excl_time":1.99999999999796e-05,"$area":1.99999999999796e-05},"id":"867-LWP::UserAgent::BEGIN@3"},{"name":"send_request","children":[],"data":{"tip":"<p><b>LWP::UserAgent::send_request</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 363ms, 33.24%<br />Exclusive time: 279&micro;s, 0.03%</p>","incl_time":0.3630493,"subname":"LWP::UserAgent::send_request","$color":4,"excl_time":0.000279300000000066,"$area":0.000279300000000066},"id":"868-LWP::UserAgent::send_request"},{"name":"default_header","children":[],"data":{"tip":"<p><b>LWP::UserAgent::default_header</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 72&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":7.21e-05,"subname":"LWP::UserAgent::default_header","$color":4,"excl_time":8.899999999959e-06,"$area":8.899999999959e-06},"id":"869-LWP::UserAgent::default_header"},{"name":"protocols_allowed","children":[],"data":{"tip":"<p><b>LWP::UserAgent::protocols_allowed</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"LWP::UserAgent::protocols_allowed","$color":4,"excl_time":2.63999999999716e-05,"$area":2.63999999999716e-05},"id":"870-LWP::UserAgent::protocols_allowed"},{"name":"add_handler","children":[],"data":{"tip":"<p><b>LWP::UserAgent::add_handler</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.46ms, 0.13%<br />Exclusive time: 1.38ms, 0.13%</p>","incl_time":0.0014589,"subname":"LWP::UserAgent::add_handler","$color":4,"excl_time":0.00138290000000003,"$area":0.00138290000000003},"id":"871-LWP::UserAgent::add_handler"},{"name":"BEGIN@353","children":[],"data":{"tip":"<p><b>LWP::UserAgent::BEGIN@353</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":"LWP::UserAgent::BEGIN@353","$color":4,"excl_time":7.50000000004639e-06,"$area":7.50000000004639e-06},"id":"872-LWP::UserAgent::BEGIN@353"},{"name":"run_handlers","children":[],"data":{"tip":"<p><b>LWP::UserAgent::run_handlers</b></p><p><br />Called 18 times from 6 places in 2 files<br />Inclusive time: 1.67ms, 0.15%<br />Exclusive time: 141&micro;s, 0.01%</p>","incl_time":0.0016657,"subname":"LWP::UserAgent::run_handlers","$color":4,"excl_time":0.000140899999999896,"$area":0.000140899999999896},"id":"873-LWP::UserAgent::run_handlers"},{"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: 3.80ms, 0.35%<br />Exclusive time: 1.26ms, 0.12%</p>","incl_time":0.003799,"subname":"LWP::UserAgent::BEGIN@11","$color":4,"excl_time":0.00125930000000002,"$area":0.00125930000000002},"id":"874-LWP::UserAgent::BEGIN@11"},{"name":"prepare_request","children":[],"data":{"tip":"<p><b>LWP::UserAgent::prepare_request</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 584&micro;s, 0.05%<br />Exclusive time: 169&micro;s, 0.02%</p>","incl_time":0.000584,"subname":"LWP::UserAgent::prepare_request","$color":4,"excl_time":0.000168799999999829,"$area":0.000168799999999829},"id":"875-LWP::UserAgent::prepare_request"},{"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":4.6e-06,"subname":"LWP::UserAgent::BEGIN@17","$color":4,"excl_time":4.6e-06,"$area":4.6e-06},"id":"876-LWP::UserAgent::BEGIN@17"},{"name":"request","children":[],"data":{"tip":"<p><b>LWP::UserAgent::request</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 364ms, 33.33%<br />Exclusive time: 169&micro;s, 0.02%</p>","incl_time":0.3640339,"subname":"LWP::UserAgent::request","$color":4,"excl_time":0.000168699999999897,"$area":0.000168699999999897},"id":"877-LWP::UserAgent::request"},{"name":"agent","children":[],"data":{"tip":"<p><b>LWP::UserAgent::agent</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.01%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":9.22e-05,"subname":"LWP::UserAgent::agent","$color":4,"excl_time":1.92000000000103e-05,"$area":1.92000000000103e-05},"id":"878-LWP::UserAgent::agent"},{"name":"progress","children":[],"data":{"tip":"<p><b>LWP::UserAgent::progress</b></p><p><br />Called 10 times from 3 places in 2 files<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.49e-05,"subname":"LWP::UserAgent::progress","$color":4,"excl_time":3.49e-05,"$area":3.49e-05},"id":"879-LWP::UserAgent::progress"},{"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: 22.6ms, 2.07%<br />Exclusive time: 22.2ms, 2.03%</p>","incl_time":0.0226072,"subname":"LWP::UserAgent::BEGIN@12","$color":4,"excl_time":0.0221758999999999,"$area":0.0221758999999999},"id":"880-LWP::UserAgent::BEGIN@12"},{"name":"parse_head","children":[],"data":{"tip":"<p><b>LWP::UserAgent::parse_head</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.50ms, 0.14%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0015029,"subname":"LWP::UserAgent::parse_head","$color":4,"excl_time":1.31000000000144e-05,"$area":1.31000000000144e-05},"id":"881-LWP::UserAgent::parse_head"},{"name":"_agent","children":[],"data":{"tip":"<p><b>LWP::UserAgent::_agent</b></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":"LWP::UserAgent::_agent","$color":4,"excl_time":2.9e-06,"$area":2.9e-06},"id":"882-LWP::UserAgent::_agent"}],"data":{"$area":0.0706898999999996},"id":"n853"}],"data":{"$area":0.2574736},"id":"n803"},{"name":"Devel","children":[{"name":"::StackTrace","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Devel::StackTrace::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 82&micro;s, 0.01%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":8.21e-05,"subname":"Devel::StackTrace::BEGIN@12","$color":6,"excl_time":2.09999999999639e-05,"$area":2.09999999999639e-05},"id":"885-Devel::StackTrace::BEGIN@12"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Devel::StackTrace::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.97e-05,"subname":"Devel::StackTrace::BEGIN@5","$color":6,"excl_time":1.40000000000026e-05,"$area":1.40000000000026e-05},"id":"886-Devel::StackTrace::BEGIN@5"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Devel::StackTrace::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.77e-05,"subname":"Devel::StackTrace::BEGIN@9","$color":6,"excl_time":1.6499999999971e-05,"$area":1.6499999999971e-05},"id":"887-Devel::StackTrace::BEGIN@9"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Devel::StackTrace::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.01%</p>","incl_time":5.58e-05,"subname":"Devel::StackTrace::BEGIN@3","$color":6,"excl_time":5.58e-05,"$area":5.58e-05},"id":"888-Devel::StackTrace::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Devel::StackTrace::BEGIN@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":8.4e-06,"subname":"Devel::StackTrace::BEGIN@8","$color":6,"excl_time":8.4e-06,"$area":8.4e-06},"id":"889-Devel::StackTrace::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Devel::StackTrace::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: 14&micro;s, 0.00%</p>","incl_time":3.25e-05,"subname":"Devel::StackTrace::BEGIN@6","$color":6,"excl_time":1.41999999999734e-05,"$area":1.41999999999734e-05},"id":"890-Devel::StackTrace::BEGIN@6"}],"data":{"$area":0.000129899999999911},"id":"n884"},{"name":"::GlobalDestruction","children":[{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"Devel::GlobalDestruction::BEGIN@2","$color":8,"excl_time":1.01000000000017e-05,"$area":1.01000000000017e-05},"id":"892-Devel::GlobalDestruction::BEGIN@2"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"Devel::GlobalDestruction::BEGIN@3","$color":8,"excl_time":8.699999999999e-06,"$area":8.699999999999e-06},"id":"893-Devel::GlobalDestruction::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::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: 10&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Devel::GlobalDestruction::BEGIN@6","$color":8,"excl_time":9.60000000000188e-06,"$area":9.60000000000188e-06},"id":"894-Devel::GlobalDestruction::BEGIN@6"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36.7ms, 3.36%<br />Exclusive time: 3.36ms, 0.31%</p>","incl_time":0.0367464,"subname":"Devel::GlobalDestruction::BEGIN@26","$color":8,"excl_time":0.00335509999999999,"$area":0.00335509999999999},"id":"895-Devel::GlobalDestruction::BEGIN@26"},{"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: 50&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.02e-05,"subname":"Devel::GlobalDestruction::BEGIN@8","$color":8,"excl_time":7.90000000000488e-06,"$area":7.90000000000488e-06},"id":"896-Devel::GlobalDestruction::BEGIN@8"},{"name":"BEGIN@1","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::BEGIN@1</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":"Devel::GlobalDestruction::BEGIN@1","$color":8,"excl_time":3.16e-05,"$area":3.16e-05},"id":"897-Devel::GlobalDestruction::BEGIN@1"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::BEGIN@10</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 307&micro;s, 0.03%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":0.0003073,"subname":"Devel::GlobalDestruction::BEGIN@10","$color":8,"excl_time":1.94999999999953e-05,"$area":1.94999999999953e-05},"id":"898-Devel::GlobalDestruction::BEGIN@10"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Devel::GlobalDestruction::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: 25&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"Devel::GlobalDestruction::BEGIN@5","$color":8,"excl_time":2.46000000000046e-05,"$area":2.46000000000046e-05},"id":"899-Devel::GlobalDestruction::BEGIN@5"}],"data":{"$area":0.00346709999999999},"id":"n891"},{"name":"::StackTraceFrame","children":[{"name":"BEGIN@244","children":[],"data":{"tip":"<p><b>Devel::StackTraceFrame::BEGIN@244</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 19&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"Devel::StackTraceFrame::BEGIN@244","$color":10,"excl_time":1.92999999999557e-05,"$area":1.92999999999557e-05},"id":"901-Devel::StackTraceFrame::BEGIN@244"},{"name":"BEGIN@245","children":[],"data":{"tip":"<p><b>Devel::StackTraceFrame::BEGIN@245</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.51e-05,"subname":"Devel::StackTraceFrame::BEGIN@245","$color":10,"excl_time":1.59000000000485e-05,"$area":1.59000000000485e-05},"id":"902-Devel::StackTraceFrame::BEGIN@245"},{"name":"BEGIN@252","children":[],"data":{"tip":"<p><b>Devel::StackTraceFrame::BEGIN@252</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":"Devel::StackTraceFrame::BEGIN@252","$color":10,"excl_time":1.17000000000309e-05,"$area":1.17000000000309e-05},"id":"903-Devel::StackTraceFrame::BEGIN@252"},{"name":"BEGIN@251","children":[],"data":{"tip":"<p><b>Devel::StackTraceFrame::BEGIN@251</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.01%</p>","incl_time":6.56e-05,"subname":"Devel::StackTraceFrame::BEGIN@251","$color":10,"excl_time":6.56e-05,"$area":6.56e-05},"id":"904-Devel::StackTraceFrame::BEGIN@251"}],"data":{"$area":0.000112500000000035},"id":"n900"}],"data":{"$area":0.00370949999999994},"id":"n883"},{"name":"List","children":[{"name":"::MoreUtils","children":[{"name":"bootstrap","children":[],"data":{"tip":"<p><b>List::MoreUtils::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 94&micro;s, 0.01%</p>","incl_time":9.35e-05,"subname":"List::MoreUtils::bootstrap","$color":1,"excl_time":9.35e-05,"$area":9.35e-05},"id":"907-List::MoreUtils::bootstrap"},{"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: 35&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"List::MoreUtils::BEGIN@3","$color":1,"excl_time":3.51e-05,"$area":3.51e-05},"id":"908-List::MoreUtils::BEGIN@3"},{"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: 71&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":7.13e-05,"subname":"List::MoreUtils::BEGIN@8","$color":1,"excl_time":8.19999999998963e-06,"$area":8.19999999998963e-06},"id":"909-List::MoreUtils::BEGIN@8"},{"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: 14&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.35e-05,"subname":"List::MoreUtils::BEGIN@4","$color":1,"excl_time":7.29999999998825e-06,"$area":7.29999999998825e-06},"id":"910-List::MoreUtils::BEGIN@4"},{"name":"uniq","children":[],"data":{"tip":"<p><b>List::MoreUtils::uniq</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.44e-05,"subname":"List::MoreUtils::uniq","$color":1,"excl_time":2.44e-05,"$area":2.44e-05},"id":"911-List::MoreUtils::uniq"},{"name":"firstidx","children":[],"data":{"tip":"<p><b>List::MoreUtils::firstidx</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.78e-05,"subname":"List::MoreUtils::firstidx","$color":1,"excl_time":2.78e-05,"$area":2.78e-05},"id":"912-List::MoreUtils::firstidx"},{"name":"all","children":[],"data":{"tip":"<p><b>List::MoreUtils::all</b></p><p><br />Called 33 times from 2 places in 2 files<br />Inclusive time: 92&micro;s, 0.01%<br />Exclusive time: 81&micro;s, 0.01%</p>","incl_time":9.19e-05,"subname":"List::MoreUtils::all","$color":1,"excl_time":8.09999999996866e-05,"$area":8.09999999996866e-05},"id":"913-List::MoreUtils::all"},{"name":"any","children":[],"data":{"tip":"<p><b>List::MoreUtils::any</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":3.2e-05,"subname":"List::MoreUtils::any","$color":1,"excl_time":2.9999999999998e-05,"$area":2.9999999999998e-05},"id":"914-List::MoreUtils::any"}],"data":{"$area":0.000307299999999662},"id":"n906"},{"name":"::Util","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>List::Util::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.01%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":6.22e-05,"subname":"List::Util::BEGIN@12","$color":3,"excl_time":5.30000000000139e-06,"$area":5.30000000000139e-06},"id":"916-List::Util::BEGIN@12"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"List::Util::BEGIN@11","$color":3,"excl_time":1.36000000000011e-05,"$area":1.36000000000011e-05},"id":"917-List::Util::BEGIN@11"},{"name":"first","children":[],"data":{"tip":"<p><b>List::Util::first</b></p><p><br />Called 36 times from 1 place in 2 files<br />Inclusive time: 333&micro;s, 0.03%<br />Exclusive time: 135&micro;s, 0.01%</p>","incl_time":0.0003328,"subname":"List::Util::first","$color":3,"excl_time":0.000134600000000351,"$area":0.000134600000000351},"id":"918-List::Util::first"}],"data":{"$area":0.000153500000000354},"id":"n915"}],"data":{"$area":0.000460800000000016},"id":"n905"},{"name":"bytes","children":[{"name":"import","children":[],"data":{"tip":"<p><b>bytes::import</b></p><p><br />Called 9 times from 9 places in 9 files<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"bytes::import","$color":5,"excl_time":2.1e-05,"$area":2.1e-05},"id":"920-bytes::import"}],"data":{"$area":2.1e-05},"id":"n919"},{"name":"UNIVERSAL","children":[{"name":"can","children":[],"data":{"tip":"<p><b>UNIVERSAL::can</b></p><p><br />Called 162 times from 15 places in 13 files<br />Inclusive time: 184&micro;s, 0.02%</p>","incl_time":0.0001844,"subname":"UNIVERSAL::can","$color":7,"excl_time":0.0001844,"$area":0.0001844},"id":"922-UNIVERSAL::can"},{"name":"isa","children":[],"data":{"tip":"<p><b>UNIVERSAL::isa</b></p><p><br />Called 673 times from 25 places in 18 files<br />Inclusive time: 708&micro;s, 0.06%</p>","incl_time":0.0007079,"subname":"UNIVERSAL::isa","$color":7,"excl_time":0.0007079,"$area":0.0007079},"id":"923-UNIVERSAL::isa"},{"name":"VERSION","children":[],"data":{"tip":"<p><b>UNIVERSAL::VERSION</b></p><p><br />Called 21 times from 21 places in 13 files<br />Inclusive time: 449&micro;s, 0.04%</p>","incl_time":0.0004491,"subname":"UNIVERSAL::VERSION","$color":7,"excl_time":0.0004491,"$area":0.0004491},"id":"924-UNIVERSAL::VERSION"}],"data":{"$area":0.0013414},"id":"n921"},{"name":"XSLoader","children":[{"name":"load","children":[],"data":{"tip":"<p><b>XSLoader::load</b></p><p><br />Called 11 times from 11 places in 11 files<br />Inclusive time: 2.88ms, 0.26%</p>","incl_time":0.0028782,"subname":"XSLoader::load","$color":9,"excl_time":0.0028782,"$area":0.0028782},"id":"926-XSLoader::load"}],"data":{"$area":0.0028782},"id":"n925"},{"name":"Time","children":[{"name":"::Local","children":[{"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: 27&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Time::Local::BEGIN@5","$color":0,"excl_time":1.09999999999955e-05,"$area":1.09999999999955e-05},"id":"929-Time::Local::BEGIN@5"},{"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: 8&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":8.5e-06,"subname":"Time::Local::BEGIN@6","$color":0,"excl_time":6.0999999999865e-06,"$area":6.0999999999865e-06},"id":"930-Time::Local::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Time::Local::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":1.05e-05,"subname":"Time::Local::BEGIN@7","$color":0,"excl_time":7.99999999998362e-06,"$area":7.99999999998362e-06},"id":"931-Time::Local::BEGIN@7"},{"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: 30&micro;s, 0.00%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"Time::Local::BEGIN@29","$color":0,"excl_time":5.49999999997312e-06,"$area":5.49999999997312e-06},"id":"932-Time::Local::BEGIN@29"},{"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: 29&micro;s, 0.00%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":2.93e-05,"subname":"Time::Local::_daygm","$color":0,"excl_time":2.4499999999973e-05,"$area":2.4499999999973e-05},"id":"933-Time::Local::_daygm"},{"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: 73&micro;s, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":7.33e-05,"subname":"Time::Local::BEGIN@4","$color":0,"excl_time":1.95000000000073e-05,"$area":1.95000000000073e-05},"id":"934-Time::Local::BEGIN@4"},{"name":"CORE:pack","children":[],"data":{"tip":"<p><b>Time::Local::CORE:pack</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Time::Local::CORE:pack","$color":0,"excl_time":4.8e-06,"$area":4.8e-06},"id":"935-Time::Local::CORE:pack"},{"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: 60&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6e-05,"subname":"Time::Local::BEGIN@28","$color":0,"excl_time":9.1999999999825e-06,"$area":9.1999999999825e-06},"id":"936-Time::Local::BEGIN@28"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"Time::Local::BEGIN@30","$color":0,"excl_time":6.40000000000188e-06,"$area":6.40000000000188e-06},"id":"937-Time::Local::BEGIN@30"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Time::Local::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":6.25e-05,"subname":"Time::Local::BEGIN@9","$color":0,"excl_time":6.19999999999088e-06,"$area":6.19999999999088e-06},"id":"938-Time::Local::BEGIN@9"}],"data":{"$area":0.000101199999999894},"id":"n928"},{"name":"::HiRes","children":[{"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: 94&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":9.37e-05,"subname":"Time::HiRes::BEGIN@4","$color":2,"excl_time":7.40000000001639e-06,"$area":7.40000000001639e-06},"id":"940-Time::HiRes::BEGIN@4"},{"name":"BEGIN@42","children":[],"data":{"tip":"<p><b>Time::HiRes::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: 7&micro;s, 0.00%</p>","incl_time":1.84e-05,"subname":"Time::HiRes::BEGIN@42","$color":2,"excl_time":7.29999999995837e-06,"$area":7.29999999995837e-06},"id":"941-Time::HiRes::BEGIN@42"},{"name":"constant","children":[],"data":{"tip":"<p><b>Time::HiRes::constant</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Time::HiRes::constant","$color":2,"excl_time":7.9e-06,"$area":7.9e-06},"id":"942-Time::HiRes::constant"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Time::HiRes::BEGIN@3","$color":2,"excl_time":1.33999999999664e-05,"$area":1.33999999999664e-05},"id":"943-Time::HiRes::BEGIN@3"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>Time::HiRes::AUTOLOAD</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.26e-05,"subname":"Time::HiRes::AUTOLOAD","$color":2,"excl_time":2.12000000000053e-05,"$area":2.12000000000053e-05},"id":"944-Time::HiRes::AUTOLOAD"},{"name":"__ANON__[/usr/local/lib/perl5/5.10.1/darwin-2level/Time/HiRes.pm:43]","children":[],"data":{"tip":"<p><b>Time::HiRes::__ANON__[/usr/local/lib/perl5/5.10.1/darwin-2level/Time/HiRes.pm:43]</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":"Time::HiRes::__ANON__[/usr/local/lib/perl5/5.10.1/darwin-2level/Time/HiRes.pm:43]","$color":2,"excl_time":1.4e-06,"$area":1.4e-06},"id":"945-Time::HiRes::__ANON__[/usr/local/lib/perl5/5.10.1/darwin-2level/Time/HiRes.pm:43]"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Time::HiRes::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 66&micro;s, 0.01%</p>","incl_time":6.63e-05,"subname":"Time::HiRes::bootstrap","$color":2,"excl_time":6.63e-05,"$area":6.63e-05},"id":"946-Time::HiRes::bootstrap"},{"name":"import","children":[],"data":{"tip":"<p><b>Time::HiRes::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 248&micro;s, 0.02%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":0.0002475,"subname":"Time::HiRes::import","$color":2,"excl_time":2.2699999999864e-05,"$area":2.2699999999864e-05},"id":"947-Time::HiRes::import"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Time::HiRes::CORE:subst</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Time::HiRes::CORE:subst","$color":2,"excl_time":3.5e-06,"$area":3.5e-06},"id":"948-Time::HiRes::CORE:subst"}],"data":{"$area":0.00015109999999981},"id":"n939"}],"data":{"$area":0.000252299999999705},"id":"n927"},{"name":"MRO","children":[{"name":"::Compat","children":[{"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: 17&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"MRO::Compat::BEGIN@256","$color":4,"excl_time":6.59999999999931e-06,"$area":6.59999999999931e-06},"id":"951-MRO::Compat::BEGIN@256"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>MRO::Compat::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.49e-05,"subname":"MRO::Compat::BEGIN@2","$color":4,"excl_time":1.23000000000016e-05,"$area":1.23000000000016e-05},"id":"952-MRO::Compat::BEGIN@2"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"MRO::Compat::BEGIN@39","$color":4,"excl_time":8.39999999999682e-06,"$area":8.39999999999682e-06},"id":"953-MRO::Compat::BEGIN@39"},{"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: 433&micro;s, 0.04%<br />Exclusive time: 242&micro;s, 0.02%</p>","incl_time":0.0004331,"subname":"MRO::Compat::BEGIN@10","$color":4,"excl_time":0.000241599999999996,"$area":0.000241599999999996},"id":"954-MRO::Compat::BEGIN@10"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"MRO::Compat::BEGIN@116","$color":4,"excl_time":6.70000000000169e-06,"$area":6.70000000000169e-06},"id":"955-MRO::Compat::BEGIN@116"},{"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: 14&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"MRO::Compat::BEGIN@3","$color":4,"excl_time":6.20000000000013e-06,"$area":6.20000000000013e-06},"id":"956-MRO::Compat::BEGIN@3"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.61e-05,"subname":"MRO::Compat::BEGIN@226","$color":4,"excl_time":6.80000000000319e-06,"$area":6.80000000000319e-06},"id":"957-MRO::Compat::BEGIN@226"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"MRO::Compat::BEGIN@225","$color":4,"excl_time":1.10000000000022e-05,"$area":1.10000000000022e-05},"id":"958-MRO::Compat::BEGIN@225"}],"data":{"$area":0.000299600000000001},"id":"n950"}],"data":{"$area":0.000299600000000001},"id":"n949"},{"name":"Fcntl","children":[{"name":"BEGIN@214","children":[],"data":{"tip":"<p><b>Fcntl::BEGIN@214</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 263&micro;s, 0.02%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0002633,"subname":"Fcntl::BEGIN@214","$color":6,"excl_time":9.30000000002354e-06,"$area":9.30000000002354e-06},"id":"960-Fcntl::BEGIN@214"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.72e-05,"subname":"Fcntl::BEGIN@58","$color":6,"excl_time":1.41000000000219e-05,"$area":1.41000000000219e-05},"id":"961-Fcntl::BEGIN@58"},{"name":"BEGIN@64","children":[],"data":{"tip":"<p><b>Fcntl::BEGIN@64</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Fcntl::BEGIN@64","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"962-Fcntl::BEGIN@64"},{"name":"BEGIN@239","children":[],"data":{"tip":"<p><b>Fcntl::BEGIN@239</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.13e-05,"subname":"Fcntl::BEGIN@239","$color":6,"excl_time":1.00000000000081e-05,"$area":1.00000000000081e-05},"id":"963-Fcntl::BEGIN@239"},{"name":"BEGIN@62","children":[],"data":{"tip":"<p><b>Fcntl::BEGIN@62</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.6e-06,"subname":"Fcntl::BEGIN@62","$color":6,"excl_time":3.6e-06,"$area":3.6e-06},"id":"964-Fcntl::BEGIN@62"}],"data":{"$area":4.06000000000536e-05},"id":"n959"},{"name":"XML","children":[{"name":"::Bare","children":[{"name":"new","children":[],"data":{"tip":"<p><b>XML::Bare::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 112&micro;s, 0.01%<br />Exclusive time: 58&micro;s, 0.01%</p>","incl_time":0.0001115,"subname":"XML::Bare::new","$color":8,"excl_time":5.81999999999661e-05,"$area":5.81999999999661e-05},"id":"967-XML::Bare::new"},{"name":"BEGIN@524","children":[],"data":{"tip":"<p><b>XML::Bare::BEGIN@524</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 190&micro;s, 0.02%<br />Exclusive time: 187&micro;s, 0.02%</p>","incl_time":0.0001897,"subname":"XML::Bare::BEGIN@524","$color":8,"excl_time":0.000186700000000025,"$area":0.000186700000000025},"id":"968-XML::Bare::BEGIN@524"},{"name":"c_parse","children":[],"data":{"tip":"<p><b>XML::Bare::c_parse</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 53&micro;s, 0.00%</p>","incl_time":5.33e-05,"subname":"XML::Bare::c_parse","$color":8,"excl_time":5.33e-05,"$area":5.33e-05},"id":"969-XML::Bare::c_parse"},{"name":"free_tree_c","children":[],"data":{"tip":"<p><b>XML::Bare::free_tree_c</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"XML::Bare::free_tree_c","$color":8,"excl_time":1.44e-05,"$area":1.44e-05},"id":"970-XML::Bare::free_tree_c"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>XML::Bare::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: 16&micro;s, 0.00%</p>","incl_time":5.12e-05,"subname":"XML::Bare::BEGIN@3","$color":8,"excl_time":1.60999999999899e-05,"$area":1.60999999999899e-05},"id":"971-XML::Bare::BEGIN@3"},{"name":"BEGIN@15","children":[],"data":{"tip":"<p><b>XML::Bare::BEGIN@15</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"XML::Bare::BEGIN@15","$color":8,"excl_time":7.60000000001976e-06,"$area":7.60000000001976e-06},"id":"972-XML::Bare::BEGIN@15"},{"name":"free_tree","children":[],"data":{"tip":"<p><b>XML::Bare::free_tree</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 26&micro;s, 0.00%</p>","incl_time":4.06e-05,"subname":"XML::Bare::free_tree","$color":8,"excl_time":2.6199999999919e-05,"$area":2.6199999999919e-05},"id":"973-XML::Bare::free_tree"},{"name":"get_root","children":[],"data":{"tip":"<p><b>XML::Bare::get_root</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.2e-06,"subname":"XML::Bare::get_root","$color":8,"excl_time":7.2e-06,"$area":7.2e-06},"id":"974-XML::Bare::get_root"},{"name":"xmlin","children":[],"data":{"tip":"<p><b>XML::Bare::xmlin</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 424&micro;s, 0.04%<br />Exclusive time: 113&micro;s, 0.01%</p>","incl_time":0.0004245,"subname":"XML::Bare::xmlin","$color":8,"excl_time":0.000112500000000021,"$area":0.000112500000000021},"id":"975-XML::Bare::xmlin"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>XML::Bare::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 557&micro;s, 0.05%</p>","incl_time":0.0005572,"subname":"XML::Bare::bootstrap","$color":8,"excl_time":0.0005572,"$area":0.0005572},"id":"976-XML::Bare::bootstrap"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>XML::Bare::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: 5&micro;s, 0.00%</p>","incl_time":5.23e-05,"subname":"XML::Bare::BEGIN@5","$color":8,"excl_time":5.29999999998075e-06,"$area":5.29999999998075e-06},"id":"977-XML::Bare::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>XML::Bare::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 245&micro;s, 0.02%<br />Exclusive time: 242&micro;s, 0.02%</p>","incl_time":0.0002452,"subname":"XML::Bare::BEGIN@6","$color":8,"excl_time":0.000242000000000019,"$area":0.000242000000000019},"id":"978-XML::Bare::BEGIN@6"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>XML::Bare::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1e-05,"subname":"XML::Bare::BEGIN@4","$color":8,"excl_time":7.5999999999865e-06,"$area":7.5999999999865e-06},"id":"979-XML::Bare::BEGIN@4"},{"name":"xml2obj_simple","children":[],"data":{"tip":"<p><b>XML::Bare::xml2obj_simple</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 66&micro;s, 0.01%</p>","incl_time":6.64e-05,"subname":"XML::Bare::xml2obj_simple","$color":8,"excl_time":6.64e-05,"$area":6.64e-05},"id":"980-XML::Bare::xml2obj_simple"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>XML::Bare::DESTROY</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"XML::Bare::DESTROY","$color":8,"excl_time":1.58e-05,"$area":1.58e-05},"id":"981-XML::Bare::DESTROY"},{"name":"simple","children":[],"data":{"tip":"<p><b>XML::Bare::simple</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 185&micro;s, 0.02%<br />Exclusive time: 71&micro;s, 0.01%</p>","incl_time":0.0001847,"subname":"XML::Bare::simple","$color":8,"excl_time":7.05000000001578e-05,"$area":7.05000000001578e-05},"id":"982-XML::Bare::simple"}],"data":{"$area":0.00144700000000008},"id":"n966"}],"data":{"$area":0.00144700000000008},"id":"n965"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"FileHandle::BEGIN@4","$color":10,"excl_time":1.76999999999931e-05,"$area":1.76999999999931e-05},"id":"984-FileHandle::BEGIN@4"},{"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: 419&micro;s, 0.04%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.000419,"subname":"FileHandle::import","$color":10,"excl_time":1.72999999999952e-05,"$area":1.72999999999952e-05},"id":"985-FileHandle::import"},{"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: 8&micro;s, 0.00%</p>","incl_time":2.18e-05,"subname":"FileHandle::BEGIN@46","$color":10,"excl_time":7.99999999999175e-06,"$area":7.99999999999175e-06},"id":"986-FileHandle::BEGIN@46"},{"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: 35&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"FileHandle::BEGIN@3","$color":10,"excl_time":3.54e-05,"$area":3.54e-05},"id":"987-FileHandle::BEGIN@3"}],"data":{"$area":7.839999999998e-05},"id":"n983"},{"name":"Digest","children":[{"name":"::base","children":[{"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Digest::base::BEGIN@3","$color":1,"excl_time":1.39000000000219e-05,"$area":1.39000000000219e-05},"id":"990-Digest::base::BEGIN@3"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.46e-05,"subname":"Digest::base::BEGIN@4","$color":1,"excl_time":6.20000000002601e-06,"$area":6.20000000002601e-06},"id":"991-Digest::base::BEGIN@4"}],"data":{"$area":2.01000000000479e-05},"id":"n989"},{"name":"::SHA","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Digest::SHA::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.72e-05,"subname":"Digest::SHA::BEGIN@7","$color":3,"excl_time":7.50000000000414e-06,"$area":7.50000000000414e-06},"id":"993-Digest::SHA::BEGIN@7"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Digest::SHA::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 166&micro;s, 0.02%<br />Exclusive time: 163&micro;s, 0.01%</p>","incl_time":0.000166,"subname":"Digest::SHA::BEGIN@6","$color":3,"excl_time":0.000163399999999981,"$area":0.000163399999999981},"id":"994-Digest::SHA::BEGIN@6"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Digest::SHA::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 97&micro;s, 0.01%</p>","incl_time":9.74e-05,"subname":"Digest::SHA::bootstrap","$color":3,"excl_time":9.74e-05,"$area":9.74e-05},"id":"995-Digest::SHA::bootstrap"},{"name":"hmac_sha256_base64","children":[],"data":{"tip":"<p><b>Digest::SHA::hmac_sha256_base64</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 89&micro;s, 0.01%</p>","incl_time":8.9e-05,"subname":"Digest::SHA::hmac_sha256_base64","$color":3,"excl_time":8.9e-05,"$area":8.9e-05},"id":"996-Digest::SHA::hmac_sha256_base64"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Digest::SHA::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.79e-05,"subname":"Digest::SHA::BEGIN@5","$color":3,"excl_time":1.5099999999975e-05,"$area":1.5099999999975e-05},"id":"997-Digest::SHA::BEGIN@5"}],"data":{"$area":0.00037239999999996},"id":"n992"}],"data":{"$area":0.000392500000000008},"id":"n988"},{"name":"lib","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>lib::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 49&micro;s, 0.00%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"lib::BEGIN@6","$color":5,"excl_time":2.79000000000027e-05,"$area":2.79000000000027e-05},"id":"999-lib::BEGIN@6"},{"name":"_nativize","children":[],"data":{"tip":"<p><b>lib::_nativize</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":"lib::_nativize","$color":5,"excl_time":2e-06,"$area":2e-06},"id":"1000-lib::_nativize"},{"name":"_get_dirs","children":[],"data":{"tip":"<p><b>lib::_get_dirs</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":"lib::_get_dirs","$color":5,"excl_time":8.5e-06,"$area":8.5e-06},"id":"1001-lib::_get_dirs"},{"name":"CORE:ftis","children":[],"data":{"tip":"<p><b>lib::CORE:ftis</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.03e-05,"subname":"lib::CORE:ftis","$color":5,"excl_time":1.03e-05,"$area":1.03e-05},"id":"1002-lib::CORE:ftis"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>lib::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: 14&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"lib::BEGIN@8","$color":5,"excl_time":1.42999999999984e-05,"$area":1.42999999999984e-05},"id":"1003-lib::BEGIN@8"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>lib::CORE:match</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"lib::CORE:match","$color":5,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1004-lib::CORE:match"},{"name":"CORE:ftdir","children":[],"data":{"tip":"<p><b>lib::CORE:ftdir</b></p><p><br />Called 4 times from 4 places in 2 files<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.09e-05,"subname":"lib::CORE:ftdir","$color":5,"excl_time":1.09e-05,"$area":1.09e-05},"id":"1005-lib::CORE:ftdir"},{"name":"import","children":[],"data":{"tip":"<p><b>lib::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.01%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":8.3e-05,"subname":"lib::import","$color":5,"excl_time":4.84000000000043e-05,"$area":4.84000000000043e-05},"id":"1006-lib::import"}],"data":{"$area":0.000125200000000005},"id":"n998"},{"name":"Test","children":[{"name":"::Builder","children":[{"name":"BEGIN@18","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@18</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":4e-05,"subname":"Test::Builder::BEGIN@18","$color":7,"excl_time":3.60999999999997e-05,"$area":3.60999999999997e-05},"id":"1009-Test::Builder::BEGIN@18"},{"name":"reset_outputs","children":[],"data":{"tip":"<p><b>Test::Builder::reset_outputs</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.01%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":9.42e-05,"subname":"Test::Builder::reset_outputs","$color":7,"excl_time":2.54999999999995e-05,"$area":2.54999999999995e-05},"id":"1010-Test::Builder::reset_outputs"},{"name":"_plan_tests","children":[],"data":{"tip":"<p><b>Test::Builder::_plan_tests</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 129&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001291,"subname":"Test::Builder::_plan_tests","$color":7,"excl_time":1.01999999999984e-05,"$area":1.01999999999984e-05},"id":"1011-Test::Builder::_plan_tests"},{"name":"END","children":[],"data":{"tip":"<p><b>Test::Builder::END</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 88&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":8.81e-05,"subname":"Test::Builder::END","$color":7,"excl_time":1.27000000000523e-05,"$area":1.27000000000523e-05},"id":"1012-Test::Builder::END"},{"name":"in_todo","children":[],"data":{"tip":"<p><b>Test::Builder::in_todo</b></p><p><br />Called 8 times from 2 places in 1 file<br />Inclusive time: 205&micro;s, 0.02%<br />Exclusive time: 48&micro;s, 0.00%</p>","incl_time":0.0002046,"subname":"Test::Builder::in_todo","$color":7,"excl_time":4.77000000000957e-05,"$area":4.77000000000957e-05},"id":"1013-Test::Builder::in_todo"},{"name":"CORE:select","children":[],"data":{"tip":"<p><b>Test::Builder::CORE:select</b></p><p><br />Called 8 times from 2 places in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.28e-05,"subname":"Test::Builder::CORE:select","$color":7,"excl_time":1.28e-05,"$area":1.28e-05},"id":"1014-Test::Builder::CORE:select"},{"name":"use_numbers","children":[],"data":{"tip":"<p><b>Test::Builder::use_numbers</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Test::Builder::use_numbers","$color":7,"excl_time":1.73e-05,"$area":1.73e-05},"id":"1015-Test::Builder::use_numbers"},{"name":"reset","children":[],"data":{"tip":"<p><b>Test::Builder::reset</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 353&micro;s, 0.03%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.000353,"subname":"Test::Builder::reset","$color":7,"excl_time":5.30999999999995e-05,"$area":5.30999999999995e-05},"id":"1016-Test::Builder::reset"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Test::Builder::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.15e-05,"subname":"Test::Builder::BEGIN@4","$color":7,"excl_time":8.20000000000008e-06,"$area":8.20000000000008e-06},"id":"1017-Test::Builder::BEGIN@4"},{"name":"BEGIN@2107","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@2107</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.93e-05,"subname":"Test::Builder::BEGIN@2107","$color":7,"excl_time":7.30000000000014e-06,"$area":7.30000000000014e-06},"id":"1018-Test::Builder::BEGIN@2107"},{"name":"_is_object","children":[],"data":{"tip":"<p><b>Test::Builder::_is_object</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 184&micro;s, 0.02%<br />Exclusive time: 66&micro;s, 0.01%</p>","incl_time":0.0001844,"subname":"Test::Builder::_is_object","$color":7,"excl_time":6.56999999998619e-05,"$area":6.56999999998619e-05},"id":"1019-Test::Builder::_is_object"},{"name":"plan","children":[],"data":{"tip":"<p><b>Test::Builder::plan</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 139&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0001388,"subname":"Test::Builder::plan","$color":7,"excl_time":9.69999999999994e-06,"$area":9.69999999999994e-06},"id":"1020-Test::Builder::plan"},{"name":"_print_to_fh","children":[],"data":{"tip":"<p><b>Test::Builder::_print_to_fh</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 293&micro;s, 0.03%<br />Exclusive time: 150&micro;s, 0.01%</p>","incl_time":0.0002929,"subname":"Test::Builder::_print_to_fh","$color":7,"excl_time":0.000150399999999982,"$area":0.000150399999999982},"id":"1021-Test::Builder::_print_to_fh"},{"name":"exported_to","children":[],"data":{"tip":"<p><b>Test::Builder::exported_to</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":"Test::Builder::exported_to","$color":7,"excl_time":5.2e-06,"$area":5.2e-06},"id":"1022-Test::Builder::exported_to"},{"name":"_unoverload_str","children":[],"data":{"tip":"<p><b>Test::Builder::_unoverload_str</b></p><p><br />Called 8 times from 2 places in 1 file<br />Inclusive time: 541&micro;s, 0.05%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0005412,"subname":"Test::Builder::_unoverload_str","$color":7,"excl_time":4.2799999999879e-05,"$area":4.2799999999879e-05},"id":"1023-Test::Builder::_unoverload_str"},{"name":"BEGIN@10","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@10</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":"Test::Builder::BEGIN@10","$color":7,"excl_time":1.35e-05,"$area":1.35e-05},"id":"1024-Test::Builder::BEGIN@10"},{"name":"BEGIN@19","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@19</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 783&micro;s, 0.07%<br />Exclusive time: 683&micro;s, 0.06%</p>","incl_time":0.0007832,"subname":"Test::Builder::BEGIN@19","$color":7,"excl_time":0.000682700000000001,"$area":0.000682700000000001},"id":"1025-Test::Builder::BEGIN@19"},{"name":"_print","children":[],"data":{"tip":"<p><b>Test::Builder::_print</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 367&micro;s, 0.03%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0003671,"subname":"Test::Builder::_print","$color":7,"excl_time":5.25000000000434e-05,"$area":5.25000000000434e-05},"id":"1026-Test::Builder::_print"},{"name":"CORE:print","children":[],"data":{"tip":"<p><b>Test::Builder::CORE:print</b></p><p><br />Called 5 times from 1 place in 2 files<br />Inclusive time: 93&micro;s, 0.01%</p>","incl_time":9.29e-05,"subname":"Test::Builder::CORE:print","$color":7,"excl_time":9.29e-05,"$area":9.29e-05},"id":"1027-Test::Builder::CORE:print"},{"name":"BEGIN@1540","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@1540</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.09e-05,"subname":"Test::Builder::BEGIN@1540","$color":7,"excl_time":6.7999999999996e-06,"$area":6.7999999999996e-06},"id":"1028-Test::Builder::BEGIN@1540"},{"name":"caller","children":[],"data":{"tip":"<p><b>Test::Builder::caller</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 203&micro;s, 0.02%<br />Exclusive time: 175&micro;s, 0.02%</p>","incl_time":0.000203,"subname":"Test::Builder::caller","$color":7,"excl_time":0.000174699999999908,"$area":0.000174699999999908},"id":"1029-Test::Builder::caller"},{"name":"_try","children":[],"data":{"tip":"<p><b>Test::Builder::_try</b></p><p><br />Called 17 times from 3 places in 2 files<br />Inclusive time: 342&micro;s, 0.03%<br />Exclusive time: 292&micro;s, 0.03%</p>","incl_time":0.0003423,"subname":"Test::Builder::_try","$color":7,"excl_time":0.000291600000000041,"$area":0.000291600000000041},"id":"1030-Test::Builder::_try"},{"name":"todo","children":[],"data":{"tip":"<p><b>Test::Builder::todo</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 176&micro;s, 0.02%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0001763,"subname":"Test::Builder::todo","$color":7,"excl_time":4.28000000001024e-05,"$area":4.28000000001024e-05},"id":"1031-Test::Builder::todo"},{"name":"_check_is_passing_plan","children":[],"data":{"tip":"<p><b>Test::Builder::_check_is_passing_plan</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.01%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":6.85e-05,"subname":"Test::Builder::_check_is_passing_plan","$color":7,"excl_time":4.85999999999274e-05,"$area":4.85999999999274e-05},"id":"1032-Test::Builder::_check_is_passing_plan"},{"name":"_unoverload","children":[],"data":{"tip":"<p><b>Test::Builder::_unoverload</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 498&micro;s, 0.05%<br />Exclusive time: 148&micro;s, 0.01%</p>","incl_time":0.0004984,"subname":"Test::Builder::_unoverload","$color":7,"excl_time":0.000148299999999869,"$area":0.000148299999999869},"id":"1033-Test::Builder::_unoverload"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Test::Builder::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: 8&micro;s, 0.00%</p>","incl_time":2e-05,"subname":"Test::Builder::BEGIN@5","$color":7,"excl_time":8.3000000000001e-06,"$area":8.3000000000001e-06},"id":"1034-Test::Builder::BEGIN@5"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Test::Builder::CORE:match</b></p><p><br />Called 14 times from 4 places in 2 files<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"Test::Builder::CORE:match","$color":7,"excl_time":3.29e-05,"$area":3.29e-05},"id":"1035-Test::Builder::CORE:match"},{"name":"find_TODO","children":[],"data":{"tip":"<p><b>Test::Builder::find_TODO</b></p><p><br />Called 12 times from 2 places in 1 file<br />Inclusive time: 290&micro;s, 0.03%<br />Exclusive time: 87&micro;s, 0.01%</p>","incl_time":0.0002904,"subname":"Test::Builder::find_TODO","$color":7,"excl_time":8.74000000000468e-05,"$area":8.74000000000468e-05},"id":"1036-Test::Builder::find_TODO"},{"name":"_open_testhandles","children":[],"data":{"tip":"<p><b>Test::Builder::_open_testhandles</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.01%<br />Exclusive time: 24&micro;s, 0.00%</p>","incl_time":0.0001052,"subname":"Test::Builder::_open_testhandles","$color":7,"excl_time":2.38999999999997e-05,"$area":2.38999999999997e-05},"id":"1037-Test::Builder::_open_testhandles"},{"name":"failure_output","children":[],"data":{"tip":"<p><b>Test::Builder::failure_output</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.85e-05,"subname":"Test::Builder::failure_output","$color":7,"excl_time":8.50000000000041e-06,"$area":8.50000000000041e-06},"id":"1038-Test::Builder::failure_output"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Test::Builder::CORE:subst</b></p><p><br />Called 9 times from 2 places in 2 files<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"Test::Builder::CORE:subst","$color":7,"excl_time":2.13e-05,"$area":2.13e-05},"id":"1039-Test::Builder::CORE:subst"},{"name":"_my_exit","children":[],"data":{"tip":"<p><b>Test::Builder::_my_exit</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":"Test::Builder::_my_exit","$color":7,"excl_time":4e-06,"$area":4e-06},"id":"1040-Test::Builder::_my_exit"},{"name":"level","children":[],"data":{"tip":"<p><b>Test::Builder::level</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"Test::Builder::level","$color":7,"excl_time":2.83e-05,"$area":2.83e-05},"id":"1041-Test::Builder::level"},{"name":"_output_plan","children":[],"data":{"tip":"<p><b>Test::Builder::_output_plan</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 85&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":8.55e-05,"subname":"Test::Builder::_output_plan","$color":7,"excl_time":1.09999999999983e-05,"$area":1.09999999999983e-05},"id":"1042-Test::Builder::_output_plan"},{"name":"_ending","children":[],"data":{"tip":"<p><b>Test::Builder::_ending</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 75&micro;s, 0.01%<br />Exclusive time: 60&micro;s, 0.01%</p>","incl_time":7.54e-05,"subname":"Test::Builder::_ending","$color":7,"excl_time":6.04999999999601e-05,"$area":6.04999999999601e-05},"id":"1043-Test::Builder::_ending"},{"name":"new","children":[],"data":{"tip":"<p><b>Test::Builder::new</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 400&micro;s, 0.04%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.0004,"subname":"Test::Builder::new","$color":7,"excl_time":3.03999999999997e-05,"$area":3.03999999999997e-05},"id":"1044-Test::Builder::new"},{"name":"_autoflush","children":[],"data":{"tip":"<p><b>Test::Builder::_autoflush</b></p><p><br />Called 4 times from 4 places in 1 file<br />Inclusive time: 58&micro;s, 0.01%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":5.82e-05,"subname":"Test::Builder::_autoflush","$color":7,"excl_time":4.54000000000006e-05,"$area":4.54000000000006e-05},"id":"1045-Test::Builder::_autoflush"},{"name":"todo_output","children":[],"data":{"tip":"<p><b>Test::Builder::todo_output</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.82e-05,"subname":"Test::Builder::todo_output","$color":7,"excl_time":8.40000000000009e-06,"$area":8.40000000000009e-06},"id":"1046-Test::Builder::todo_output"},{"name":"create","children":[],"data":{"tip":"<p><b>Test::Builder::create</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 370&micro;s, 0.03%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":0.0003696,"subname":"Test::Builder::create","$color":7,"excl_time":1.66e-05,"$area":1.66e-05},"id":"1047-Test::Builder::create"},{"name":"output","children":[],"data":{"tip":"<p><b>Test::Builder::output</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Test::Builder::output","$color":7,"excl_time":3.15e-05,"$area":3.15e-05},"id":"1048-Test::Builder::output"},{"name":"CORE:open","children":[],"data":{"tip":"<p><b>Test::Builder::CORE:open</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 81&micro;s, 0.01%</p>","incl_time":8.13e-05,"subname":"Test::Builder::CORE:open","$color":7,"excl_time":8.13e-05,"$area":8.13e-05},"id":"1049-Test::Builder::CORE:open"},{"name":"__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:1538]","children":[],"data":{"tip":"<p><b>Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:1538]</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.12e-05,"subname":"Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:1538]","$color":7,"excl_time":1.12e-05,"$area":1.12e-05},"id":"1050-Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:1538]"},{"name":"_indent","children":[],"data":{"tip":"<p><b>Test::Builder::_indent</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.57e-05,"subname":"Test::Builder::_indent","$color":7,"excl_time":2.57e-05,"$area":2.57e-05},"id":"1051-Test::Builder::_indent"},{"name":"expected_tests","children":[],"data":{"tip":"<p><b>Test::Builder::expected_tests</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 119&micro;s, 0.01%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.0001189,"subname":"Test::Builder::expected_tests","$color":7,"excl_time":2.02999999999992e-05,"$area":2.02999999999992e-05},"id":"1052-Test::Builder::expected_tests"},{"name":"__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:828]","children":[],"data":{"tip":"<p><b>Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:828]</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.38e-05,"subname":"Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:828]","$color":7,"excl_time":1.38e-05,"$area":1.38e-05},"id":"1053-Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:828]"},{"name":"is_passing","children":[],"data":{"tip":"<p><b>Test::Builder::is_passing</b></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":"Test::Builder::is_passing","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1054-Test::Builder::is_passing"},{"name":"_new_fh","children":[],"data":{"tip":"<p><b>Test::Builder::_new_fh</b></p><p><br />Called 3 times from 3 places in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":4.2e-05,"subname":"Test::Builder::_new_fh","$color":7,"excl_time":3.13000000000002e-05,"$area":3.13000000000002e-05},"id":"1055-Test::Builder::_new_fh"},{"name":"_dup_stdhandles","children":[],"data":{"tip":"<p><b>Test::Builder::_dup_stdhandles</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 290&micro;s, 0.03%<br />Exclusive time: 32&micro;s, 0.00%</p>","incl_time":0.0002899,"subname":"Test::Builder::_dup_stdhandles","$color":7,"excl_time":3.22999999999998e-05,"$area":3.22999999999998e-05},"id":"1056-Test::Builder::_dup_stdhandles"},{"name":"__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:66]","children":[],"data":{"tip":"<p><b>Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:66]</b></p><p><br />Called 7 times from 4 places in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:66]","$color":7,"excl_time":1.95e-05,"$area":1.95e-05},"id":"1057-Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:66]"},{"name":"BEGIN@857","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@857</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":"Test::Builder::BEGIN@857","$color":7,"excl_time":1.02999999999999e-05,"$area":1.02999999999999e-05},"id":"1058-Test::Builder::BEGIN@857"},{"name":"BEGIN@1161","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@1161</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 22&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":2.16e-05,"subname":"Test::Builder::BEGIN@1161","$color":7,"excl_time":9.79999999999982e-06,"$area":9.79999999999982e-06},"id":"1059-Test::Builder::BEGIN@1161"},{"name":"__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:67]","children":[],"data":{"tip":"<p><b>Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:67]</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.02e-05,"subname":"Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:67]","$color":7,"excl_time":1.02e-05,"$area":1.02e-05},"id":"1060-Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:67]"},{"name":"has_plan","children":[],"data":{"tip":"<p><b>Test::Builder::has_plan</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.51e-05,"subname":"Test::Builder::has_plan","$color":7,"excl_time":1.51e-05,"$area":1.51e-05},"id":"1061-Test::Builder::has_plan"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Test::Builder::BEGIN@3</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.07e-05,"subname":"Test::Builder::BEGIN@3","$color":7,"excl_time":3.07e-05,"$area":3.07e-05},"id":"1062-Test::Builder::BEGIN@3"},{"name":"is_fh","children":[],"data":{"tip":"<p><b>Test::Builder::is_fh</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Test::Builder::is_fh","$color":7,"excl_time":1.07e-05,"$area":1.07e-05},"id":"1063-Test::Builder::is_fh"},{"name":"ok","children":[],"data":{"tip":"<p><b>Test::Builder::ok</b></p><p><br />Called 4 times from 3 places in 1 file<br />Inclusive time: 1.67ms, 0.15%<br />Exclusive time: 329&micro;s, 0.03%</p>","incl_time":0.0016662,"subname":"Test::Builder::ok","$color":7,"excl_time":0.000328800000000511,"$area":0.000328800000000511},"id":"1064-Test::Builder::ok"},{"name":"__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:812]","children":[],"data":{"tip":"<p><b>Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:812]</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":"Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:812]","$color":7,"excl_time":2.02e-05,"$area":2.02e-05},"id":"1065-Test::Builder::__ANON__[/usr/local/lib/perl5/5.10.1/Test/Builder.pm:812]"},{"name":"::Module","children":[{"name":"builder","children":[],"data":{"tip":"<p><b>Test::Builder::Module::builder</b></p><p><br />Called 5 times from 4 places in 2 files<br />Inclusive time: 63&micro;s, 0.01%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":6.26e-05,"subname":"Test::Builder::Module::builder","$color":9,"excl_time":4.40000000000029e-05,"$area":4.40000000000029e-05},"id":"1067-Test::Builder::Module::builder"},{"name":"_strip_imports","children":[],"data":{"tip":"<p><b>Test::Builder::Module::_strip_imports</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":"Test::Builder::Module::_strip_imports","$color":9,"excl_time":1.24e-05,"$area":1.24e-05},"id":"1068-Test::Builder::Module::_strip_imports"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Test::Builder::Module::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.14e-05,"subname":"Test::Builder::Module::BEGIN@3","$color":9,"excl_time":1.76999999999999e-05,"$area":1.76999999999999e-05},"id":"1069-Test::Builder::Module::BEGIN@3"},{"name":"import","children":[],"data":{"tip":"<p><b>Test::Builder::Module::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 2.97ms, 0.27%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0029711,"subname":"Test::Builder::Module::import","$color":9,"excl_time":5.40000000000009e-05,"$area":5.40000000000009e-05},"id":"1070-Test::Builder::Module::import"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Test::Builder::Module::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20.6ms, 1.88%<br />Exclusive time: 19.2ms, 1.76%</p>","incl_time":0.0205521,"subname":"Test::Builder::Module::BEGIN@5","$color":9,"excl_time":0.0191857,"$area":0.0191857},"id":"1071-Test::Builder::Module::BEGIN@5"}],"data":{"$area":0.0193138},"id":"n1066"}],"data":{"$area":0.0224670000000003},"id":"n1008"},{"name":"::More","children":[{"name":"BEGIN@1305","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@1305</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Test::More::BEGIN@1305","$color":0,"excl_time":1.25000000000017e-05,"$area":1.25000000000017e-05},"id":"1073-Test::More::BEGIN@1305"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.40ms, 0.22%<br />Exclusive time: 2.36ms, 0.22%</p>","incl_time":0.0024004,"subname":"Test::More::BEGIN@5","$color":0,"excl_time":0.002356,"$area":0.002356},"id":"1074-Test::More::BEGIN@5"},{"name":"BEGIN@1578","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@1578</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.49e-05,"subname":"Test::More::BEGIN@1578","$color":0,"excl_time":1.1300000000001e-05,"$area":1.1300000000001e-05},"id":"1075-Test::More::BEGIN@1578"},{"name":"BEGIN@1228","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@1228</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":3.89e-05,"subname":"Test::More::BEGIN@1228","$color":0,"excl_time":1.60000000000007e-05,"$area":1.60000000000007e-05},"id":"1076-Test::More::BEGIN@1228"},{"name":"ok","children":[],"data":{"tip":"<p><b>Test::More::ok</b></p><p><br />Called 2 times from 2 places in 1 file<br />Inclusive time: 900&micro;s, 0.08%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0008998,"subname":"Test::More::ok","$color":0,"excl_time":3.82999999999294e-05,"$area":3.82999999999294e-05},"id":"1077-Test::More::ok"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 590&micro;s, 0.05%<br />Exclusive time: 517&micro;s, 0.05%</p>","incl_time":0.0005901,"subname":"Test::More::BEGIN@4","$color":0,"excl_time":0.0005167,"$area":0.0005167},"id":"1078-Test::More::BEGIN@4"},{"name":"BEGIN@1429","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@1429</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.52e-05,"subname":"Test::More::BEGIN@1429","$color":0,"excl_time":1.12999999999993e-05,"$area":1.12999999999993e-05},"id":"1079-Test::More::BEGIN@1429"},{"name":"__ANON__[/usr/local/lib/perl5/5.10.1/Test/More.pm:587]","children":[],"data":{"tip":"<p><b>Test::More::__ANON__[/usr/local/lib/perl5/5.10.1/Test/More.pm:587]</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":"Test::More::__ANON__[/usr/local/lib/perl5/5.10.1/Test/More.pm:587]","$color":0,"excl_time":1.39999999999779e-05,"$area":1.39999999999779e-05},"id":"1080-Test::More::__ANON__[/usr/local/lib/perl5/5.10.1/Test/More.pm:587]"},{"name":"isa_ok","children":[],"data":{"tip":"<p><b>Test::More::isa_ok</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 559&micro;s, 0.05%<br />Exclusive time: 55&micro;s, 0.01%</p>","incl_time":0.0005593,"subname":"Test::More::isa_ok","$color":0,"excl_time":5.47000000000338e-05,"$area":5.47000000000338e-05},"id":"1081-Test::More::isa_ok"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 23.6ms, 2.16%<br />Exclusive time: 3.00ms, 0.28%</p>","incl_time":0.0235817,"subname":"Test::More::BEGIN@23","$color":0,"excl_time":0.0030032,"$area":0.0030032},"id":"1082-Test::More::BEGIN@23"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Test::More::BEGIN@3</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.45e-05,"subname":"Test::More::BEGIN@3","$color":0,"excl_time":5.45e-05,"$area":5.45e-05},"id":"1083-Test::More::BEGIN@3"},{"name":"use_ok","children":[],"data":{"tip":"<p><b>Test::More::use_ok</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 511ms, 46.81%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":0.5112422,"subname":"Test::More::use_ok","$color":0,"excl_time":3.00999999999219e-05,"$area":3.00999999999219e-05},"id":"1084-Test::More::use_ok"},{"name":"_eval","children":[],"data":{"tip":"<p><b>Test::More::_eval</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 511ms, 46.77%<br />Exclusive time: 71&micro;s, 0.01%</p>","incl_time":0.510801,"subname":"Test::More::_eval","$color":0,"excl_time":7.07999999999265e-05,"$area":7.07999999999265e-05},"id":"1085-Test::More::_eval"},{"name":"import_extra","children":[],"data":{"tip":"<p><b>Test::More::import_extra</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":"Test::More::import_extra","$color":0,"excl_time":1.6e-05,"$area":1.6e-05},"id":"1086-Test::More::import_extra"}],"data":{"$area":0.0062053999999998},"id":"n1072"}],"data":{"$area":0.0286724000000001},"id":"n1007"},{"name":"Compress","children":[{"name":"::Raw","children":[{"name":"::Zlib","children":[{"name":"::Inflate","children":[],"data":{"$area":0},"id":"n1090"},{"name":"::Parameters","children":[],"data":{"$area":0},"id":"n1091"},{"name":"::deflateStream","children":[],"data":{"$area":0},"id":"n1092"},{"name":"BEGIN@70","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@70</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 62&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.15e-05,"subname":"Compress::Raw::Zlib::BEGIN@70","$color":8,"excl_time":1.06999999999825e-05,"$area":1.06999999999825e-05},"id":"1093-Compress::Raw::Zlib::BEGIN@70"},{"name":"BEGIN@103","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@103</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.95e-05,"subname":"Compress::Raw::Zlib::BEGIN@103","$color":8,"excl_time":6.09999999999325e-06,"$area":6.09999999999325e-06},"id":"1094-Compress::Raw::Zlib::BEGIN@103"},{"name":"BEGIN@114","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@114</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.05e-05,"subname":"Compress::Raw::Zlib::BEGIN@114","$color":8,"excl_time":6.0999999999645e-06,"$area":6.0999999999645e-06},"id":"1095-Compress::Raw::Zlib::BEGIN@114"},{"name":"BEGIN@85","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@85</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.24e-05,"subname":"Compress::Raw::Zlib::BEGIN@85","$color":8,"excl_time":7.20000000005251e-06,"$area":7.20000000005251e-06},"id":"1096-Compress::Raw::Zlib::BEGIN@85"},{"name":"BEGIN@110","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@110</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":"Compress::Raw::Zlib::BEGIN@110","$color":8,"excl_time":6.69999999998787e-06,"$area":6.69999999998787e-06},"id":"1097-Compress::Raw::Zlib::BEGIN@110"},{"name":"BEGIN@115","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@115</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.08e-05,"subname":"Compress::Raw::Zlib::BEGIN@115","$color":8,"excl_time":5.79999999994725e-06,"$area":5.79999999994725e-06},"id":"1098-Compress::Raw::Zlib::BEGIN@115"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 61&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"Compress::Raw::Zlib::BEGIN@7","$color":8,"excl_time":1.11999999999529e-05,"$area":1.11999999999529e-05},"id":"1099-Compress::Raw::Zlib::BEGIN@7"},{"name":"BEGIN@113","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@113</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"Compress::Raw::Zlib::BEGIN@113","$color":8,"excl_time":6.30000000002864e-06,"$area":6.30000000002864e-06},"id":"1100-Compress::Raw::Zlib::BEGIN@113"},{"name":"BEGIN@106","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@106</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":"Compress::Raw::Zlib::BEGIN@106","$color":8,"excl_time":6.20000000000075e-06,"$area":6.20000000000075e-06},"id":"1101-Compress::Raw::Zlib::BEGIN@106"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@11</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":8.8e-06,"subname":"Compress::Raw::Zlib::BEGIN@11","$color":8,"excl_time":6.49999999998937e-06,"$area":6.49999999998937e-06},"id":"1102-Compress::Raw::Zlib::BEGIN@11"},{"name":"BEGIN@102","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@102</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.59e-05,"subname":"Compress::Raw::Zlib::BEGIN@102","$color":8,"excl_time":6.10000000003126e-06,"$area":6.10000000003126e-06},"id":"1103-Compress::Raw::Zlib::BEGIN@102"},{"name":"BEGIN@87","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@87</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.17e-05,"subname":"Compress::Raw::Zlib::BEGIN@87","$color":8,"excl_time":6.50000000005251e-06,"$area":6.50000000005251e-06},"id":"1104-Compress::Raw::Zlib::BEGIN@87"},{"name":"BEGIN@112","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@112</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":"Compress::Raw::Zlib::BEGIN@112","$color":8,"excl_time":6.00000000000563e-06,"$area":6.00000000000563e-06},"id":"1105-Compress::Raw::Zlib::BEGIN@112"},{"name":"BEGIN@105","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@105</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"Compress::Raw::Zlib::BEGIN@105","$color":8,"excl_time":5.80000000005164e-06,"$area":5.80000000005164e-06},"id":"1106-Compress::Raw::Zlib::BEGIN@105"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 146&micro;s, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001459,"subname":"Compress::Raw::Zlib::BEGIN@6","$color":8,"excl_time":1.80999999999888e-05,"$area":1.80999999999888e-05},"id":"1107-Compress::Raw::Zlib::BEGIN@6"},{"name":"BEGIN@104","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@104</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":"Compress::Raw::Zlib::BEGIN@104","$color":8,"excl_time":6.79999999995211e-06,"$area":6.79999999995211e-06},"id":"1108-Compress::Raw::Zlib::BEGIN@104"},{"name":"BEGIN@71","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@71</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.64e-05,"subname":"Compress::Raw::Zlib::BEGIN@71","$color":8,"excl_time":7.20000000004852e-06,"$area":7.20000000004852e-06},"id":"1109-Compress::Raw::Zlib::BEGIN@71"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::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: 7&micro;s, 0.00%</p>","incl_time":1.54e-05,"subname":"Compress::Raw::Zlib::BEGIN@12","$color":8,"excl_time":7.19999999998625e-06,"$area":7.19999999998625e-06},"id":"1110-Compress::Raw::Zlib::BEGIN@12"},{"name":"BEGIN@84","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@84</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"Compress::Raw::Zlib::BEGIN@84","$color":8,"excl_time":6.19999999997025e-06,"$area":6.19999999997025e-06},"id":"1111-Compress::Raw::Zlib::BEGIN@84"},{"name":"BEGIN@101","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@101</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Compress::Raw::Zlib::BEGIN@101","$color":8,"excl_time":6.99999999999413e-06,"$area":6.99999999999413e-06},"id":"1112-Compress::Raw::Zlib::BEGIN@101"},{"name":"BEGIN@111","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@111</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"Compress::Raw::Zlib::BEGIN@111","$color":8,"excl_time":6.50000000001225e-06,"$area":6.50000000001225e-06},"id":"1113-Compress::Raw::Zlib::BEGIN@111"},{"name":"BEGIN@78","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@78</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.54e-05,"subname":"Compress::Raw::Zlib::BEGIN@78","$color":8,"excl_time":8.50000000001363e-06,"$area":8.50000000001363e-06},"id":"1114-Compress::Raw::Zlib::BEGIN@78"},{"name":"BEGIN@86","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@86</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 79&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":7.88e-05,"subname":"Compress::Raw::Zlib::BEGIN@86","$color":8,"excl_time":1.04999999999789e-05,"$area":1.04999999999789e-05},"id":"1115-Compress::Raw::Zlib::BEGIN@86"},{"name":"BEGIN@13","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@13</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.4e-06,"subname":"Compress::Raw::Zlib::BEGIN@13","$color":8,"excl_time":5.90000000001238e-06,"$area":5.90000000001238e-06},"id":"1116-Compress::Raw::Zlib::BEGIN@13"},{"name":"BEGIN@108","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@108</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Compress::Raw::Zlib::BEGIN@108","$color":8,"excl_time":6.19999999997112e-06,"$area":6.19999999997112e-06},"id":"1117-Compress::Raw::Zlib::BEGIN@108"},{"name":"BEGIN@83","children":[],"data":{"tip":"<p><b>Compress::Raw::Zlib::BEGIN@83</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":"Compress::Raw::Zlib::BEGIN@83","$color":8,"excl_time":6.09999999997775e-06,"$area":6.09999999997775e-06},"id":"1118-Compress::Raw::Zlib::BEGIN@83"},{"name":"::Deflate","children":[],"data":{"$area":0},"id":"n1119"},{"name":"::inflateScanStream","children":[],"data":{"$area":0},"id":"n1120"},{"name":"::InflateScan","children":[],"data":{"$area":0},"id":"n1121"}],"data":{"$area":0.000193399999999947},"id":"n1089"}],"data":{"$area":0.000193399999999947},"id":"n1088"}],"data":{"$area":0.000193399999999947},"id":"n1087"},{"name":"Socket","children":[{"name":"inet_ntoa","children":[],"data":{"tip":"<p><b>Socket::inet_ntoa</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.3e-05,"subname":"Socket::inet_ntoa","$color":5,"excl_time":2.3e-05,"$area":2.3e-05},"id":"1123-Socket::inet_ntoa"},{"name":"BEGIN@365","children":[],"data":{"tip":"<p><b>Socket::BEGIN@365</b></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":"Socket::BEGIN@365","$color":5,"excl_time":4.7e-06,"$area":4.7e-06},"id":"1124-Socket::BEGIN@365"},{"name":"BEGIN@182","children":[],"data":{"tip":"<p><b>Socket::BEGIN@182</b></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":"Socket::BEGIN@182","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1125-Socket::BEGIN@182"},{"name":"sockaddr_in","children":[],"data":{"tip":"<p><b>Socket::sockaddr_in</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 62&micro;s, 0.01%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":6.18e-05,"subname":"Socket::sockaddr_in","$color":5,"excl_time":4.85999999999535e-05,"$area":4.85999999999535e-05},"id":"1126-Socket::sockaddr_in"},{"name":"BEGIN@178","children":[],"data":{"tip":"<p><b>Socket::BEGIN@178</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":6.28e-05,"subname":"Socket::BEGIN@178","$color":5,"excl_time":1.80999999999914e-05,"$area":1.80999999999914e-05},"id":"1127-Socket::BEGIN@178"},{"name":"inet_aton","children":[],"data":{"tip":"<p><b>Socket::inet_aton</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 82.1ms, 7.52%</p>","incl_time":0.0821112,"subname":"Socket::inet_aton","$color":5,"excl_time":0.0821112,"$area":0.0821112},"id":"1128-Socket::inet_aton"},{"name":"pack_sockaddr_in","children":[],"data":{"tip":"<p><b>Socket::pack_sockaddr_in</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Socket::pack_sockaddr_in","$color":5,"excl_time":1.32e-05,"$area":1.32e-05},"id":"1129-Socket::pack_sockaddr_in"},{"name":"BEGIN@179","children":[],"data":{"tip":"<p><b>Socket::BEGIN@179</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 94&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":9.44e-05,"subname":"Socket::BEGIN@179","$color":5,"excl_time":1.25999999999793e-05,"$area":1.25999999999793e-05},"id":"1130-Socket::BEGIN@179"},{"name":"unpack_sockaddr_in","children":[],"data":{"tip":"<p><b>Socket::unpack_sockaddr_in</b></p><p><br />Called 6 times from 1 place in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"Socket::unpack_sockaddr_in","$color":5,"excl_time":1.32e-05,"$area":1.32e-05},"id":"1131-Socket::unpack_sockaddr_in"}],"data":{"$area":0.0822490999999999},"id":"n1122"},{"name":"Moose","children":[{"name":"::Error","children":[{"name":"::Default","children":[{"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: 10.0ms, 0.92%<br />Exclusive time: 9.92ms, 0.91%</p>","incl_time":0.0100006,"subname":"Moose::Error::Default::BEGIN@10","$color":7,"excl_time":0.00991699999999998,"$area":0.00991699999999998},"id":"1135-Moose::Error::Default::BEGIN@10"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Error::Default::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: 7&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Error::Default::BEGIN@4","$color":7,"excl_time":7.29999999999388e-06,"$area":7.29999999999388e-06},"id":"1136-Moose::Error::Default::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Error::Default::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.14e-05,"subname":"Moose::Error::Default::BEGIN@3","$color":7,"excl_time":1.84999999999999e-05,"$area":1.84999999999999e-05},"id":"1137-Moose::Error::Default::BEGIN@3"}],"data":{"$area":0.00994279999999998},"id":"n1134"}],"data":{"$area":0.00994279999999998},"id":"n1133"},{"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: 2.73ms, 0.25%<br />Exclusive time: 1.42ms, 0.13%</p>","incl_time":0.002729,"subname":"Moose::BEGIN@11","$color":9,"excl_time":0.0014233,"$area":0.0014233},"id":"1138-Moose::BEGIN@11"},{"name":"BEGIN@21","children":[],"data":{"tip":"<p><b>Moose::BEGIN@21</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"Moose::BEGIN@21","$color":9,"excl_time":5e-06,"$area":5e-06},"id":"1139-Moose::BEGIN@21"},{"name":"BEGIN@27","children":[],"data":{"tip":"<p><b>Moose::BEGIN@27</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.09ms, 0.19%<br />Exclusive time: 800&micro;s, 0.07%</p>","incl_time":0.0020947,"subname":"Moose::BEGIN@27","$color":9,"excl_time":0.000799600000000118,"$area":0.000799600000000118},"id":"1140-Moose::BEGIN@27"},{"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: 968&micro;s, 0.09%<br />Exclusive time: 741&micro;s, 0.07%</p>","incl_time":0.0009685,"subname":"Moose::BEGIN@31","$color":9,"excl_time":0.000740500000000105,"$area":0.000740500000000105},"id":"1141-Moose::BEGIN@31"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::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: 9&micro;s, 0.00%</p>","incl_time":2.63e-05,"subname":"Moose::BEGIN@3","$color":9,"excl_time":8.89999999999925e-06,"$area":8.89999999999925e-06},"id":"1142-Moose::BEGIN@3"},{"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: 172ms, 15.79%<br />Exclusive time: 3.49ms, 0.32%</p>","incl_time":0.1724213,"subname":"Moose::BEGIN@14","$color":9,"excl_time":0.0034931,"$area":0.0034931},"id":"1143-Moose::BEGIN@14"},{"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: 858&micro;s, 0.08%<br />Exclusive time: 337&micro;s, 0.03%</p>","incl_time":0.0008575,"subname":"Moose::BEGIN@32","$color":9,"excl_time":0.000337099999999968,"$area":0.000337099999999968},"id":"1144-Moose::BEGIN@32"},{"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: 1.99ms, 0.18%<br />Exclusive time: 947&micro;s, 0.09%</p>","incl_time":0.0019852,"subname":"Moose::BEGIN@30","$color":9,"excl_time":0.000946900000000008,"$area":0.000946900000000008},"id":"1145-Moose::BEGIN@30"},{"name":"BEGIN@24","children":[],"data":{"tip":"<p><b>Moose::BEGIN@24</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.88ms, 0.26%<br />Exclusive time: 1.37ms, 0.13%</p>","incl_time":0.0028834,"subname":"Moose::BEGIN@24","$color":9,"excl_time":0.00137280000000003,"$area":0.00137280000000003},"id":"1146-Moose::BEGIN@24"},{"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: 1.37ms, 0.13%<br />Exclusive time: 664&micro;s, 0.06%</p>","incl_time":0.0013749,"subname":"Moose::BEGIN@28","$color":9,"excl_time":0.000664000000000097,"$area":0.000664000000000097},"id":"1147-Moose::BEGIN@28"},{"name":"bootstrap","children":[],"data":{"tip":"<p><b>Moose::bootstrap</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 15&micro;s, 0.00%</p>","incl_time":1.52e-05,"subname":"Moose::bootstrap","$color":9,"excl_time":1.52e-05,"$area":1.52e-05},"id":"1148-Moose::bootstrap"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":1.94e-05,"subname":"Moose::BEGIN@2","$color":9,"excl_time":1.61000000000023e-05,"$area":1.61000000000023e-05},"id":"1149-Moose::BEGIN@2"},{"name":"has","children":[],"data":{"tip":"<p><b>Moose::has</b></p><p><br />Called 8 times from 5 places in 2 files<br />Inclusive time: 10.2ms, 0.94%<br />Exclusive time: 99&micro;s, 0.01%</p>","incl_time":0.0102275,"subname":"Moose::has","$color":9,"excl_time":9.86000000001148e-05,"$area":9.86000000001148e-05},"id":"1150-Moose::has"},{"name":"BEGIN@35","children":[],"data":{"tip":"<p><b>Moose::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":4.5e-06,"subname":"Moose::BEGIN@35","$color":9,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1151-Moose::BEGIN@35"},{"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: 1.92ms, 0.18%<br />Exclusive time: 1.36ms, 0.12%</p>","incl_time":0.0019156,"subname":"Moose::BEGIN@29","$color":9,"excl_time":0.00136409999999991,"$area":0.00136409999999991},"id":"1152-Moose::BEGIN@29"},{"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: 21.5ms, 1.97%<br />Exclusive time: 2.64ms, 0.24%</p>","incl_time":0.0215149,"subname":"Moose::BEGIN@18","$color":9,"excl_time":0.00263779999999994,"$area":0.00263779999999994},"id":"1153-Moose::BEGIN@18"},{"name":"init_meta","children":[],"data":{"tip":"<p><b>Moose::init_meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.52ms, 0.14%<br />Exclusive time: 71&micro;s, 0.01%</p>","incl_time":0.0015193,"subname":"Moose::init_meta","$color":9,"excl_time":7.05999999999194e-05,"$area":7.05999999999194e-05},"id":"1154-Moose::init_meta"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59.7ms, 5.46%<br />Exclusive time: 1.27ms, 0.12%</p>","incl_time":0.0596703,"subname":"Moose::BEGIN@20","$color":9,"excl_time":0.00126959999999997,"$area":0.00126959999999997},"id":"1155-Moose::BEGIN@20"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 350&micro;s, 0.03%<br />Exclusive time: 310&micro;s, 0.03%</p>","incl_time":0.0003496,"subname":"Moose::BEGIN@12","$color":9,"excl_time":0.000310399999999997,"$area":0.000310399999999997},"id":"1156-Moose::BEGIN@12"},{"name":"BEGIN@22","children":[],"data":{"tip":"<p><b>Moose::BEGIN@22</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 299&micro;s, 0.03%<br />Exclusive time: 188&micro;s, 0.02%</p>","incl_time":0.0002985,"subname":"Moose::BEGIN@22","$color":9,"excl_time":0.000187899999999984,"$area":0.000187899999999984},"id":"1157-Moose::BEGIN@22"},{"name":"BEGIN@16","children":[],"data":{"tip":"<p><b>Moose::BEGIN@16</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.04e-05,"subname":"Moose::BEGIN@16","$color":9,"excl_time":1.29999999999993e-05,"$area":1.29999999999993e-05},"id":"1158-Moose::BEGIN@16"},{"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: 1.31ms, 0.12%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.00131,"subname":"Moose::BEGIN@34","$color":9,"excl_time":9.80000000002637e-06,"$area":9.80000000002637e-06},"id":"1159-Moose::BEGIN@34"},{"name":"BEGIN@26","children":[],"data":{"tip":"<p><b>Moose::BEGIN@26</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13.1ms, 1.20%<br />Exclusive time: 2.68ms, 0.24%</p>","incl_time":0.0131148,"subname":"Moose::BEGIN@26","$color":9,"excl_time":0.0026753999999999,"$area":0.0026753999999999},"id":"1160-Moose::BEGIN@26"},{"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: 1.39ms, 0.13%<br />Exclusive time: 344&micro;s, 0.03%</p>","incl_time":0.0013902,"subname":"Moose::BEGIN@37","$color":9,"excl_time":0.000344300000000178,"$area":0.000344300000000178},"id":"1161-Moose::BEGIN@37"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::BEGIN@5</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.3e-05,"subname":"Moose::BEGIN@5","$color":9,"excl_time":3.3e-05,"$area":3.3e-05},"id":"1162-Moose::BEGIN@5"},{"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: 17.2ms, 1.58%<br />Exclusive time: 1.39ms, 0.13%</p>","incl_time":0.0172304,"subname":"Moose::BEGIN@19","$color":9,"excl_time":0.00138829999999995,"$area":0.00138829999999995},"id":"1163-Moose::BEGIN@19"},{"name":"::Meta","children":[{"name":"::Role","children":[{"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: 251&micro;s, 0.02%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.000251,"subname":"Moose::Meta::Role::BEGIN@10","$color":0,"excl_time":8.40000000001831e-06,"$area":8.40000000001831e-06},"id":"1166-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: 75&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.47e-05,"subname":"Moose::Meta::Role::BEGIN@23","$color":0,"excl_time":6.59999999998463e-06,"$area":6.59999999998463e-06},"id":"1167-Moose::Meta::Role::BEGIN@23"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001585,"subname":"Moose::Meta::Role::BEGIN@6","$color":0,"excl_time":7.29999999998202e-06,"$area":7.29999999998202e-06},"id":"1168-Moose::Meta::Role::BEGIN@6"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 68&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":6.83e-05,"subname":"Moose::Meta::Role::BEGIN@8","$color":0,"excl_time":1.09000000000148e-05,"$area":1.09000000000148e-05},"id":"1169-Moose::Meta::Role::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::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":"Moose::Meta::Role::BEGIN@4","$color":0,"excl_time":1.45000000000133e-05,"$area":1.45000000000133e-05},"id":"1170-Moose::Meta::Role::BEGIN@4"},{"name":"BEGIN@544","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@544</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.64e-05,"subname":"Moose::Meta::Role::BEGIN@544","$color":0,"excl_time":1.24999999999889e-05,"$area":1.24999999999889e-05},"id":"1171-Moose::Meta::Role::BEGIN@544"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::meta</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":3.94e-05,"subname":"Moose::Meta::Role::meta","$color":0,"excl_time":2.15999999999878e-05,"$area":2.15999999999878e-05},"id":"1172-Moose::Meta::Role::meta"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.97ms, 0.27%<br />Exclusive time: 1.58ms, 0.14%</p>","incl_time":0.0029697,"subname":"Moose::Meta::Role::BEGIN@17","$color":0,"excl_time":0.00157840000000002,"$area":0.00157840000000002},"id":"1173-Moose::Meta::Role::BEGIN@17"},{"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: 34&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Moose::Meta::Role::BEGIN@9","$color":0,"excl_time":8.20000000002375e-06,"$area":8.20000000002375e-06},"id":"1174-Moose::Meta::Role::BEGIN@9"},{"name":"BEGIN@559","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@559</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":3.4e-05,"subname":"Moose::Meta::Role::BEGIN@559","$color":0,"excl_time":1.32000000000125e-05,"$area":1.32000000000125e-05},"id":"1175-Moose::Meta::Role::BEGIN@559"},{"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: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Moose::Meta::Role::BEGIN@16","$color":0,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1176-Moose::Meta::Role::BEGIN@16"},{"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: 985&micro;s, 0.09%<br />Exclusive time: 309&micro;s, 0.03%</p>","incl_time":0.0009851,"subname":"Moose::Meta::Role::BEGIN@19","$color":0,"excl_time":0.000309100000000046,"$area":0.000309100000000046},"id":"1177-Moose::Meta::Role::BEGIN@19"},{"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: 136&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001358,"subname":"Moose::Meta::Role::BEGIN@21","$color":0,"excl_time":6.90000000001266e-06,"$area":6.90000000001266e-06},"id":"1178-Moose::Meta::Role::BEGIN@21"},{"name":"BEGIN@523","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::BEGIN@523</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":3.54e-05,"subname":"Moose::Meta::Role::BEGIN@523","$color":0,"excl_time":1.00999999999941e-05,"$area":1.00999999999941e-05},"id":"1179-Moose::Meta::Role::BEGIN@523"},{"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: 299&micro;s, 0.03%<br />Exclusive time: 189&micro;s, 0.02%</p>","incl_time":0.0002989,"subname":"Moose::Meta::Role::BEGIN@18","$color":0,"excl_time":0.000188600000000048,"$area":0.000188600000000048},"id":"1180-Moose::Meta::Role::BEGIN@18"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::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: 7&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Moose::Meta::Role::BEGIN@5","$color":0,"excl_time":7.19999999998712e-06,"$area":7.19999999998712e-06},"id":"1181-Moose::Meta::Role::BEGIN@5"},{"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: 789&micro;s, 0.07%<br />Exclusive time: 259&micro;s, 0.02%</p>","incl_time":0.0007888,"subname":"Moose::Meta::Role::BEGIN@20","$color":0,"excl_time":0.000258700000000022,"$area":0.000258700000000022},"id":"1182-Moose::Meta::Role::BEGIN@20"},{"name":"::Method","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::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.66e-05,"subname":"Moose::Meta::Role::Method::BEGIN@4","$color":2,"excl_time":1.38999999999779e-05,"$area":1.38999999999779e-05},"id":"1184-Moose::Meta::Role::Method::BEGIN@4"},{"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: 65&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.54e-05,"subname":"Moose::Meta::Role::Method::BEGIN@11","$color":2,"excl_time":7.60000000000326e-06,"$area":7.60000000000326e-06},"id":"1185-Moose::Meta::Role::Method::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::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: 16&micro;s, 0.00%</p>","incl_time":2.83e-05,"subname":"Moose::Meta::Role::Method::BEGIN@5","$color":2,"excl_time":1.56000000000234e-05,"$area":1.56000000000234e-05},"id":"1186-Moose::Meta::Role::Method::BEGIN@5"},{"name":"::Required","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 51&micro;s, 0.00%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":5.07e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@8","$color":4,"excl_time":9.99999999999538e-06,"$area":9.99999999999538e-06},"id":"1188-Moose::Meta::Role::Method::Required::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@4","$color":4,"excl_time":1.39999999999779e-05,"$area":1.39999999999779e-05},"id":"1189-Moose::Meta::Role::Method::Required::BEGIN@4"},{"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: 99&micro;s, 0.01%<br />Exclusive time: 28&micro;s, 0.00%</p>","incl_time":9.87e-05,"subname":"Moose::Meta::Role::Method::Required::meta","$color":4,"excl_time":2.76999999999012e-05,"$area":2.76999999999012e-05},"id":"1190-Moose::Meta::Role::Method::Required::meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.55e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@5","$color":4,"excl_time":6.7000000000245e-06,"$area":6.7000000000245e-06},"id":"1191-Moose::Meta::Role::Method::Required::BEGIN@5"},{"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: 46&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.6e-05,"subname":"Moose::Meta::Role::Method::Required::BEGIN@11","$color":4,"excl_time":6.89999999998588e-06,"$area":6.89999999998588e-06},"id":"1192-Moose::Meta::Role::Method::Required::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Required::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 114&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001139,"subname":"Moose::Meta::Role::Method::Required::BEGIN@6","$color":4,"excl_time":6.40000000001738e-06,"$area":6.40000000001738e-06},"id":"1193-Moose::Meta::Role::Method::Required::BEGIN@6"}],"data":{"$area":7.16999999999023e-05},"id":"n1187"},{"name":"::Conflicting","children":[{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 119&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.000119,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@7","$color":6,"excl_time":8.199999999978e-06,"$area":8.199999999978e-06},"id":"1195-Moose::Meta::Role::Method::Conflicting::BEGIN@7"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::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: 7&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@5","$color":6,"excl_time":7.400000000013e-06,"$area":7.400000000013e-06},"id":"1196-Moose::Meta::Role::Method::Conflicting::BEGIN@5"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::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: 7&micro;s, 0.00%</p>","incl_time":4.71e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@9","$color":6,"excl_time":6.70000000000401e-06,"$area":6.70000000000401e-06},"id":"1197-Moose::Meta::Role::Method::Conflicting::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Method::Conflicting::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.72e-05,"subname":"Moose::Meta::Role::Method::Conflicting::BEGIN@4","$color":6,"excl_time":1.44999999999779e-05,"$area":1.44999999999779e-05},"id":"1198-Moose::Meta::Role::Method::Conflicting::BEGIN@4"}],"data":{"$area":3.67999999999729e-05},"id":"n1194"}],"data":{"$area":0.00014559999999988},"id":"n1183"},{"name":"::Attribute","children":[{"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: 60&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.02e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@13","$color":8,"excl_time":7.99999999999776e-06,"$area":7.99999999999776e-06},"id":"1200-Moose::Meta::Role::Attribute::BEGIN@13"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::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: 7&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@4","$color":8,"excl_time":7.49999999999287e-06,"$area":7.49999999999287e-06},"id":"1201-Moose::Meta::Role::Attribute::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.1e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@6","$color":8,"excl_time":6.70000000001288e-06,"$area":6.70000000001288e-06},"id":"1202-Moose::Meta::Role::Attribute::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@3","$color":8,"excl_time":1.69000000000161e-05,"$area":1.69000000000161e-05},"id":"1203-Moose::Meta::Role::Attribute::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@7</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.33e-05,"subname":"Moose::Meta::Role::Attribute::BEGIN@7","$color":8,"excl_time":8.80000000001713e-06,"$area":8.80000000001713e-06},"id":"1204-Moose::Meta::Role::Attribute::BEGIN@7"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Attribute::BEGIN@8</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":"Moose::Meta::Role::Attribute::BEGIN@8","$color":8,"excl_time":7.09999999998437e-06,"$area":7.09999999998437e-06},"id":"1205-Moose::Meta::Role::Attribute::BEGIN@8"}],"data":{"$area":5.50000000000211e-05},"id":"n1199"},{"name":"::Application","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.85e-05,"subname":"Moose::Meta::Role::Application::BEGIN@3","$color":10,"excl_time":1.52000000000161e-05,"$area":1.52000000000161e-05},"id":"1207-Moose::Meta::Role::Application::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::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.74e-05,"subname":"Moose::Meta::Role::Application::BEGIN@4","$color":10,"excl_time":7.8000000000015e-06,"$area":7.8000000000015e-06},"id":"1208-Moose::Meta::Role::Application::BEGIN@4"},{"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: 38&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.8e-05,"subname":"Moose::Meta::Role::Application::meta","$color":10,"excl_time":1.98999999999791e-05,"$area":1.98999999999791e-05},"id":"1209-Moose::Meta::Role::Application::meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001158,"subname":"Moose::Meta::Role::Application::BEGIN@5","$color":10,"excl_time":6.79999999997427e-06,"$area":6.79999999997427e-06},"id":"1210-Moose::Meta::Role::Application::BEGIN@5"},{"name":"::ToRole","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 102&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001016,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@5","$color":1,"excl_time":6.3999999999825e-06,"$area":6.3999999999825e-06},"id":"1212-Moose::Meta::Role::Application::ToRole::BEGIN@5"},{"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: 59&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":5.89e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@13","$color":1,"excl_time":7.50000000002076e-06,"$area":7.50000000002076e-06},"id":"1213-Moose::Meta::Role::Application::ToRole::BEGIN@13"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::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: 7&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@4","$color":1,"excl_time":7.30000000000725e-06,"$area":7.30000000000725e-06},"id":"1214-Moose::Meta::Role::Application::ToRole::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::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.85e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@3","$color":1,"excl_time":1.56000000000276e-05,"$area":1.56000000000276e-05},"id":"1215-Moose::Meta::Role::Application::ToRole::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToRole::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: 7&micro;s, 0.00%</p>","incl_time":3.23e-05,"subname":"Moose::Meta::Role::Application::ToRole::BEGIN@7","$color":1,"excl_time":7.09999999999701e-06,"$area":7.09999999999701e-06},"id":"1216-Moose::Meta::Role::Application::ToRole::BEGIN@7"},{"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: 11&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.1e-05,"subname":"Moose::Meta::Role::Application::ToRole::meta","$color":1,"excl_time":6.49999999998162e-06,"$area":6.49999999998162e-06},"id":"1217-Moose::Meta::Role::Application::ToRole::meta"}],"data":{"$area":5.04000000000168e-05},"id":"n1211"},{"name":"::RoleSummation","children":[{"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: 47&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.69e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@15","$color":3,"excl_time":6.80000000001263e-06,"$area":6.80000000001263e-06},"id":"1219-Moose::Meta::Role::Application::RoleSummation::BEGIN@15"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::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: 15&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@3","$color":3,"excl_time":1.46999999999779e-05,"$area":1.46999999999779e-05},"id":"1220-Moose::Meta::Role::Application::RoleSummation::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::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: 7&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@7","$color":3,"excl_time":7.30000000000563e-06,"$area":7.30000000000563e-06},"id":"1221-Moose::Meta::Role::Application::RoleSummation::BEGIN@7"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":0.0001164,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@5","$color":3,"excl_time":1.1599999999984e-05,"$area":1.1599999999984e-05},"id":"1222-Moose::Meta::Role::Application::RoleSummation::BEGIN@5"},{"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: 29&micro;s, 0.00%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":2.86e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::meta","$color":3,"excl_time":1.55999999999592e-05,"$area":1.55999999999592e-05},"id":"1223-Moose::Meta::Role::Application::RoleSummation::meta"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.4e-06,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@9","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1224-Moose::Meta::Role::Application::RoleSummation::BEGIN@9"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::RoleSummation::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: 7&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Moose::Meta::Role::Application::RoleSummation::BEGIN@4","$color":3,"excl_time":7.30000000001875e-06,"$area":7.30000000001875e-06},"id":"1225-Moose::Meta::Role::Application::RoleSummation::BEGIN@4"}],"data":{"$area":6.76999999999582e-05},"id":"n1218"},{"name":"::ToClass","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::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.83e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@3","$color":5,"excl_time":1.50000000000161e-05,"$area":1.50000000000161e-05},"id":"1227-Moose::Meta::Role::Application::ToClass::BEGIN@3"},{"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: 38&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":3.85e-05,"subname":"Moose::Meta::Role::Application::ToClass::meta","$color":5,"excl_time":1.97999999999619e-05,"$area":1.97999999999619e-05},"id":"1228-Moose::Meta::Role::Application::ToClass::meta"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 249&micro;s, 0.02%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0002489,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@7","$color":5,"excl_time":1.05999999999754e-05,"$area":1.05999999999754e-05},"id":"1229-Moose::Meta::Role::Application::ToClass::BEGIN@7"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@8</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.88e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@8","$color":5,"excl_time":7.79999999999675e-06,"$area":7.79999999999675e-06},"id":"1230-Moose::Meta::Role::Application::ToClass::BEGIN@8"},{"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: 54&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.42e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@14","$color":5,"excl_time":9.29999999998562e-06,"$area":9.29999999998562e-06},"id":"1231-Moose::Meta::Role::Application::ToClass::BEGIN@14"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.76e-05,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@4","$color":5,"excl_time":8.10000000000437e-06,"$area":8.10000000000437e-06},"id":"1232-Moose::Meta::Role::Application::ToClass::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToClass::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 102&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001023,"subname":"Moose::Meta::Role::Application::ToClass::BEGIN@5","$color":5,"excl_time":6.70000000002651e-06,"$area":6.70000000002651e-06},"id":"1233-Moose::Meta::Role::Application::ToClass::BEGIN@5"}],"data":{"$area":7.72999999999666e-05},"id":"n1226"},{"name":"::ToInstance","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::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":"Moose::Meta::Role::Application::ToInstance::BEGIN@3","$color":7,"excl_time":1.49000000000276e-05,"$area":1.49000000000276e-05},"id":"1235-Moose::Meta::Role::Application::ToInstance::BEGIN@3"},{"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: 50&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.97e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@13","$color":7,"excl_time":7.19999999999913e-06,"$area":7.19999999999913e-06},"id":"1236-Moose::Meta::Role::Application::ToInstance::BEGIN@13"},{"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: 28&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":2.79e-05,"subname":"Moose::Meta::Role::Application::ToInstance::meta","$color":7,"excl_time":1.53999999999736e-05,"$area":1.53999999999736e-05},"id":"1237-Moose::Meta::Role::Application::ToInstance::meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.01%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0001006,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@5","$color":7,"excl_time":5.49999999998539e-06,"$area":5.49999999998539e-06},"id":"1238-Moose::Meta::Role::Application::ToInstance::BEGIN@5"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::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: 7&micro;s, 0.00%</p>","incl_time":3.1e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@7","$color":7,"excl_time":6.60000000002001e-06,"$area":6.60000000002001e-06},"id":"1239-Moose::Meta::Role::Application::ToInstance::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Application::ToInstance::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: 7&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Meta::Role::Application::ToInstance::BEGIN@4","$color":7,"excl_time":7.40000000002451e-06,"$area":7.40000000002451e-06},"id":"1240-Moose::Meta::Role::Application::ToInstance::BEGIN@4"}],"data":{"$area":5.70000000000303e-05},"id":"n1234"}],"data":{"$area":0.000302099999999943},"id":"n1206"},{"name":"::Composite","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 165&micro;s, 0.02%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001651,"subname":"Moose::Meta::Role::Composite::BEGIN@5","$color":9,"excl_time":1.12000000000154e-05,"$area":1.12000000000154e-05},"id":"1242-Moose::Meta::Role::Composite::BEGIN@5"},{"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: 56&micro;s, 0.01%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"Moose::Meta::Role::Composite::meta","$color":9,"excl_time":3.09999999999616e-05,"$area":3.09999999999616e-05},"id":"1243-Moose::Meta::Role::Composite::meta"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::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: 16&micro;s, 0.00%</p>","incl_time":2.24e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@3","$color":9,"excl_time":1.6399999999994e-05,"$area":1.6399999999994e-05},"id":"1244-Moose::Meta::Role::Composite::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::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: 10&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@7","$color":9,"excl_time":9.59999999999713e-06,"$area":9.59999999999713e-06},"id":"1245-Moose::Meta::Role::Composite::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Role::Composite::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.68e-05,"subname":"Moose::Meta::Role::Composite::BEGIN@4","$color":9,"excl_time":8.30000000002313e-06,"$area":8.30000000002313e-06},"id":"1246-Moose::Meta::Role::Composite::BEGIN@4"},{"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: 107&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001068,"subname":"Moose::Meta::Role::Composite::BEGIN@13","$color":9,"excl_time":1.31000000000256e-05,"$area":1.31000000000256e-05},"id":"1247-Moose::Meta::Role::Composite::BEGIN@13"}],"data":{"$area":8.96000000000169e-05},"id":"n1241"}],"data":{"$area":0.00306010000000001},"id":"n1165"},{"name":"::Method","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.5e-05,"subname":"Moose::Meta::Method::BEGIN@4","$color":0,"excl_time":6.29999999999963e-06,"$area":6.29999999999963e-06},"id":"1249-Moose::Meta::Method::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Moose::Meta::Method::BEGIN@3","$color":0,"excl_time":1.37000000000085e-05,"$area":1.37000000000085e-05},"id":"1250-Moose::Meta::Method::BEGIN@3"},{"name":"_inline_throw_error","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::_inline_throw_error</b></p><p><br />Called 9 times from 3 places in 2 files<br />Inclusive time: 29&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Moose::Meta::Method::_inline_throw_error","$color":0,"excl_time":2.88e-05,"$area":2.88e-05},"id":"1251-Moose::Meta::Method::_inline_throw_error"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::_new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 89&micro;s, 0.01%</p>","incl_time":8.92e-05,"subname":"Moose::Meta::Method::_new","$color":0,"excl_time":8.92e-05,"$area":8.92e-05},"id":"1252-Moose::Meta::Method::_new"},{"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: 66&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":6.55e-05,"subname":"Moose::Meta::Method::BEGIN@10","$color":0,"excl_time":8.29999999999275e-06,"$area":8.29999999999275e-06},"id":"1253-Moose::Meta::Method::BEGIN@10"},{"name":"::Overridden","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::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.74e-05,"subname":"Moose::Meta::Method::Overridden::BEGIN@4","$color":2,"excl_time":8.8000000000025e-06,"$area":8.8000000000025e-06},"id":"1255-Moose::Meta::Method::Overridden::BEGIN@4"},{"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: 1.09ms, 0.10%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0010856,"subname":"Moose::Meta::Method::Overridden::BEGIN@10","$color":2,"excl_time":6.90000000001193e-06,"$area":6.90000000001193e-06},"id":"1256-Moose::Meta::Method::Overridden::BEGIN@10"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Overridden::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":"Moose::Meta::Method::Overridden::BEGIN@3","$color":2,"excl_time":1.4299999999997e-05,"$area":1.4299999999997e-05},"id":"1257-Moose::Meta::Method::Overridden::BEGIN@3"}],"data":{"$area":3.00000000000114e-05},"id":"n1254"},{"name":"::Augmented","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Augmented::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: 7&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@4","$color":4,"excl_time":7.09999999998812e-06,"$area":7.09999999998812e-06},"id":"1259-Moose::Meta::Method::Augmented::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Augmented::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":1.99e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@3","$color":4,"excl_time":1.65999999999884e-05,"$area":1.65999999999884e-05},"id":"1260-Moose::Meta::Method::Augmented::BEGIN@3"},{"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: 48&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.76e-05,"subname":"Moose::Meta::Method::Augmented::BEGIN@10","$color":4,"excl_time":6.20000000000301e-06,"$area":6.20000000000301e-06},"id":"1261-Moose::Meta::Method::Augmented::BEGIN@10"}],"data":{"$area":2.98999999999795e-05},"id":"n1258"},{"name":"::Delegation","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::BEGIN@8</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.76e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@8","$color":6,"excl_time":8.70000000000163e-06,"$area":8.70000000000163e-06},"id":"1263-Moose::Meta::Method::Delegation::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::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.74e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@5","$color":6,"excl_time":7.8000000000015e-06,"$area":7.8000000000015e-06},"id":"1264-Moose::Meta::Method::Delegation::BEGIN@5"},{"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: 74&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.37e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@14","$color":6,"excl_time":6.80000000001914e-06,"$area":6.80000000001914e-06},"id":"1265-Moose::Meta::Method::Delegation::BEGIN@14"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::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: 48&micro;s, 0.00%</p>","incl_time":5.23e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@4","$color":6,"excl_time":4.8299999999996e-05,"$area":4.8299999999996e-05},"id":"1266-Moose::Meta::Method::Delegation::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Delegation::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: 7&micro;s, 0.00%</p>","incl_time":3.43e-05,"subname":"Moose::Meta::Method::Delegation::BEGIN@7","$color":6,"excl_time":7.40000000000363e-06,"$area":7.40000000000363e-06},"id":"1267-Moose::Meta::Method::Delegation::BEGIN@7"}],"data":{"$area":7.90000000000219e-05},"id":"n1262"},{"name":"::Destructor","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::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: 31&micro;s, 0.00%</p>","incl_time":3.5e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@4","$color":8,"excl_time":3.06999999999874e-05,"$area":3.06999999999874e-05},"id":"1269-Moose::Meta::Method::Destructor::BEGIN@4"},{"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: 78&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.79e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@15","$color":8,"excl_time":6.99999999998739e-06,"$area":6.99999999998739e-06},"id":"1270-Moose::Meta::Method::Destructor::BEGIN@15"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::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":3e-06,"subname":"Moose::Meta::Method::Destructor::BEGIN@9","$color":8,"excl_time":3e-06,"$area":3e-06},"id":"1271-Moose::Meta::Method::Destructor::BEGIN@9"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::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.1e-06,"subname":"Moose::Meta::Method::Destructor::BEGIN@7","$color":8,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1272-Moose::Meta::Method::Destructor::BEGIN@7"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::BEGIN@8</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":"Moose::Meta::Method::Destructor::BEGIN@8","$color":8,"excl_time":5.69999999999113e-06,"$area":5.69999999999113e-06},"id":"1273-Moose::Meta::Method::Destructor::BEGIN@8"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 350&micro;s, 0.03%<br />Exclusive time: 162&micro;s, 0.01%</p>","incl_time":0.0003499,"subname":"Moose::Meta::Method::Destructor::new","$color":8,"excl_time":0.000162399999999993,"$area":0.000162399999999993},"id":"1274-Moose::Meta::Method::Destructor::new"},{"name":"options","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::options</b></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::Destructor::options","$color":8,"excl_time":2.2e-06,"$area":2.2e-06},"id":"1275-Moose::Meta::Method::Destructor::options"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::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: 9&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Moose::Meta::Method::Destructor::BEGIN@5","$color":8,"excl_time":9.49999999999e-06,"$area":9.49999999999e-06},"id":"1276-Moose::Meta::Method::Destructor::BEGIN@5"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::_initialize_body</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 187&micro;s, 0.02%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0001866,"subname":"Moose::Meta::Method::Destructor::_initialize_body","$color":8,"excl_time":2.86000000000085e-05,"$area":2.86000000000085e-05},"id":"1277-Moose::Meta::Method::Destructor::_initialize_body"},{"name":"is_needed","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Destructor::is_needed</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 131&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001308,"subname":"Moose::Meta::Method::Destructor::is_needed","$color":8,"excl_time":1.09999999999968e-05,"$area":1.09999999999968e-05},"id":"1278-Moose::Meta::Method::Destructor::is_needed"}],"data":{"$area":0.000263199999999954},"id":"n1268"},{"name":"::Constructor","children":[{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 83&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.3e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@12","$color":10,"excl_time":6.80000000000151e-06,"$area":6.80000000000151e-06},"id":"1280-Moose::Meta::Method::Constructor::BEGIN@12"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::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.81e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@4","$color":10,"excl_time":1.49999999999941e-05,"$area":1.49999999999941e-05},"id":"1281-Moose::Meta::Method::Constructor::BEGIN@4"},{"name":"_generate_triggers","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_triggers</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 58&micro;s, 0.01%<br />Exclusive time: 39&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"Moose::Meta::Method::Constructor::_generate_triggers","$color":10,"excl_time":3.85000000001667e-05,"$area":3.85000000001667e-05},"id":"1282-Moose::Meta::Method::Constructor::_generate_triggers"},{"name":"_generate_default_value","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_default_value</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Moose::Meta::Method::Constructor::_generate_default_value","$color":10,"excl_time":1.10000000000898e-05,"$area":1.10000000000898e-05},"id":"1283-Moose::Meta::Method::Constructor::_generate_default_value"},{"name":"_generate_type_constraint_and_coercion","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_type_constraint_and_coercion</b></p><p><br />Called 4 times from 2 places 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":"Moose::Meta::Method::Constructor::_generate_type_constraint_and_coercion","$color":10,"excl_time":1.49999999999845e-05,"$area":1.49999999999845e-05},"id":"1284-Moose::Meta::Method::Constructor::_generate_type_constraint_and_coercion"},{"name":"_generate_slot_assignment","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_slot_assignment</b></p><p><br />Called 6 times from 3 places in 1 file<br />Inclusive time: 169&micro;s, 0.02%<br />Exclusive time: 102&micro;s, 0.01%</p>","incl_time":0.0001691,"subname":"Moose::Meta::Method::Constructor::_generate_slot_assignment","$color":10,"excl_time":0.000102000000000124,"$area":0.000102000000000124},"id":"1285-Moose::Meta::Method::Constructor::_generate_slot_assignment"},{"name":"_generate_BUILDARGS","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_BUILDARGS</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 268&micro;s, 0.02%<br />Exclusive time: 25&micro;s, 0.00%</p>","incl_time":0.0002683,"subname":"Moose::Meta::Method::Constructor::_generate_BUILDARGS","$color":10,"excl_time":2.54000000000652e-05,"$area":2.54000000000652e-05},"id":"1286-Moose::Meta::Method::Constructor::_generate_BUILDARGS"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::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.72e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@5","$color":10,"excl_time":7.6000000000015e-06,"$area":7.6000000000015e-06},"id":"1287-Moose::Meta::Method::Constructor::BEGIN@5"},{"name":"_generate_instance","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_instance</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":4.09e-05,"subname":"Moose::Meta::Method::Constructor::_generate_instance","$color":10,"excl_time":2.29999999999849e-05,"$area":2.29999999999849e-05},"id":"1288-Moose::Meta::Method::Constructor::_generate_instance"},{"name":"_generate_slot_initializers","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_slot_initializers</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 563&micro;s, 0.05%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.0005627,"subname":"Moose::Meta::Method::Constructor::_generate_slot_initializers","$color":10,"excl_time":3.31999999999284e-05,"$area":3.31999999999284e-05},"id":"1289-Moose::Meta::Method::Constructor::_generate_slot_initializers"},{"name":"_generate_slot_initializer","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_slot_initializer</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 487&micro;s, 0.04%<br />Exclusive time: 229&micro;s, 0.02%</p>","incl_time":0.0004873,"subname":"Moose::Meta::Method::Constructor::_generate_slot_initializer","$color":10,"excl_time":0.000229000000000622,"$area":0.000229000000000622},"id":"1290-Moose::Meta::Method::Constructor::_generate_slot_initializer"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.70ms, 0.16%<br />Exclusive time: 203&micro;s, 0.02%</p>","incl_time":0.0016971,"subname":"Moose::Meta::Method::Constructor::new","$color":10,"excl_time":0.000203000000000057,"$area":0.000203000000000057},"id":"1291-Moose::Meta::Method::Constructor::new"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::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: 7&micro;s, 0.00%</p>","incl_time":5.13e-05,"subname":"Moose::Meta::Method::Constructor::BEGIN@7","$color":10,"excl_time":6.79999999999713e-06,"$area":6.79999999999713e-06},"id":"1292-Moose::Meta::Method::Constructor::BEGIN@7"},{"name":"_generate_params","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_params</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 278&micro;s, 0.03%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002782,"subname":"Moose::Meta::Method::Constructor::_generate_params","$color":10,"excl_time":9.90000000000089e-06,"$area":9.90000000000089e-06},"id":"1293-Moose::Meta::Method::Constructor::_generate_params"},{"name":"_generate_BUILDALL","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_generate_BUILDALL</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 116&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":0.0001164,"subname":"Moose::Meta::Method::Constructor::_generate_BUILDALL","$color":10,"excl_time":1.34999999999831e-05,"$area":1.34999999999831e-05},"id":"1294-Moose::Meta::Method::Constructor::_generate_BUILDALL"},{"name":"_initialize_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Constructor::_initialize_body</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.49ms, 0.14%<br />Exclusive time: 91&micro;s, 0.01%</p>","incl_time":0.0014932,"subname":"Moose::Meta::Method::Constructor::_initialize_body","$color":10,"excl_time":9.13000000001549e-05,"$area":9.13000000001549e-05},"id":"1295-Moose::Meta::Method::Constructor::_initialize_body"}],"data":{"$area":0.000831000000001156},"id":"n1279"},{"name":"::Accessor","children":[{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 260&micro;s, 0.02%</p>","incl_time":0.0002595,"subname":"Moose::Meta::Method::Accessor::_new","$color":1,"excl_time":0.0002595,"$area":0.0002595},"id":"1297-Moose::Meta::Method::Accessor::_new"},{"name":"_generate_reader_method","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_generate_reader_method</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 2.06ms, 0.19%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.002058,"subname":"Moose::Meta::Method::Accessor::_generate_reader_method","$color":1,"excl_time":2.04999999999745e-05,"$area":2.04999999999745e-05},"id":"1298-Moose::Meta::Method::Accessor::_generate_reader_method"},{"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: 74&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":7.44e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@11","$color":1,"excl_time":6.39999999998751e-06,"$area":6.39999999998751e-06},"id":"1299-Moose::Meta::Method::Accessor::BEGIN@11"},{"name":"_eval_code","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_eval_code</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 1.16ms, 0.11%<br />Exclusive time: 109&micro;s, 0.01%</p>","incl_time":0.0011586,"subname":"Moose::Meta::Method::Accessor::_eval_code","$color":1,"excl_time":0.000109099999999908,"$area":0.000109099999999908},"id":"1300-Moose::Meta::Method::Accessor::_eval_code"},{"name":"_inline_auto_deref","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_auto_deref</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 117&micro;s, 0.01%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001168,"subname":"Moose::Meta::Method::Accessor::_inline_auto_deref","$color":1,"excl_time":5.42999999999236e-05,"$area":5.42999999999236e-05},"id":"1301-Moose::Meta::Method::Accessor::_inline_auto_deref"},{"name":"_inline_get","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_get</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 802&micro;s, 0.07%<br />Exclusive time: 95&micro;s, 0.01%</p>","incl_time":0.0008015,"subname":"Moose::Meta::Method::Accessor::_inline_get","$color":1,"excl_time":9.52000000000625e-05,"$area":9.52000000000625e-05},"id":"1302-Moose::Meta::Method::Accessor::_inline_get"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::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: 7&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@5","$color":1,"excl_time":7.39999999997762e-06,"$area":7.39999999997762e-06},"id":"1303-Moose::Meta::Method::Accessor::BEGIN@5"},{"name":"_inline_pre_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_pre_body</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9e-06,"subname":"Moose::Meta::Method::Accessor::_inline_pre_body","$color":1,"excl_time":9e-06,"$area":9e-06},"id":"1304-Moose::Meta::Method::Accessor::_inline_pre_body"},{"name":"_inline_check_lazy","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_check_lazy</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 158&micro;s, 0.01%<br />Exclusive time: 54&micro;s, 0.00%</p>","incl_time":0.0001579,"subname":"Moose::Meta::Method::Accessor::_inline_check_lazy","$color":1,"excl_time":5.43000000000185e-05,"$area":5.43000000000185e-05},"id":"1305-Moose::Meta::Method::Accessor::_inline_check_lazy"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::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.15e-05,"subname":"Moose::Meta::Method::Accessor::BEGIN@4","$color":1,"excl_time":1.8699999999975e-05,"$area":1.8699999999975e-05},"id":"1306-Moose::Meta::Method::Accessor::BEGIN@4"},{"name":"_inline_post_body","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_inline_post_body</b></p><p><br />Called 6 times 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::_inline_post_body","$color":1,"excl_time":8.8e-06,"$area":8.8e-06},"id":"1307-Moose::Meta::Method::Accessor::_inline_post_body"},{"name":"_generate_reader_method_inline","children":[],"data":{"tip":"<p><b>Moose::Meta::Method::Accessor::_generate_reader_method_inline</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 2.46ms, 0.23%<br />Exclusive time: 181&micro;s, 0.02%</p>","incl_time":0.002462,"subname":"Moose::Meta::Method::Accessor::_generate_reader_method_inline","$color":1,"excl_time":0.000181000000000522,"$area":0.000181000000000522},"id":"1308-Moose::Meta::Method::Accessor::_generate_reader_method_inline"}],"data":{"$area":0.00082420000000035},"id":"n1296"}],"data":{"$area":0.00220360000000147},"id":"n1248"},{"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 4 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5.4e-06,"subname":"Moose::Meta::Mixin::AttributeCore::has_trigger","$color":3,"excl_time":5.4e-06,"$area":5.4e-06},"id":"1311-Moose::Meta::Mixin::AttributeCore::has_trigger"},{"name":"has_handles","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::has_handles</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 73&micro;s, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":7.27e-05,"subname":"Moose::Meta::Mixin::AttributeCore::has_handles","$color":3,"excl_time":1.61000000000378e-05,"$area":1.61000000000378e-05},"id":"1312-Moose::Meta::Mixin::AttributeCore::has_handles"},{"name":"is_required","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::is_required</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":6.7e-06,"subname":"Moose::Meta::Mixin::AttributeCore::is_required","$color":3,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1313-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 8 times from 2 places in 2 files<br />Inclusive time: 98&micro;s, 0.01%<br />Exclusive time: 23&micro;s, 0.00%</p>","incl_time":9.81e-05,"subname":"Moose::Meta::Mixin::AttributeCore::is_lazy","$color":3,"excl_time":2.33999999999614e-05,"$area":2.33999999999614e-05},"id":"1314-Moose::Meta::Mixin::AttributeCore::is_lazy"},{"name":"is_weak_ref","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::is_weak_ref</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.3e-06,"subname":"Moose::Meta::Mixin::AttributeCore::is_weak_ref","$color":3,"excl_time":9.3e-06,"$area":9.3e-06},"id":"1315-Moose::Meta::Mixin::AttributeCore::is_weak_ref"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::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.76e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@4","$color":3,"excl_time":8.30000000000013e-06,"$area":8.30000000000013e-06},"id":"1316-Moose::Meta::Mixin::AttributeCore::BEGIN@4"},{"name":"has_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::has_type_constraint</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8e-06,"subname":"Moose::Meta::Mixin::AttributeCore::has_type_constraint","$color":3,"excl_time":8e-06,"$area":8e-06},"id":"1317-Moose::Meta::Mixin::AttributeCore::has_type_constraint"},{"name":"type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::type_constraint</b></p><p><br />Called 10 times from 2 places in 2 files<br />Inclusive time: 58&micro;s, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":5.78e-05,"subname":"Moose::Meta::Mixin::AttributeCore::type_constraint","$color":3,"excl_time":1.84999999999801e-05,"$area":1.84999999999801e-05},"id":"1318-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 6 times from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":5.64e-05,"subname":"Moose::Meta::Mixin::AttributeCore::should_auto_deref","$color":3,"excl_time":1.5600000000048e-05,"$area":1.5600000000048e-05},"id":"1319-Moose::Meta::Mixin::AttributeCore::should_auto_deref"},{"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: 54&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.41e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@9","$color":3,"excl_time":6.80000000002764e-06,"$area":6.80000000002764e-06},"id":"1320-Moose::Meta::Mixin::AttributeCore::BEGIN@9"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Mixin::AttributeCore::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: 17&micro;s, 0.00%</p>","incl_time":2.27e-05,"subname":"Moose::Meta::Mixin::AttributeCore::BEGIN@3","$color":3,"excl_time":1.67999999999969e-05,"$area":1.67999999999969e-05},"id":"1321-Moose::Meta::Mixin::AttributeCore::BEGIN@3"}],"data":{"$area":0.000134900000000052},"id":"n1310"}],"data":{"$area":0.000134900000000052},"id":"n1309"},{"name":"::TypeCoercion","children":[{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 55.1ms, 5.05%<br />Exclusive time: 3.09ms, 0.28%</p>","incl_time":0.055136,"subname":"Moose::Meta::TypeCoercion::BEGIN@8","$color":5,"excl_time":0.0030857,"$area":0.0030857},"id":"1323-Moose::Meta::TypeCoercion::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::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: 8&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@5","$color":5,"excl_time":8.10000000000988e-06,"$area":8.10000000000988e-06},"id":"1324-Moose::Meta::TypeCoercion::BEGIN@5"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::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.3e-06,"subname":"Moose::Meta::TypeCoercion::BEGIN@9","$color":5,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1325-Moose::Meta::TypeCoercion::BEGIN@9"},{"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: 54&micro;s, 0.00%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":5.38e-05,"subname":"Moose::Meta::TypeCoercion::meta","$color":5,"excl_time":2.91000000000114e-05,"$area":2.91000000000114e-05},"id":"1326-Moose::Meta::TypeCoercion::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.01%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":5.55e-05,"subname":"Moose::Meta::TypeCoercion::BEGIN@4","$color":5,"excl_time":4.57999999999986e-05,"$area":4.57999999999986e-05},"id":"1327-Moose::Meta::TypeCoercion::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 108&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001076,"subname":"Moose::Meta::TypeCoercion::BEGIN@6","$color":5,"excl_time":5.80000000001476e-06,"$area":5.80000000001476e-06},"id":"1328-Moose::Meta::TypeCoercion::BEGIN@6"},{"name":"::Union","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@5","$color":7,"excl_time":6.40000000002738e-06,"$area":6.40000000002738e-06},"id":"1330-Moose::Meta::TypeCoercion::Union::BEGIN@5"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 95&micro;s, 0.01%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":9.53e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@6","$color":7,"excl_time":5.20000000001814e-06,"$area":5.20000000001814e-06},"id":"1331-Moose::Meta::TypeCoercion::Union::BEGIN@6"},{"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: 82&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.2e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@14","$color":7,"excl_time":6.80000000000251e-06,"$area":6.80000000000251e-06},"id":"1332-Moose::Meta::TypeCoercion::Union::BEGIN@14"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::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: 6&micro;s, 0.00%</p>","incl_time":3.08e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@8","$color":7,"excl_time":6.40000000002001e-06,"$area":6.40000000002001e-06},"id":"1333-Moose::Meta::TypeCoercion::Union::BEGIN@8"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::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: 14&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Meta::TypeCoercion::Union::BEGIN@4","$color":7,"excl_time":1.37999999999779e-05,"$area":1.37999999999779e-05},"id":"1334-Moose::Meta::TypeCoercion::Union::BEGIN@4"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeCoercion::Union::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.24e-05,"subname":"Moose::Meta::TypeCoercion::Union::meta","$color":7,"excl_time":7.49999999997012e-06,"$area":7.49999999997012e-06},"id":"1335-Moose::Meta::TypeCoercion::Union::meta"}],"data":{"$area":4.6100000000016e-05},"id":"n1329"}],"data":{"$area":0.00322490000000005},"id":"n1322"},{"name":"::Instance","children":[{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::_new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%</p>","incl_time":5.35e-05,"subname":"Moose::Meta::Instance::_new","$color":9,"excl_time":5.35e-05,"$area":5.35e-05},"id":"1337-Moose::Meta::Instance::_new"},{"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: 71&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":7.09e-05,"subname":"Moose::Meta::Instance::BEGIN@11","$color":9,"excl_time":6.79999999998863e-06,"$area":6.79999999998863e-06},"id":"1338-Moose::Meta::Instance::BEGIN@11"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::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: 8&micro;s, 0.00%</p>","incl_time":1.95e-05,"subname":"Moose::Meta::Instance::BEGIN@5","$color":9,"excl_time":7.59999999999087e-06,"$area":7.59999999999087e-06},"id":"1339-Moose::Meta::Instance::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Instance::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: 16&micro;s, 0.00%</p>","incl_time":2.02e-05,"subname":"Moose::Meta::Instance::BEGIN@4","$color":9,"excl_time":1.6199999999996e-05,"$area":1.6199999999996e-05},"id":"1340-Moose::Meta::Instance::BEGIN@4"}],"data":{"$area":8.40999999999755e-05},"id":"n1336"},{"name":"::Attribute","children":[{"name":"_process_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_accessors</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 4.80ms, 0.44%<br />Exclusive time: 96&micro;s, 0.01%</p>","incl_time":0.0048039,"subname":"Moose::Meta::Attribute::_process_accessors","$color":0,"excl_time":9.57999999999518e-05,"$area":9.57999999999518e-05},"id":"1342-Moose::Meta::Attribute::_process_accessors"},{"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: 1.71ms, 0.16%<br />Exclusive time: 1.50ms, 0.14%</p>","incl_time":0.0017114,"subname":"Moose::Meta::Attribute::BEGIN@16","$color":0,"excl_time":0.00149609999999997,"$area":0.00149609999999997},"id":"1343-Moose::Meta::Attribute::BEGIN@16"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::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: 7&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Moose::Meta::Attribute::BEGIN@5","$color":0,"excl_time":7.09999999997762e-06,"$area":7.09999999997762e-06},"id":"1344-Moose::Meta::Attribute::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::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.76e-05,"subname":"Moose::Meta::Attribute::BEGIN@4","$color":0,"excl_time":1.4799999999975e-05,"$area":1.4799999999975e-05},"id":"1345-Moose::Meta::Attribute::BEGIN@4"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::CORE:sort</b></p><p><br />Called 5 times from 1 place in 2 files<br />Inclusive time: 9&micro;s, 0.00%</p>","incl_time":9.2e-06,"subname":"Moose::Meta::Attribute::CORE:sort","$color":0,"excl_time":9.2e-06,"$area":9.2e-06},"id":"1346-Moose::Meta::Attribute::CORE:sort"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::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: 7&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"Moose::Meta::Attribute::BEGIN@9","$color":0,"excl_time":7.49999999998437e-06,"$area":7.49999999998437e-06},"id":"1347-Moose::Meta::Attribute::BEGIN@9"},{"name":"_process_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_process_options</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 40&micro;s, 0.00%</p>","incl_time":3.97e-05,"subname":"Moose::Meta::Attribute::_process_options","$color":0,"excl_time":3.97e-05,"$area":3.97e-05},"id":"1348-Moose::Meta::Attribute::_process_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: 4.98ms, 0.46%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":0.0049773,"subname":"Moose::Meta::Attribute::BEGIN@20","$color":0,"excl_time":9.30000000002717e-06,"$area":9.30000000002717e-06},"id":"1349-Moose::Meta::Attribute::BEGIN@20"},{"name":"install_accessors","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::install_accessors</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 5.53ms, 0.51%<br />Exclusive time: 73&micro;s, 0.01%</p>","incl_time":0.005529,"subname":"Moose::Meta::Attribute::install_accessors","$color":0,"excl_time":7.27999999997561e-05,"$area":7.27999999997561e-05},"id":"1350-Moose::Meta::Attribute::install_accessors"},{"name":"interpolate_class_and_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::interpolate_class_and_new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.28ms, 0.12%<br />Exclusive time: 56&micro;s, 0.01%</p>","incl_time":0.00128,"subname":"Moose::Meta::Attribute::interpolate_class_and_new","$color":0,"excl_time":5.59999999998861e-05,"$area":5.59999999998861e-05},"id":"1351-Moose::Meta::Attribute::interpolate_class_and_new"},{"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: 1.71ms, 0.16%<br />Exclusive time: 1.14ms, 0.10%</p>","incl_time":0.0017063,"subname":"Moose::Meta::Attribute::BEGIN@17","$color":0,"excl_time":0.00114069999999989,"$area":0.00114069999999989},"id":"1352-Moose::Meta::Attribute::BEGIN@17"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.57e-05,"subname":"Moose::Meta::Attribute::BEGIN@7","$color":0,"excl_time":7.30000000001601e-06,"$area":7.30000000001601e-06},"id":"1353-Moose::Meta::Attribute::BEGIN@7"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::new</b></p><p><br />Called 5 times from 2 places in 2 files<br />Inclusive time: 2.13ms, 0.20%<br />Exclusive time: 636&micro;s, 0.06%</p>","incl_time":0.0021302,"subname":"Moose::Meta::Attribute::new","$color":0,"excl_time":0.000635600000001708,"$area":0.000635600000001708},"id":"1354-Moose::Meta::Attribute::new"},{"name":"interpolate_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::interpolate_class</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.07e-05,"subname":"Moose::Meta::Attribute::interpolate_class","$color":0,"excl_time":2.07e-05,"$area":2.07e-05},"id":"1355-Moose::Meta::Attribute::interpolate_class"},{"name":"_check_associated_methods","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_check_associated_methods</b></p><p><br />Called 4 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.56e-05,"subname":"Moose::Meta::Attribute::_check_associated_methods","$color":0,"excl_time":2.02000000000668e-05,"$area":2.02000000000668e-05},"id":"1356-Moose::Meta::Attribute::_check_associated_methods"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::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: 7&micro;s, 0.00%</p>","incl_time":3.13e-05,"subname":"Moose::Meta::Attribute::BEGIN@8","$color":0,"excl_time":7.49999999998175e-06,"$area":7.49999999998175e-06},"id":"1357-Moose::Meta::Attribute::BEGIN@8"},{"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: 41.3ms, 3.78%<br />Exclusive time: 5.56ms, 0.51%</p>","incl_time":0.0413267,"subname":"Moose::Meta::Attribute::BEGIN@18","$color":0,"excl_time":0.00555910000000032,"$area":0.00555910000000032},"id":"1358-Moose::Meta::Attribute::BEGIN@18"},{"name":"accessor_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::accessor_metaclass</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.9e-06,"subname":"Moose::Meta::Attribute::accessor_metaclass","$color":0,"excl_time":7.9e-06,"$area":7.9e-06},"id":"1359-Moose::Meta::Attribute::accessor_metaclass"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::Attribute::_new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 117&micro;s, 0.01%<br />Exclusive time: 110&micro;s, 0.01%</p>","incl_time":0.0001165,"subname":"Moose::Meta::Attribute::_new","$color":0,"excl_time":0.000109599999999857,"$area":0.000109599999999857},"id":"1360-Moose::Meta::Attribute::_new"},{"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: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"Moose::Meta::Attribute::BEGIN@10","$color":0,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1361-Moose::Meta::Attribute::BEGIN@10"},{"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: 1.66ms, 0.15%<br />Exclusive time: 1.55ms, 0.14%</p>","incl_time":0.0016598,"subname":"Moose::Meta::Attribute::BEGIN@15","$color":0,"excl_time":0.001548,"$area":0.001548},"id":"1362-Moose::Meta::Attribute::BEGIN@15"},{"name":"::Native","children":[],"data":{"$area":0},"id":"n1363"},{"name":"::Custom","children":[{"name":"::Moose","children":[],"data":{"$area":0},"id":"n1365"}],"data":{"$area":0},"id":"n1364"}],"data":{"$area":0.0108684000000014},"id":"n1341"},{"name":"::TypeConstraint","children":[{"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: 32&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.19e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@12","$color":6,"excl_time":7.40000000001713e-06,"$area":7.40000000001713e-06},"id":"1367-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 23 times from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%</p>","incl_time":4.64e-05,"subname":"Moose::Meta::TypeConstraint::_compiled_type_constraint","$color":6,"excl_time":4.64e-05,"$area":4.64e-05},"id":"1368-Moose::Meta::TypeConstraint::_compiled_type_constraint"},{"name":"_compile_type","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_compile_type</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 17&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.7e-05,"subname":"Moose::Meta::TypeConstraint::_compile_type","$color":6,"excl_time":1.27999999999902e-05,"$area":1.27999999999902e-05},"id":"1369-Moose::Meta::TypeConstraint::_compile_type"},{"name":"create_child_type","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::create_child_type</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 1.09ms, 0.10%<br />Exclusive time: 105&micro;s, 0.01%</p>","incl_time":0.0010897,"subname":"Moose::Meta::TypeConstraint::create_child_type","$color":6,"excl_time":0.000104899999999992,"$area":0.000104899999999992},"id":"1370-Moose::Meta::TypeConstraint::create_child_type"},{"name":"_compile_subtype","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_compile_subtype</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 238&micro;s, 0.02%<br />Exclusive time: 133&micro;s, 0.01%</p>","incl_time":0.0002378,"subname":"Moose::Meta::TypeConstraint::_compile_subtype","$color":6,"excl_time":0.000132900000000481,"$area":0.000132900000000481},"id":"1371-Moose::Meta::TypeConstraint::_compile_subtype"},{"name":"has_parent","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::has_parent</b></p><p><br />Called 6 times from 1 place in 1 file<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":8.1e-06,"subname":"Moose::Meta::TypeConstraint::has_parent","$color":6,"excl_time":8.1e-06,"$area":8.1e-06},"id":"1372-Moose::Meta::TypeConstraint::has_parent"},{"name":"has_hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::has_hand_optimized_type_constraint</b></p><p><br />Called 32 times from 2 places in 1 file<br />Inclusive time: 41&micro;s, 0.00%</p>","incl_time":4.08e-05,"subname":"Moose::Meta::TypeConstraint::has_hand_optimized_type_constraint","$color":6,"excl_time":4.08e-05,"$area":4.08e-05},"id":"1373-Moose::Meta::TypeConstraint::has_hand_optimized_type_constraint"},{"name":"hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::hand_optimized_type_constraint</b></p><p><br />Called 18 times from 2 places in 2 files<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.76e-05,"subname":"Moose::Meta::TypeConstraint::hand_optimized_type_constraint","$color":6,"excl_time":2.76e-05,"$area":2.76e-05},"id":"1374-Moose::Meta::TypeConstraint::hand_optimized_type_constraint"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::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: 15&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@4","$color":6,"excl_time":1.49000000000046e-05,"$area":1.49000000000046e-05},"id":"1375-Moose::Meta::TypeConstraint::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::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: 8&micro;s, 0.00%</p>","incl_time":1.87e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@5","$color":6,"excl_time":7.79999999999188e-06,"$area":7.79999999999188e-06},"id":"1376-Moose::Meta::TypeConstraint::BEGIN@5"},{"name":"compile_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::compile_type_constraint</b></p><p><br />Called 23 times from 2 places in 2 files<br />Inclusive time: 730&micro;s, 0.07%<br />Exclusive time: 123&micro;s, 0.01%</p>","incl_time":0.0007296,"subname":"Moose::Meta::TypeConstraint::compile_type_constraint","$color":6,"excl_time":0.000123099999999935,"$area":0.000123099999999935},"id":"1377-Moose::Meta::TypeConstraint::compile_type_constraint"},{"name":"name","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::name</b></p><p><br />Called 104 times from 5 places in 3 files<br />Inclusive time: 134&micro;s, 0.01%</p>","incl_time":0.0001339,"subname":"Moose::Meta::TypeConstraint::name","$color":6,"excl_time":0.0001339,"$area":0.0001339},"id":"1378-Moose::Meta::TypeConstraint::name"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::new</b></p><p><br />Called 22 times from 6 places in 2 files<br />Inclusive time: 1.44ms, 0.13%<br />Exclusive time: 362&micro;s, 0.03%</p>","incl_time":0.0014445,"subname":"Moose::Meta::TypeConstraint::new","$color":6,"excl_time":0.000361500000000166,"$area":0.000361500000000166},"id":"1379-Moose::Meta::TypeConstraint::new"},{"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: 43&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.29e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@11","$color":6,"excl_time":7.59999999998412e-06,"$area":7.59999999998412e-06},"id":"1380-Moose::Meta::TypeConstraint::BEGIN@11"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 12.5ms, 1.14%<br />Exclusive time: 12.2ms, 1.12%</p>","incl_time":0.0124694,"subname":"Moose::Meta::TypeConstraint::BEGIN@6","$color":6,"excl_time":0.01222,"$area":0.01222},"id":"1381-Moose::Meta::TypeConstraint::BEGIN@6"},{"name":"_collect_all_parents","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_collect_all_parents</b></p><p><br />Called 5 times from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.01%<br />Exclusive time: 49&micro;s, 0.00%</p>","incl_time":6.59e-05,"subname":"Moose::Meta::TypeConstraint::_collect_all_parents","$color":6,"excl_time":4.86000000002797e-05,"$area":4.86000000002797e-05},"id":"1382-Moose::Meta::TypeConstraint::_collect_all_parents"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_new</b></p><p><br />Called 18 times from 1 place in 1 file<br />Inclusive time: 250&micro;s, 0.02%<br />Exclusive time: 248&micro;s, 0.02%</p>","incl_time":0.0002499,"subname":"Moose::Meta::TypeConstraint::_new","$color":6,"excl_time":0.000247899999999998,"$area":0.000247899999999998},"id":"1383-Moose::Meta::TypeConstraint::_new"},{"name":"_actually_compile_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_actually_compile_type_constraint</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 560&micro;s, 0.05%<br />Exclusive time: 168&micro;s, 0.02%</p>","incl_time":0.0005601,"subname":"Moose::Meta::TypeConstraint::_actually_compile_type_constraint","$color":6,"excl_time":0.000167900000000435,"$area":0.000167900000000435},"id":"1384-Moose::Meta::TypeConstraint::_actually_compile_type_constraint"},{"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: 61&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.08e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@14","$color":6,"excl_time":7.40000000001877e-06,"$area":7.40000000001877e-06},"id":"1385-Moose::Meta::TypeConstraint::BEGIN@14"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::meta</b></p><p><br />Called 8 times from 8 places in 1 file<br />Inclusive time: 92&micro;s, 0.01%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":9.25e-05,"subname":"Moose::Meta::TypeConstraint::meta","$color":6,"excl_time":4.27999999999586e-05,"$area":4.27999999999586e-05},"id":"1386-Moose::Meta::TypeConstraint::meta"},{"name":"_has_compiled_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_has_compiled_type_constraint</b></p><p><br />Called 22 times from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%</p>","incl_time":3.63e-05,"subname":"Moose::Meta::TypeConstraint::_has_compiled_type_constraint","$color":6,"excl_time":3.63e-05,"$area":3.63e-05},"id":"1387-Moose::Meta::TypeConstraint::_has_compiled_type_constraint"},{"name":"parent","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::parent</b></p><p><br />Called 14 times from 2 places in 1 file<br />Inclusive time: 17&micro;s, 0.00%</p>","incl_time":1.73e-05,"subname":"Moose::Meta::TypeConstraint::parent","$color":6,"excl_time":1.73e-05,"$area":1.73e-05},"id":"1388-Moose::Meta::TypeConstraint::parent"},{"name":"constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::constraint</b></p><p><br />Called 15 times from 2 places in 1 file<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.91e-05,"subname":"Moose::Meta::TypeConstraint::constraint","$color":6,"excl_time":1.91e-05,"$area":1.91e-05},"id":"1389-Moose::Meta::TypeConstraint::constraint"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Moose::Meta::TypeConstraint::BEGIN@8","$color":6,"excl_time":1.07999999999781e-05,"$area":1.07999999999781e-05},"id":"1390-Moose::Meta::TypeConstraint::BEGIN@8"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:30]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:30]</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Meta::TypeConstraint::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:30]","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1391-Moose::Meta::TypeConstraint::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:30]"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:8]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:8]</b></p><p><br />Called 74 times from 4 places in 2 files<br />Inclusive time: 312&micro;s, 0.03%<br />Exclusive time: 218&micro;s, 0.02%</p>","incl_time":0.0003121,"subname":"Moose::Meta::TypeConstraint::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:8]","$color":6,"excl_time":0.000217500000001388,"$area":0.000217500000001388},"id":"1392-Moose::Meta::TypeConstraint::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint.pm:8]"},{"name":"_compile_hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::_compile_hand_optimized_type_constraint</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 91&micro;s, 0.01%<br />Exclusive time: 68&micro;s, 0.01%</p>","incl_time":9.1e-05,"subname":"Moose::Meta::TypeConstraint::_compile_hand_optimized_type_constraint","$color":6,"excl_time":6.75000000002679e-05,"$area":6.75000000002679e-05},"id":"1393-Moose::Meta::TypeConstraint::_compile_hand_optimized_type_constraint"},{"name":"::Parameterized","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::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.1e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@3","$color":8,"excl_time":1.8199999999975e-05,"$area":1.8199999999975e-05},"id":"1395-Moose::Meta::TypeConstraint::Parameterized::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.05e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@7","$color":8,"excl_time":6.499999999976e-06,"$area":6.499999999976e-06},"id":"1396-Moose::Meta::TypeConstraint::Parameterized::BEGIN@7"},{"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: 44&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.45e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@15","$color":8,"excl_time":6.80000000002613e-06,"$area":6.80000000002613e-06},"id":"1397-Moose::Meta::TypeConstraint::Parameterized::BEGIN@15"},{"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: 1.16ms, 0.11%<br />Exclusive time: 511&micro;s, 0.05%</p>","incl_time":0.0011584,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@9","$color":8,"excl_time":0.000511200000000097,"$area":0.000511200000000097},"id":"1398-Moose::Meta::TypeConstraint::Parameterized::BEGIN@9"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@8","$color":8,"excl_time":1.33e-05,"$area":1.33e-05},"id":"1399-Moose::Meta::TypeConstraint::Parameterized::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 99&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":9.88e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@5","$color":8,"excl_time":5.69999999998739e-06,"$area":5.69999999998739e-06},"id":"1400-Moose::Meta::TypeConstraint::Parameterized::BEGIN@5"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::meta</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::meta","$color":8,"excl_time":8.9000000000035e-06,"$area":8.9000000000035e-06},"id":"1401-Moose::Meta::TypeConstraint::Parameterized::meta"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterized::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: 7&micro;s, 0.00%</p>","incl_time":1.59e-05,"subname":"Moose::Meta::TypeConstraint::Parameterized::BEGIN@4","$color":8,"excl_time":6.90000000001876e-06,"$area":6.90000000001876e-06},"id":"1402-Moose::Meta::TypeConstraint::Parameterized::BEGIN@4"}],"data":{"$area":0.000577500000000083},"id":"n1394"},{"name":"::Role","children":[{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::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":1.96e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@3","$color":10,"excl_time":1.65000000000219e-05,"$area":1.65000000000219e-05},"id":"1404-Moose::Meta::TypeConstraint::Role::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@7</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.76e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@7","$color":10,"excl_time":1.02999999999921e-05,"$area":1.02999999999921e-05},"id":"1405-Moose::Meta::TypeConstraint::Role::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::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: 10&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@4","$color":10,"excl_time":1.03000000000015e-05,"$area":1.03000000000015e-05},"id":"1406-Moose::Meta::TypeConstraint::Role::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@8","$color":10,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1407-Moose::Meta::TypeConstraint::Role::BEGIN@8"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Moose::Meta::TypeConstraint::Role::meta","$color":10,"excl_time":8.7000000000035e-06,"$area":8.7000000000035e-06},"id":"1408-Moose::Meta::TypeConstraint::Role::meta"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Role::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 105&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001046,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@5","$color":10,"excl_time":5.59999999998425e-06,"$area":5.59999999998425e-06},"id":"1409-Moose::Meta::TypeConstraint::Role::BEGIN@5"},{"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: 52&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":5.15e-05,"subname":"Moose::Meta::TypeConstraint::Role::BEGIN@14","$color":10,"excl_time":6.00000000002389e-06,"$area":6.00000000002389e-06},"id":"1410-Moose::Meta::TypeConstraint::Role::BEGIN@14"}],"data":{"$area":6.13000000000271e-05},"id":"n1403"},{"name":"::Parameterizable","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::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: 7&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@4","$color":1,"excl_time":7.00000000002451e-06,"$area":7.00000000002451e-06},"id":"1412-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::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.68e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@3","$color":1,"excl_time":1.3999999999975e-05,"$area":1.3999999999975e-05},"id":"1413-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@3"},{"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: 88&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.8e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@11","$color":1,"excl_time":7.10000000000513e-06,"$area":7.10000000000513e-06},"id":"1414-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@11"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::_new</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 107&micro;s, 0.01%</p>","incl_time":0.0001072,"subname":"Moose::Meta::TypeConstraint::Parameterizable::_new","$color":1,"excl_time":0.0001072,"$area":0.0001072},"id":"1415-Moose::Meta::TypeConstraint::Parameterizable::_new"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@13","$color":1,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1416-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@13"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::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":"Moose::Meta::TypeConstraint::Parameterizable::meta","$color":1,"excl_time":9.20000000000063e-06,"$area":9.20000000000063e-06},"id":"1417-Moose::Meta::TypeConstraint::Parameterizable::meta"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::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.13e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@12","$color":1,"excl_time":1.13e-05,"$area":1.13e-05},"id":"1418-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@12"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Parameterizable::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 98&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":9.79e-05,"subname":"Moose::Meta::TypeConstraint::Parameterizable::BEGIN@5","$color":1,"excl_time":5.70000000001326e-06,"$area":5.70000000001326e-06},"id":"1419-Moose::Meta::TypeConstraint::Parameterizable::BEGIN@5"}],"data":{"$area":0.000164700000000019},"id":"n1411"},{"name":"::Enum","children":[{"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: 47&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.72e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@13","$color":3,"excl_time":8.49999999999737e-06,"$area":8.49999999999737e-06},"id":"1421-Moose::Meta::TypeConstraint::Enum::BEGIN@13"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::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":"Moose::Meta::TypeConstraint::Enum::BEGIN@3","$color":3,"excl_time":1.36999999999779e-05,"$area":1.36999999999779e-05},"id":"1422-Moose::Meta::TypeConstraint::Enum::BEGIN@3"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 104&micro;s, 0.01%<br />Exclusive time: 5&micro;s, 0.00%</p>","incl_time":0.0001035,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@5","$color":3,"excl_time":5.40000000001015e-06,"$area":5.40000000001015e-06},"id":"1423-Moose::Meta::TypeConstraint::Enum::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::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: 7&micro;s, 0.00%</p>","incl_time":1.56e-05,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@4","$color":3,"excl_time":6.80000000002451e-06,"$area":6.80000000002451e-06},"id":"1424-Moose::Meta::TypeConstraint::Enum::BEGIN@4"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::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.3e-06,"subname":"Moose::Meta::TypeConstraint::Enum::BEGIN@7","$color":3,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1425-Moose::Meta::TypeConstraint::Enum::BEGIN@7"},{"name":"meta","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Enum::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":"Moose::Meta::TypeConstraint::Enum::meta","$color":3,"excl_time":9.00000000000063e-06,"$area":9.00000000000063e-06},"id":"1426-Moose::Meta::TypeConstraint::Enum::meta"}],"data":{"$area":4.67000000000105e-05},"id":"n1420"},{"name":"::DuckType","children":[{"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: 186&micro;s, 0.02%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.0001865,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@9","$color":5,"excl_time":8.49999999998852e-06,"$area":8.49999999998852e-06},"id":"1428-Moose::Meta::TypeConstraint::DuckType::BEGIN@9"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::meta","$color":5,"excl_time":8.80000000000063e-06,"$area":8.80000000000063e-06},"id":"1429-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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@11","$color":5,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1430-Moose::Meta::TypeConstraint::DuckType::BEGIN@11"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::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: 7&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@4","$color":5,"excl_time":6.9000000000245e-06,"$area":6.9000000000245e-06},"id":"1431-Moose::Meta::TypeConstraint::DuckType::BEGIN@4"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.88e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@8","$color":5,"excl_time":6.89999999998087e-06,"$area":6.89999999998087e-06},"id":"1432-Moose::Meta::TypeConstraint::DuckType::BEGIN@8"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::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":"Moose::Meta::TypeConstraint::DuckType::BEGIN@3","$color":5,"excl_time":1.3399999999975e-05,"$area":1.3399999999975e-05},"id":"1433-Moose::Meta::TypeConstraint::DuckType::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::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: 6&micro;s, 0.00%</p>","incl_time":3.06e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@7","$color":5,"excl_time":6.49999999997312e-06,"$area":6.49999999997312e-06},"id":"1434-Moose::Meta::TypeConstraint::DuckType::BEGIN@7"},{"name":"BEGIN@17","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@17</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.4e-05,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@17","$color":5,"excl_time":6.799999999975e-06,"$area":6.799999999975e-06},"id":"1435-Moose::Meta::TypeConstraint::DuckType::BEGIN@17"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::DuckType::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 103&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001034,"subname":"Moose::Meta::TypeConstraint::DuckType::BEGIN@5","$color":5,"excl_time":5.80000000002452e-06,"$area":5.80000000002452e-06},"id":"1436-Moose::Meta::TypeConstraint::DuckType::BEGIN@5"}],"data":{"$area":6.77999999999422e-05},"id":"n1427"},{"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: 323&micro;s, 0.03%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0003226,"subname":"Moose::Meta::TypeConstraint::Registry::new","$color":7,"excl_time":1.08999999999742e-05,"$area":1.08999999999742e-05},"id":"1438-Moose::Meta::TypeConstraint::Registry::new"},{"name":"add_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::add_type_constraint</b></p><p><br />Called 23 times from 6 places in 1 file<br />Inclusive time: 481&micro;s, 0.04%<br />Exclusive time: 280&micro;s, 0.03%</p>","incl_time":0.0004811,"subname":"Moose::Meta::TypeConstraint::Registry::add_type_constraint","$color":7,"excl_time":0.000279799999999763,"$area":0.000279799999999763},"id":"1439-Moose::Meta::TypeConstraint::Registry::add_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: 28&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.8e-05,"subname":"Moose::Meta::TypeConstraint::Registry::meta","$color":7,"excl_time":1.3999999999986e-05,"$area":1.3999999999986e-05},"id":"1440-Moose::Meta::TypeConstraint::Registry::meta"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint/Registry.pm:24]","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint/Registry.pm:24]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.6e-06,"subname":"Moose::Meta::TypeConstraint::Registry::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint/Registry.pm:24]","$color":7,"excl_time":1.6e-06,"$area":1.6e-06},"id":"1441-Moose::Meta::TypeConstraint::Registry::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/TypeConstraint/Registry.pm:24]"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::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: 7&micro;s, 0.00%</p>","incl_time":3.32e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@8","$color":7,"excl_time":7.29999999997687e-06,"$area":7.29999999997687e-06},"id":"1442-Moose::Meta::TypeConstraint::Registry::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::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: 12&micro;s, 0.00%</p>","incl_time":2.11e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@5","$color":7,"excl_time":1.24000000000274e-05,"$area":1.24000000000274e-05},"id":"1443-Moose::Meta::TypeConstraint::Registry::BEGIN@5"},{"name":"get_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::get_type_constraint</b></p><p><br />Called 44 times from 3 places in 1 file<br />Inclusive time: 219&micro;s, 0.02%<br />Exclusive time: 166&micro;s, 0.02%</p>","incl_time":0.0002189,"subname":"Moose::Meta::TypeConstraint::Registry::get_type_constraint","$color":7,"excl_time":0.000166100000000813,"$area":0.000166100000000813},"id":"1444-Moose::Meta::TypeConstraint::Registry::get_type_constraint"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::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.62e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@4","$color":7,"excl_time":1.34999999999779e-05,"$area":1.34999999999779e-05},"id":"1445-Moose::Meta::TypeConstraint::Registry::BEGIN@4"},{"name":"type_constraints","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::type_constraints</b></p><p><br />Called 91 times from 4 places in 2 files<br />Inclusive time: 120&micro;s, 0.01%</p>","incl_time":0.0001203,"subname":"Moose::Meta::TypeConstraint::Registry::type_constraints","$color":7,"excl_time":0.0001203,"$area":0.0001203},"id":"1446-Moose::Meta::TypeConstraint::Registry::type_constraints"},{"name":"has_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::has_type_constraint</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 125&micro;s, 0.01%<br />Exclusive time: 90&micro;s, 0.01%</p>","incl_time":0.0001252,"subname":"Moose::Meta::TypeConstraint::Registry::has_type_constraint","$color":7,"excl_time":9.02000000004368e-05,"$area":9.02000000004368e-05},"id":"1447-Moose::Meta::TypeConstraint::Registry::has_type_constraint"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Registry::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 120&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":0.0001198,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@6","$color":7,"excl_time":6.70000000002289e-06,"$area":6.70000000002289e-06},"id":"1448-Moose::Meta::TypeConstraint::Registry::BEGIN@6"},{"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: 54&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"Moose::Meta::TypeConstraint::Registry::BEGIN@14","$color":7,"excl_time":1.2100000000025e-05,"$area":1.2100000000025e-05},"id":"1449-Moose::Meta::TypeConstraint::Registry::BEGIN@14"}],"data":{"$area":0.000734900000001003},"id":"n1437"},{"name":"::Union","children":[{"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: 19&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"Moose::Meta::TypeConstraint::Union::meta","$color":9,"excl_time":1.12000000000006e-05,"$area":1.12000000000006e-05},"id":"1451-Moose::Meta::TypeConstraint::Union::meta"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 592&micro;s, 0.05%<br />Exclusive time: 352&micro;s, 0.03%</p>","incl_time":0.0005922,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@8","$color":9,"excl_time":0.000352499999999991,"$area":0.000352499999999991},"id":"1452-Moose::Meta::TypeConstraint::Union::BEGIN@8"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 126&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001261,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@6","$color":9,"excl_time":5.99999999998811e-06,"$area":5.99999999998811e-06},"id":"1453-Moose::Meta::TypeConstraint::Union::BEGIN@6"},{"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: 47&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.74e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@14","$color":9,"excl_time":6.69999999999538e-06,"$area":6.69999999999538e-06},"id":"1454-Moose::Meta::TypeConstraint::Union::BEGIN@14"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::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":1.95e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@5","$color":9,"excl_time":6.99999999997362e-06,"$area":6.99999999997362e-06},"id":"1455-Moose::Meta::TypeConstraint::Union::BEGIN@5"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Union::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: 16&micro;s, 0.00%</p>","incl_time":1.93e-05,"subname":"Moose::Meta::TypeConstraint::Union::BEGIN@4","$color":9,"excl_time":1.63000000000248e-05,"$area":1.63000000000248e-05},"id":"1456-Moose::Meta::TypeConstraint::Union::BEGIN@4"}],"data":{"$area":0.000399699999999973},"id":"n1450"},{"name":"::Class","children":[{"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: 61&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":6.12e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@14","$color":0,"excl_time":6.99999999999575e-06,"$area":6.99999999999575e-06},"id":"1458-Moose::Meta::TypeConstraint::Class::BEGIN@14"},{"name":"_new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::_new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 109&micro;s, 0.01%<br />Exclusive time: 106&micro;s, 0.01%</p>","incl_time":0.000109,"subname":"Moose::Meta::TypeConstraint::Class::_new","$color":0,"excl_time":0.000106199999999975,"$area":0.000106199999999975},"id":"1459-Moose::Meta::TypeConstraint::Class::_new"},{"name":"_create_hand_optimized_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::_create_hand_optimized_type_constraint</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.41e-05,"subname":"Moose::Meta::TypeConstraint::Class::_create_hand_optimized_type_constraint","$color":0,"excl_time":1.6900000000015e-05,"$area":1.6900000000015e-05},"id":"1460-Moose::Meta::TypeConstraint::Class::_create_hand_optimized_type_constraint"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 46&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":4.57e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@7","$color":0,"excl_time":9.40000000001088e-06,"$area":9.40000000001088e-06},"id":"1461-Moose::Meta::TypeConstraint::Class::BEGIN@7"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4e-06,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@8","$color":0,"excl_time":4e-06,"$area":4e-06},"id":"1462-Moose::Meta::TypeConstraint::Class::BEGIN@8"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 122&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":0.0001219,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@5","$color":0,"excl_time":6.4000000000094e-06,"$area":6.4000000000094e-06},"id":"1463-Moose::Meta::TypeConstraint::Class::BEGIN@5"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"Moose::Meta::TypeConstraint::Class::meta","$color":0,"excl_time":1.11999999999995e-05,"$area":1.11999999999995e-05},"id":"1464-Moose::Meta::TypeConstraint::Class::meta"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::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":"Moose::Meta::TypeConstraint::Class::BEGIN@3","$color":0,"excl_time":1.62000000000219e-05,"$area":1.62000000000219e-05},"id":"1465-Moose::Meta::TypeConstraint::Class::BEGIN@3"},{"name":"class","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"Moose::Meta::TypeConstraint::Class::class","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1466-Moose::Meta::TypeConstraint::Class::class"},{"name":"new","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::new</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 222&micro;s, 0.02%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":0.0002222,"subname":"Moose::Meta::TypeConstraint::Class::new","$color":0,"excl_time":2.66999999999849e-05,"$area":2.66999999999849e-05},"id":"1467-Moose::Meta::TypeConstraint::Class::new"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::TypeConstraint::Class::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: 7&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"Moose::Meta::TypeConstraint::Class::BEGIN@4","$color":0,"excl_time":7.39999999999863e-06,"$area":7.39999999999863e-06},"id":"1468-Moose::Meta::TypeConstraint::Class::BEGIN@4"}],"data":{"$area":0.000214500000000011},"id":"n1457"}],"data":{"$area":0.016404700000004},"id":"n1366"},{"name":"::Class","children":[{"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: 33&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.28e-05,"subname":"Moose::Meta::Class::BEGIN@10","$color":2,"excl_time":6.49999999999312e-06,"$area":6.49999999999312e-06},"id":"1470-Moose::Meta::Class::BEGIN@10"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:34]","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:34]</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":"Moose::Meta::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:34]","$color":2,"excl_time":5.1e-06,"$area":5.1e-06},"id":"1471-Moose::Meta::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:34]"},{"name":"immutable_trait","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::immutable_trait</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.9e-06,"subname":"Moose::Meta::Class::immutable_trait","$color":2,"excl_time":5.9e-06,"$area":5.9e-06},"id":"1472-Moose::Meta::Class::immutable_trait"},{"name":"_immutable_options","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_immutable_options</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.49e-05,"subname":"Moose::Meta::Class::_immutable_options","$color":2,"excl_time":1.050000000001e-05,"$area":1.050000000001e-05},"id":"1473-Moose::Meta::Class::_immutable_options"},{"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: 1.51ms, 0.14%<br />Exclusive time: 1.34ms, 0.12%</p>","incl_time":0.001509,"subname":"Moose::Meta::Class::BEGIN@22","$color":2,"excl_time":0.00133940000000001,"$area":0.00133940000000001},"id":"1474-Moose::Meta::Class::BEGIN@22"},{"name":"_check_metaclass_compatibility","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_check_metaclass_compatibility</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 287&micro;s, 0.03%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.0002873,"subname":"Moose::Meta::Class::_check_metaclass_compatibility","$color":2,"excl_time":3.81999999999979e-05,"$area":3.81999999999979e-05},"id":"1475-Moose::Meta::Class::_check_metaclass_compatibility"},{"name":"initialize","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::initialize</b></p><p><br />Called 24 times from 8 places in 4 files<br />Inclusive time: 1.85ms, 0.17%<br />Exclusive time: 123&micro;s, 0.01%</p>","incl_time":0.001847,"subname":"Moose::Meta::Class::initialize","$color":2,"excl_time":0.000122799999999935,"$area":0.000122799999999935},"id":"1476-Moose::Meta::Class::initialize"},{"name":"_fix_metaclass_incompatibility","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_fix_metaclass_incompatibility</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.66e-05,"subname":"Moose::Meta::Class::_fix_metaclass_incompatibility","$color":2,"excl_time":1.34999999999719e-05,"$area":1.34999999999719e-05},"id":"1477-Moose::Meta::Class::_fix_metaclass_incompatibility"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::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: 7&micro;s, 0.00%</p>","incl_time":1.65e-05,"subname":"Moose::Meta::Class::BEGIN@5","$color":2,"excl_time":7.499999999991e-06,"$area":7.499999999991e-06},"id":"1478-Moose::Meta::Class::BEGIN@5"},{"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: 2.03ms, 0.19%<br />Exclusive time: 911&micro;s, 0.08%</p>","incl_time":0.0020311,"subname":"Moose::Meta::Class::BEGIN@18","$color":2,"excl_time":0.000910800000000009,"$area":0.000910800000000009},"id":"1479-Moose::Meta::Class::BEGIN@18"},{"name":"_superclass_meta_is_compatible","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_superclass_meta_is_compatible</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 42&micro;s, 0.00%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":4.18e-05,"subname":"Moose::Meta::Class::_superclass_meta_is_compatible","$color":2,"excl_time":3.42000000000035e-05,"$area":3.42000000000035e-05},"id":"1480-Moose::Meta::Class::_superclass_meta_is_compatible"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::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.6e-06,"subname":"Moose::Meta::Class::BEGIN@9","$color":2,"excl_time":3.6e-06,"$area":3.6e-06},"id":"1481-Moose::Meta::Class::BEGIN@9"},{"name":"BEGIN@23","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@23</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 1.36ms, 0.12%<br />Exclusive time: 1.18ms, 0.11%</p>","incl_time":0.001356,"subname":"Moose::Meta::Class::BEGIN@23","$color":2,"excl_time":0.00118349999999998,"$area":0.00118349999999998},"id":"1482-Moose::Meta::Class::BEGIN@23"},{"name":"_fix_one_incompatible_metaclass","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_fix_one_incompatible_metaclass</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 48&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.84e-05,"subname":"Moose::Meta::Class::_fix_one_incompatible_metaclass","$color":2,"excl_time":6.60000000001926e-06,"$area":6.60000000001926e-06},"id":"1483-Moose::Meta::Class::_fix_one_incompatible_metaclass"},{"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: 453&micro;s, 0.04%<br />Exclusive time: 369&micro;s, 0.03%</p>","incl_time":0.0004528,"subname":"Moose::Meta::Class::BEGIN@19","$color":2,"excl_time":0.000369100000000008,"$area":0.000369100000000008},"id":"1484-Moose::Meta::Class::BEGIN@19"},{"name":"BEGIN@20","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::BEGIN@20</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 10.9ms, 1.00%<br />Exclusive time: 876&micro;s, 0.08%</p>","incl_time":0.010914,"subname":"Moose::Meta::Class::BEGIN@20","$color":2,"excl_time":0.000875800000000003,"$area":0.000875800000000003},"id":"1485-Moose::Meta::Class::BEGIN@20"},{"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: 40&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.97e-05,"subname":"Moose::Meta::Class::BEGIN@11","$color":2,"excl_time":6.59999999999188e-06,"$area":6.59999999999188e-06},"id":"1486-Moose::Meta::Class::BEGIN@11"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::CORE:match</b></p><p><br />Called 4 times from 1 place in 2 files<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.7e-06,"subname":"Moose::Meta::Class::CORE:match","$color":2,"excl_time":2.7e-06,"$area":2.7e-06},"id":"1487-Moose::Meta::Class::CORE:match"},{"name":"add_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::add_attribute</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 4.97ms, 0.46%<br />Exclusive time: 97&micro;s, 0.01%</p>","incl_time":0.0049722,"subname":"Moose::Meta::Class::add_attribute","$color":2,"excl_time":9.74999999999904e-05,"$area":9.74999999999904e-05},"id":"1488-Moose::Meta::Class::add_attribute"},{"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: 53&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.3e-05,"subname":"Moose::Meta::Class::BEGIN@25","$color":2,"excl_time":6.70000000000088e-06,"$area":6.70000000000088e-06},"id":"1489-Moose::Meta::Class::BEGIN@25"},{"name":"superclasses","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::superclasses</b></p><p><br />Called 5 times from 2 places in 2 files<br />Inclusive time: 358&micro;s, 0.03%<br />Exclusive time: 55&micro;s, 0.01%<br />Recursion: max depth 1, recursive inclusive time 21&micro;s</p>","incl_time":0.0003582,"subname":"Moose::Meta::Class::superclasses","$color":2,"excl_time":5.50000000000033e-05,"$area":5.50000000000033e-05},"id":"1490-Moose::Meta::Class::superclasses"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:29]","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:29]</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.8e-06,"subname":"Moose::Meta::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:29]","$color":2,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1491-Moose::Meta::Class::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Meta/Class.pm:29]"},{"name":"_process_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_process_attribute</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.39ms, 0.13%<br />Exclusive time: 43&micro;s, 0.00%</p>","incl_time":0.0013938,"subname":"Moose::Meta::Class::_process_attribute","$color":2,"excl_time":4.30000000000146e-05,"$area":4.30000000000146e-05},"id":"1492-Moose::Meta::Class::_process_attribute"},{"name":"_process_new_attribute","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::_process_new_attribute</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 1.35ms, 0.12%<br />Exclusive time: 60&micro;s, 0.01%</p>","incl_time":0.0013481,"subname":"Moose::Meta::Class::_process_new_attribute","$color":2,"excl_time":6.01999999998804e-05,"$area":6.01999999998804e-05},"id":"1493-Moose::Meta::Class::_process_new_attribute"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::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":"Moose::Meta::Class::BEGIN@7","$color":2,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1494-Moose::Meta::Class::BEGIN@7"},{"name":"destructor_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::destructor_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Moose::Meta::Class::destructor_class","$color":2,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1495-Moose::Meta::Class::destructor_class"},{"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: 368&micro;s, 0.03%<br />Exclusive time: 270&micro;s, 0.02%</p>","incl_time":0.0003676,"subname":"Moose::Meta::Class::BEGIN@21","$color":2,"excl_time":0.000269599999999985,"$area":0.000269599999999985},"id":"1496-Moose::Meta::Class::BEGIN@21"},{"name":"constructor_class","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::constructor_class</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":3.2e-06,"subname":"Moose::Meta::Class::constructor_class","$color":2,"excl_time":3.2e-06,"$area":3.2e-06},"id":"1497-Moose::Meta::Class::constructor_class"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::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: 16&micro;s, 0.00%</p>","incl_time":1.86e-05,"subname":"Moose::Meta::Class::BEGIN@4","$color":2,"excl_time":1.5599999999997e-05,"$area":1.5599999999997e-05},"id":"1498-Moose::Meta::Class::BEGIN@4"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::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: 6&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"Moose::Meta::Class::BEGIN@12","$color":2,"excl_time":6.399999999997e-06,"$area":6.399999999997e-06},"id":"1499-Moose::Meta::Class::BEGIN@12"},{"name":"::Immutable","children":[{"name":"::Trait","children":[{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::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: 8&micro;s, 0.00%</p>","incl_time":1.88e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@4","$color":4,"excl_time":7.99999999999475e-06,"$area":7.99999999999475e-06},"id":"1502-Moose::Meta::Class::Immutable::Trait::BEGIN@4"},{"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: 56&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":5.65e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@12","$color":4,"excl_time":7.40000000000363e-06,"$area":7.40000000000363e-06},"id":"1503-Moose::Meta::Class::Immutable::Trait::BEGIN@12"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::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.87e-05,"subname":"Moose::Meta::Class::Immutable::Trait::BEGIN@3","$color":4,"excl_time":1.52000000000104e-05,"$area":1.52000000000104e-05},"id":"1504-Moose::Meta::Class::Immutable::Trait::BEGIN@3"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Meta::Class::Immutable::Trait::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":"Moose::Meta::Class::Immutable::Trait::BEGIN@6","$color":4,"excl_time":4e-06,"$area":4e-06},"id":"1505-Moose::Meta::Class::Immutable::Trait::BEGIN@6"}],"data":{"$area":3.46000000000088e-05},"id":"n1501"}],"data":{"$area":3.46000000000088e-05},"id":"n1500"}],"data":{"$area":0.0055458999999998},"id":"n1469"}],"data":{"$area":0.0415266000000067},"id":"n1164"},{"name":"::Object","children":[{"name":"BEGIN@80","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@80</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.8e-05,"subname":"Moose::Object::BEGIN@80","$color":6,"excl_time":8.800000000003e-06,"$area":8.800000000003e-06},"id":"1507-Moose::Object::BEGIN@80"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 230&micro;s, 0.02%<br />Exclusive time: 198&micro;s, 0.02%</p>","incl_time":0.0002301,"subname":"Moose::Object::BEGIN@12","$color":6,"excl_time":0.000198399999999977,"$area":0.000198399999999977},"id":"1508-Moose::Object::BEGIN@12"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"Moose::Object::BEGIN@7","$color":6,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1509-Moose::Object::BEGIN@7"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"Moose::Object::BEGIN@8","$color":6,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1510-Moose::Object::BEGIN@8"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.9e-06,"subname":"Moose::Object::BEGIN@10","$color":6,"excl_time":2.9e-06,"$area":2.9e-06},"id":"1511-Moose::Object::BEGIN@10"},{"name":"BEGIN@106","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@106</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 52&micro;s, 0.00%<br />Exclusive time: 51&micro;s, 0.00%</p>","incl_time":5.21e-05,"subname":"Moose::Object::BEGIN@106","$color":6,"excl_time":5.08000000000181e-05,"$area":5.08000000000181e-05},"id":"1512-Moose::Object::BEGIN@106"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Object::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: 7&micro;s, 0.00%</p>","incl_time":1.66e-05,"subname":"Moose::Object::BEGIN@5","$color":6,"excl_time":7.20000000000725e-06,"$area":7.20000000000725e-06},"id":"1513-Moose::Object::BEGIN@5"},{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.5e-06,"subname":"Moose::Object::BEGIN@9","$color":6,"excl_time":2.5e-06,"$area":2.5e-06},"id":"1514-Moose::Object::BEGIN@9"},{"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: 1.12ms, 0.10%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.0011239,"subname":"Moose::Object::BEGIN@13","$color":6,"excl_time":1.39999999999474e-05,"$area":1.39999999999474e-05},"id":"1515-Moose::Object::BEGIN@13"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Object::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.98e-05,"subname":"Moose::Object::BEGIN@4","$color":6,"excl_time":1.6600000000019e-05,"$area":1.6600000000019e-05},"id":"1516-Moose::Object::BEGIN@4"},{"name":"BEGIN@98","children":[],"data":{"tip":"<p><b>Moose::Object::BEGIN@98</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::Object::BEGIN@98","$color":6,"excl_time":1.14000000000165e-05,"$area":1.14000000000165e-05},"id":"1517-Moose::Object::BEGIN@98"}],"data":{"$area":0.000319099999999988},"id":"n1506"},{"name":"::Exporter","children":[{"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: 6&micro;s, 0.00%</p>","incl_time":5.5e-06,"subname":"Moose::Exporter::BEGIN@17","$color":8,"excl_time":5.5e-06,"$area":5.5e-06},"id":"1519-Moose::Exporter::BEGIN@17"},{"name":"_follow_also_real","children":[],"data":{"tip":"<p><b>Moose::Exporter::_follow_also_real</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.19e-05,"subname":"Moose::Exporter::_follow_also_real","$color":8,"excl_time":1.19e-05,"$area":1.19e-05},"id":"1520-Moose::Exporter::_follow_also_real"},{"name":"setup_import_methods","children":[],"data":{"tip":"<p><b>Moose::Exporter::setup_import_methods</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 1.63ms, 0.15%<br />Exclusive time: 29&micro;s, 0.00%</p>","incl_time":0.0016322,"subname":"Moose::Exporter::setup_import_methods","$color":8,"excl_time":2.89999999999732e-05,"$area":2.89999999999732e-05},"id":"1521-Moose::Exporter::setup_import_methods"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:193]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:193]</b></p><p><br />Called 21 times from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%</p>","incl_time":3.45e-05,"subname":"Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:193]","$color":8,"excl_time":3.45e-05,"$area":3.45e-05},"id":"1522-Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:193]"},{"name":"_make_import_sub","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_import_sub</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":1.99e-05,"subname":"Moose::Exporter::_make_import_sub","$color":8,"excl_time":1.99e-05,"$area":1.99e-05},"id":"1523-Moose::Exporter::_make_import_sub"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:478]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:478]</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 157&micro;s, 0.01%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0001574,"subname":"Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:478]","$color":8,"excl_time":1.81000000000466e-05,"$area":1.81000000000466e-05},"id":"1524-Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:478]"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:255]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:255]</b></p><p><br />Called 4 times 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.67e-05,"subname":"Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:255]","$color":8,"excl_time":1.69999999999786e-05,"$area":1.69999999999786e-05},"id":"1525-Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:255]"},{"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: 206&micro;s, 0.02%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":0.0002059,"subname":"Moose::Exporter::BEGIN@14","$color":8,"excl_time":1.6299999999988e-05,"$area":1.6299999999988e-05},"id":"1526-Moose::Exporter::BEGIN@14"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Exporter::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: 6&micro;s, 0.00%</p>","incl_time":1.62e-05,"subname":"Moose::Exporter::BEGIN@4","$color":8,"excl_time":6.40000000000269e-06,"$area":6.40000000000269e-06},"id":"1527-Moose::Exporter::BEGIN@4"},{"name":"BEGIN@498","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@498</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.56e-05,"subname":"Moose::Exporter::BEGIN@498","$color":8,"excl_time":6.30000000001013e-06,"$area":6.30000000001013e-06},"id":"1528-Moose::Exporter::BEGIN@498"},{"name":"import","children":[],"data":{"tip":"<p><b>Moose::Exporter::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 41&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":4.11e-05,"subname":"Moose::Exporter::import","$color":8,"excl_time":1.66999999999645e-05,"$area":1.66999999999645e-05},"id":"1529-Moose::Exporter::import"},{"name":"_make_init_meta","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_init_meta</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 36&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"Moose::Exporter::_make_init_meta","$color":8,"excl_time":3.56e-05,"$area":3.56e-05},"id":"1530-Moose::Exporter::_make_init_meta"},{"name":"_export_is_flagged","children":[],"data":{"tip":"<p><b>Moose::Exporter::_export_is_flagged</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7e-06,"subname":"Moose::Exporter::_export_is_flagged","$color":8,"excl_time":7e-06,"$area":7e-06},"id":"1531-Moose::Exporter::_export_is_flagged"},{"name":"_make_wrapped_sub_with_meta","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_wrapped_sub_with_meta</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"Moose::Exporter::_make_wrapped_sub_with_meta","$color":8,"excl_time":3.93e-05,"$area":3.93e-05},"id":"1532-Moose::Exporter::_make_wrapped_sub_with_meta"},{"name":"_strip_metaclass","children":[],"data":{"tip":"<p><b>Moose::Exporter::_strip_metaclass</b></p><p><br />Called 2 times 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.12e-05,"subname":"Moose::Exporter::_strip_metaclass","$color":8,"excl_time":1.83000000000276e-05,"$area":1.83000000000276e-05},"id":"1533-Moose::Exporter::_strip_metaclass"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 156ms, 14.33%<br />Exclusive time: 4.99ms, 0.46%</p>","incl_time":0.1564669,"subname":"Moose::Exporter::BEGIN@11","$color":8,"excl_time":0.00499239999999992,"$area":0.00499239999999992},"id":"1534-Moose::Exporter::BEGIN@11"},{"name":"_make_sub_exporter_params","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_sub_exporter_params</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 343&micro;s, 0.03%<br />Exclusive time: 217&micro;s, 0.02%</p>","incl_time":0.0003426,"subname":"Moose::Exporter::_make_sub_exporter_params","$color":8,"excl_time":0.000216699999999932,"$area":0.000216699999999932},"id":"1535-Moose::Exporter::_make_sub_exporter_params"},{"name":"build_import_methods","children":[],"data":{"tip":"<p><b>Moose::Exporter::build_import_methods</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 1.60ms, 0.15%<br />Exclusive time: 138&micro;s, 0.01%</p>","incl_time":0.0016032,"subname":"Moose::Exporter::build_import_methods","$color":8,"excl_time":0.000138,"$area":0.000138},"id":"1536-Moose::Exporter::build_import_methods"},{"name":"_get_caller","children":[],"data":{"tip":"<p><b>Moose::Exporter::_get_caller</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.8e-06,"subname":"Moose::Exporter::_get_caller","$color":8,"excl_time":9.8e-06,"$area":9.8e-06},"id":"1537-Moose::Exporter::_get_caller"},{"name":"_late_curry_wrapper","children":[],"data":{"tip":"<p><b>Moose::Exporter::_late_curry_wrapper</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 50&micro;s, 0.00%</p>","incl_time":4.95e-05,"subname":"Moose::Exporter::_late_curry_wrapper","$color":8,"excl_time":4.95e-05,"$area":4.95e-05},"id":"1538-Moose::Exporter::_late_curry_wrapper"},{"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: 9.28ms, 0.85%<br />Exclusive time: 8.56ms, 0.78%</p>","incl_time":0.0092792,"subname":"Moose::Exporter::BEGIN@12","$color":8,"excl_time":0.00855550000000001,"$area":0.00855550000000001},"id":"1539-Moose::Exporter::BEGIN@12"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Exporter::BEGIN@3","$color":8,"excl_time":1.29000000000028e-05,"$area":1.29000000000028e-05},"id":"1540-Moose::Exporter::BEGIN@3"},{"name":"BEGIN@488","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@488</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.84e-05,"subname":"Moose::Exporter::BEGIN@488","$color":8,"excl_time":7.399999999989e-06,"$area":7.399999999989e-06},"id":"1541-Moose::Exporter::BEGIN@488"},{"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: 2.45ms, 0.22%<br />Exclusive time: 2.25ms, 0.21%</p>","incl_time":0.0024483,"subname":"Moose::Exporter::BEGIN@13","$color":8,"excl_time":0.00224620000000004,"$area":0.00224620000000004},"id":"1542-Moose::Exporter::BEGIN@13"},{"name":"_strip_traits","children":[],"data":{"tip":"<p><b>Moose::Exporter::_strip_traits</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 56&micro;s, 0.01%<br />Exclusive time: 31&micro;s, 0.00%</p>","incl_time":5.6e-05,"subname":"Moose::Exporter::_strip_traits","$color":8,"excl_time":3.11000000000056e-05,"$area":3.11000000000056e-05},"id":"1543-Moose::Exporter::_strip_traits"},{"name":"BEGIN@385","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@385</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@385","$color":8,"excl_time":6.99999999999187e-06,"$area":6.99999999999187e-06},"id":"1544-Moose::Exporter::BEGIN@385"},{"name":"_sub_from_package","children":[],"data":{"tip":"<p><b>Moose::Exporter::_sub_from_package</b></p><p><br />Called 27 times from 2 places in 1 file<br />Inclusive time: 84&micro;s, 0.01%</p>","incl_time":8.44e-05,"subname":"Moose::Exporter::_sub_from_package","$color":8,"excl_time":8.44e-05,"$area":8.44e-05},"id":"1545-Moose::Exporter::_sub_from_package"},{"name":"BEGIN@206","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@206</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.65e-05,"subname":"Moose::Exporter::BEGIN@206","$color":8,"excl_time":8.60000000001263e-06,"$area":8.60000000001263e-06},"id":"1546-Moose::Exporter::BEGIN@206"},{"name":"_remove_keywords","children":[],"data":{"tip":"<p><b>Moose::Exporter::_remove_keywords</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 139&micro;s, 0.01%<br />Exclusive time: 132&micro;s, 0.01%</p>","incl_time":0.0001393,"subname":"Moose::Exporter::_remove_keywords","$color":8,"excl_time":0.000132300000000021,"$area":0.000132300000000021},"id":"1547-Moose::Exporter::_remove_keywords"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:389]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:389]</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 4.15ms, 0.38%<br />Exclusive time: 129&micro;s, 0.01%</p>","incl_time":0.0041473,"subname":"Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:389]","$color":8,"excl_time":0.000129099999999973,"$area":0.000129099999999973},"id":"1548-Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:389]"},{"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: 33&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.29e-05,"subname":"Moose::Exporter::BEGIN@15","$color":8,"excl_time":7.59999999999413e-06,"$area":7.59999999999413e-06},"id":"1549-Moose::Exporter::BEGIN@15"},{"name":"BEGIN@386","children":[],"data":{"tip":"<p><b>Moose::Exporter::BEGIN@386</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 26&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.55e-05,"subname":"Moose::Exporter::BEGIN@386","$color":8,"excl_time":8.99999999999738e-06,"$area":8.99999999999738e-06},"id":"1550-Moose::Exporter::BEGIN@386"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:263]","children":[],"data":{"tip":"<p><b>Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:263]</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 146&micro;s, 0.01%<br />Exclusive time: 82&micro;s, 0.01%</p>","incl_time":0.0001457,"subname":"Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:263]","$color":8,"excl_time":8.2499999999959e-05,"$area":8.2499999999959e-05},"id":"1551-Moose::Exporter::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Moose/Exporter.pm:263]"},{"name":"_follow_also","children":[],"data":{"tip":"<p><b>Moose::Exporter::_follow_also</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.01%<br />Exclusive time: 30&micro;s, 0.00%</p>","incl_time":6.67e-05,"subname":"Moose::Exporter::_follow_also","$color":8,"excl_time":3.03999999999554e-05,"$area":3.03999999999554e-05},"id":"1552-Moose::Exporter::_follow_also"},{"name":"_flag_as_reexport","children":[],"data":{"tip":"<p><b>Moose::Exporter::_flag_as_reexport</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":1.05e-05,"subname":"Moose::Exporter::_flag_as_reexport","$color":8,"excl_time":1.05e-05,"$area":1.05e-05},"id":"1553-Moose::Exporter::_flag_as_reexport"},{"name":"_make_unimport_sub","children":[],"data":{"tip":"<p><b>Moose::Exporter::_make_unimport_sub</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":"Moose::Exporter::_make_unimport_sub","$color":8,"excl_time":1.42e-05,"$area":1.42e-05},"id":"1554-Moose::Exporter::_make_unimport_sub"}],"data":{"$area":0.0170568999999998},"id":"n1518"},{"name":"::Util","children":[{"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: 55&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":5.48e-05,"subname":"Moose::Util::BEGIN@9","$color":10,"excl_time":9.30000000002388e-06,"$area":9.30000000002388e-06},"id":"1556-Moose::Util::BEGIN@9"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Moose::Util::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: 6&micro;s, 0.00%</p>","incl_time":3.06e-05,"subname":"Moose::Util::BEGIN@8","$color":10,"excl_time":6.40000000002576e-06,"$area":6.40000000002576e-06},"id":"1557-Moose::Util::BEGIN@8"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 163&micro;s, 0.01%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":0.000163,"subname":"Moose::Util::BEGIN@7","$color":10,"excl_time":7.69999999997514e-06,"$area":7.69999999997514e-06},"id":"1558-Moose::Util::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Util::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.58e-05,"subname":"Moose::Util::BEGIN@4","$color":10,"excl_time":6.50000000001013e-06,"$area":6.50000000001013e-06},"id":"1559-Moose::Util::BEGIN@4"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Util::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: 9&micro;s, 0.00%</p>","incl_time":1.44e-05,"subname":"Moose::Util::BEGIN@6","$color":10,"excl_time":8.59999999999975e-06,"$area":8.59999999999975e-06},"id":"1560-Moose::Util::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Util::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.63e-05,"subname":"Moose::Util::BEGIN@3","$color":10,"excl_time":1.34000000000276e-05,"$area":1.34000000000276e-05},"id":"1561-Moose::Util::BEGIN@3"},{"name":"_caller_info","children":[],"data":{"tip":"<p><b>Moose::Util::_caller_info</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 34&micro;s, 0.00%</p>","incl_time":3.44e-05,"subname":"Moose::Util::_caller_info","$color":10,"excl_time":3.44e-05,"$area":3.44e-05},"id":"1562-Moose::Util::_caller_info"},{"name":"::TypeConstraints","children":[{"name":"::OptimizedConstraints","children":[{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::OptimizedConstraints::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":"Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@6","$color":1,"excl_time":4.3e-06,"$area":4.3e-06},"id":"1565-Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":2.06e-05,"subname":"Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@3","$color":1,"excl_time":1.44999999999911e-05,"$area":1.44999999999911e-05},"id":"1566-Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@3"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 37&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.73e-05,"subname":"Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@7","$color":1,"excl_time":5.89999999998525e-06,"$area":5.89999999998525e-06},"id":"1567-Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@7"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::OptimizedConstraints::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: 7&micro;s, 0.00%</p>","incl_time":1.57e-05,"subname":"Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@4","$color":1,"excl_time":6.80000000002163e-06,"$area":6.80000000002163e-06},"id":"1568-Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@4"}],"data":{"$area":3.1499999999998e-05},"id":"n1564"},{"name":"find_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::find_type_constraint</b></p><p><br />Called 23 times from 7 places in 3 files<br />Inclusive time: 391&micro;s, 0.04%<br />Exclusive time: 161&micro;s, 0.01%</p>","incl_time":0.0003909,"subname":"Moose::Util::TypeConstraints::find_type_constraint","$color":3,"excl_time":0.000160699999999376,"$area":0.000160699999999376},"id":"1569-Moose::Util::TypeConstraints::find_type_constraint"},{"name":"class_type","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::class_type</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 293&micro;s, 0.03%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":0.0002934,"subname":"Moose::Util::TypeConstraints::class_type","$color":3,"excl_time":1.03999999999668e-05,"$area":1.03999999999668e-05},"id":"1570-Moose::Util::TypeConstraints::class_type"},{"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: 585&micro;s, 0.05%<br />Exclusive time: 507&micro;s, 0.05%</p>","incl_time":0.0005847,"subname":"Moose::Util::TypeConstraints::BEGIN@39","$color":3,"excl_time":0.00050679999999998,"$area":0.00050679999999998},"id":"1571-Moose::Util::TypeConstraints::BEGIN@39"},{"name":"BEGIN@572","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@572</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 860&micro;s, 0.08%<br />Exclusive time: 813&micro;s, 0.07%</p>","incl_time":0.0008596,"subname":"Moose::Util::TypeConstraints::BEGIN@572","$color":3,"excl_time":0.000812999999999992,"$area":0.000812999999999992},"id":"1572-Moose::Util::TypeConstraints::BEGIN@572"},{"name":"as","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::as</b></p><p><br />Called 17 times from 17 places in 1 file<br />Inclusive time: 34&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"Moose::Util::TypeConstraints::as","$color":3,"excl_time":3.38e-05,"$area":3.38e-05},"id":"1573-Moose::Util::TypeConstraints::as"},{"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: 13&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":1.29e-05,"subname":"Moose::Util::TypeConstraints::list_all_type_constraints","$color":3,"excl_time":1.19000000000268e-05,"$area":1.19000000000268e-05},"id":"1574-Moose::Util::TypeConstraints::list_all_type_constraints"},{"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: 282&micro;s, 0.03%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":0.0002819,"subname":"Moose::Util::TypeConstraints::type","$color":3,"excl_time":2.14000000000032e-05,"$area":2.14000000000032e-05},"id":"1575-Moose::Util::TypeConstraints::type"},{"name":"BEGIN@29","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@29</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.40ms, 0.22%<br />Exclusive time: 1.24ms, 0.11%</p>","incl_time":0.0024022,"subname":"Moose::Util::TypeConstraints::BEGIN@29","$color":3,"excl_time":0.00124330000000004,"$area":0.00124330000000004},"id":"1576-Moose::Util::TypeConstraints::BEGIN@29"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::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: 7&micro;s, 0.00%</p>","incl_time":2.56e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@7","$color":3,"excl_time":6.90000000001738e-06,"$area":6.90000000001738e-06},"id":"1577-Moose::Util::TypeConstraints::BEGIN@7"},{"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: 1.80ms, 0.16%<br />Exclusive time: 1.24ms, 0.11%</p>","incl_time":0.0017979,"subname":"Moose::Util::TypeConstraints::BEGIN@32","$color":3,"excl_time":0.00123590000000005,"$area":0.00123590000000005},"id":"1578-Moose::Util::TypeConstraints::BEGIN@32"},{"name":"BEGIN@603","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@603</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.51e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@603","$color":3,"excl_time":7.099999999992e-06,"$area":7.099999999992e-06},"id":"1579-Moose::Util::TypeConstraints::BEGIN@603"},{"name":"BEGIN@592","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@592</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":"Moose::Util::TypeConstraints::BEGIN@592","$color":3,"excl_time":9.7999999999955e-06,"$area":9.7999999999955e-06},"id":"1580-Moose::Util::TypeConstraints::BEGIN@592"},{"name":"_create_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::_create_type_constraint</b></p><p><br />Called 18 times from 2 places in 1 file<br />Inclusive time: 2.94ms, 0.27%<br />Exclusive time: 412&micro;s, 0.04%</p>","incl_time":0.0029426,"subname":"Moose::Util::TypeConstraints::_create_type_constraint","$color":3,"excl_time":0.000412499999999854,"$area":0.000412499999999854},"id":"1581-Moose::Util::TypeConstraints::_create_type_constraint"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:regcomp</b></p><p><br />Called 7 times from 7 places in 2 files<br />Inclusive time: 230&micro;s, 0.02%</p>","incl_time":0.0002302,"subname":"Moose::Util::TypeConstraints::CORE:regcomp","$color":3,"excl_time":0.0002302,"$area":0.0002302},"id":"1582-Moose::Util::TypeConstraints::CORE:regcomp"},{"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: 7&micro;s, 0.00%</p>","incl_time":6.6e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@36","$color":3,"excl_time":6.6e-06,"$area":6.6e-06},"id":"1583-Moose::Util::TypeConstraints::BEGIN@36"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::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.15e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@4","$color":3,"excl_time":1.15e-05,"$area":1.15e-05},"id":"1584-Moose::Util::TypeConstraints::BEGIN@4"},{"name":"find_or_parse_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::find_or_parse_type_constraint</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 552&micro;s, 0.05%<br />Exclusive time: 127&micro;s, 0.01%</p>","incl_time":0.0005524,"subname":"Moose::Util::TypeConstraints::find_or_parse_type_constraint","$color":3,"excl_time":0.000127100000000149,"$area":0.000127100000000149},"id":"1585-Moose::Util::TypeConstraints::find_or_parse_type_constraint"},{"name":"create_class_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::create_class_type_constraint</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 236&micro;s, 0.02%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":0.000236,"subname":"Moose::Util::TypeConstraints::create_class_type_constraint","$color":3,"excl_time":1.37999999999942e-05,"$area":1.37999999999942e-05},"id":"1586-Moose::Util::TypeConstraints::create_class_type_constraint"},{"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: 1.62ms, 0.15%<br />Exclusive time: 1.09ms, 0.10%</p>","incl_time":0.0016248,"subname":"Moose::Util::TypeConstraints::BEGIN@33","$color":3,"excl_time":0.00109269999999991,"$area":0.00109269999999991},"id":"1587-Moose::Util::TypeConstraints::BEGIN@33"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.4e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@37","$color":3,"excl_time":3.4e-06,"$area":3.4e-06},"id":"1588-Moose::Util::TypeConstraints::BEGIN@37"},{"name":"normalize_type_constraint_name","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::normalize_type_constraint_name</b></p><p><br />Called 17 times from 1 place in 1 file<br />Inclusive time: 67&micro;s, 0.01%<br />Exclusive time: 55&micro;s, 0.01%</p>","incl_time":6.7e-05,"subname":"Moose::Util::TypeConstraints::normalize_type_constraint_name","$color":3,"excl_time":5.47999999997602e-05,"$area":5.47999999997602e-05},"id":"1589-Moose::Util::TypeConstraints::normalize_type_constraint_name"},{"name":"BEGIN@619","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@619</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.37e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@619","$color":3,"excl_time":1.35999999999871e-05,"$area":1.35999999999871e-05},"id":"1590-Moose::Util::TypeConstraints::BEGIN@619"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::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: 6&micro;s, 0.00%</p>","incl_time":3.22e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@6","$color":3,"excl_time":6.199999999974e-06,"$area":6.199999999974e-06},"id":"1591-Moose::Util::TypeConstraints::BEGIN@6"},{"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: 929&micro;s, 0.09%<br />Exclusive time: 463&micro;s, 0.04%</p>","incl_time":0.0009294,"subname":"Moose::Util::TypeConstraints::BEGIN@34","$color":3,"excl_time":0.000463499999999981,"$area":0.000463499999999981},"id":"1592-Moose::Util::TypeConstraints::BEGIN@34"},{"name":"where","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::where</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.8e-05,"subname":"Moose::Util::TypeConstraints::where","$color":3,"excl_time":2.8e-05,"$area":2.8e-05},"id":"1593-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: 1.54ms, 0.14%<br />Exclusive time: 436&micro;s, 0.04%</p>","incl_time":0.0015391,"subname":"Moose::Util::TypeConstraints::BEGIN@38","$color":3,"excl_time":0.000435899999999973,"$area":0.000435899999999973},"id":"1594-Moose::Util::TypeConstraints::BEGIN@38"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:qr</b></p><p><br />Called 9 times from 9 places in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.41e-05,"subname":"Moose::Util::TypeConstraints::CORE:qr","$color":3,"excl_time":1.41e-05,"$area":1.41e-05},"id":"1595-Moose::Util::TypeConstraints::CORE:qr"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.25ms, 0.21%<br />Exclusive time: 449&micro;s, 0.04%</p>","incl_time":0.0022459,"subname":"Moose::Util::TypeConstraints::BEGIN@30","$color":3,"excl_time":0.000448599999999998,"$area":0.000448599999999998},"id":"1596-Moose::Util::TypeConstraints::BEGIN@30"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@5</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 44&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.41e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@5","$color":3,"excl_time":1.39000000000198e-05,"$area":1.39000000000198e-05},"id":"1597-Moose::Util::TypeConstraints::BEGIN@5"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@65</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.54e-05,"subname":"Moose::Util::TypeConstraints::BEGIN@65","$color":3,"excl_time":7.49999999998487e-06,"$area":7.49999999998487e-06},"id":"1598-Moose::Util::TypeConstraints::BEGIN@65"},{"name":"subtype","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::subtype</b></p><p><br />Called 17 times from 17 places in 1 file<br />Inclusive time: 3.17ms, 0.29%<br />Exclusive time: 360&micro;s, 0.03%</p>","incl_time":0.0031667,"subname":"Moose::Util::TypeConstraints::subtype","$color":3,"excl_time":0.000360000000000227,"$area":0.000360000000000227},"id":"1599-Moose::Util::TypeConstraints::subtype"},{"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: 1.35ms, 0.12%<br />Exclusive time: 628&micro;s, 0.06%</p>","incl_time":0.0013453,"subname":"Moose::Util::TypeConstraints::BEGIN@35","$color":3,"excl_time":0.000627600000000068,"$area":0.000627600000000068},"id":"1600-Moose::Util::TypeConstraints::BEGIN@35"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:subst</b></p><p><br />Called 17 times from 1 place in 2 files<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.22e-05,"subname":"Moose::Util::TypeConstraints::CORE:subst","$color":3,"excl_time":1.22e-05,"$area":1.22e-05},"id":"1601-Moose::Util::TypeConstraints::CORE:subst"},{"name":"BEGIN@598","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::BEGIN@598</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":"Moose::Util::TypeConstraints::BEGIN@598","$color":3,"excl_time":1.02000000000216e-05,"$area":1.02000000000216e-05},"id":"1602-Moose::Util::TypeConstraints::BEGIN@598"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::CORE:match</b></p><p><br />Called 18 times from 1 place in 2 files<br />Inclusive time: 40&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"Moose::Util::TypeConstraints::CORE:match","$color":3,"excl_time":3.98e-05,"$area":3.98e-05},"id":"1603-Moose::Util::TypeConstraints::CORE:match"},{"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 17 times from 1 place in 1 file<br />Inclusive time: 707&micro;s, 0.06%<br />Exclusive time: 89&micro;s, 0.01%</p>","incl_time":0.0007072,"subname":"Moose::Util::TypeConstraints::find_or_create_isa_type_constraint","$color":3,"excl_time":8.91000000001007e-05,"$area":8.91000000001007e-05},"id":"1604-Moose::Util::TypeConstraints::find_or_create_isa_type_constraint"},{"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: 4&micro;s, 0.00%</p>","incl_time":4.2e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@31","$color":3,"excl_time":4.2e-06,"$area":4.2e-06},"id":"1605-Moose::Util::TypeConstraints::BEGIN@31"},{"name":"register_type_constraint","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::register_type_constraint</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.7e-05,"subname":"Moose::Util::TypeConstraints::register_type_constraint","$color":3,"excl_time":1.45000000000091e-05,"$area":1.45000000000091e-05},"id":"1606-Moose::Util::TypeConstraints::register_type_constraint"},{"name":"optimize_as","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::optimize_as</b></p><p><br />Called 13 times from 13 places in 1 file<br />Inclusive time: 16&micro;s, 0.00%</p>","incl_time":1.63e-05,"subname":"Moose::Util::TypeConstraints::optimize_as","$color":3,"excl_time":1.63e-05,"$area":1.63e-05},"id":"1607-Moose::Util::TypeConstraints::optimize_as"},{"name":"BEGIN@28","children":[],"data":{"tip":"<p><b>Moose::Util::TypeConstraints::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.4e-06,"subname":"Moose::Util::TypeConstraints::BEGIN@28","$color":3,"excl_time":4.4e-06,"$area":4.4e-06},"id":"1608-Moose::Util::TypeConstraints::BEGIN@28"}],"data":{"$area":0.00865469999999944},"id":"n1563"},{"name":"::MetaRole","children":[{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::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: 7&micro;s, 0.00%</p>","incl_time":3.35e-05,"subname":"Moose::Util::MetaRole::BEGIN@5","$color":5,"excl_time":6.99999999998738e-06,"$area":6.99999999998738e-06},"id":"1610-Moose::Util::MetaRole::BEGIN@5"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 59&micro;s, 0.01%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":5.94e-05,"subname":"Moose::Util::MetaRole::BEGIN@3","$color":5,"excl_time":5.04999999999939e-05,"$area":5.04999999999939e-05},"id":"1611-Moose::Util::MetaRole::BEGIN@3"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::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: 9&micro;s, 0.00%</p>","incl_time":2.68e-05,"subname":"Moose::Util::MetaRole::BEGIN@4","$color":5,"excl_time":8.70000000000688e-06,"$area":8.70000000000688e-06},"id":"1612-Moose::Util::MetaRole::BEGIN@4"},{"name":"BEGIN@12","children":[],"data":{"tip":"<p><b>Moose::Util::MetaRole::BEGIN@12</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"Moose::Util::MetaRole::BEGIN@12","$color":5,"excl_time":1.09999999999915e-05,"$area":1.09999999999915e-05},"id":"1613-Moose::Util::MetaRole::BEGIN@12"},{"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: 30&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.96e-05,"subname":"Moose::Util::MetaRole::BEGIN@11","$color":5,"excl_time":6.9999999999885e-06,"$area":6.9999999999885e-06},"id":"1614-Moose::Util::MetaRole::BEGIN@11"}],"data":{"$area":8.41999999999681e-05},"id":"n1609"}],"data":{"$area":0.00882519999999947},"id":"n1555"}],"data":{"$area":0.0979004000000061},"id":"n1132"},{"name":"HTTP","children":[{"name":"::Status","children":[{"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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.78e-05,"subname":"HTTP::Status::BEGIN@3","$color":7,"excl_time":1.50999999999779e-05,"$area":1.50999999999779e-05},"id":"1617-HTTP::Status::BEGIN@3"},{"name":"is_success","children":[],"data":{"tip":"<p><b>HTTP::Status::is_success</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.4e-05,"subname":"HTTP::Status::is_success","$color":7,"excl_time":1.4e-05,"$area":1.4e-05},"id":"1618-HTTP::Status::is_success"},{"name":"HTTP_FOUND","children":[],"data":{"tip":"<p><b>HTTP::Status::HTTP_FOUND</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":4.9e-06,"subname":"HTTP::Status::HTTP_FOUND","$color":7,"excl_time":4.9e-06,"$area":4.9e-06},"id":"1619-HTTP::Status::HTTP_FOUND"},{"name":"HTTP_PROXY_AUTHENTICATION_REQUIRED","children":[],"data":{"tip":"<p><b>HTTP::Status::HTTP_PROXY_AUTHENTICATION_REQUIRED</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 5&micro;s, 0.00%</p>","incl_time":5e-06,"subname":"HTTP::Status::HTTP_PROXY_AUTHENTICATION_REQUIRED","$color":7,"excl_time":5e-06,"$area":5e-06},"id":"1620-HTTP::Status::HTTP_PROXY_AUTHENTICATION_REQUIRED"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>HTTP::Status::CORE:match</b></p><p><br />Called 166 times from 1 place in 2 files<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.60999999999999e-05,"subname":"HTTP::Status::CORE:match","$color":7,"excl_time":2.60999999999999e-05,"$area":2.60999999999999e-05},"id":"1621-HTTP::Status::CORE:match"},{"name":"HTTP_MOVED_PERMANENTLY","children":[],"data":{"tip":"<p><b>HTTP::Status::HTTP_MOVED_PERMANENTLY</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 8&micro;s, 0.00%</p>","incl_time":7.8e-06,"subname":"HTTP::Status::HTTP_MOVED_PERMANENTLY","$color":7,"excl_time":7.8e-06,"$area":7.8e-06},"id":"1622-HTTP::Status::HTTP_MOVED_PERMANENTLY"},{"name":"HTTP_UNAUTHORIZED","children":[],"data":{"tip":"<p><b>HTTP::Status::HTTP_UNAUTHORIZED</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"HTTP::Status::HTTP_UNAUTHORIZED","$color":7,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1623-HTTP::Status::HTTP_UNAUTHORIZED"},{"name":"HTTP_TEMPORARY_REDIRECT","children":[],"data":{"tip":"<p><b>HTTP::Status::HTTP_TEMPORARY_REDIRECT</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.9e-06,"subname":"HTTP::Status::HTTP_TEMPORARY_REDIRECT","$color":7,"excl_time":3.9e-06,"$area":3.9e-06},"id":"1624-HTTP::Status::HTTP_TEMPORARY_REDIRECT"},{"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: 83&micro;s, 0.01%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":8.3e-05,"subname":"HTTP::Status::BEGIN@6","$color":7,"excl_time":7.49999999999388e-06,"$area":7.49999999999388e-06},"id":"1625-HTTP::Status::BEGIN@6"},{"name":"HTTP_SEE_OTHER","children":[],"data":{"tip":"<p><b>HTTP::Status::HTTP_SEE_OTHER</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"HTTP::Status::HTTP_SEE_OTHER","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1626-HTTP::Status::HTTP_SEE_OTHER"}],"data":{"$area":9.22999999999716e-05},"id":"n1616"},{"name":"::Message","children":[{"name":"add_content","children":[],"data":{"tip":"<p><b>HTTP::Message::add_content</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 92&micro;s, 0.01%<br />Exclusive time: 58&micro;s, 0.01%</p>","incl_time":9.2e-05,"subname":"HTTP::Message::add_content","$color":9,"excl_time":5.78999999998521e-05,"$area":5.78999999998521e-05},"id":"1628-HTTP::Message::add_content"},{"name":"_elem","children":[],"data":{"tip":"<p><b>HTTP::Message::_elem</b></p><p><br />Called 39 times from 6 places in 3 files<br />Inclusive time: 148&micro;s, 0.01%</p>","incl_time":0.0001484,"subname":"HTTP::Message::_elem","$color":9,"excl_time":0.0001484,"$area":0.0001484},"id":"1629-HTTP::Message::_elem"},{"name":"content_ref","children":[],"data":{"tip":"<p><b>HTTP::Message::content_ref</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.47e-05,"subname":"HTTP::Message::content_ref","$color":9,"excl_time":2.47e-05,"$area":2.47e-05},"id":"1630-HTTP::Message::content_ref"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:622]","children":[],"data":{"tip":"<p><b>HTTP::Message::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:622]</b></p><p><br />Called 38 times from 13 places in 6 files<br />Inclusive time: 1.65ms, 0.15%<br />Exclusive time: 403&micro;s, 0.04%</p>","incl_time":0.0016469,"subname":"HTTP::Message::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:622]","$color":9,"excl_time":0.000403099999999983,"$area":0.000403099999999983},"id":"1631-HTTP::Message::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:622]"},{"name":"headers","children":[],"data":{"tip":"<p><b>HTTP::Message::headers</b></p><p><br />Called 41 times from 2 places in 2 files<br />Inclusive time: 115&micro;s, 0.01%</p>","incl_time":0.0001151,"subname":"HTTP::Message::headers","$color":9,"excl_time":0.0001151,"$area":0.0001151},"id":"1632-HTTP::Message::headers"},{"name":"protocol","children":[],"data":{"tip":"<p><b>HTTP::Message::protocol</b></p><p><br />Called 3 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.23e-05,"subname":"HTTP::Message::protocol","$color":9,"excl_time":1.85999999999946e-05,"$area":1.85999999999946e-05},"id":"1633-HTTP::Message::protocol"},{"name":"BEGIN@621","children":[],"data":{"tip":"<p><b>HTTP::Message::BEGIN@621</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.94e-05,"subname":"HTTP::Message::BEGIN@621","$color":9,"excl_time":9.59999999998575e-06,"$area":9.59999999998575e-06},"id":"1634-HTTP::Message::BEGIN@621"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:18]","children":[],"data":{"tip":"<p><b>HTTP::Message::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:18]</b></p><p><br />Called 7 times from 2 places in 1 file<br />Inclusive time: 61&micro;s, 0.01%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":6.11e-05,"subname":"HTTP::Message::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:18]","$color":9,"excl_time":4.44999999999667e-05,"$area":4.44999999999667e-05},"id":"1635-HTTP::Message::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Message.pm:18]"},{"name":"_set_content","children":[],"data":{"tip":"<p><b>HTTP::Message::_set_content</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 64&micro;s, 0.01%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":6.37e-05,"subname":"HTTP::Message::_set_content","$color":9,"excl_time":3.67000000000007e-05,"$area":3.67000000000007e-05},"id":"1636-HTTP::Message::_set_content"},{"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: 29&micro;s, 0.00%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":2.9e-05,"subname":"HTTP::Message::BEGIN@3","$color":9,"excl_time":2.21000000000236e-05,"$area":2.21000000000236e-05},"id":"1637-HTTP::Message::BEGIN@3"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Message::new</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 141&micro;s, 0.01%<br />Exclusive time: 106&micro;s, 0.01%</p>","incl_time":0.0001407,"subname":"HTTP::Message::new","$color":9,"excl_time":0.000105999999999946,"$area":0.000105999999999946},"id":"1638-HTTP::Message::new"},{"name":"AUTOLOAD","children":[],"data":{"tip":"<p><b>HTTP::Message::AUTOLOAD</b></p><p><br />Called 8 times from 8 places in 5 files<br />Inclusive time: 134&micro;s, 0.01%</p>","incl_time":0.0001341,"subname":"HTTP::Message::AUTOLOAD","$color":9,"excl_time":0.0001341,"$area":0.0001341},"id":"1639-HTTP::Message::AUTOLOAD"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>HTTP::Message::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 43&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":4.3e-05,"subname":"HTTP::Message::BEGIN@4","$color":9,"excl_time":6.90000000001663e-06,"$area":6.90000000001663e-06},"id":"1640-HTTP::Message::BEGIN@4"},{"name":"content","children":[],"data":{"tip":"<p><b>HTTP::Message::content</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 108&micro;s, 0.01%<br />Exclusive time: 44&micro;s, 0.00%</p>","incl_time":0.0001075,"subname":"HTTP::Message::content","$color":9,"excl_time":4.38000000000001e-05,"$area":4.38000000000001e-05},"id":"1641-HTTP::Message::content"}],"data":{"$area":0.00117149999999977},"id":"n1627"},{"name":"::Headers","children":[{"name":"content_is_xhtml","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_is_xhtml</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 105&micro;s, 0.01%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001049,"subname":"HTTP::Headers::content_is_xhtml","$color":0,"excl_time":4.05999999998719e-05,"$area":4.05999999998719e-05},"id":"1643-HTTP::Headers::content_is_xhtml"},{"name":"_sorted_field_names","children":[],"data":{"tip":"<p><b>HTTP::Headers::_sorted_field_names</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 69&micro;s, 0.01%<br />Exclusive time: 46&micro;s, 0.00%</p>","incl_time":6.92e-05,"subname":"HTTP::Headers::_sorted_field_names","$color":0,"excl_time":4.64000000000105e-05,"$area":4.64000000000105e-05},"id":"1644-HTTP::Headers::_sorted_field_names"},{"name":"push_header","children":[],"data":{"tip":"<p><b>HTTP::Headers::push_header</b></p><p><br />Called 8 times from 1 place in 1 file<br />Inclusive time: 361&micro;s, 0.03%<br />Exclusive time: 101&micro;s, 0.01%</p>","incl_time":0.0003615,"subname":"HTTP::Headers::push_header","$color":0,"excl_time":0.000100500000000155,"$area":0.000100500000000155},"id":"1645-HTTP::Headers::push_header"},{"name":"remove_header","children":[],"data":{"tip":"<p><b>HTTP::Headers::remove_header</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":5.28e-05,"subname":"HTTP::Headers::remove_header","$color":0,"excl_time":5.01999999999252e-05,"$area":5.01999999999252e-05},"id":"1646-HTTP::Headers::remove_header"},{"name":"header_field_names","children":[],"data":{"tip":"<p><b>HTTP::Headers::header_field_names</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 53&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":5.3e-05,"subname":"HTTP::Headers::header_field_names","$color":0,"excl_time":2.65000000000706e-05,"$area":2.65000000000706e-05},"id":"1647-HTTP::Headers::header_field_names"},{"name":"init_header","children":[],"data":{"tip":"<p><b>HTTP::Headers::init_header</b></p><p><br />Called 6 times from 2 places in 2 files<br />Inclusive time: 144&micro;s, 0.01%<br />Exclusive time: 40&micro;s, 0.00%</p>","incl_time":0.0001438,"subname":"HTTP::Headers::init_header","$color":0,"excl_time":4.04999999999716e-05,"$area":4.04999999999716e-05},"id":"1648-HTTP::Headers::init_header"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.1e-06,"subname":"HTTP::Headers::BEGIN@4","$color":0,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1649-HTTP::Headers::BEGIN@4"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:subst</b></p><p><br />Called 16 times from 2 places in 2 files<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.38e-05,"subname":"HTTP::Headers::CORE:subst","$color":0,"excl_time":2.38e-05,"$area":2.38e-05},"id":"1650-HTTP::Headers::CORE:subst"},{"name":"_header","children":[],"data":{"tip":"<p><b>HTTP::Headers::_header</b></p><p><br />Called 45 times from 5 places in 1 file<br />Inclusive time: 744&micro;s, 0.07%<br />Exclusive time: 675&micro;s, 0.06%</p>","incl_time":0.0007441,"subname":"HTTP::Headers::_header","$color":0,"excl_time":0.000674800000000283,"$area":0.000674800000000283},"id":"1651-HTTP::Headers::_header"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:sort</b></p><p><br />Called 6 times from 1 place in 2 files<br />Inclusive time: 23&micro;s, 0.00%</p>","incl_time":2.28e-05,"subname":"HTTP::Headers::CORE:sort","$color":0,"excl_time":2.28e-05,"$area":2.28e-05},"id":"1652-HTTP::Headers::CORE:sort"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:match</b></p><p><br />Called 57 times from 3 places in 2 files<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.26e-05,"subname":"HTTP::Headers::CORE:match","$color":0,"excl_time":3.26e-05,"$area":3.26e-05},"id":"1653-HTTP::Headers::CORE:match"},{"name":"content_is_html","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_is_html</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 126&micro;s, 0.01%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":0.0001259,"subname":"HTTP::Headers::content_is_html","$color":0,"excl_time":3.55999999999014e-05,"$area":3.55999999999014e-05},"id":"1654-HTTP::Headers::content_is_html"},{"name":"header","children":[],"data":{"tip":"<p><b>HTTP::Headers::header</b></p><p><br />Called 19 times from 5 places in 3 files<br />Inclusive time: 561&micro;s, 0.05%<br />Exclusive time: 225&micro;s, 0.02%</p>","incl_time":0.000561,"subname":"HTTP::Headers::header","$color":0,"excl_time":0.000225100000000167,"$area":0.000225100000000167},"id":"1655-HTTP::Headers::header"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>HTTP::Headers::CORE:substcont</b></p><p><br />Called 14 times from 1 place in 2 files<br />Inclusive time: 28&micro;s, 0.00%</p>","incl_time":2.77e-05,"subname":"HTTP::Headers::CORE:substcont","$color":0,"excl_time":2.77e-05,"$area":2.77e-05},"id":"1656-HTTP::Headers::CORE:substcont"},{"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: 44&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":4.4e-05,"subname":"HTTP::Headers::BEGIN@6","$color":0,"excl_time":6.10000000002038e-06,"$area":6.10000000002038e-06},"id":"1657-HTTP::Headers::BEGIN@6"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>HTTP::Headers::BEGIN@3</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.79e-05,"subname":"HTTP::Headers::BEGIN@3","$color":0,"excl_time":1.48000000000219e-05,"$area":1.48000000000219e-05},"id":"1658-HTTP::Headers::BEGIN@3"},{"name":"scan","children":[],"data":{"tip":"<p><b>HTTP::Headers::scan</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 226&micro;s, 0.02%<br />Exclusive time: 97&micro;s, 0.01%</p>","incl_time":0.0002256,"subname":"HTTP::Headers::scan","$color":0,"excl_time":9.68999999999074e-05,"$area":9.68999999999074e-05},"id":"1659-HTTP::Headers::scan"},{"name":"content_type","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_type</b></p><p><br />Called 15 times from 3 places in 2 files<br />Inclusive time: 173&micro;s, 0.02%<br />Exclusive time: 165&micro;s, 0.02%</p>","incl_time":0.0001733,"subname":"HTTP::Headers::content_type","$color":0,"excl_time":0.000164600000000249,"$area":0.000164600000000249},"id":"1660-HTTP::Headers::content_type"},{"name":"content_length","children":[],"data":{"tip":"<p><b>HTTP::Headers::content_length</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 66&micro;s, 0.01%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":6.55e-05,"subname":"HTTP::Headers::content_length","$color":0,"excl_time":2.16000000000144e-05,"$area":2.16000000000144e-05},"id":"1661-HTTP::Headers::content_length"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Headers::new</b></p><p><br />Called 7 times from 2 places in 2 files<br />Inclusive time: 44&micro;s, 0.00%</p>","incl_time":4.43e-05,"subname":"HTTP::Headers::new","$color":0,"excl_time":4.43e-05,"$area":4.43e-05},"id":"1662-HTTP::Headers::new"}],"data":{"$area":0.00169850000000057},"id":"n1642"},{"name":"::Request","children":[{"name":"method","children":[],"data":{"tip":"<p><b>HTTP::Request::method</b></p><p><br />Called 12 times from 4 places in 3 files<br />Inclusive time: 111&micro;s, 0.01%<br />Exclusive time: 71&micro;s, 0.01%</p>","incl_time":0.0001113,"subname":"HTTP::Request::method","$color":2,"excl_time":7.12000000000126e-05,"$area":7.12000000000126e-05},"id":"1664-HTTP::Request::method"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"HTTP::Request::BEGIN@7","$color":2,"excl_time":1.77000000000104e-05,"$area":1.77000000000104e-05},"id":"1665-HTTP::Request::BEGIN@7"},{"name":"uri","children":[],"data":{"tip":"<p><b>HTTP::Request::uri</b></p><p><br />Called 12 times from 4 places in 3 files<br />Inclusive time: 594&micro;s, 0.05%<br />Exclusive time: 83&micro;s, 0.01%</p>","incl_time":0.0005935,"subname":"HTTP::Request::uri","$color":2,"excl_time":8.32999999999838e-05,"$area":8.32999999999838e-05},"id":"1666-HTTP::Request::uri"},{"name":"uri_canonical","children":[],"data":{"tip":"<p><b>HTTP::Request::uri_canonical</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 616&micro;s, 0.06%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":0.000616,"subname":"HTTP::Request::uri_canonical","$color":2,"excl_time":3.29999999999998e-05,"$area":3.29999999999998e-05},"id":"1667-HTTP::Request::uri_canonical"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Request::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 724&micro;s, 0.07%<br />Exclusive time: 80&micro;s, 0.01%</p>","incl_time":0.0007239,"subname":"HTTP::Request::new","$color":2,"excl_time":8.01999999998642e-05,"$area":8.01999999998642e-05},"id":"1668-HTTP::Request::new"}],"data":{"$area":0.000285399999999871},"id":"n1663"},{"name":"::Date","children":[{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>HTTP::Date::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: 15&micro;s, 0.00%</p>","incl_time":1.77e-05,"subname":"HTTP::Date::BEGIN@11","$color":4,"excl_time":1.4500000000019e-05,"$area":1.4500000000019e-05},"id":"1670-HTTP::Date::BEGIN@11"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>HTTP::Date::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: 7&micro;s, 0.00%</p>","incl_time":4.31e-05,"subname":"HTTP::Date::BEGIN@14","$color":4,"excl_time":6.50000000000225e-06,"$area":6.50000000000225e-06},"id":"1671-HTTP::Date::BEGIN@14"},{"name":"time2str","children":[],"data":{"tip":"<p><b>HTTP::Date::time2str</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 63&micro;s, 0.01%</p>","incl_time":6.29e-05,"subname":"HTTP::Date::time2str","$color":4,"excl_time":6.29e-05,"$area":6.29e-05},"id":"1672-HTTP::Date::time2str"}],"data":{"$area":8.39000000000213e-05},"id":"n1669"},{"name":"::Config","children":[{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Config::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":"HTTP::Config::new","$color":6,"excl_time":9.1e-06,"$area":9.1e-06},"id":"1674-HTTP::Config::new"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>HTTP::Config::CORE:sort</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6.5e-06,"subname":"HTTP::Config::CORE:sort","$color":6,"excl_time":6.5e-06,"$area":6.5e-06},"id":"1675-HTTP::Config::CORE:sort"},{"name":"matching","children":[],"data":{"tip":"<p><b>HTTP::Config::matching</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 1.43ms, 0.13%<br />Exclusive time: 265&micro;s, 0.02%</p>","incl_time":0.001426,"subname":"HTTP::Config::matching","$color":6,"excl_time":0.000265100000000202,"$area":0.000265100000000202},"id":"1676-HTTP::Config::matching"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>HTTP::Config::CORE:subst</b></p><p><br />Called 12 times from 2 places in 2 files<br />Inclusive time: 10&micro;s, 0.00%</p>","incl_time":9.7e-06,"subname":"HTTP::Config::CORE:subst","$color":6,"excl_time":9.7e-06,"$area":9.7e-06},"id":"1677-HTTP::Config::CORE:subst"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Config.pm:152]","children":[],"data":{"tip":"<p><b>HTTP::Config::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Config.pm:152]</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 492&micro;s, 0.05%<br />Exclusive time: 119&micro;s, 0.01%</p>","incl_time":0.0004918,"subname":"HTTP::Config::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Config.pm:152]","$color":6,"excl_time":0.000118600000000149,"$area":0.000118600000000149},"id":"1678-HTTP::Config::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/HTTP/Config.pm:152]"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>HTTP::Config::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.2e-05,"subname":"HTTP::Config::BEGIN@4","$color":6,"excl_time":1.2e-05,"$area":1.2e-05},"id":"1679-HTTP::Config::BEGIN@4"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>HTTP::Config::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: 7&micro;s, 0.00%</p>","incl_time":3.38e-05,"subname":"HTTP::Config::BEGIN@5","$color":6,"excl_time":6.80000000000075e-06,"$area":6.80000000000075e-06},"id":"1680-HTTP::Config::BEGIN@5"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>HTTP::Config::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.63e-05,"subname":"HTTP::Config::BEGIN@3","$color":6,"excl_time":1.33999999999721e-05,"$area":1.33999999999721e-05},"id":"1681-HTTP::Config::BEGIN@3"},{"name":"add","children":[],"data":{"tip":"<p><b>HTTP::Config::add</b></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":"HTTP::Config::add","$color":6,"excl_time":4.8e-06,"$area":4.8e-06},"id":"1682-HTTP::Config::add"}],"data":{"$area":0.000446000000000323},"id":"n1673"},{"name":"::Response","children":[{"name":"previous","children":[],"data":{"tip":"<p><b>HTTP::Response::previous</b></p><p><br />Called 3 times 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.74e-05,"subname":"HTTP::Response::previous","$color":8,"excl_time":1.83000000000159e-05,"$area":1.83000000000159e-05},"id":"1684-HTTP::Response::previous"},{"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: 22&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.23e-05,"subname":"HTTP::Response::BEGIN@7","$color":8,"excl_time":1.7100000000017e-05,"$area":1.7100000000017e-05},"id":"1685-HTTP::Response::BEGIN@7"},{"name":"is_success","children":[],"data":{"tip":"<p><b>HTTP::Response::is_success</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 35&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"HTTP::Response::is_success","$color":8,"excl_time":2.08000000000415e-05,"$area":2.08000000000415e-05},"id":"1686-HTTP::Response::is_success"},{"name":"code","children":[],"data":{"tip":"<p><b>HTTP::Response::code</b></p><p><br />Called 9 times from 3 places in 3 files<br />Inclusive time: 105&micro;s, 0.01%<br />Exclusive time: 68&micro;s, 0.01%</p>","incl_time":0.0001046,"subname":"HTTP::Response::code","$color":8,"excl_time":6.81999999999525e-05,"$area":6.81999999999525e-05},"id":"1687-HTTP::Response::code"},{"name":"new","children":[],"data":{"tip":"<p><b>HTTP::Response::new</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 314&micro;s, 0.03%<br />Exclusive time: 126&micro;s, 0.01%</p>","incl_time":0.0003145,"subname":"HTTP::Response::new","$color":8,"excl_time":0.000125799999999958,"$area":0.000125799999999958},"id":"1688-HTTP::Response::new"},{"name":"message","children":[],"data":{"tip":"<p><b>HTTP::Response::message</b></p><p><br />Called 3 times 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.32e-05,"subname":"HTTP::Response::message","$color":8,"excl_time":2.09999999999822e-05,"$area":2.09999999999822e-05},"id":"1689-HTTP::Response::message"},{"name":"redirects","children":[],"data":{"tip":"<p><b>HTTP::Response::redirects</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 60&micro;s, 0.01%<br />Exclusive time: 33&micro;s, 0.00%</p>","incl_time":6.01e-05,"subname":"HTTP::Response::redirects","$color":8,"excl_time":3.26999999999892e-05,"$area":3.26999999999892e-05},"id":"1690-HTTP::Response::redirects"},{"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: 2.52ms, 0.23%<br />Exclusive time: 2.39ms, 0.22%</p>","incl_time":0.0025174,"subname":"HTTP::Response::BEGIN@8","$color":8,"excl_time":0.00239049999999935,"$area":0.00239049999999935},"id":"1691-HTTP::Response::BEGIN@8"},{"name":"request","children":[],"data":{"tip":"<p><b>HTTP::Response::request</b></p><p><br />Called 9 times from 3 places in 3 files<br />Inclusive time: 100&micro;s, 0.01%<br />Exclusive time: 63&micro;s, 0.01%</p>","incl_time":0.0001002,"subname":"HTTP::Response::request","$color":8,"excl_time":6.32999999998826e-05,"$area":6.32999999998826e-05},"id":"1692-HTTP::Response::request"}],"data":{"$area":0.00275769999999919},"id":"n1683"}],"data":{"$area":0.00653529999999971},"id":"n1615"},{"name":"maybe","children":[{"name":"::next","children":[],"data":{"$area":0},"id":"n1694"}],"data":{"$area":0},"id":"n1693"},{"name":"Regexp","children":[{"name":"DESTROY","children":[],"data":{"tip":"<p><b>Regexp::DESTROY</b></p><p><br />Called 4 times from 1 place in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":1.9e-06,"subname":"Regexp::DESTROY","$color":1,"excl_time":1.9e-06,"$area":1.9e-06},"id":"1696-Regexp::DESTROY"}],"data":{"$area":1.9e-06},"id":"n1695"},{"name":"Try","children":[{"name":"::Tiny","children":[{"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: 14&micro;s, 0.00%</p>","incl_time":1.36e-05,"subname":"Try::Tiny::BEGIN@8","$color":3,"excl_time":1.36e-05,"$area":1.36e-05},"id":"1699-Try::Tiny::BEGIN@8"},{"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: 62&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.23e-05,"subname":"Try::Tiny::BEGIN@46","$color":3,"excl_time":8.99999999999388e-06,"$area":8.99999999999388e-06},"id":"1700-Try::Tiny::BEGIN@46"},{"name":"try","children":[],"data":{"tip":"<p><b>Try::Tiny::try</b></p><p><br />Called 292 times from 3 places in 3 files<br />Inclusive time: 40.5ms, 3.71%<br />Exclusive time: 3.22ms, 0.29%<br />Recursion: max depth 1, recursive inclusive time 9.23ms</p>","incl_time":0.0405255,"subname":"Try::Tiny::try","$color":3,"excl_time":0.00321859999999964,"$area":0.00321859999999964},"id":"1701-Try::Tiny::try"},{"name":"catch","children":[],"data":{"tip":"<p><b>Try::Tiny::catch</b></p><p><br />Called 292 times from 3 places in 3 files<br />Inclusive time: 858&micro;s, 0.08%</p>","incl_time":0.000858000000000001,"subname":"Try::Tiny::catch","$color":3,"excl_time":0.000858000000000001,"$area":0.000858000000000001},"id":"1702-Try::Tiny::catch"},{"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: 89&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":8.91e-05,"subname":"Try::Tiny::BEGIN@6","$color":3,"excl_time":1.0399999999999e-05,"$area":1.0399999999999e-05},"id":"1703-Try::Tiny::BEGIN@6"},{"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: 37&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.7e-05,"subname":"Try::Tiny::BEGIN@3","$color":3,"excl_time":2.71000000000068e-05,"$area":2.71000000000068e-05},"id":"1704-Try::Tiny::BEGIN@3"},{"name":"::ScopeGuard","children":[],"data":{"$area":0},"id":"n1705"}],"data":{"$area":0.00413669999999964},"id":"n1698"}],"data":{"$area":0.00413669999999964},"id":"n1697"},{"name":"URI","children":[{"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: 976&micro;s, 0.09%<br />Exclusive time: 882&micro;s, 0.08%</p>","incl_time":0.000975999999999999,"subname":"URI::BEGIN@22","$color":7,"excl_time":0.000881800000000011,"$area":0.000881800000000011},"id":"1707-URI::BEGIN@22"},{"name":"canonical","children":[],"data":{"tip":"<p><b>URI::canonical</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 107&micro;s, 0.01%<br />Exclusive time: 53&micro;s, 0.00%</p>","incl_time":0.0001067,"subname":"URI::canonical","$color":7,"excl_time":5.33000000000188e-05,"$area":5.33000000000188e-05},"id":"1708-URI::canonical"},{"name":"new","children":[],"data":{"tip":"<p><b>URI::new</b></p><p><br />Called 4 times from 2 places in 2 files<br />Inclusive time: 6.06ms, 0.56%<br />Exclusive time: 130&micro;s, 0.01%</p>","incl_time":0.0060632,"subname":"URI::new","$color":7,"excl_time":0.000129900000000303,"$area":0.000129900000000303},"id":"1709-URI::new"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.32e-05,"subname":"URI::BEGIN@4","$color":7,"excl_time":5.79999999999925e-06,"$area":5.79999999999925e-06},"id":"1710-URI::BEGIN@4"},{"name":"_init","children":[],"data":{"tip":"<p><b>URI::_init</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.37ms, 0.22%<br />Exclusive time: 131&micro;s, 0.01%</p>","incl_time":0.0023674,"subname":"URI::_init","$color":7,"excl_time":0.000131499999999932,"$area":0.000131499999999932},"id":"1711-URI::_init"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/URI.pm:24]","children":[],"data":{"tip":"<p><b>URI::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/URI.pm:24]</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.3e-06,"subname":"URI::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/URI.pm:24]","$color":7,"excl_time":9.3e-06,"$area":9.3e-06},"id":"1712-URI::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/URI.pm:24]"},{"name":"_uric_escape","children":[],"data":{"tip":"<p><b>URI::_uric_escape</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 39&micro;s, 0.00%<br />Exclusive time: 27&micro;s, 0.00%</p>","incl_time":3.93e-05,"subname":"URI::_uric_escape","$color":7,"excl_time":2.71000000000933e-05,"$area":2.71000000000933e-05},"id":"1713-URI::_uric_escape"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::CORE:regcomp</b></p><p><br />Called 5 times from 5 places in 2 files<br />Inclusive time: 74&micro;s, 0.01%</p>","incl_time":7.37e-05,"subname":"URI::CORE:regcomp","$color":7,"excl_time":7.37e-05,"$area":7.37e-05},"id":"1714-URI::CORE:regcomp"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::CORE:subst</b></p><p><br />Called 23 times from 8 places in 2 files<br />Inclusive time: 26&micro;s, 0.00%</p>","incl_time":2.59e-05,"subname":"URI::CORE:subst","$color":7,"excl_time":2.59e-05,"$area":2.59e-05},"id":"1715-URI::CORE:subst"},{"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: 3&micro;s, 0.00%</p>","incl_time":3.5e-06,"subname":"URI::BEGIN@21","$color":7,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1716-URI::BEGIN@21"},{"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: 39&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.92e-05,"subname":"URI::BEGIN@7","$color":7,"excl_time":5.79999999998325e-06,"$area":5.79999999998325e-06},"id":"1717-URI::BEGIN@7"},{"name":"BEGIN@127","children":[],"data":{"tip":"<p><b>URI::BEGIN@127</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.73e-05,"subname":"URI::BEGIN@127","$color":7,"excl_time":8.80000000002313e-06,"$area":8.80000000002313e-06},"id":"1718-URI::BEGIN@127"},{"name":"_scheme","children":[],"data":{"tip":"<p><b>URI::_scheme</b></p><p><br />Called 9 times from 2 places in 1 file<br />Inclusive time: 123&micro;s, 0.01%<br />Exclusive time: 75&micro;s, 0.01%</p>","incl_time":0.0001232,"subname":"URI::_scheme","$color":7,"excl_time":7.5199999999841e-05,"$area":7.5199999999841e-05},"id":"1719-URI::_scheme"},{"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":3.1e-06,"subname":"URI::_init_implementor","$color":7,"excl_time":3.1e-06,"$area":3.1e-06},"id":"1720-URI::_init_implementor"},{"name":"as_string","children":[],"data":{"tip":"<p><b>URI::as_string</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.15e-05,"subname":"URI::as_string","$color":7,"excl_time":1.15e-05,"$area":1.15e-05},"id":"1721-URI::as_string"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.71e-05,"subname":"URI::BEGIN@3","$color":7,"excl_time":1.40000000000219e-05,"$area":1.40000000000219e-05},"id":"1722-URI::BEGIN@3"},{"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.01%<br />Exclusive time: 16&micro;s, 0.00%</p>","incl_time":6.74e-05,"subname":"URI::BEGIN@24","$color":7,"excl_time":1.61000000000236e-05,"$area":1.61000000000236e-05},"id":"1723-URI::BEGIN@24"},{"name":"implementor","children":[],"data":{"tip":"<p><b>URI::implementor</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 3.51ms, 0.32%<br />Exclusive time: 3.28ms, 0.30%</p>","incl_time":0.0035083,"subname":"URI::implementor","$color":7,"excl_time":0.0032791999999998,"$area":0.0032791999999998},"id":"1724-URI::implementor"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::CORE:match</b></p><p><br />Called 27 times from 6 places in 2 files<br />Inclusive time: 63&micro;s, 0.01%</p>","incl_time":6.28e-05,"subname":"URI::CORE:match","$color":7,"excl_time":6.28e-05,"$area":6.28e-05},"id":"1725-URI::CORE:match"},{"name":"scheme","children":[],"data":{"tip":"<p><b>URI::scheme</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 116&micro;s, 0.01%<br />Exclusive time: 41&micro;s, 0.00%</p>","incl_time":0.0001156,"subname":"URI::scheme","$color":7,"excl_time":4.119999999997e-05,"$area":4.119999999997e-05},"id":"1726-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: 55&micro;s, 0.01%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":5.49e-05,"subname":"URI::BEGIN@13","$color":7,"excl_time":5.79999999997588e-06,"$area":5.79999999997588e-06},"id":"1727-URI::BEGIN@13"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.56e-05,"subname":"URI::_punycode::BEGIN@16","$color":9,"excl_time":6.60000000005426e-06,"$area":6.60000000005426e-06},"id":"1729-URI::_punycode::BEGIN@16"},{"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: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"URI::_punycode::BEGIN@17","$color":9,"excl_time":5.99999999994637e-06,"$area":5.99999999994637e-06},"id":"1730-URI::_punycode::BEGIN@17"},{"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.47e-05,"subname":"URI::_punycode::BEGIN@20","$color":9,"excl_time":5.80000000000162e-06,"$area":5.80000000000162e-06},"id":"1731-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: 9&micro;s, 0.00%</p>","incl_time":1.27e-05,"subname":"URI::_punycode::BEGIN@10","$color":9,"excl_time":8.99999999994912e-06,"$area":8.99999999994912e-06},"id":"1732-URI::_punycode::BEGIN@10"},{"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: 29&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.94e-05,"subname":"URI::_punycode::BEGIN@18","$color":9,"excl_time":5.70000000004014e-06,"$area":5.70000000004014e-06},"id":"1733-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 2 files<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"URI::_punycode::CORE:qr","$color":9,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1734-URI::_punycode::CORE:qr"},{"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: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"URI::_punycode::BEGIN@3","$color":9,"excl_time":1.34000000000363e-05,"$area":1.34000000000363e-05},"id":"1735-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: 63&micro;s, 0.01%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":6.31e-05,"subname":"URI::_punycode::BEGIN@14","$color":9,"excl_time":8.69999999999001e-06,"$area":8.69999999999001e-06},"id":"1736-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: 28&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.85e-05,"subname":"URI::_punycode::BEGIN@19","$color":9,"excl_time":5.59999999995212e-06,"$area":5.59999999995212e-06},"id":"1737-URI::_punycode::BEGIN@19"},{"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: 32&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":3.16e-05,"subname":"URI::_punycode::BEGIN@15","$color":9,"excl_time":6.20000000004676e-06,"$area":6.20000000004676e-06},"id":"1738-URI::_punycode::BEGIN@15"}],"data":{"$area":7.26000000000167e-05},"id":"n1728"},{"name":"::_server","children":[{"name":"port","children":[],"data":{"tip":"<p><b>URI::_server::port</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 86&micro;s, 0.01%<br />Exclusive time: 36&micro;s, 0.00%</p>","incl_time":8.56e-05,"subname":"URI::_server::port","$color":0,"excl_time":3.6000000000128e-05,"$area":3.6000000000128e-05},"id":"1740-URI::_server::port"},{"name":"_port","children":[],"data":{"tip":"<p><b>URI::_server::_port</b></p><p><br />Called 6 times from 2 places in 1 file<br />Inclusive time: 112&micro;s, 0.01%<br />Exclusive time: 63&micro;s, 0.01%</p>","incl_time":0.0001121,"subname":"URI::_server::_port","$color":0,"excl_time":6.31000000001453e-05,"$area":6.31000000001453e-05},"id":"1741-URI::_server::_port"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::_server::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.39e-05,"subname":"URI::_server::CORE:regcomp","$color":0,"excl_time":1.39e-05,"$area":1.39e-05},"id":"1742-URI::_server::CORE:regcomp"},{"name":"_host_escape","children":[],"data":{"tip":"<p><b>URI::_server::_host_escape</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.03ms, 0.19%<br />Exclusive time: 461&micro;s, 0.04%</p>","incl_time":0.0020301,"subname":"URI::_server::_host_escape","$color":0,"excl_time":0.000460599999999888,"$area":0.000460599999999888},"id":"1743-URI::_server::_host_escape"},{"name":"host","children":[],"data":{"tip":"<p><b>URI::_server::host</b></p><p><br />Called 9 times from 3 places in 3 files<br />Inclusive time: 403&micro;s, 0.04%<br />Exclusive time: 156&micro;s, 0.01%</p>","incl_time":0.0004027,"subname":"URI::_server::host","$color":0,"excl_time":0.000155899999999898,"$area":0.000155899999999898},"id":"1744-URI::_server::host"},{"name":"_uric_escape","children":[],"data":{"tip":"<p><b>URI::_server::_uric_escape</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 2.22ms, 0.20%<br />Exclusive time: 115&micro;s, 0.01%</p>","incl_time":0.0022171,"subname":"URI::_server::_uric_escape","$color":0,"excl_time":0.000115000000000115,"$area":0.000115000000000115},"id":"1745-URI::_server::_uric_escape"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::_server::CORE:subst</b></p><p><br />Called 35 times from 5 places in 2 files<br />Inclusive time: 19&micro;s, 0.00%</p>","incl_time":1.92e-05,"subname":"URI::_server::CORE:subst","$color":0,"excl_time":1.92e-05,"$area":1.92e-05},"id":"1746-URI::_server::CORE:subst"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"URI::_server::BEGIN@5","$color":0,"excl_time":1.45999999999721e-05,"$area":1.45999999999721e-05},"id":"1747-URI::_server::BEGIN@5"},{"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: 49&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":4.88e-05,"subname":"URI::_server::BEGIN@6","$color":0,"excl_time":7.89999999998963e-06,"$area":7.89999999998963e-06},"id":"1748-URI::_server::BEGIN@6"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::_server::CORE:match</b></p><p><br />Called 17 times from 4 places in 2 files<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"URI::_server::CORE:match","$color":0,"excl_time":2.48e-05,"$area":2.48e-05},"id":"1749-URI::_server::CORE:match"},{"name":"canonical","children":[],"data":{"tip":"<p><b>URI::_server::canonical</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 411&micro;s, 0.04%<br />Exclusive time: 87&micro;s, 0.01%</p>","incl_time":0.0004112,"subname":"URI::_server::canonical","$color":0,"excl_time":8.71000000001727e-05,"$area":8.71000000001727e-05},"id":"1750-URI::_server::canonical"}],"data":{"$area":0.000998100000000308},"id":"n1739"},{"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: 17&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":1.69e-05,"subname":"URI::_query::BEGIN@3","$color":2,"excl_time":1.39000000000248e-05,"$area":1.39000000000248e-05},"id":"1752-URI::_query::BEGIN@3"},{"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: 3&micro;s, 0.00%</p>","incl_time":2.6e-06,"subname":"URI::_query::BEGIN@4","$color":2,"excl_time":2.6e-06,"$area":2.6e-06},"id":"1753-URI::_query::BEGIN@4"},{"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: 36&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.62e-05,"subname":"URI::_query::BEGIN@5","$color":2,"excl_time":6.69999999998437e-06,"$area":6.69999999998437e-06},"id":"1754-URI::_query::BEGIN@5"}],"data":{"$area":2.32000000000091e-05},"id":"n1751"},{"name":"::Escape","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::Escape::CORE:subst</b></p><p><br />Called 33 times from 3 places in 3 files<br />Inclusive time: 37&micro;s, 0.00%</p>","incl_time":3.68e-05,"subname":"URI::Escape::CORE:subst","$color":4,"excl_time":3.68e-05,"$area":3.68e-05},"id":"1756-URI::Escape::CORE:subst"},{"name":"uri_unescape","children":[],"data":{"tip":"<p><b>URI::Escape::uri_unescape</b></p><p><br />Called 9 times from 1 place in 1 file<br />Inclusive time: 69&micro;s, 0.01%<br />Exclusive time: 65&micro;s, 0.01%</p>","incl_time":6.93e-05,"subname":"URI::Escape::uri_unescape","$color":4,"excl_time":6.4500000000195e-05,"$area":6.4500000000195e-05},"id":"1757-URI::Escape::uri_unescape"},{"name":"uri_escape","children":[],"data":{"tip":"<p><b>URI::Escape::uri_escape</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 478&micro;s, 0.04%<br />Exclusive time: 288&micro;s, 0.03%</p>","incl_time":0.0004779,"subname":"URI::Escape::uri_escape","$color":4,"excl_time":0.000287700000000304,"$area":0.000287700000000304},"id":"1758-URI::Escape::uri_escape"},{"name":"BEGIN@2","children":[],"data":{"tip":"<p><b>URI::Escape::BEGIN@2</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.6e-05,"subname":"URI::Escape::BEGIN@2","$color":4,"excl_time":1.32999999999779e-05,"$area":1.32999999999779e-05},"id":"1759-URI::Escape::BEGIN@2"},{"name":"BEGIN@142","children":[],"data":{"tip":"<p><b>URI::Escape::BEGIN@142</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 21&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":2.12e-05,"subname":"URI::Escape::BEGIN@142","$color":4,"excl_time":6.000000000007e-06,"$area":6.000000000007e-06},"id":"1760-URI::Escape::BEGIN@142"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>URI::Escape::CORE:substcont</b></p><p><br />Called 15 times from 1 place in 2 files<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.08e-05,"subname":"URI::Escape::CORE:substcont","$color":4,"excl_time":2.08e-05,"$area":2.08e-05},"id":"1761-URI::Escape::CORE:substcont"},{"name":"BEGIN@141","children":[],"data":{"tip":"<p><b>URI::Escape::BEGIN@141</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 54&micro;s, 0.00%<br />Exclusive time: 6&micro;s, 0.00%</p>","incl_time":5.37e-05,"subname":"URI::Escape::BEGIN@141","$color":4,"excl_time":6.30000000002476e-06,"$area":6.30000000002476e-06},"id":"1762-URI::Escape::BEGIN@141"},{"name":"uri_escape_utf8","children":[],"data":{"tip":"<p><b>URI::Escape::uri_escape_utf8</b></p><p><br />Called 23 times from 2 places in 1 file<br />Inclusive time: 670&micro;s, 0.06%<br />Exclusive time: 172&micro;s, 0.02%</p>","incl_time":0.0006704,"subname":"URI::Escape::uri_escape_utf8","$color":4,"excl_time":0.000171500000000142,"$area":0.000171500000000142},"id":"1763-URI::Escape::uri_escape_utf8"},{"name":"BEGIN@150","children":[],"data":{"tip":"<p><b>URI::Escape::BEGIN@150</b></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":"URI::Escape::BEGIN@150","$color":4,"excl_time":3.3e-06,"$area":3.3e-06},"id":"1764-URI::Escape::BEGIN@150"},{"name":"__ANON__[(eval 0)[/usr/local/lib/perl5/site_perl/5.10.1/URI/Escape.pm:167]:1]","children":[],"data":{"tip":"<p><b>URI::Escape::__ANON__[(eval 0)[/usr/local/lib/perl5/site_perl/5.10.1/URI/Escape.pm:167]:1]</b></p><p><br />Called 23 times from 1 place in 1 file<br />Inclusive time: 189&micro;s, 0.02%<br />Exclusive time: 137&micro;s, 0.01%</p>","incl_time":0.0001891,"subname":"URI::Escape::__ANON__[(eval 0)[/usr/local/lib/perl5/site_perl/5.10.1/URI/Escape.pm:167]:1]","$color":4,"excl_time":0.000137399999999901,"$area":0.000137399999999901},"id":"1765-URI::Escape::__ANON__[(eval 0)[/usr/local/lib/perl5/site_perl/5.10.1/URI/Escape.pm:167]:1]"}],"data":{"$area":0.000747600000000552},"id":"n1755"},{"name":"::_generic","children":[{"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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.82e-05,"subname":"URI::_generic::BEGIN@6","$color":6,"excl_time":1.50999999999664e-05,"$area":1.50999999999664e-05},"id":"1767-URI::_generic::BEGIN@6"},{"name":"path_query","children":[],"data":{"tip":"<p><b>URI::_generic::path_query</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 21&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"URI::_generic::path_query","$color":6,"excl_time":2.11999999999221e-05,"$area":2.11999999999221e-05},"id":"1768-URI::_generic::path_query"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::_generic::CORE:regcomp</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 24&micro;s, 0.00%</p>","incl_time":2.41e-05,"subname":"URI::_generic::CORE:regcomp","$color":6,"excl_time":2.41e-05,"$area":2.41e-05},"id":"1769-URI::_generic::CORE:regcomp"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>URI::_generic::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"URI::_generic::BEGIN@8","$color":6,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1770-URI::_generic::BEGIN@8"},{"name":"path","children":[],"data":{"tip":"<p><b>URI::_generic::path</b></p><p><br />Called 3 times 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.61e-05,"subname":"URI::_generic::path","$color":6,"excl_time":2.66999999999517e-05,"$area":2.66999999999517e-05},"id":"1771-URI::_generic::path"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>URI::_generic::CORE:subst</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 7&micro;s, 0.00%</p>","incl_time":7.1e-06,"subname":"URI::_generic::CORE:subst","$color":6,"excl_time":7.1e-06,"$area":7.1e-06},"id":"1772-URI::_generic::CORE:subst"},{"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: 31&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":3.07e-05,"subname":"URI::_generic::BEGIN@7","$color":6,"excl_time":6.60000000002863e-06,"$area":6.60000000002863e-06},"id":"1773-URI::_generic::BEGIN@7"},{"name":"authority","children":[],"data":{"tip":"<p><b>URI::_generic::authority</b></p><p><br />Called 21 times from 4 places in 3 files<br />Inclusive time: 291&micro;s, 0.03%<br />Exclusive time: 171&micro;s, 0.02%</p>","incl_time":0.0002913,"subname":"URI::_generic::authority","$color":6,"excl_time":0.000171200000000377,"$area":0.000171200000000377},"id":"1774-URI::_generic::authority"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::_generic::CORE:match</b></p><p><br />Called 27 times from 3 places in 2 files<br />Inclusive time: 114&micro;s, 0.01%</p>","incl_time":0.0001139,"subname":"URI::_generic::CORE:match","$color":6,"excl_time":0.0001139,"$area":0.0001139},"id":"1775-URI::_generic::CORE:match"}],"data":{"$area":0.000389600000000246},"id":"n1766"},{"name":"::http","children":[{"name":"default_port","children":[],"data":{"tip":"<p><b>URI::http::default_port</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":6e-06,"subname":"URI::http::default_port","$color":8,"excl_time":6e-06,"$area":6e-06},"id":"1777-URI::http::default_port"},{"name":"canonical","children":[],"data":{"tip":"<p><b>URI::http::canonical</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 583&micro;s, 0.05%<br />Exclusive time: 109&micro;s, 0.01%</p>","incl_time":0.000583,"subname":"URI::http::canonical","$color":8,"excl_time":0.000109299999999979,"$area":0.000109299999999979},"id":"1778-URI::http::canonical"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.31e-05,"subname":"URI::http::BEGIN@6","$color":8,"excl_time":1.71000000000495e-05,"$area":1.71000000000495e-05},"id":"1779-URI::http::BEGIN@6"}],"data":{"$area":0.000132400000000028},"id":"n1776"},{"name":"::_idna","children":[{"name":"check_size","children":[],"data":{"tip":"<p><b>URI::_idna::check_size</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 33&micro;s, 0.00%</p>","incl_time":3.31e-05,"subname":"URI::_idna::check_size","$color":10,"excl_time":3.31e-05,"$area":3.31e-05},"id":"1781-URI::_idna::check_size"},{"name":"ToASCII","children":[],"data":{"tip":"<p><b>URI::_idna::ToASCII</b></p><p><br />Called 12 times from 1 place in 1 file<br />Inclusive time: 155&micro;s, 0.01%<br />Exclusive time: 95&micro;s, 0.01%</p>","incl_time":0.0001549,"subname":"URI::_idna::ToASCII","$color":10,"excl_time":9.45999999999869e-05,"$area":9.45999999999869e-05},"id":"1782-URI::_idna::ToASCII"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>URI::_idna::CORE:match</b></p><p><br />Called 12 times from 1 place in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.32e-05,"subname":"URI::_idna::CORE:match","$color":10,"excl_time":1.32e-05,"$area":1.32e-05},"id":"1783-URI::_idna::CORE:match"},{"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: 21&micro;s, 0.00%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":2.13e-05,"subname":"URI::_idna::BEGIN@6","$color":10,"excl_time":1.81999999999664e-05,"$area":1.81999999999664e-05},"id":"1784-URI::_idna::BEGIN@6"},{"name":"encode","children":[],"data":{"tip":"<p><b>URI::_idna::encode</b></p><p><br />Called 4 times from 1 place in 1 file<br />Inclusive time: 237&micro;s, 0.02%<br />Exclusive time: 82&micro;s, 0.01%</p>","incl_time":0.0002373,"subname":"URI::_idna::encode","$color":10,"excl_time":8.23999999998201e-05,"$area":8.23999999998201e-05},"id":"1785-URI::_idna::encode"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>URI::_idna::CORE:regcomp</b></p><p><br />Called 12 times from 1 place in 2 files<br />Inclusive time: 14&micro;s, 0.00%</p>","incl_time":1.4e-05,"subname":"URI::_idna::CORE:regcomp","$color":10,"excl_time":1.4e-05,"$area":1.4e-05},"id":"1786-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: 7&micro;s, 0.00%</p>","incl_time":2.97e-05,"subname":"URI::_idna::BEGIN@8","$color":10,"excl_time":7.19999999996362e-06,"$area":7.19999999996362e-06},"id":"1787-URI::_idna::BEGIN@8"},{"name":"CORE:qr","children":[],"data":{"tip":"<p><b>URI::_idna::CORE:qr</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 2&micro;s, 0.00%</p>","incl_time":2.3e-06,"subname":"URI::_idna::CORE:qr","$color":10,"excl_time":2.3e-06,"$area":2.3e-06},"id":"1788-URI::_idna::CORE:qr"},{"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.28ms, 0.12%<br />Exclusive time: 947&micro;s, 0.09%</p>","incl_time":0.0012753,"subname":"URI::_idna::BEGIN@7","$color":10,"excl_time":0.000947099999999888,"$area":0.000947099999999888},"id":"1789-URI::_idna::BEGIN@7"}],"data":{"$area":0.00121209999999963},"id":"n1780"}],"data":{"$area":0.00844090000000078},"id":"n1706"},{"name":"Net","children":[{"name":"::HTTP","children":[{"name":"http_connect","children":[],"data":{"tip":"<p><b>Net::HTTP::http_connect</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 124ms, 11.34%<br />Exclusive time: 22&micro;s, 0.00%</p>","incl_time":0.1238242,"subname":"Net::HTTP::http_connect","$color":1,"excl_time":2.21999999999167e-05,"$area":2.21999999999167e-05},"id":"1792-Net::HTTP::http_connect"},{"name":"new","children":[],"data":{"tip":"<p><b>Net::HTTP::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 124ms, 11.40%<br />Exclusive time: 38&micro;s, 0.00%</p>","incl_time":0.1244755,"subname":"Net::HTTP::new","$color":1,"excl_time":3.83000000000952e-05,"$area":3.83000000000952e-05},"id":"1793-Net::HTTP::new"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Net::HTTP::BEGIN@4</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 74&micro;s, 0.01%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":7.43e-05,"subname":"Net::HTTP::BEGIN@4","$color":1,"excl_time":1.24999999999992e-05,"$area":1.24999999999992e-05},"id":"1794-Net::HTTP::BEGIN@4"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Net::HTTP::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: 31&micro;s, 0.00%</p>","incl_time":3.48e-05,"subname":"Net::HTTP::BEGIN@3","$color":1,"excl_time":3.09000000000544e-05,"$area":3.09000000000544e-05},"id":"1795-Net::HTTP::BEGIN@3"},{"name":"configure","children":[],"data":{"tip":"<p><b>Net::HTTP::configure</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 124ms, 11.37%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":0.1241239,"subname":"Net::HTTP::configure","$color":1,"excl_time":1.98999999998853e-05,"$area":1.98999999998853e-05},"id":"1796-Net::HTTP::configure"},{"name":"::Methods","children":[{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:19]","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:19]</b></p><p><br />Called 3 times 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.82e-05,"subname":"Net::HTTP::Methods::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:19]","$color":3,"excl_time":2.33000000000256e-05,"$area":2.33000000000256e-05},"id":"1798-Net::HTTP::Methods::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:19]"},{"name":"get_trailers","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::get_trailers</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.39e-05,"subname":"Net::HTTP::Methods::get_trailers","$color":3,"excl_time":1.39e-05,"$area":1.39e-05},"id":"1799-Net::HTTP::Methods::get_trailers"},{"name":"BEGIN@555","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::BEGIN@555</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":"Net::HTTP::Methods::BEGIN@555","$color":3,"excl_time":7.3e-06,"$area":7.3e-06},"id":"1800-Net::HTTP::Methods::BEGIN@555"},{"name":"read_entity_body","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::read_entity_body</b></p><p><br />Called 7 times from 1 place in 1 file<br />Inclusive time: 646&micro;s, 0.06%<br />Exclusive time: 255&micro;s, 0.02%</p>","incl_time":0.0006456,"subname":"Net::HTTP::Methods::read_entity_body","$color":3,"excl_time":0.000255100000000151,"$area":0.000255100000000151},"id":"1801-Net::HTTP::Methods::read_entity_body"},{"name":"my_read","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::my_read</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 115&micro;s, 0.01%<br />Exclusive time: 50&micro;s, 0.00%</p>","incl_time":0.0001148,"subname":"Net::HTTP::Methods::my_read","$color":3,"excl_time":4.96999999999599e-05,"$area":4.96999999999599e-05},"id":"1802-Net::HTTP::Methods::my_read"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::CORE:subst</b></p><p><br />Called 41 times from 7 places in 2 files<br />Inclusive time: 135&micro;s, 0.01%</p>","incl_time":0.000135,"subname":"Net::HTTP::Methods::CORE:subst","$color":3,"excl_time":0.000135,"$area":0.000135},"id":"1803-Net::HTTP::Methods::CORE:subst"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 27&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":2.66e-05,"subname":"Net::HTTP::Methods::BEGIN@6","$color":3,"excl_time":6.70000000003839e-06,"$area":6.70000000003839e-06},"id":"1804-Net::HTTP::Methods::BEGIN@6"},{"name":"http_version","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::http_version</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.77e-05,"subname":"Net::HTTP::Methods::http_version","$color":3,"excl_time":1.77e-05,"$area":1.77e-05},"id":"1805-Net::HTTP::Methods::http_version"},{"name":"my_readline","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::my_readline</b></p><p><br />Called 26 times from 4 places in 1 file<br />Inclusive time: 175ms, 16.02%<br />Exclusive time: 472&micro;s, 0.04%</p>","incl_time":0.1749951,"subname":"Net::HTTP::Methods::my_readline","$color":3,"excl_time":0.000472399999999972,"$area":0.000472399999999972},"id":"1806-Net::HTTP::Methods::my_readline"},{"name":"__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:104]","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:104]</b></p><p><br />Called 21 times from 9 places in 2 files<br />Inclusive time: 102&micro;s, 0.01%</p>","incl_time":0.0001015,"subname":"Net::HTTP::Methods::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:104]","$color":3,"excl_time":0.0001015,"$area":0.0001015},"id":"1807-Net::HTTP::Methods::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm:104]"},{"name":"BEGIN@98","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::BEGIN@98</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":"Net::HTTP::Methods::BEGIN@98","$color":3,"excl_time":7.89999999994774e-06,"$area":7.89999999994774e-06},"id":"1808-Net::HTTP::Methods::BEGIN@98"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::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: 14&micro;s, 0.00%</p>","incl_time":1.74e-05,"subname":"Net::HTTP::Methods::BEGIN@5","$color":3,"excl_time":1.42999999999664e-05,"$area":1.42999999999664e-05},"id":"1809-Net::HTTP::Methods::BEGIN@5"},{"name":"gunzip_ok","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::gunzip_ok</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 37.6ms, 3.45%<br />Exclusive time: 1.21ms, 0.11%</p>","incl_time":0.0376327,"subname":"Net::HTTP::Methods::gunzip_ok","$color":3,"excl_time":0.00121319999999995,"$area":0.00121319999999995},"id":"1810-Net::HTTP::Methods::gunzip_ok"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::CORE:match</b></p><p><br />Called 28 times from 6 places in 2 files<br />Inclusive time: 86&micro;s, 0.01%</p>","incl_time":8.64e-05,"subname":"Net::HTTP::Methods::CORE:match","$color":3,"excl_time":8.64e-05,"$area":8.64e-05},"id":"1811-Net::HTTP::Methods::CORE:match"},{"name":"http_configure","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::http_configure</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 124ms, 11.36%<br />Exclusive time: 192&micro;s, 0.02%</p>","incl_time":0.124104,"subname":"Net::HTTP::Methods::http_configure","$color":3,"excl_time":0.000192300000000048,"$area":0.000192300000000048},"id":"1812-Net::HTTP::Methods::http_configure"},{"name":"_read_header_lines","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::_read_header_lines</b></p><p><br />Called 5 times from 2 places in 1 file<br />Inclusive time: 544&micro;s, 0.05%<br />Exclusive time: 229&micro;s, 0.02%</p>","incl_time":0.0005438,"subname":"Net::HTTP::Methods::_read_header_lines","$color":3,"excl_time":0.000229299999999894,"$area":0.000229299999999894},"id":"1813-Net::HTTP::Methods::_read_header_lines"},{"name":"read_response_headers","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::read_response_headers</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 175ms, 16.06%<br />Exclusive time: 297&micro;s, 0.03%</p>","incl_time":0.1753422,"subname":"Net::HTTP::Methods::read_response_headers","$color":3,"excl_time":0.000296799999999875,"$area":0.000296799999999875},"id":"1814-Net::HTTP::Methods::read_response_headers"},{"name":"http_default_port","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::http_default_port</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":"Net::HTTP::Methods::http_default_port","$color":3,"excl_time":3.5e-06,"$area":3.5e-06},"id":"1815-Net::HTTP::Methods::http_default_port"},{"name":"format_request","children":[],"data":{"tip":"<p><b>Net::HTTP::Methods::format_request</b></p><p><br />Called 3 times from 1 place in 1 file<br />Inclusive time: 37.9ms, 3.47%<br />Exclusive time: 240&micro;s, 0.02%</p>","incl_time":0.0379286,"subname":"Net::HTTP::Methods::format_request","$color":3,"excl_time":0.000239600000000139,"$area":0.000239600000000139},"id":"1816-Net::HTTP::Methods::format_request"}],"data":{"$area":0.00336589999999996},"id":"n1797"}],"data":{"$area":0.00348969999999991},"id":"n1791"}],"data":{"$area":0.00348969999999991},"id":"n1790"},{"name":"version","children":[{"name":"(bool","children":[],"data":{"tip":"<p><b>version::(bool</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.06e-05,"subname":"version::(bool","$color":5,"excl_time":1.06e-05,"$area":1.06e-05},"id":"1818-version::(bool"},{"name":"(cmp","children":[],"data":{"tip":"<p><b>version::(cmp</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 12&micro;s, 0.00%</p>","incl_time":1.2e-05,"subname":"version::(cmp","$color":5,"excl_time":1.2e-05,"$area":1.2e-05},"id":"1819-version::(cmp"}],"data":{"$area":2.26e-05},"id":"n1817"},{"name":"constant","children":[{"name":"BEGIN@101","children":[],"data":{"tip":"<p><b>constant::BEGIN@101</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 24&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.36e-05,"subname":"constant::BEGIN@101","$color":7,"excl_time":9.20000000000225e-06,"$area":9.20000000000225e-06},"id":"1821-constant::BEGIN@101"},{"name":"import","children":[],"data":{"tip":"<p><b>constant::import</b></p><p><br />Called 86 times from 86 places in 7 files<br />Inclusive time: 2.58ms, 0.24%<br />Exclusive time: 2.13ms, 0.20%</p>","incl_time":0.002583,"subname":"constant::import","$color":7,"excl_time":0.00212990000000002,"$area":0.00212990000000002},"id":"1822-constant::import"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":1.75e-05,"subname":"constant::BEGIN@3","$color":7,"excl_time":1.27000000000007e-05,"$area":1.27000000000007e-05},"id":"1823-constant::BEGIN@3"},{"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: 100&micro;s, 0.01%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":0.0001001,"subname":"constant::BEGIN@4","$color":7,"excl_time":1.11999999999971e-05,"$area":1.11999999999971e-05},"id":"1824-constant::BEGIN@4"},{"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: 63&micro;s, 0.01%<br />Exclusive time: 10&micro;s, 0.00%</p>","incl_time":6.33e-05,"subname":"constant::BEGIN@6","$color":7,"excl_time":1.01999999999996e-05,"$area":1.01999999999996e-05},"id":"1825-constant::BEGIN@6"},{"name":"CORE:match","children":[],"data":{"tip":"<p><b>constant::CORE:match</b></p><p><br />Called 86 times from 1 place in 2 files<br />Inclusive time: 186&micro;s, 0.02%</p>","incl_time":0.0001861,"subname":"constant::CORE:match","$color":7,"excl_time":0.0001861,"$area":0.0001861},"id":"1826-constant::CORE:match"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>constant::CORE:regcomp</b></p><p><br />Called 86 times from 1 place in 2 files<br />Inclusive time: 67&micro;s, 0.01%</p>","incl_time":6.72e-05,"subname":"constant::CORE:regcomp","$color":7,"excl_time":6.72e-05,"$area":6.72e-05},"id":"1827-constant::CORE:regcomp"},{"name":"BEGIN@38","children":[],"data":{"tip":"<p><b>constant::BEGIN@38</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 30&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":3.03e-05,"subname":"constant::BEGIN@38","$color":7,"excl_time":9.30000000000675e-06,"$area":9.30000000000675e-06},"id":"1828-constant::BEGIN@38"},{"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: 84&micro;s, 0.01%</p>","incl_time":8.39e-05,"subname":"constant::BEGIN@2","$color":7,"excl_time":8.39e-05,"$area":8.39e-05},"id":"1829-constant::BEGIN@2"}],"data":{"$area":0.00251970000000002},"id":"n1820"},{"name":"Exporter","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Exporter::CORE:match</b></p><p><br />Called 752 times from 1 place in 2 files<br />Inclusive time: 252&micro;s, 0.02%</p>","incl_time":0.000251900000000002,"subname":"Exporter::CORE:match","$color":9,"excl_time":0.000251900000000002,"$area":0.000251900000000002},"id":"1831-Exporter::CORE:match"},{"name":"as_heavy","children":[],"data":{"tip":"<p><b>Exporter::as_heavy</b></p><p><br />Called 18 times from 3 places in 1 file<br />Inclusive time: 2.64ms, 0.24%<br />Exclusive time: 2.52ms, 0.23%</p>","incl_time":0.0026426,"subname":"Exporter::as_heavy","$color":9,"excl_time":0.00251540000000015,"$area":0.00251540000000015},"id":"1832-Exporter::as_heavy"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Exporter::CORE:subst</b></p><p><br />Called 374 times from 2 places in 2 files<br />Inclusive time: 118&micro;s, 0.01%</p>","incl_time":0.0001179,"subname":"Exporter::CORE:subst","$color":9,"excl_time":0.0001179,"$area":0.0001179},"id":"1833-Exporter::CORE:subst"},{"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: 42&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":4.16e-05,"subname":"Exporter::export_ok_tags","$color":9,"excl_time":1.11000000000666e-05,"$area":1.11000000000666e-05},"id":"1834-Exporter::export_ok_tags"},{"name":"export_to_level","children":[],"data":{"tip":"<p><b>Exporter::export_to_level</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 2.47ms, 0.23%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.0024703,"subname":"Exporter::export_to_level","$color":9,"excl_time":1.53999999999731e-05,"$area":1.53999999999731e-05},"id":"1835-Exporter::export_to_level"},{"name":"import","children":[],"data":{"tip":"<p><b>Exporter::import</b></p><p><br />Called 142 times from 142 places in 77 files<br />Inclusive time: 8.68ms, 0.79%<br />Exclusive time: 7.30ms, 0.67%</p>","incl_time":0.00867719999999999,"subname":"Exporter::import","$color":9,"excl_time":0.00730220000001305,"$area":0.00730220000001305},"id":"1836-Exporter::import"},{"name":"export","children":[],"data":{"tip":"<p><b>Exporter::export</b></p><p><br />Called 14 times from 5 places in 4 files<br />Inclusive time: 222&micro;s, 0.02%<br />Exclusive time: 65&micro;s, 0.01%</p>","incl_time":0.0002219,"subname":"Exporter::export","$color":9,"excl_time":6.47000000000038e-05,"$area":6.47000000000038e-05},"id":"1837-Exporter::export"},{"name":"::Heavy","children":[{"name":"CORE:match","children":[],"data":{"tip":"<p><b>Exporter::Heavy::CORE:match</b></p><p><br />Called 17 times from 3 places in 2 files<br />Inclusive time: 11&micro;s, 0.00%</p>","incl_time":1.07e-05,"subname":"Exporter::Heavy::CORE:match","$color":0,"excl_time":1.07e-05,"$area":1.07e-05},"id":"1839-Exporter::Heavy::CORE:match"},{"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: 32&micro;s, 0.00%<br />Exclusive time: 11&micro;s, 0.00%</p>","incl_time":3.15e-05,"subname":"Exporter::Heavy::heavy_export_ok_tags","$color":0,"excl_time":1.12000000000269e-05,"$area":1.12000000000269e-05},"id":"1840-Exporter::Heavy::heavy_export_ok_tags"},{"name":"heavy_export_to_level","children":[],"data":{"tip":"<p><b>Exporter::Heavy::heavy_export_to_level</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 456&micro;s, 0.04%<br />Exclusive time: 34&micro;s, 0.00%</p>","incl_time":0.0004557,"subname":"Exporter::Heavy::heavy_export_to_level","$color":0,"excl_time":3.35999999999428e-05,"$area":3.35999999999428e-05},"id":"1841-Exporter::Heavy::heavy_export_to_level"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Exporter::Heavy::CORE:subst</b></p><p><br />Called 589 times from 4 places in 2 files<br />Inclusive time: 206&micro;s, 0.02%</p>","incl_time":0.0002061,"subname":"Exporter::Heavy::CORE:subst","$color":0,"excl_time":0.0002061,"$area":0.0002061},"id":"1842-Exporter::Heavy::CORE:subst"},{"name":"heavy_export","children":[],"data":{"tip":"<p><b>Exporter::Heavy::heavy_export</b></p><p><br />Called 14 times from 1 place in 1 file<br />Inclusive time: 2.99ms, 0.27%<br />Exclusive time: 2.69ms, 0.25%</p>","incl_time":0.0029863,"subname":"Exporter::Heavy::heavy_export","$color":0,"excl_time":0.00269440000001757,"$area":0.00269440000001757},"id":"1843-Exporter::Heavy::heavy_export"},{"name":"_push_tags","children":[],"data":{"tip":"<p><b>Exporter::Heavy::_push_tags</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 20&micro;s, 0.00%</p>","incl_time":2.03e-05,"subname":"Exporter::Heavy::_push_tags","$color":0,"excl_time":2.03e-05,"$area":2.03e-05},"id":"1844-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: 25&micro;s, 0.00%<br />Exclusive time: 20&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"Exporter::Heavy::BEGIN@3","$color":0,"excl_time":1.95000000000003e-05,"$area":1.95000000000003e-05},"id":"1845-Exporter::Heavy::BEGIN@3"},{"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.25e-05,"subname":"Exporter::Heavy::BEGIN@4","$color":0,"excl_time":7.39999999999947e-06,"$area":7.39999999999947e-06},"id":"1846-Exporter::Heavy::BEGIN@4"},{"name":"_rebuild_cache","children":[],"data":{"tip":"<p><b>Exporter::Heavy::_rebuild_cache</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 80&micro;s, 0.01%<br />Exclusive time: 75&micro;s, 0.01%</p>","incl_time":7.95e-05,"subname":"Exporter::Heavy::_rebuild_cache","$color":0,"excl_time":7.51000000018719e-05,"$area":7.51000000018719e-05},"id":"1847-Exporter::Heavy::_rebuild_cache"},{"name":"BEGIN@200","children":[],"data":{"tip":"<p><b>Exporter::Heavy::BEGIN@200</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":"Exporter::Heavy::BEGIN@200","$color":0,"excl_time":1.18000000000002e-05,"$area":1.18000000000002e-05},"id":"1848-Exporter::Heavy::BEGIN@200"}],"data":{"$area":0.00309010000001941},"id":"n1838"}],"data":{"$area":0.0133687000000327},"id":"n1830"},{"name":"utf8","children":[{"name":"import","children":[],"data":{"tip":"<p><b>utf8::import</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":"utf8::import","$color":2,"excl_time":8.7e-06,"$area":8.7e-06},"id":"1850-utf8::import"},{"name":"downgrade","children":[],"data":{"tip":"<p><b>utf8::downgrade</b></p><p><br />Called 10 times from 2 places in 3 files<br />Inclusive time: 22&micro;s, 0.00%</p>","incl_time":2.15e-05,"subname":"utf8::downgrade","$color":2,"excl_time":2.15e-05,"$area":2.15e-05},"id":"1851-utf8::downgrade"},{"name":"encode","children":[],"data":{"tip":"<p><b>utf8::encode</b></p><p><br />Called 23 times from 1 place in 2 files<br />Inclusive time: 21&micro;s, 0.00%</p>","incl_time":2.1e-05,"subname":"utf8::encode","$color":2,"excl_time":2.1e-05,"$area":2.1e-05},"id":"1852-utf8::encode"}],"data":{"$area":5.12e-05},"id":"n1849"},{"name":"Carp","children":[{"name":"BEGIN@301","children":[],"data":{"tip":"<p><b>Carp::BEGIN@301</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":"Carp::BEGIN@301","$color":4,"excl_time":6.99999999999775e-06,"$area":6.99999999999775e-06},"id":"1854-Carp::BEGIN@301"},{"name":"BEGIN@300","children":[],"data":{"tip":"<p><b>Carp::BEGIN@300</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.34e-05,"subname":"Carp::BEGIN@300","$color":4,"excl_time":1.13000000000129e-05,"$area":1.13000000000129e-05},"id":"1855-Carp::BEGIN@300"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Carp::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 45&micro;s, 0.00%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":4.54e-05,"subname":"Carp::BEGIN@11","$color":4,"excl_time":1.29000000000091e-05,"$area":1.29000000000091e-05},"id":"1856-Carp::BEGIN@11"}],"data":{"$area":3.12000000000198e-05},"id":"n1853"},{"name":"SelectSaver","children":[{"name":"CORE:select","children":[],"data":{"tip":"<p><b>SelectSaver::CORE:select</b></p><p><br />Called 6 times from 3 places in 2 files<br />Inclusive time: 36&micro;s, 0.00%</p>","incl_time":3.6e-05,"subname":"SelectSaver::CORE:select","$color":6,"excl_time":3.6e-05,"$area":3.6e-05},"id":"1858-SelectSaver::CORE:select"},{"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: 47&micro;s, 0.00%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":4.66e-05,"subname":"SelectSaver::BEGIN@38","$color":6,"excl_time":1.35999999999948e-05,"$area":1.35999999999948e-05},"id":"1859-SelectSaver::BEGIN@38"},{"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: 40&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":3.98e-05,"subname":"SelectSaver::BEGIN@39","$color":6,"excl_time":7.60000000001776e-06,"$area":7.60000000001776e-06},"id":"1860-SelectSaver::BEGIN@39"},{"name":"DESTROY","children":[],"data":{"tip":"<p><b>SelectSaver::DESTROY</b></p><p><br />Called 2 times 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.26e-05,"subname":"SelectSaver::DESTROY","$color":6,"excl_time":1.19000000000354e-05,"$area":1.19000000000354e-05},"id":"1861-SelectSaver::DESTROY"},{"name":"new","children":[],"data":{"tip":"<p><b>SelectSaver::new</b></p><p><br />Called 2 times from 1 place in 1 file<br />Inclusive time: 76&micro;s, 0.01%<br />Exclusive time: 37&micro;s, 0.00%</p>","incl_time":7.56e-05,"subname":"SelectSaver::new","$color":6,"excl_time":3.67999999999945e-05,"$area":3.67999999999945e-05},"id":"1862-SelectSaver::new"}],"data":{"$area":0.000105900000000042},"id":"n1857"},{"name":"Exception","children":[{"name":"::Class","children":[{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>Exception::Class::CORE:subst</b></p><p><br />Called 3 times from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.8e-06,"subname":"Exception::Class::CORE:subst","$color":8,"excl_time":3.8e-06,"$area":3.8e-06},"id":"1865-Exception::Class::CORE:subst"},{"name":"_make_subclass","children":[],"data":{"tip":"<p><b>Exception::Class::_make_subclass</b></p><p><br />Called 3 times from 2 places in 1 file<br />Inclusive time: 708&micro;s, 0.06%<br />Exclusive time: 502&micro;s, 0.05%</p>","incl_time":0.0007083,"subname":"Exception::Class::_make_subclass","$color":8,"excl_time":0.000501700000000054,"$area":0.000501700000000054},"id":"1866-Exception::Class::_make_subclass"},{"name":"BEGIN@45","children":[],"data":{"tip":"<p><b>Exception::Class::BEGIN@45</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":"Exception::Class::BEGIN@45","$color":8,"excl_time":1.1399999999961e-05,"$area":1.1399999999961e-05},"id":"1867-Exception::Class::BEGIN@45"},{"name":"BEGIN@78","children":[],"data":{"tip":"<p><b>Exception::Class::BEGIN@78</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":"Exception::Class::BEGIN@78","$color":8,"excl_time":1.05000000000481e-05,"$area":1.05000000000481e-05},"id":"1868-Exception::Class::BEGIN@78"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Exception::Class::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 16.5ms, 1.51%<br />Exclusive time: 2.13ms, 0.19%</p>","incl_time":0.0164546,"subname":"Exception::Class::BEGIN@7","$color":8,"excl_time":0.00212800000000003,"$area":0.00212800000000003},"id":"1869-Exception::Class::BEGIN@7"},{"name":"BEGIN@5","children":[],"data":{"tip":"<p><b>Exception::Class::BEGIN@5</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":"Exception::Class::BEGIN@5","$color":8,"excl_time":6.80000000004201e-06,"$area":6.80000000004201e-06},"id":"1870-Exception::Class::BEGIN@5"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Exception::Class::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 57&micro;s, 0.01%<br />Exclusive time: 14&micro;s, 0.00%</p>","incl_time":5.65e-05,"subname":"Exception::Class::BEGIN@8","$color":8,"excl_time":1.38999999999963e-05,"$area":1.38999999999963e-05},"id":"1871-Exception::Class::BEGIN@8"},{"name":"BEGIN@168","children":[],"data":{"tip":"<p><b>Exception::Class::BEGIN@168</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.95e-05,"subname":"Exception::Class::BEGIN@168","$color":8,"excl_time":1.49999999999716e-05,"$area":1.49999999999716e-05},"id":"1872-Exception::Class::BEGIN@168"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Exception::Class::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 6&micro;s, 0.00%</p>","incl_time":5.6e-06,"subname":"Exception::Class::BEGIN@11","$color":8,"excl_time":5.6e-06,"$area":5.6e-06},"id":"1873-Exception::Class::BEGIN@11"},{"name":"CORE:sort","children":[],"data":{"tip":"<p><b>Exception::Class::CORE:sort</b></p><p><br />Called 1 time from 1 place in 2 files<br />Inclusive time: 13&micro;s, 0.00%</p>","incl_time":1.33e-05,"subname":"Exception::Class::CORE:sort","$color":8,"excl_time":1.33e-05,"$area":1.33e-05},"id":"1874-Exception::Class::CORE:sort"},{"name":"_make_parents","children":[],"data":{"tip":"<p><b>Exception::Class::_make_parents</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 309&micro;s, 0.03%<br />Exclusive time: 18&micro;s, 0.00%</p>","incl_time":0.0003087,"subname":"Exception::Class::_make_parents","$color":8,"excl_time":1.76999999999587e-05,"$area":1.76999999999587e-05},"id":"1875-Exception::Class::_make_parents"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Exception::Class::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":"Exception::Class::BEGIN@3","$color":8,"excl_time":2.58e-05,"$area":2.58e-05},"id":"1876-Exception::Class::BEGIN@3"},{"name":"import","children":[],"data":{"tip":"<p><b>Exception::Class::import</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 807&micro;s, 0.07%<br />Exclusive time: 68&micro;s, 0.01%</p>","incl_time":0.0008069,"subname":"Exception::Class::import","$color":8,"excl_time":6.75999999998907e-05,"$area":6.75999999998907e-05},"id":"1877-Exception::Class::import"},{"name":"::Base","children":[{"name":"BEGIN@9","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@9</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4.24ms, 0.39%<br />Exclusive time: 3.76ms, 0.34%</p>","incl_time":0.004245,"subname":"Exception::Class::Base::BEGIN@9","$color":10,"excl_time":0.0037567,"$area":0.0037567},"id":"1879-Exception::Class::Base::BEGIN@9"},{"name":"BEGIN@14","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@14</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 117&micro;s, 0.01%<br />Exclusive time: 45&micro;s, 0.00%</p>","incl_time":0.0001171,"subname":"Exception::Class::Base::BEGIN@14","$color":10,"excl_time":4.45999999999691e-05,"$area":4.45999999999691e-05},"id":"1880-Exception::Class::Base::BEGIN@14"},{"name":"BEGIN@30","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@30</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 70&micro;s, 0.01%<br />Exclusive time: 13&micro;s, 0.00%</p>","incl_time":6.99e-05,"subname":"Exception::Class::Base::BEGIN@30","$color":10,"excl_time":1.27999999999679e-05,"$area":1.27999999999679e-05},"id":"1881-Exception::Class::Base::BEGIN@30"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 9.58ms, 0.88%<br />Exclusive time: 9.52ms, 0.87%</p>","incl_time":0.0095814,"subname":"Exception::Class::Base::BEGIN@8","$color":10,"excl_time":0.00952370000000006,"$area":0.00952370000000006},"id":"1882-Exception::Class::Base::BEGIN@8"},{"name":"BEGIN@43","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@43</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 38&micro;s, 0.00%<br />Exclusive time: 12&micro;s, 0.00%</p>","incl_time":3.78e-05,"subname":"Exception::Class::Base::BEGIN@43","$color":10,"excl_time":1.16000000000238e-05,"$area":1.16000000000238e-05},"id":"1883-Exception::Class::Base::BEGIN@43"},{"name":"BEGIN@65","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@65</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.75e-05,"subname":"Exception::Class::Base::BEGIN@65","$color":10,"excl_time":1.16999999999897e-05,"$area":1.16999999999897e-05},"id":"1884-Exception::Class::Base::BEGIN@65"},{"name":"BEGIN@11","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@11</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 101&micro;s, 0.01%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":0.000101,"subname":"Exception::Class::Base::BEGIN@11","$color":10,"excl_time":1.47000000000164e-05,"$area":1.47000000000164e-05},"id":"1885-Exception::Class::Base::BEGIN@11"},{"name":"BEGIN@4","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@4</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.18e-05,"subname":"Exception::Class::Base::BEGIN@4","$color":10,"excl_time":1.41999999999835e-05,"$area":1.41999999999835e-05},"id":"1886-Exception::Class::Base::BEGIN@4"},{"name":"BEGIN@36","children":[],"data":{"tip":"<p><b>Exception::Class::Base::BEGIN@36</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 88&micro;s, 0.01%</p>","incl_time":8.85e-05,"subname":"Exception::Class::Base::BEGIN@36","$color":10,"excl_time":8.85e-05,"$area":8.85e-05},"id":"1887-Exception::Class::Base::BEGIN@36"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Exception::Class::Base::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":"Exception::Class::Base::BEGIN@3","$color":10,"excl_time":1.4200000000042e-05,"$area":1.4200000000042e-05},"id":"1888-Exception::Class::Base::BEGIN@3"}],"data":{"$area":0.0134927000000001},"id":"n1878"}],"data":{"$area":0.0163138},"id":"n1864"}],"data":{"$area":0.0163138},"id":"n1863"},{"name":"mro","children":[{"name":"get_linear_isa","children":[],"data":{"tip":"<p><b>mro::get_linear_isa</b></p><p><br />Called 218 times from 2 places in 3 files<br />Inclusive time: 368&micro;s, 0.03%</p>","incl_time":0.000367699999999999,"subname":"mro::get_linear_isa","$color":1,"excl_time":0.000367699999999999,"$area":0.000367699999999999},"id":"1890-mro::get_linear_isa"},{"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: 18&micro;s, 0.00%</p>","incl_time":2.05e-05,"subname":"mro::BEGIN@10","$color":1,"excl_time":1.77999999999987e-05,"$area":1.77999999999987e-05},"id":"1891-mro::BEGIN@10"},{"name":"method_changed_in","children":[],"data":{"tip":"<p><b>mro::method_changed_in</b></p><p><br />Called 86 times from 1 place in 2 files<br />Inclusive time: 117&micro;s, 0.01%</p>","incl_time":0.0001174,"subname":"mro::method_changed_in","$color":1,"excl_time":0.0001174,"$area":0.0001174},"id":"1892-mro::method_changed_in"},{"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: 15&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.53e-05,"subname":"mro::BEGIN@11","$color":1,"excl_time":6.7000000000025e-06,"$area":6.7000000000025e-06},"id":"1893-mro::BEGIN@11"}],"data":{"$area":0.0005096},"id":"n1889"},{"name":"Data","children":[{"name":"::OptList","children":[{"name":"BEGIN@131","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@131</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":"Data::OptList::BEGIN@131","$color":3,"excl_time":1.12e-05,"$area":1.12e-05},"id":"1896-Data::OptList::BEGIN@131"},{"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: 23&micro;s, 0.00%<br />Exclusive time: 9&micro;s, 0.00%</p>","incl_time":2.33e-05,"subname":"Data::OptList::BEGIN@4","$color":3,"excl_time":9.199999999997e-06,"$area":9.199999999997e-06},"id":"1897-Data::OptList::BEGIN@4"},{"name":"BEGIN@214","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@214</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 29&micro;s, 0.00%<br />Exclusive time: 17&micro;s, 0.00%</p>","incl_time":2.91e-05,"subname":"Data::OptList::BEGIN@214","$color":3,"excl_time":1.72999999999937e-05,"$area":1.72999999999937e-05},"id":"1898-Data::OptList::BEGIN@214"},{"name":"__is_a","children":[],"data":{"tip":"<p><b>Data::OptList::__is_a</b></p><p><br />Called 77 times from 2 places in 1 file<br />Inclusive time: 496&micro;s, 0.05%<br />Exclusive time: 332&micro;s, 0.03%<br />Recursion: max depth 1, recursive inclusive time 198&micro;s</p>","incl_time":0.0004959,"subname":"Data::OptList::__is_a","$color":3,"excl_time":0.000331899999999938,"$area":0.000331899999999938},"id":"1899-Data::OptList::__is_a"},{"name":"mkopt","children":[],"data":{"tip":"<p><b>Data::OptList::mkopt</b></p><p><br />Called 29 times from 3 places in 2 files<br />Inclusive time: 1.22ms, 0.11%<br />Exclusive time: 723&micro;s, 0.07%</p>","incl_time":0.0012185,"subname":"Data::OptList::mkopt","$color":3,"excl_time":0.000722600000000339,"$area":0.000722600000000339},"id":"1900-Data::OptList::mkopt"},{"name":"mkopt_hash","children":[],"data":{"tip":"<p><b>Data::OptList::mkopt_hash</b></p><p><br />Called 15 times from 2 places in 1 file<br />Inclusive time: 1.10ms, 0.10%<br />Exclusive time: 140&micro;s, 0.01%</p>","incl_time":0.0011016,"subname":"Data::OptList::mkopt_hash","$color":3,"excl_time":0.000140299999999974,"$area":0.000140299999999974},"id":"1901-Data::OptList::mkopt_hash"},{"name":"BEGIN@6","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@6</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":3.7e-06,"subname":"Data::OptList::BEGIN@6","$color":3,"excl_time":3.7e-06,"$area":3.7e-06},"id":"1902-Data::OptList::BEGIN@6"},{"name":"BEGIN@7","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@7</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 18.7ms, 1.71%<br />Exclusive time: 17.9ms, 1.64%</p>","incl_time":0.0186802,"subname":"Data::OptList::BEGIN@7","$color":3,"excl_time":0.0179391,"$area":0.0179391},"id":"1903-Data::OptList::BEGIN@7"},{"name":"BEGIN@3","children":[],"data":{"tip":"<p><b>Data::OptList::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: 29&micro;s, 0.00%</p>","incl_time":3.51e-05,"subname":"Data::OptList::BEGIN@3","$color":3,"excl_time":2.85999999999935e-05,"$area":2.85999999999935e-05},"id":"1904-Data::OptList::BEGIN@3"},{"name":"BEGIN@8","children":[],"data":{"tip":"<p><b>Data::OptList::BEGIN@8</b></p><p><br />Called 1 time from 1 place in 1 file<br />Inclusive time: 2.88ms, 0.26%<br />Exclusive time: 2.44ms, 0.22%</p>","incl_time":0.0028838,"subname":"Data::OptList::BEGIN@8","$color":3,"excl_time":0.0024426,"$area":0.0024426},"id":"1905-Data::OptList::BEGIN@8"}],"data":{"$area":0.0216465000000002},"id":"n1895"}],"data":{"$area":0.0216465000000002},"id":"n1894"},{"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: 25&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"AutoLoader::BEGIN@30","$color":5,"excl_time":7.89999999999975e-06,"$area":7.89999999999975e-06},"id":"1907-AutoLoader::BEGIN@30"},{"name":"CORE:substcont","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:substcont</b></p><p><br />Called 4 times from 1 place in 2 files<br />Inclusive time: 4&micro;s, 0.00%</p>","incl_time":4.5e-06,"subname":"AutoLoader::CORE:substcont","$color":5,"excl_time":4.5e-06,"$area":4.5e-06},"id":"1908-AutoLoader::CORE:substcont"},{"name":"import","children":[],"data":{"tip":"<p><b>AutoLoader::import</b></p><p><br />Called 2 times from 2 places in 2 files<br />Inclusive time: 1.06ms, 0.10%<br />Exclusive time: 1.01ms, 0.09%</p>","incl_time":0.0010592,"subname":"AutoLoader::import","$color":5,"excl_time":0.00101359999999991,"$area":0.00101359999999991},"id":"1909-AutoLoader::import"},{"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: 18&micro;s, 0.00%<br />Exclusive time: 7&micro;s, 0.00%</p>","incl_time":1.81e-05,"subname":"AutoLoader::BEGIN@138","$color":5,"excl_time":7.10000000000288e-06,"$area":7.10000000000288e-06},"id":"1910-AutoLoader::BEGIN@138"},{"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: 19&micro;s, 0.00%<br />Exclusive time: 8&micro;s, 0.00%</p>","incl_time":1.89e-05,"subname":"AutoLoader::BEGIN@186","$color":5,"excl_time":7.69999999999712e-06,"$area":7.69999999999712e-06},"id":"1911-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: 18&micro;s, 0.00%<br />Exclusive time: 15&micro;s, 0.00%</p>","incl_time":1.83e-05,"subname":"AutoLoader::BEGIN@3","$color":5,"excl_time":1.50000000000022e-05,"$area":1.50000000000022e-05},"id":"1912-AutoLoader::BEGIN@3"},{"name":"CORE:subst","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:subst</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.63e-05,"subname":"AutoLoader::CORE:subst","$color":5,"excl_time":1.63e-05,"$area":1.63e-05},"id":"1913-AutoLoader::CORE:subst"},{"name":"CORE:regcomp","children":[],"data":{"tip":"<p><b>AutoLoader::CORE:regcomp</b></p><p><br />Called 2 times from 1 place in 2 files<br />Inclusive time: 25&micro;s, 0.00%</p>","incl_time":2.48e-05,"subname":"AutoLoader::CORE:regcomp","$color":5,"excl_time":2.48e-05,"$area":2.48e-05},"id":"1914-AutoLoader::CORE:regcomp"},{"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":5,"excl_time":6.7e-06,"$area":6.7e-06},"id":"1915-AutoLoader::BEGIN@13"},{"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: 17&micro;s, 0.00%</p>","incl_time":1.67e-05,"subname":"AutoLoader::BEGIN@4","$color":5,"excl_time":1.67e-05,"$area":1.67e-05},"id":"1916-AutoLoader::BEGIN@4"}],"data":{"$area":0.00112029999999991},"id":"n1906"}],"data":{"$area":0.944568400000043},"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 3.11</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>