← Index
NYTProf Performance Profile   « line view »
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:13 2016

Filename/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPIx/Utilities/Exception/Bug.pm
StatementsExecuted 10 statements in 123µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11114µs14µsPPIx::Utilities::Exception::Bug::::BEGIN@10PPIx::Utilities::Exception::Bug::BEGIN@10
1119µs173µsPPIx::Utilities::Exception::Bug::::BEGIN@17PPIx::Utilities::Exception::Bug::BEGIN@17
1117µs11µsPPIx::Utilities::Exception::Bug::::BEGIN@12PPIx::Utilities::Exception::Bug::BEGIN@12
1117µs18µsPPIx::Utilities::Exception::Bug::::BEGIN@11PPIx::Utilities::Exception::Bug::BEGIN@11
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1##############################################################################
2# $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/distributions/PPIx-Utilities/lib/PPIx/Utilities/Exception/Bug.pm $
3# $Date: 2010-12-01 20:31:47 -0600 (Wed, 01 Dec 2010) $
4# $Author: clonezone $
5# $Revision: 4001 $
6##############################################################################
7
8package PPIx::Utilities::Exception::Bug;
9
10235µs114µs
# spent 14µs within PPIx::Utilities::Exception::Bug::BEGIN@10 which was called: # once (14µs+0s) by PPIx::Utilities::Node::BEGIN@16 at line 10
use 5.006001;
# spent 14µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@10
11221µs229µs
# spent 18µs (7+11) within PPIx::Utilities::Exception::Bug::BEGIN@11 which was called: # once (7µs+11µs) by PPIx::Utilities::Node::BEGIN@16 at line 11
use strict;
# spent 18µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@11 # spent 11µs making 1 call to strict::import
12238µs216µs
# spent 11µs (7+4) within PPIx::Utilities::Exception::Bug::BEGIN@12 which was called: # once (7µs+4µs) by PPIx::Utilities::Node::BEGIN@16 at line 12
use warnings;
# spent 11µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@12 # spent 4µs making 1 call to warnings::import
13
141300nsour $VERSION = '1.001000';
15
16
17
# spent 173µs (9+164) within PPIx::Utilities::Exception::Bug::BEGIN@17 which was called: # once (9µs+164µs) by PPIx::Utilities::Node::BEGIN@16 at line 22
use Exception::Class (
181400ns 'PPIx::Utilities::Exception::Bug' => {
19 isa => 'Exception::Class::Base',
20 description => 'A bug in either PPIx::Utilities or PPI.',
21 },
22126µs2338µs);
# spent 173µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@17 # spent 164µs making 1 call to Exception::Class::import
23
24
2512µs1;
26
27__END__