| 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 861µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1229 | 9 | 5 | 18.8ms | 18.8ms | Sub::Name::subname (xsub) |
| 1 | 1 | 1 | 187µs | 187µs | Sub::Name::BEGIN@42 |
| 1 | 1 | 1 | 70µs | 317µs | Sub::Name::BEGIN@49 |
| 1 | 1 | 1 | 56µs | 56µs | Sub::Name::bootstrap (xsub) |
| 1 | 1 | 1 | 44µs | 232µs | Sub::Name::BEGIN@50 |
| 1 | 1 | 1 | 38µs | 56µs | Sub::Name::BEGIN@44 |
| 1 | 1 | 1 | 37µs | 105µs | Sub::Name::BEGIN@45 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Sub::Name; | ||||
| 2 | |||||
| 3 | =head1 NAME | ||||
| 4 | |||||
| - - | |||||
| 42 | 3 | 236µs | 1 | 187µ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 # spent 187µs making 1 call to Sub::Name::BEGIN@42 |
| 43 | |||||
| 44 | 3 | 86µs | 2 | 73µ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 # spent 56µs making 1 call to Sub::Name::BEGIN@44
# spent 18µs making 1 call to strict::import |
| 45 | 3 | 140µs | 2 | 172µ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 # spent 105µs making 1 call to Sub::Name::BEGIN@45
# spent 68µs making 1 call to warnings::import |
| 46 | |||||
| 47 | 1 | 4µs | our $VERSION = '0.05'; | ||
| 48 | |||||
| 49 | 3 | 143µs | 2 | 565µ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 # spent 317µs making 1 call to Sub::Name::BEGIN@49
# spent 247µs making 1 call to base::import |
| 50 | 3 | 200µs | 2 | 420µ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 # spent 232µs making 1 call to Sub::Name::BEGIN@50
# spent 188µs making 1 call to base::import |
| 51 | |||||
| 52 | 1 | 4µs | our @EXPORT = qw(subname); | ||
| 53 | 1 | 3µs | our @EXPORT_OK = @EXPORT; | ||
| 54 | |||||
| 55 | 1 | 24µs | 1 | 1.05ms | bootstrap Sub::Name $VERSION; # spent 1.05ms making 1 call to DynaLoader::bootstrap |
| 56 | |||||
| 57 | 1 | 20µs | 1; | ||
# spent 56µs within Sub::Name::bootstrap which was called:
# once (56µs+0s) by DynaLoader::bootstrap at line 223 of DynaLoader.pm | |||||
# 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 |