| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux/Sub/Name.pm |
| Statements | Executed 20 statements in 860µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1888 | 10 | 5 | 30.1ms | 30.2ms | Sub::Name::subname (xsub) |
| 1 | 1 | 1 | 179µs | 179µs | Sub::Name::BEGIN@42 |
| 1 | 1 | 1 | 69µs | 69µs | Sub::Name::bootstrap (xsub) |
| 1 | 1 | 1 | 39µs | 58µs | Sub::Name::BEGIN@44 |
| 1 | 1 | 1 | 39µs | 108µs | Sub::Name::BEGIN@45 |
| 1 | 1 | 1 | 38µs | 308µs | Sub::Name::BEGIN@49 |
| 1 | 1 | 1 | 36µs | 230µs | Sub::Name::BEGIN@50 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Sub::Name; | ||||
| 2 | |||||
| 3 | =head1 NAME | ||||
| 4 | |||||
| - - | |||||
| 42 | 3 | 245µs | 1 | 179µ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 # spent 179µs making 1 call to Sub::Name::BEGIN@42 |
| 43 | |||||
| 44 | 3 | 92µs | 2 | 77µ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 # spent 58µs making 1 call to Sub::Name::BEGIN@44
# spent 19µs making 1 call to strict::import |
| 45 | 3 | 159µs | 2 | 177µ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 # spent 108µs making 1 call to Sub::Name::BEGIN@45
# spent 69µs making 1 call to warnings::import |
| 46 | |||||
| 47 | 1 | 4µs | our $VERSION = '0.05'; | ||
| 48 | |||||
| 49 | 3 | 109µs | 2 | 308µ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 # 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 |
| 50 | 3 | 201µs | 2 | 230µ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 # 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 | |||||
| 52 | 1 | 4µs | our @EXPORT = qw(subname); | ||
| 53 | 1 | 3µs | our @EXPORT_OK = @EXPORT; | ||
| 54 | |||||
| 55 | 1 | 23µs | 1 | 1.11ms | bootstrap Sub::Name $VERSION; # spent 1.11ms making 1 call to DynaLoader::bootstrap |
| 56 | |||||
| 57 | 1 | 21µs | 1; | ||
# spent 69µs within Sub::Name::bootstrap which was called:
# once (69µs+0s) by DynaLoader::bootstrap at line 223 of DynaLoader.pm | |||||
# 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 |