Filename | /usr/lib/x86_64-linux-gnu/perl5/5.20/Class/Load/XS.pm |
Statements | Executed 13 statements in 301µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 36µs | BEGIN@11 | Class::Load::XS::
1 | 1 | 1 | 8µs | 8µs | BEGIN@2 | Class::Load::XS::
1 | 1 | 1 | 6µs | 11µs | BEGIN@9 | Class::Load::XS::
1 | 1 | 1 | 6µs | 16µs | BEGIN@8 | Class::Load::XS::
1 | 1 | 1 | 4µs | 4µs | BEGIN@13 | Class::Load::XS::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Class::Load::XS; | ||||
2 | # spent 8µs within Class::Load::XS::BEGIN@2 which was called:
# once (8µs+0s) by Module::Runtime::require_module at line 4 | ||||
3 | 1 | 5µs | $Class::Load::XS::AUTHORITY = 'cpan:SARTAK'; | ||
4 | 1 | 27µs | 1 | 8µs | } # spent 8µs making 1 call to Class::Load::XS::BEGIN@2 |
5 | # git description: v0.07-5-gd41f383 | ||||
6 | 1 | 400ns | $Class::Load::XS::VERSION = '0.08'; | ||
7 | |||||
8 | 2 | 26µs | 2 | 26µs | # spent 16µs (6+10) within Class::Load::XS::BEGIN@8 which was called:
# once (6µs+10µs) by Module::Runtime::require_module at line 8 # spent 16µs making 1 call to Class::Load::XS::BEGIN@8
# spent 10µs making 1 call to strict::import |
9 | 2 | 23µs | 2 | 15µs | # spent 11µs (6+4) within Class::Load::XS::BEGIN@9 which was called:
# once (6µs+4µs) by Module::Runtime::require_module at line 9 # spent 11µs making 1 call to Class::Load::XS::BEGIN@9
# spent 4µs making 1 call to warnings::import |
10 | |||||
11 | 3 | 44µs | 3 | 60µs | # spent 36µs (13+23) within Class::Load::XS::BEGIN@11 which was called:
# once (13µs+23µs) by Module::Runtime::require_module at line 11 # spent 36µs making 1 call to Class::Load::XS::BEGIN@11
# spent 15µs making 1 call to Exporter::import
# spent 9µs making 1 call to UNIVERSAL::VERSION |
12 | |||||
13 | 2 | 44µs | 1 | 4µs | # spent 4µs within Class::Load::XS::BEGIN@13 which was called:
# once (4µs+0s) by Module::Runtime::require_module at line 13 # spent 4µs making 1 call to Class::Load::XS::BEGIN@13 |
14 | XSLoader::load( | ||||
15 | __PACKAGE__, | ||||
16 | exists $Class::Load::XS::{VERSION} | ||||
17 | 1 | 126µs | 1 | 120µs | ? ${ $Class::Load::XS::{VERSION} } # spent 120µs making 1 call to XSLoader::load |
18 | : (), | ||||
19 | ); | ||||
20 | |||||
21 | 1 | 5µs | 1; | ||
22 | |||||
23 | # ABSTRACT: XS implementation of parts of Class::Load | ||||
24 | |||||
25 | __END__ |