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 5.05
-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="en-us" />
    <meta name="robots" content="noindex,nofollow" />
    <title>Profile of strict.pm</title>
<link rel="stylesheet" type="text/css" href="style.css" />
    <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);
            var val = orig.replace(/ns/,'');
            if (val != orig) { return val / (1000*1000*1000); } 
            val = orig.replace(/[嵵]s/,''); /* micro */
            if (val != orig) { return val / (1000*1000); } 
            val = orig.replace(/ms/,'');
            if (val != orig) { return val / (1000); }
            val = orig.replace(/([0-9])s/,"$1");
            if (val != orig) { return val; }
            if (orig == '0') { return orig; } 
            var non_number = orig.replace(/^[-+]?[0-9.]+/, '', 'g');
            console.log('no match for fmt_time of '+orig+' (units:'+non_number+' charCodeAt0:'+non_number.charCodeAt(0)+')');
            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">NYTProf Performance Profile</span>
    <span class="siteSubtitle">&emsp;&emsp;<span>&laquo;&emsp;<span class="mode_btn mode_btn_selected">line view</span>&emsp;&raquo;</span><br />
            For examples/Atom-timer.pl
        </span>
</div>
<div class="headerForeground" style="float: right; text-align: right">
    <span class="siteTitle">&nbsp;</span>
    <span class="siteSubtitle">Run on Mon Aug 12 14:45:28 2013<br />Reported on Mon Aug 12 14:46:13 2013</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>

<div class="body_content"><br />
<table class="file_summary"><tr><td class="h">Filename</td><td align="left"><a href="file:///Users/dde/perl5/perlbrew/perls/5.18.0t/lib/5.18.0/strict.pm">/Users/dde/perl5/perlbrew/perls/5.18.0t/lib/5.18.0/strict.pm</a></td></tr>
<tr><td class="h">Statements</td><td align="left">Executed 2789 statements in 1.89ms</td></tr></table>
        
        <table id="subs_table" border="1" cellpadding="0" class="tablesorter">
        <caption>Subroutines</caption>
        <thead>
        <tr>
        <th>Calls</th>
        <th><span title="Number of Places sub is called from">P</span></th>
        <th><span title="Number of Files sub is called from">F</span></th>
        <th>Exclusive<br />Time</th>
        <th>Inclusive<br />Time</th>
        <th>Subroutine</th>
        </tr>
        </thead>
    <tbody>
<tr><td class="c0">185</td><td class="c3">2</td><td class="c3">1</td><td class="c0"><span title="0.0%">1.23ms</span></td><td class="c0"><span title="0.0%">1.23ms</span></td><td class="sub_name"><span style="display: none;">strict::::bits</span>strict::<a href="strict-pm-3-line.html#23">bits</a></td></tr>
<tr><td class="c0">155</td><td class="c0">128</td><td class="c0">124</td><td class="c0"><span title="0.0%">544µs</span></td><td class="c0"><span title="0.0%">1.62ms</span></td><td class="sub_name"><span style="display: none;">strict::::import</span>strict::<a href="strict-pm-3-line.html#42">import</a></td></tr>
<tr><td class="c3">30</td><td class="c0">30</td><td class="c0">18</td><td class="c3"><span title="0.0%">125µs</span></td><td class="c3"><span title="0.0%">271µs</span></td><td class="sub_name"><span style="display: none;">strict::::unimport</span>strict::<a href="strict-pm-3-line.html#47">unimport</a></td></tr>
<tr><td class="c3">1</td><td class="c3">1</td><td class="c3">1</td><td class="c3"><span title="0.0%">15µs</span></td><td class="c3"><span title="0.0%">15µs</span></td><td class="sub_name"><span style="display: none;">strict::::CORE:regcomp</span>strict::<a href="strict-pm-3-line.html#strict__CORE_regcomp">CORE:regcomp</a>&nbsp;(opcode)</td></tr>
<tr><td class="c3">1</td><td class="c3">1</td><td class="c3">1</td><td class="c3"><span title="0.0%">4µs</span></td><td class="c3"><span title="0.0%">4µs</span></td><td class="sub_name"><span style="display: none;">strict::::CORE:match</span>strict::<a href="strict-pm-3-line.html#strict__CORE_match">CORE:match</a>&nbsp;(opcode)</td></tr>
</tbody></table>
                Call graph for these subroutines as a
                <a href="http://en.wikipedia.org/wiki/Graphviz">Graphviz</a>
                <a href="Users-dde-perl5-perlbrew-perls-5-18-0t-lib-5-18-0-strict-pm.dot">dot language file</a>.
            
      <table border="1" cellpadding="0">
      <thead>
      <tr><th>Line</th>
      <th><span title="Number of statements executed">State<br />ments</span></th>
      <th><span title="Time spend executing statements on the line,
        excluding time spent executing statements in any called subroutines">Time<br />on line</span></th>
      <th><span title="Number of subroutines calls">Calls</span></th>
      <th><span title="Time spent in subroutines called (inclusive)">Time<br />in subs</span></th>
      <th class="left_indent_header">Code</th>
      </tr>

      </thead>
      <tbody>
    <tr><td class="h"><a name="1"></a>1</td><td></td><td></td><td></td><td></td><td class="s">package strict;</td></tr>
<tr><td class="h"><a name="2"></a>2</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="3"></a>3</td><td class="c3">1</td><td class="c3"><span title="Avg 500ns">500ns</span></td><td></td><td></td><td class="s">$strict::VERSION = &quot;1.07&quot;;</td></tr>
<tr><td class="h"><a name="4"></a>4</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="5"></a>5</td><td></td><td></td><td></td><td></td><td class="s"># Verify that we're called correctly so that strictures will work.</td></tr>
<tr><td class="h"><a name="6"></a>6</td><td class="c3">1</td><td class="c3"><span title="Avg 31µs">31µs</span></td><td class="c3">2</td><td class="c3">19µs</td><td class="s">unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) {<div class="calls"><div class="calls_out"># spent    15µs making 1 call to <a href="strict-pm-3-line.html#strict__CORE_regcomp">strict::CORE:regcomp</a>
# spent     4µs making 1 call to <a href="strict-pm-3-line.html#strict__CORE_match">strict::CORE:match</a></div></div></td></tr>
<tr><td class="h"><a name="7"></a>7</td><td></td><td></td><td></td><td></td><td class="s">    # Can't use Carp, since Carp uses us!</td></tr>
<tr><td class="h"><a name="8"></a>8</td><td></td><td></td><td></td><td></td><td class="s">    my (undef, $f, $l) = caller;</td></tr>
<tr><td class="h"><a name="9"></a>9</td><td></td><td></td><td></td><td></td><td class="s">    die(&quot;Incorrect use of pragma '${\__PACKAGE__}' at $f line $l.\n&quot;);</td></tr>
<tr><td class="h"><a name="10"></a>10</td><td></td><td></td><td></td><td></td><td class="s">}</td></tr>
<tr><td class="h"><a name="11"></a>11</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="12"></a>12</td><td class="c3">1</td><td class="c3"><span title="Avg 4µs">4µs</span></td><td></td><td></td><td class="s">my %bitmask = (</td></tr>
<tr><td class="h"><a name="13"></a>13</td><td></td><td></td><td></td><td></td><td class="s">refs =&gt; 0x00000002,</td></tr>
<tr><td class="h"><a name="14"></a>14</td><td></td><td></td><td></td><td></td><td class="s">subs =&gt; 0x00000200,</td></tr>
<tr><td class="h"><a name="15"></a>15</td><td></td><td></td><td></td><td></td><td class="s">vars =&gt; 0x00000400</td></tr>
<tr><td class="h"><a name="16"></a>16</td><td></td><td></td><td></td><td></td><td class="s">);</td></tr>
<tr><td class="h"><a name="17"></a>17</td><td class="c3">1</td><td class="c3"><span title="Avg 600ns">600ns</span></td><td></td><td></td><td class="s">my %explicit_bitmask = (</td></tr>
<tr><td class="h"><a name="18"></a>18</td><td></td><td></td><td></td><td></td><td class="s">refs =&gt; 0x00000020,</td></tr>
<tr><td class="h"><a name="19"></a>19</td><td></td><td></td><td></td><td></td><td class="s">subs =&gt; 0x00000040,</td></tr>
<tr><td class="h"><a name="20"></a>20</td><td></td><td></td><td></td><td></td><td class="s">vars =&gt; 0x00000080</td></tr>
<tr><td class="h"><a name="21"></a>21</td><td></td><td></td><td></td><td></td><td class="s">);</td></tr>
<tr><td class="h"><a name="22"></a>22</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="23"></a>23</td><td></td><td></td><td></td><td></td><td class="s"><div class="calls"><div class="calls_in"># spent 1.23ms within strict::bits which was called 185 times, avg 7µs/call:
# 155 times (1.08ms+0s) by strict::import at <a href="strict-pm-3-line.html#44">line 44</a>, avg 7µs/call
#  30 times (146µs+0s) by strict::unimport at <a href="strict-pm-3-line.html#49">line 49</a>, avg 5µs/call</div></div>sub bits {</td></tr>
<tr><td class="h"><a name="24"></a>24</td><td class="c3">185</td><td class="c3"><span title="Avg 186ns">35µs</span></td><td></td><td></td><td class="s">    my $bits = 0;</td></tr>
<tr><td class="h"><a name="25"></a>25</td><td class="c3">185</td><td class="c3"><span title="Avg 25ns">5µs</span></td><td></td><td></td><td class="s">    my @wrong;</td></tr>
<tr><td class="h"><a name="26"></a>26</td><td class="c3">185</td><td class="c0"><span title="Avg 652ns">121µs</span></td><td></td><td></td><td class="s">    foreach my $s (@_) {</td></tr>
<tr><td class="h"><a name="27"></a>27</td><td class="c0">496</td><td class="c1"><span title="Avg 199ns">99µs</span></td><td></td><td></td><td class="s">        if (exists $bitmask{$s}) {</td></tr>
<tr><td class="h"><a name="28"></a>28</td><td class="c0">496</td><td class="c0"><span title="Avg 425ns">211µs</span></td><td></td><td></td><td class="s">            $^H |= $explicit_bitmask{$s};</td></tr>
<tr><td class="h"><a name="29"></a>29</td><td></td><td></td><td></td><td></td><td class="s">        }</td></tr>
<tr><td class="h"><a name="30"></a>30</td><td></td><td></td><td></td><td></td><td class="s">        else { push @wrong, $s };</td></tr>
<tr><td class="h"><a name="31"></a>31</td><td class="c0">496</td><td class="c0"><span title="Avg 396ns">196µs</span></td><td></td><td></td><td class="s">        $bits |= $bitmask{$s} || 0;</td></tr>
<tr><td class="h"><a name="32"></a>32</td><td></td><td></td><td></td><td></td><td class="s">    }</td></tr>
<tr><td class="h"><a name="33"></a>33</td><td class="c3">185</td><td class="c3"><span title="Avg 196ns">36µs</span></td><td></td><td></td><td class="s">    if (@wrong) {</td></tr>
<tr><td class="h"><a name="34"></a>34</td><td></td><td></td><td></td><td></td><td class="s">        require Carp;</td></tr>
<tr><td class="h"><a name="35"></a>35</td><td></td><td></td><td></td><td></td><td class="s">        Carp::croak(&quot;Unknown 'strict' tag(s) '@wrong'&quot;);</td></tr>
<tr><td class="h"><a name="36"></a>36</td><td></td><td></td><td></td><td></td><td class="s">    }</td></tr>
<tr><td class="h"><a name="37"></a>37</td><td class="c3">185</td><td class="c0"><span title="Avg 2µs">405µs</span></td><td></td><td></td><td class="s">    $bits;</td></tr>
<tr><td class="h"><a name="38"></a>38</td><td></td><td></td><td></td><td></td><td class="s">}</td></tr>
<tr><td class="h"><a name="39"></a>39</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="40"></a>40</td><td class="c3">1</td><td class="c3"><span title="Avg 800ns">800ns</span></td><td></td><td></td><td class="s">my @default_bits = qw(refs subs vars);</td></tr>
<tr><td class="h"><a name="41"></a>41</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="42"></a>42</td><td></td><td></td><td></td><td></td><td class="s"><div class="calls"><div class="calls_in"># spent 1.62ms (544µs+1.08) within strict::import which was called 155 times, avg 10µs/call:
# 26 times (72µs+168µs) by Moose::Exporter::__ANON__[/Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/darwin-thread-multi-2level/Moose/Exporter.pm:519] at <a href="Moose-Exporter-pm-58-line.html#464">line 464 of Moose/Exporter.pm</a>, avg 9µs/call
#  3 times (10µs+19µs) by Moose::Exporter::import at <a href="Moose-Exporter-pm-58-line.html#782">line 782 of Moose/Exporter.pm</a>, avg 10µs/call
#     once (4µs+15µs) by Sub::Exporter::Progressive::BEGIN@3 at <a href="Sub-Exporter-Progressive-pm-95-line.html#3">line 3 of Sub/Exporter/Progressive.pm</a>
#     once (4µs+16µs) by Moose::Meta::TypeConstraint::Enum::BEGIN@9 at <a href="Moose-Meta-TypeConstraint-Enum-pm-159-line.html#9">line 9 of Moose/Meta/TypeConstraint/Enum.pm</a>
#     once (6µs+12µs) by Class::MOP::Deprecated::BEGIN@9 at <a href="Class-MOP-Deprecated-pm-105-line.html#9">line 9 of Class/MOP/Deprecated.pm</a>
#     once (6µs+11µs) by Modern::Perl::BEGIN@9 at <a href="Modern-Perl-pm-2-line.html#9">line 9 of Modern/Perl.pm</a>
#     once (6µs+9µs) by Moose::Meta::Method::Accessor::Native::Array::clear::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-clear-pm-390-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/clear.pm</a>
#     once (5µs+10µs) by re::BEGIN@4 at <a href="re-pm-165-line.html#4">line 4 of re.pm</a>
#     once (3µs+11µs) by IO::Handle::BEGIN@264 at <a href="IO-Handle-pm-13-line.html#264">line 264 of IO/Handle.pm</a>
#     once (5µs+9µs) by Moose::Meta::Method::Accessor::Native::Array::delete::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-delete-pm-459-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/delete.pm</a>
#     once (6µs+7µs) by mro::BEGIN@10 at <a href="mro-pm-5-line.html#10">line 10 of mro.pm</a>
#     once (6µs+7µs) by Class::MOP::Object::BEGIN@10 at <a href="Class-MOP-Object-pm-71-line.html#10">line 10 of Class/MOP/Object.pm</a>
#     once (4µs+8µs) by Class::MOP::Attribute::BEGIN@10 at <a href="Class-MOP-Attribute-pm-102-line.html#10">line 10 of Class/MOP/Attribute.pm</a>
#     once (4µs+8µs) by Fcntl::BEGIN@58 at <a href="Fcntl-pm-17-line.html#58">line 58 of Fcntl.pm</a>
#     once (3µs+9µs) by Moose::Meta::TypeCoercion::Union::BEGIN@10 at <a href="Moose-Meta-TypeCoercion-Union-pm-148-line.html#10">line 10 of Moose/Meta/TypeCoercion/Union.pm</a>
#     once (5µs+7µs) by Sub::Exporter::Progressive::BEGIN@23 at <a href="Sub-Exporter-Progressive-pm-95-line.html#23">line 23 of Sub/Exporter/Progressive.pm</a>
#     once (4µs+7µs) by Config::BEGIN@9 at <a href="Config-pm-20-line.html#9">line 9 of Config.pm</a>
#     once (4µs+8µs) by Class::MOP::Method::Constructor::BEGIN@10 at <a href="Class-MOP-Method-Constructor-pm-85-line.html#10">line 10 of Class/MOP/Method/Constructor.pm</a>
#     once (4µs+8µs) by Exporter::Heavy::BEGIN@3 at <a href="Exporter-Heavy-pm-26-line.html#3">line 3 of Exporter/Heavy.pm</a>
#     once (4µs+8µs) by Class::MOP::MiniTrait::BEGIN@9 at <a href="Class-MOP-MiniTrait-pm-89-line.html#9">line 9 of Class/MOP/MiniTrait.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Array::Writer::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-Writer-pm-392-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/Writer.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Augmented::BEGIN@9 at <a href="Moose-Meta-Method-Augmented-pm-115-line.html#9">line 9 of Moose/Meta/Method/Augmented.pm</a>
#     once (4µs+7µs) by Class::MOP::Method::Accessor::BEGIN@10 at <a href="Class-MOP-Method-Accessor-pm-80-line.html#10">line 10 of Class/MOP/Method/Accessor.pm</a>
#     once (4µs+7µs) by Moose::Util::MetaRole::BEGIN@9 at <a href="Moose-Util-MetaRole-pm-107-line.html#9">line 9 of Moose/Util/MetaRole.pm</a>
#     once (4µs+7µs) by Class::MOP::Method::Inlined::BEGIN@9 at <a href="Class-MOP-Method-Inlined-pm-87-line.html#9">line 9 of Class/MOP/Method/Inlined.pm</a>
#     once (4µs+7µs) by Moose::Error::Util::BEGIN@4 at <a href="Moose-Error-Util-pm-119-line.html#4">line 4 of Moose/Error/Util.pm</a>
#     once (4µs+7µs) by Class::MOP::Class::Immutable::Trait::BEGIN@9 at <a href="Class-MOP-Class-Immutable-Trait-pm-106-line.html#9">line 9 of Class/MOP/Class/Immutable/Trait.pm</a>
#     once (4µs+7µs) by Moose::Error::Default::BEGIN@9 at <a href="Moose-Error-Default-pm-117-line.html#9">line 9 of Moose/Error/Default.pm</a>
#     once (4µs+7µs) by IO::File::BEGIN@128 at <a href="IO-File-pm-7-line.html#128">line 128 of IO/File.pm</a>
#     once (4µs+7µs) by Try::Tiny::BEGIN@11 at <a href="Try-Tiny-pm-47-line.html#11">line 11 of Try/Tiny.pm</a>
#     once (4µs+7µs) by Moose::Meta::Instance::BEGIN@10 at <a href="Moose-Meta-Instance-pm-238-line.html#10">line 10 of Moose/Meta/Instance.pm</a>
#     once (4µs+7µs) by List::Util::BEGIN@11 at <a href="List-Util-pm-32-line.html#11">line 11 of List/Util.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Overridden::BEGIN@9 at <a href="Moose-Meta-Method-Overridden-pm-110-line.html#9">line 9 of Moose/Meta/Method/Overridden.pm</a>
#     once (4µs+7µs) by Moose::Util::TypeConstraints::Builtins::BEGIN@9 at <a href="Moose-Util-TypeConstraints-Builtins-pm-211-line.html#9">line 9 of Moose/Util/TypeConstraints/Builtins.pm</a>
#     once (4µs+7µs) by Class::MOP::Class::BEGIN@10 at <a href="Class-MOP-Class-pm-75-line.html#10">line 10 of Class/MOP/Class.pm</a>
#     once (4µs+7µs) by Class::Load::XS::BEGIN@6 at <a href="Class-Load-XS-pm-54-line.html#6">line 6 of Class/Load/XS.pm</a>
#     once (4µs+7µs) by Moose::Meta::Mixin::AttributeCore::BEGIN@9 at <a href="Moose-Meta-Mixin-AttributeCore-pm-235-line.html#9">line 9 of Moose/Meta/Mixin/AttributeCore.pm</a>
#     once (4µs+7µs) by Benchmark::BEGIN@3 at <a href="Benchmark-pm-27-line.html#3">line 3 of Benchmark.pm</a>
#     once (4µs+7µs) by Devel::GlobalDestruction::BEGIN@3 at <a href="Devel-GlobalDestruction-pm-94-line.html#3">line 3 of Devel/GlobalDestruction.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Array::set::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-set-pm-402-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/set.pm</a>
#     once (4µs+7µs) by Module::Implementation::BEGIN@9 at <a href="Module-Implementation-pm-45-line.html#9">line 9 of Module/Implementation.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Meta::BEGIN@10 at <a href="Moose-Meta-Method-Meta-pm-129-line.html#10">line 10 of Moose/Meta/Method/Meta.pm</a>
#     once (4µs+7µs) by Atom::BEGIN@1 at <a href="namespace-autoclean-pm-349-line.html#1">line 1 of namespace/autoclean.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::BEGIN@9 at <a href="Moose-Meta-Method-pm-112-line.html#9">line 9 of Moose/Meta/Method.pm</a>
#     once (4µs+7µs) by Class::MOP::Method::Wrapped::BEGIN@10 at <a href="Class-MOP-Method-Wrapped-pm-78-line.html#10">line 10 of Class/MOP/Method/Wrapped.pm</a>
#     once (4µs+7µs) by Class::MOP::Module::BEGIN@10 at <a href="Class-MOP-Module-pm-91-line.html#10">line 10 of Class/MOP/Module.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-pm-396-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native.pm</a>
#     once (4µs+7µs) by Class::Load::BEGIN@1 at <a href="Data-OptList-pm-39-line.html#1">line 1 of Data/OptList.pm</a>
#     once (4µs+7µs) by MooseX::Storage::BEGIN@1 at <a href="String-RewritePrefix-pm-364-line.html#1">line 1 of String/RewritePrefix.pm</a>
#     once (4µs+7µs) by Moose::Meta::Role::Method::Conflicting::BEGIN@10 at <a href="Moose-Meta-Role-Method-Conflicting-pm-250-line.html#10">line 10 of Moose/Meta/Role/Method/Conflicting.pm</a>
#     once (4µs+7µs) by Class::MOP::Method::Overload::BEGIN@10 at <a href="Class-MOP-Method-Overload-pm-72-line.html#10">line 10 of Class/MOP/Method/Overload.pm</a>
#     once (4µs+7µs) by Moose::Role::BEGIN@8 at <a href="Moose-Role-pm-362-line.html#8">line 8 of Moose/Role.pm</a>
#     once (4µs+7µs) by Package::DeprecationManager::BEGIN@6 at <a href="Package-DeprecationManager-pm-56-line.html#6">line 6 of Package/DeprecationManager.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Writer::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Writer-pm-394-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Writer.pm</a>
#     once (3µs+7µs) by Package::Stash::BEGIN@8 at <a href="Package-Stash-pm-97-line.html#8">line 8 of Package/Stash.pm</a>
#     once (4µs+7µs) by Moose::Meta::Class::Immutable::Trait::BEGIN@9 at <a href="Moose-Meta-Class-Immutable-Trait-pm-121-line.html#9">line 9 of Moose/Meta/Class/Immutable/Trait.pm</a>
#     once (4µs+7µs) by Class::MOP::Method::Generated::BEGIN@10 at <a href="Class-MOP-Method-Generated-pm-82-line.html#10">line 10 of Class/MOP/Method/Generated.pm</a>
#     once (4µs+7µs) by Moose::Util::BEGIN@9 at <a href="Moose-Util-pm-132-line.html#9">line 9 of Moose/Util.pm</a>
#     once (4µs+7µs) by Moose::Meta::TypeConstraint::Class::BEGIN@9 at <a href="Moose-Meta-TypeConstraint-Class-pm-155-line.html#9">line 9 of Moose/Meta/TypeConstraint/Class.pm</a>
#     once (4µs+7µs) by Moose::Meta::Role::Application::ToClass::BEGIN@9 at <a href="Moose-Meta-Role-Application-ToClass-pm-260-line.html#9">line 9 of Moose/Meta/Role/Application/ToClass.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Collection::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Collection-pm-400-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Collection.pm</a>
#     once (4µs+6µs) by MRO::Compat::BEGIN@2 at <a href="MRO-Compat-pm-60-line.html#2">line 2 of MRO/Compat.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Array::count::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-count-pm-404-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/count.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Array::elements::BEGIN@9 at <a href="Moose-elements-pm-412-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/elements.pm</a>
#     once (4µs+7µs) by Time::HiRes::BEGIN@4 at <a href="Time-HiRes-pm-23-line.html#4">line 4 of Time/HiRes.pm</a>
#     once (3µs+7µs) by Moose::Meta::Role::Composite::BEGIN@9 at <a href="Moose-Meta-Role-Composite-pm-255-line.html#9">line 9 of Moose/Meta/Role/Composite.pm</a>
#     once (3µs+7µs) by Package::Stash::XS::BEGIN@8 at <a href="Package-Stash-XS-pm-98-line.html#8">line 8 of Package/Stash/XS.pm</a>
#     once (4µs+7µs) by Moose::Meta::Role::Application::ToRole::BEGIN@9 at <a href="Moose-Meta-Role-Application-ToRole-pm-262-line.html#9">line 9 of Moose/Meta/Role/Application/ToRole.pm</a>
#     once (4µs+7µs) by constant::BEGIN@3 at <a href="constant-pm-53-line.html#3">line 3 of constant.pm</a>
#     once (4µs+7µs) by Class::MOP::Mixin::AttributeCore::BEGIN@9 at <a href="Class-MOP-Mixin-AttributeCore-pm-61-line.html#9">line 9 of Class/MOP/Mixin/AttributeCore.pm</a>
#     once (3µs+7µs) by Moose::Meta::Method::Accessor::Native::Array::push::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-push-pm-410-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/push.pm</a>
#     once (4µs+7µs) by Class::MOP::Mixin::HasMethods::BEGIN@9 at <a href="Class-MOP-Mixin-HasMethods-pm-66-line.html#9">line 9 of Class/MOP/Mixin/HasMethods.pm</a>
#     once (4µs+7µs) by Carp::BEGIN@4 at <a href="Carp-pm-8-line.html#4">line 4 of Carp.pm</a>
#     once (3µs+7µs) by Moose::Meta::TypeConstraint::DuckType::BEGIN@9 at <a href="Moose-Meta-TypeConstraint-DuckType-pm-161-line.html#9">line 9 of Moose/Meta/TypeConstraint/DuckType.pm</a>
#     once (3µs+7µs) by Moose::Meta::TypeConstraint::Role::BEGIN@9 at <a href="Moose-Meta-TypeConstraint-Role-pm-157-line.html#9">line 9 of Moose/Meta/TypeConstraint/Role.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Reader::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Reader-pm-406-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Reader.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Delegation::BEGIN@10 at <a href="Moose-Meta-Method-Delegation-pm-143-line.html#10">line 10 of Moose/Meta/Method/Delegation.pm</a>
#     once (3µs+7µs) by Params::Util::BEGIN@59 at <a href="Params-Util-pm-40-line.html#59">line 59 of Params/Util.pm</a>
#     once (3µs+7µs) by Moose::Meta::Role::Attribute::BEGIN@9 at <a href="Moose-Meta-Role-Attribute-pm-243-line.html#9">line 9 of Moose/Meta/Role/Attribute.pm</a>
#     once (3µs+7µs) by Moose::Meta::Method::Accessor::Native::Array::get::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-get-pm-408-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array/get.pm</a>
#     once (4µs+7µs) by Class::Load::BEGIN@5 at <a href="Class-Load-pm-35-line.html#5">line 5 of Class/Load.pm</a>
#     once (3µs+7µs) by Moose::BEGIN@8 at <a href="Moose-pm-30-line.html#8">line 8 of Moose.pm</a>
#     once (3µs+7µs) by Moose::Meta::TypeCoercion::BEGIN@10 at <a href="Moose-Meta-TypeCoercion-pm-137-line.html#10">line 10 of Moose/Meta/TypeCoercion.pm</a>
#     once (4µs+7µs) by Moose::Meta::Method::Accessor::Native::Array::BEGIN@9 at <a href="Moose-Meta-Method-Accessor-Native-Array-pm-398-line.html#9">line 9 of Moose/Meta/Method/Accessor/Native/Array.pm</a>
#     once (4µs+7µs) by Moose::Meta::Class::BEGIN@10 at <a href="Moose-Meta-Class-pm-109-line.html#10">line 10 of Moose/Meta/Class.pm</a>
#     once (3µs+7µs) by Moose::Meta::TypeConstraint::Registry::BEGIN@10 at <a href="Moose-Meta-TypeConstraint-Registry-pm-163-line.html#10">line 10 of Moose/Meta/TypeConstraint/Registry.pm</a>
#     once (3µs+7µs) by Moose::Exporter::BEGIN@9 at <a href="Moose-Exporter-pm-58-line.html#9">line 9 of Moose/Exporter.pm</a>
#     once (3µs+7µs) by Moose::Meta::Role::Application::RoleSummation::BEGIN@9 at <a href="Moose-Meta-Role-Application-RoleSummation-pm-258-line.html#9">line 9 of Moose/Meta/Role/Application/RoleSummation.pm</a>
#     once (3µs+7µs) by Moose::Meta::TypeConstraint::Parameterized::BEGIN@9 at <a href="Moose-Meta-TypeConstraint-Parameterized-pm-151-line.html#9">line 9 of Moose/Meta/TypeConstraint/Parameterized.pm</a>
#     once (4µs+7µs) by Moose::Meta::Role::Application::ToInstance::BEGIN@9 at <a href="Moose-Meta-Role-Application-ToInstance-pm-264-line.html#9">line 9 of Moose/Meta/Role/Application/ToInstance.pm</a>
#     once (3µs+7µs) by Moose::Meta::TypeConstraint::BEGIN@10 at <a href="Moose-Meta-TypeConstraint-pm-134-line.html#10">line 10 of Moose/Meta/TypeConstraint.pm</a>
#     once (3µs+7µs) by Moose::Meta::Role::BEGIN@9 at <a href="Moose-Meta-Role-pm-242-line.html#9">line 9 of Moose/Meta/Role.pm</a>
#     once (4µs+6µs) by Scalar::Util::BEGIN@9 at <a href="Scalar-Util-pm-31-line.html#9">line 9 of Scalar/Util.pm</a>
#     once (3µs+7µs) by Eval::Closure::BEGIN@8 at <a href="Eval-Closure-pm-83-line.html#8">line 8 of Eval/Closure.pm</a>
#     once (3µs+7µs) by Class::MOP::Package::BEGIN@10 at <a href="Class-MOP-Package-pm-93-line.html#10">line 10 of Class/MOP/Package.pm</a>
#     once (3µs+7µs) by Moose::Meta::Method::Constructor::BEGIN@10 at <a href="Moose-Meta-Method-Constructor-pm-123-line.html#10">line 10 of Moose/Meta/Method/Constructor.pm</a>
#     once (3µs+7µs) by Moose::Deprecated::BEGIN@9 at <a href="Moose-Deprecated-pm-55-line.html#9">line 9 of Moose/Deprecated.pm</a>
#     once (3µs+7µs) by Sub::Name::BEGIN@44 at <a href="Sub-Name-pm-50-line.html#44">line 44 of Sub/Name.pm</a>
#     once (4µs+7µs) by Moose::Meta::Attribute::BEGIN@10 at <a href="Moose-Meta-Attribute-pm-138-line.html#10">line 10 of Moose/Meta/Attribute.pm</a>
#     once (3µs+7µs) by Moose::Exporter::BEGIN@2.1 at <a href="Sub-Exporter-pm-108-line.html#2">line 2 of Sub/Exporter.pm</a>
#     once (3µs+7µs) by Moose::Meta::Method::Destructor::BEGIN@10 at <a href="Moose-Meta-Method-Destructor-pm-126-line.html#10">line 10 of Moose/Meta/Method/Destructor.pm</a>
#     once (3µs+7µs) by IO::Seekable::BEGIN@99 at <a href="IO-Seekable-pm-12-line.html#99">line 99 of IO/Seekable.pm</a>
#     once (3µs+7µs) by Sub::Install::BEGIN@4 at <a href="Sub-Install-pm-44-line.html#4">line 4 of Sub/Install.pm</a>
#     once (3µs+7µs) by Moose::Meta::Role::Method::BEGIN@10 at <a href="Moose-Meta-Role-Method-pm-246-line.html#10">line 10 of Moose/Meta/Role/Method.pm</a>
#     once (3µs+7µs) by Moose::Meta::TypeConstraint::Parameterizable::BEGIN@9 at <a href="Moose-Meta-TypeConstraint-Parameterizable-pm-152-line.html#9">line 9 of Moose/Meta/TypeConstraint/Parameterizable.pm</a>
#     once (3µs+7µs) by Moose::Meta::Method::Accessor::BEGIN@10 at <a href="Moose-Meta-Method-Accessor-pm-140-line.html#10">line 10 of Moose/Meta/Method/Accessor.pm</a>
#     once (3µs+7µs) by Moose::Meta::Role::Application::BEGIN@9 at <a href="Moose-Meta-Role-Application-pm-257-line.html#9">line 9 of Moose/Meta/Role/Application.pm</a>
#     once (3µs+7µs) by Class::MOP::Mixin::HasAttributes::BEGIN@9 at <a href="Class-MOP-Mixin-HasAttributes-pm-64-line.html#9">line 9 of Class/MOP/Mixin/HasAttributes.pm</a>
#     once (3µs+7µs) by List::MoreUtils::BEGIN@4 at <a href="List-MoreUtils-pm-57-line.html#4">line 4 of List/MoreUtils.pm</a>
#     once (3µs+7µs) by Class::MOP::Instance::BEGIN@10 at <a href="Class-MOP-Instance-pm-76-line.html#10">line 10 of Class/MOP/Instance.pm</a>
#     once (3µs+7µs) by Moose::Object::BEGIN@10 at <a href="Moose-Object-pm-240-line.html#10">line 10 of Moose/Object.pm</a>
#     once (3µs+7µs) by B::Hooks::EndOfScope::XS::BEGIN@10 at <a href="B-Hooks-EndOfScope-XS-pm-351-line.html#10">line 10 of B/Hooks/EndOfScope/XS.pm</a>
#     once (4µs+6µs) by B::BEGIN@9 at <a href="B-pm-139-line.html#9">line 9 of B.pm</a>
#     once (3µs+6µs) by B::Hooks::EndOfScope::BEGIN@10 at <a href="B-Hooks-EndOfScope-pm-350-line.html#10">line 10 of B/Hooks/EndOfScope.pm</a>
#     once (3µs+7µs) by Modern::Perl::import at <a href="Modern-Perl-pm-2-line.html#42">line 42 of Modern/Perl.pm</a>
#     once (3µs+6µs) by Class::MOP::BEGIN@10 at <a href="Class-MOP-pm-59-line.html#10">line 10 of Class/MOP.pm</a>
#     once (3µs+6µs) by Moose::Meta::TypeConstraint::Union::BEGIN@10 at <a href="Moose-Meta-TypeConstraint-Union-pm-147-line.html#10">line 10 of Moose/Meta/TypeConstraint/Union.pm</a>
#     once (3µs+6µs) by Class::MOP::Mixin::BEGIN@9 at <a href="Class-MOP-Mixin-pm-63-line.html#9">line 9 of Class/MOP/Mixin.pm</a>
#     once (3µs+7µs) by Moose::Meta::Role::Method::Required::BEGIN@10 at <a href="Moose-Meta-Role-Method-Required-pm-248-line.html#10">line 10 of Moose/Meta/Role/Method/Required.pm</a>
#     once (3µs+6µs) by Variable::Magic::BEGIN@5 at <a href="Variable-Magic-pm-352-line.html#5">line 5 of Variable/Magic.pm</a>
#     once (3µs+6µs) by namespace::clean::BEGIN@4 at <a href="namespace-clean-pm-354-line.html#4">line 4 of namespace/clean.pm</a>
#     once (3µs+6µs) by Class::MOP::Method::BEGIN@10 at <a href="Class-MOP-Method-pm-69-line.html#10">line 10 of Class/MOP/Method.pm</a>
#     once (3µs+6µs) by Class::MOP::Method::Meta::BEGIN@10 at <a href="Class-MOP-Method-Meta-pm-67-line.html#10">line 10 of Class/MOP/Method/Meta.pm</a>
#     once (3µs+6µs) by lib::BEGIN@8 at <a href="lib-pm-19-line.html#8">line 8 of lib.pm</a>
#     once (3µs+6µs) by metaclass::BEGIN@10 at <a href="metaclass-pm-135-line.html#10">line 10 of metaclass.pm</a>
#     once (3µs+6µs) by IO::BEGIN@7 at <a href="IO-pm-14-line.html#7">line 7 of IO.pm</a>
#     once (3µs+5µs) by vars::BEGIN@8 at <a href="vars-pm-21-line.html#8">line 8 of vars.pm</a>
#     once (4µs+5µs) by base::BEGIN@3 at <a href="base-pm-36-line.html#3">line 3 of base.pm</a></div></div>sub import {</td></tr>
<tr><td class="h"><a name="43"></a>43</td><td class="c3">155</td><td class="c3"><span title="Avg 99ns">15µs</span></td><td></td><td></td><td class="s">    shift;</td></tr>
<tr><td class="h"><a name="44"></a>44</td><td class="c3">155</td><td class="c0"><span title="Avg 4µs">586µs</span></td><td class="c0">155</td><td class="c0">1.08ms</td><td class="s">    $^H |= bits(@_ ? @_ : @default_bits);<div class="calls"><div class="calls_out">    # spent  1.08ms making 155 calls to <a href="strict-pm-3-line.html#23">strict::bits</a>, avg 7µs/call</div></div></td></tr>
<tr><td class="h"><a name="45"></a>45</td><td></td><td></td><td></td><td></td><td class="s">}</td></tr>
<tr><td class="h"><a name="46"></a>46</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="47"></a>47</td><td></td><td></td><td></td><td></td><td class="s"><div class="calls"><div class="calls_in"># spent 271µs (125+146) within strict::unimport which was called 30 times, avg 9µs/call:
#    once (5µs+6µs) by namespace::clean::BEGIN@149 at <a href="namespace-clean-pm-354-line.html#149">line 149 of namespace/clean.pm</a>
#    once (6µs+5µs) by B::BEGIN@251 at <a href="B-pm-139-line.html#251">line 251 of B.pm</a>
#    once (5µs+6µs) by IO::Handle::BEGIN@631 at <a href="IO-Handle-pm-13-line.html#631">line 631 of IO/Handle.pm</a>
#    once (5µs+5µs) by Class::MOP::Class::Immutable::Trait::BEGIN@36 at <a href="Class-MOP-Class-Immutable-Trait-pm-106-line.html#36">line 36 of Class/MOP/Class/Immutable/Trait.pm</a>
#    once (5µs+5µs) by Moose::Object::BEGIN@85 at <a href="Moose-Object-pm-240-line.html#85">line 85 of Moose/Object.pm</a>
#    once (4µs+6µs) by Benchmark::BEGIN@426 at <a href="Benchmark-pm-27-line.html#426">line 426 of Benchmark.pm</a>
#    once (4µs+5µs) by Carp::BEGIN@433 at <a href="Carp-pm-8-line.html#433">line 433 of Carp.pm</a>
#    once (4µs+5µs) by Moose::Exporter::BEGIN@716 at <a href="Moose-Exporter-pm-58-line.html#716">line 716 of Moose/Exporter.pm</a>
#    once (4µs+5µs) by Moose::Exporter::BEGIN@321 at <a href="Moose-Exporter-pm-58-line.html#321">line 321 of Moose/Exporter.pm</a>
#    once (4µs+5µs) by Moose::Exporter::BEGIN@132 at <a href="Moose-Exporter-pm-58-line.html#132">line 132 of Moose/Exporter.pm</a>
#    once (4µs+5µs) by Class::MOP::Package::BEGIN@164 at <a href="Class-MOP-Package-pm-93-line.html#164">line 164 of Class/MOP/Package.pm</a>
#    once (4µs+5µs) by Sub::Install::BEGIN@184 at <a href="Sub-Install-pm-44-line.html#184">line 184 of Sub/Install.pm</a>
#    once (4µs+5µs) by Moose::Util::TypeConstraints::BEGIN@68 at <a href="Moose-Util-TypeConstraints-pm-146-line.html#68">line 68 of Moose/Util/TypeConstraints.pm</a>
#    once (4µs+5µs) by Module::Implementation::BEGIN@123 at <a href="Module-Implementation-pm-45-line.html#123">line 123 of Module/Implementation.pm</a>
#    once (5µs+5µs) by Sub::Exporter::Progressive::BEGIN@18 at <a href="Sub-Exporter-Progressive-pm-95-line.html#18">line 18 of Sub/Exporter/Progressive.pm</a>
#    once (4µs+5µs) by MRO::Compat::BEGIN@258 at <a href="MRO-Compat-pm-60-line.html#258">line 258 of MRO/Compat.pm</a>
#    once (5µs+4µs) by Carp::BEGIN@8 at <a href="Carp-pm-8-line.html#8">line 8 of Carp.pm</a>
#    once (4µs+5µs) by Config::BEGIN@47 at <a href="Config-pm-20-line.html#47">line 47 of Config.pm</a>
#    once (4µs+5µs) by MRO::Compat::BEGIN@227 at <a href="MRO-Compat-pm-60-line.html#227">line 227 of MRO/Compat.pm</a>
#    once (4µs+5µs) by constant::BEGIN@28 at <a href="constant-pm-53-line.html#28">line 28 of constant.pm</a>
#    once (4µs+4µs) by Time::HiRes::BEGIN@43 at <a href="Time-HiRes-pm-23-line.html#43">line 43 of Time/HiRes.pm</a>
#    once (4µs+5µs) by constant::BEGIN@116 at <a href="constant-pm-53-line.html#116">line 116 of constant.pm</a>
#    once (4µs+4µs) by Carp::BEGIN@448 at <a href="Carp-pm-8-line.html#448">line 448 of Carp.pm</a>
#    once (4µs+4µs) by Class::MOP::Class::Immutable::Trait::BEGIN@46 at <a href="Class-MOP-Class-Immutable-Trait-pm-106-line.html#46">line 46 of Class/MOP/Class/Immutable/Trait.pm</a>
#    once (4µs+5µs) by Moose::Exporter::BEGIN@726 at <a href="Moose-Exporter-pm-58-line.html#726">line 726 of Moose/Exporter.pm</a>
#    once (4µs+5µs) by MRO::Compat::BEGIN@118 at <a href="MRO-Compat-pm-60-line.html#118">line 118 of MRO/Compat.pm</a>
#    once (4µs+5µs) by constant::BEGIN@54 at <a href="constant-pm-53-line.html#54">line 54 of constant.pm</a>
#    once (4µs+4µs) by Carp::BEGIN@67 at <a href="Carp-pm-8-line.html#67">line 67 of Carp.pm</a>
#    once (3µs+4µs) by Carp::BEGIN@18 at <a href="Carp-pm-8-line.html#18">line 18 of Carp.pm</a>
#    once (4µs+4µs) by Exporter::Heavy::BEGIN@4 at <a href="Exporter-Heavy-pm-26-line.html#4">line 4 of Exporter/Heavy.pm</a></div></div>sub unimport {</td></tr>
<tr><td class="h"><a name="48"></a>48</td><td class="c3">30</td><td class="c3"><span title="Avg 93ns">3µs</span></td><td></td><td></td><td class="s">    shift;</td></tr>
<tr><td class="h"><a name="49"></a>49</td><td class="c3">30</td><td class="c0"><span title="Avg 4µs">128µs</span></td><td class="c3">30</td><td class="c3">146µs</td><td class="s">    $^H &amp;= ~ bits(@_ ? @_ : @default_bits);<div class="calls"><div class="calls_out">    # spent   146µs making 30 calls to <a href="strict-pm-3-line.html#23">strict::bits</a>, avg 5µs/call</div></div></td></tr>
<tr><td class="h"><a name="50"></a>50</td><td></td><td></td><td></td><td></td><td class="s">}</td></tr>
<tr><td class="h"><a name="51"></a>51</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="52"></a>52</td><td class="c3">1</td><td class="c3"><span title="Avg 12µs">12µs</span></td><td></td><td></td><td class="s">1;</td></tr>
<tr><td class="h"><a name="53"></a>53</td><td></td><td></td><td></td><td></td><td class="s">__END__</td></tr>
<tr><td class="s"><a name=""></a>&nbsp;</td><td></td><td></td><td></td><td></td><td class="s"></td></tr>
<tr><td class="h"><a name="strict__CORE_match"></a></td><td></td><td></td><td></td><td></td><td class="s"><div class="calls"><div class="calls_in"># spent 4µs within strict::CORE:match which was called:
#    once (4µs+0s) by Modern::Perl::BEGIN@9 at <a href="strict-pm-3-line.html#6">line 6</a></div></div>sub strict::CORE:match; # opcode<br />        </td></tr>
<tr><td class="h"><a name="strict__CORE_regcomp"></a></td><td></td><td></td><td></td><td></td><td class="s"><div class="calls"><div class="calls_in"># spent 15µs within strict::CORE:regcomp which was called:
#    once (15µs+0s) by Modern::Perl::BEGIN@9 at <a href="strict-pm-3-line.html#6">line 6</a></div></div>sub strict::CORE:regcomp; # opcode<br />        </td></tr>
</tbody></table></div>
        
            <script type="text/javascript"> $(document).ready(function() { 

        $("#subs_table").tablesorter({
            sortList: [[3,1]],
            headers: {
                3: { sorter: 'fmt_time' },
                4: { sorter: 'fmt_time' }
            }
        });
    
 } ); </script>
        
        <div class="footer">Report produced by the
        <a href="http://search.cpan.org/dist/Devel-NYTProf/">NYTProf 5.05</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>