← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 22:00:36 2010
Reported on Wed Nov 17 22:12:54 2010

Filename/home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Sub/Name.pm
StatementsExecuted 20 statements in 860µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
188810530.1ms30.2msSub::Name::::subnameSub::Name::subname (xsub)
111179µs179µsSub::Name::::BEGIN@42Sub::Name::BEGIN@42
11169µs69µsSub::Name::::bootstrapSub::Name::bootstrap (xsub)
11139µs58µsSub::Name::::BEGIN@44Sub::Name::BEGIN@44
11139µs108µsSub::Name::::BEGIN@45Sub::Name::BEGIN@45
11138µs308µsSub::Name::::BEGIN@49Sub::Name::BEGIN@49
11136µs230µsSub::Name::::BEGIN@50Sub::Name::BEGIN@50
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Sub::Name;
2
3=head1 NAME
4
- -
423245µs1179µs
# spent 179µs within Sub::Name::BEGIN@42 which was called: # once (179µs+0s) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 42
use 5.006;
# spent 179µs making 1 call to Sub::Name::BEGIN@42
43
44392µs277µs
# spent 58µs (39+19) within Sub::Name::BEGIN@44 which was called: # once (39µs+19µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 44
use strict;
# spent 58µs making 1 call to Sub::Name::BEGIN@44 # spent 19µs making 1 call to strict::import
453159µs2177µs
# spent 108µs (39+69) within Sub::Name::BEGIN@45 which was called: # once (39µs+69µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 45
use warnings;
# spent 108µs making 1 call to Sub::Name::BEGIN@45 # spent 69µs making 1 call to warnings::import
46
4714µsour $VERSION = '0.05';
48
493109µs2308µs
# spent 308µs (38+270) within Sub::Name::BEGIN@49 which was called: # once (38µs+270µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 49
use base 'Exporter';
# spent 308µs making 1 call to Sub::Name::BEGIN@49 # spent 270µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 270µs
503201µs2230µs
# spent 230µs (36+194) within Sub::Name::BEGIN@50 which was called: # once (36µs+194µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 50
use base 'DynaLoader';
# spent 230µs making 1 call to Sub::Name::BEGIN@50 # spent 194µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 194µs
51
5214µsour @EXPORT = qw(subname);
5313µsour @EXPORT_OK = @EXPORT;
54
55123µs11.11msbootstrap Sub::Name $VERSION;
# spent 1.11ms making 1 call to DynaLoader::bootstrap
56
57121µs1;
 
# spent 69µs within Sub::Name::bootstrap which was called: # once (69µs+0s) by DynaLoader::bootstrap at line 223 of DynaLoader.pm
sub Sub::Name::bootstrap; # xsub
# spent 30.2ms (30.1+101µs) within Sub::Name::subname which was called 1888 times, avg 16µs/call: # 953 times (17.3ms+0s) by Class::MOP::Mixin::HasMethods::add_method at line 78 of Class/MOP/Mixin/HasMethods.pm, avg 18µs/call # 664 times (8.84ms+0s) by Moose::Exporter::__ANON__[/home/doy/coding/src/Moose/blib/lib//Moose/Exporter.pm:329] at line 324 of Moose/Exporter.pm, avg 13µs/call # 114 times (1.61ms+0s) by Class::MOP::Class::add_around_method_modifier at line 1135 of Class/MOP/Class.pm, avg 14µs/call # 69 times (1.07ms+0s) by MooseX::Types::type_export_generator at line 417 of MooseX/Types.pm, avg 15µs/call # 50 times (711µs+0s) by Moose::Exporter::__ANON__[/home/doy/coding/src/Moose/blib/lib//Moose/Exporter.pm:307] at line 302 of Moose/Exporter.pm, avg 14µs/call # 14 times (305µs+101µs) by Moose::Meta::TypeConstraint::_compile_subtype at line 274 of Moose/Meta/TypeConstraint.pm, avg 29µs/call # 11 times (147µs+0s) by Class::MOP::Class::add_before_method_modifier at line 1115 of Class/MOP/Class.pm, avg 13µs/call # 6 times (87µs+0s) by Moose::Meta::TypeConstraint::_compile_subtype at line 287 of Moose/Meta/TypeConstraint.pm, avg 15µs/call # 6 times (85µs+0s) by Class::MOP::Class::add_after_method_modifier at line 1125 of Class/MOP/Class.pm, avg 14µs/call # once (13µs+0s) by Moose::Meta::TypeConstraint::_compile_type at line 300 of Moose/Meta/TypeConstraint.pm
sub Sub::Name::subname; # xsub