| Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Class/Load/XS.pm |
| Statements | Executed 12 statements in 252µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 14µs | 37µs | Class::Load::XS::BEGIN@8 |
| 1 | 1 | 1 | 10µs | 12µs | Class::Load::XS::BEGIN@5 |
| 1 | 1 | 1 | 6µs | 6µs | Class::Load::XS::BEGIN@10 |
| 1 | 1 | 1 | 6µs | 13µs | Class::Load::XS::BEGIN@6 |
| 1 | 1 | 1 | 4µs | 4µs | Class::Load::XS::is_class_loaded (xsub) |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Class::Load::XS; | ||||
| 2 | # git description: v0.08-18-g349ac6e | ||||
| 3 | 1 | 200ns | $Class::Load::XS::VERSION = '0.09'; | ||
| 4 | |||||
| 5 | 2 | 19µs | 2 | 15µs | # spent 12µs (10+2) within Class::Load::XS::BEGIN@5 which was called:
# once (10µs+2µs) by Module::Runtime::require_module at line 5 # spent 12µs making 1 call to Class::Load::XS::BEGIN@5
# spent 2µs making 1 call to strict::import |
| 6 | 2 | 17µs | 2 | 20µs | # spent 13µs (6+7) within Class::Load::XS::BEGIN@6 which was called:
# once (6µs+7µs) by Module::Runtime::require_module at line 6 # spent 13µs making 1 call to Class::Load::XS::BEGIN@6
# spent 7µs making 1 call to warnings::import |
| 7 | |||||
| 8 | 3 | 33µs | 3 | 59µs | # spent 37µs (14+23) within Class::Load::XS::BEGIN@8 which was called:
# once (14µs+23µs) by Module::Runtime::require_module at line 8 # spent 37µs making 1 call to Class::Load::XS::BEGIN@8
# spent 16µs making 1 call to Exporter::import
# spent 7µs making 1 call to UNIVERSAL::VERSION |
| 9 | |||||
| 10 | 2 | 35µs | 1 | 6µs | # spent 6µs within Class::Load::XS::BEGIN@10 which was called:
# once (6µs+0s) by Module::Runtime::require_module at line 10 # spent 6µs making 1 call to Class::Load::XS::BEGIN@10 |
| 11 | XSLoader::load( | ||||
| 12 | __PACKAGE__, | ||||
| 13 | exists $Class::Load::XS::{VERSION} | ||||
| 14 | 1 | 145µs | 1 | 140µs | ? ${ $Class::Load::XS::{VERSION} } # spent 140µs making 1 call to XSLoader::load |
| 15 | : (), | ||||
| 16 | ); | ||||
| 17 | |||||
| 18 | 1 | 4µs | 1; | ||
| 19 | |||||
| 20 | # ABSTRACT: XS implementation of parts of Class::Load | ||||
| 21 | # KEYWORDS: class module load require use runtime XS | ||||
| 22 | |||||
| 23 | __END__ | ||||
# spent 4µs within Class::Load::XS::is_class_loaded which was called:
# once (4µs+0s) by Moose::init_meta at line 154 of Moose.pm |