← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 21:42:38 2010
Reported on Wed Nov 17 22:04:44 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 861µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
12299518.8ms18.8msSub::Name::::subnameSub::Name::subname (xsub)
111187µs187µsSub::Name::::BEGIN@42Sub::Name::BEGIN@42
11170µs317µsSub::Name::::BEGIN@49Sub::Name::BEGIN@49
11156µs56µsSub::Name::::bootstrapSub::Name::bootstrap (xsub)
11144µs232µsSub::Name::::BEGIN@50Sub::Name::BEGIN@50
11138µs56µsSub::Name::::BEGIN@44Sub::Name::BEGIN@44
11137µs105µsSub::Name::::BEGIN@45Sub::Name::BEGIN@45
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
- -
423236µs1187µs
# spent 187µs within Sub::Name::BEGIN@42 which was called: # once (187µs+0s) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 42
use 5.006;
# spent 187µs making 1 call to Sub::Name::BEGIN@42
43
44386µs273µs
# spent 56µs (38+18) within Sub::Name::BEGIN@44 which was called: # once (38µs+18µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 44
use strict;
# spent 56µs making 1 call to Sub::Name::BEGIN@44 # spent 18µs making 1 call to strict::import
453140µs2172µs
# spent 105µs (37+67) within Sub::Name::BEGIN@45 which was called: # once (37µs+67µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 45
use warnings;
# spent 105µs making 1 call to Sub::Name::BEGIN@45 # spent 68µs making 1 call to warnings::import
46
4714µsour $VERSION = '0.05';
48
493143µs2565µs
# spent 317µs (70+247) within Sub::Name::BEGIN@49 which was called: # once (70µs+247µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 49
use base 'Exporter';
# spent 317µs making 1 call to Sub::Name::BEGIN@49 # spent 247µs making 1 call to base::import
503200µs2420µs
# spent 232µs (44+188) within Sub::Name::BEGIN@50 which was called: # once (44µs+188µs) by Class::MOP::Mixin::HasMethods::BEGIN@14 at line 50
use base 'DynaLoader';
# spent 232µs making 1 call to Sub::Name::BEGIN@50 # spent 188µs making 1 call to base::import
51
5214µsour @EXPORT = qw(subname);
5313µsour @EXPORT_OK = @EXPORT;
54
55124µs11.05msbootstrap Sub::Name $VERSION;
# spent 1.05ms making 1 call to DynaLoader::bootstrap
56
57120µs1;
 
# spent 56µs within Sub::Name::bootstrap which was called: # once (56µs+0s) by DynaLoader::bootstrap at line 223 of DynaLoader.pm
sub Sub::Name::bootstrap; # xsub
# spent 18.8ms within Sub::Name::subname which was called 1229 times, avg 15µs/call: # 664 times (11.2ms+0s) by Class::MOP::Mixin::HasMethods::add_method at line 78 of Class/MOP/Mixin/HasMethods.pm, avg 17µs/call # 480 times (6.52ms+0s) by Moose::Exporter::__ANON__[/home/doy/coding/src/Moose/blib/lib//Moose/Exporter.pm:329] at line 324 of Moose/Exporter.pm, avg 14µs/call # 61 times (753µs+0s) by Class::MOP::Class::add_around_method_modifier at line 1135 of Class/MOP/Class.pm, avg 12µs/call # 10 times (187µs+0s) by Moose::Meta::TypeConstraint::_compile_subtype at line 274 of Moose/Meta/TypeConstraint.pm, avg 19µs/call # 5 times (68µs+0s) by Moose::Meta::TypeConstraint::_compile_subtype at line 287 of Moose/Meta/TypeConstraint.pm, avg 14µs/call # 5 times (64µs+0s) by Class::MOP::Class::add_before_method_modifier at line 1115 of Class/MOP/Class.pm, avg 13µs/call # 2 times (29µs+0s) by Class::MOP::Class::add_after_method_modifier at line 1125 of Class/MOP/Class.pm, avg 14µs/call # once (21µs+0s) by namespace::clean::__ANON__[/home/doy/coding/src/namespace-clean/namespace-clean-0.18/blib/lib/namespace/clean.pm:59] at line 45 of namespace/clean.pm # once (13µs+0s) by Moose::Meta::TypeConstraint::_compile_type at line 300 of Moose/Meta/TypeConstraint.pm
sub Sub::Name::subname; # xsub