Filename | /usr/share/perl5/Modern/Perl.pm |
Statements | Executed 32 statements in 5.27ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 3.19ms | 3.26ms | BEGIN@18 | Modern::Perl::
1 | 1 | 1 | 1.12ms | 1.31ms | BEGIN@15.1 | Modern::Perl::
1 | 1 | 1 | 587µs | 647µs | BEGIN@17 | Modern::Perl::
1 | 1 | 1 | 439µs | 714µs | BEGIN@20 | Modern::Perl::
1 | 1 | 1 | 125µs | 1.43ms | BEGIN@15 | Modern::Perl::
3 | 3 | 3 | 110µs | 318µs | import | Modern::Perl::
1 | 1 | 1 | 5µs | 5µs | BEGIN@21 | Modern::Perl::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Modern::Perl; | ||||
2 | |||||
3 | =head1 NAME | ||||
4 | |||||
- - | |||||
13 | 1 | 800ns | our $VERSION = '1.03'; | ||
14 | |||||
15 | 6 | 1.24ms | 3 | 2.92ms | use 5.010_000; # spent 1.43ms making 1 call to Modern::Perl::BEGIN@15
# spent 1.31ms making 1 call to Modern::Perl::BEGIN@15.1
# spent 181µs making 1 call to feature::import |
16 | |||||
17 | 3 | 565µs | 2 | 656µs | # spent 647µs (587+61) within Modern::Perl::BEGIN@17 which was called:
# once (587µs+61µs) by main::BEGIN@25 at line 17 # spent 647µs making 1 call to Modern::Perl::BEGIN@17
# spent 9µs making 1 call to strict::import |
18 | 3 | 3.07ms | 2 | 3.28ms | # spent 3.26ms (3.19+67µs) within Modern::Perl::BEGIN@18 which was called:
# once (3.19ms+67µs) by main::BEGIN@25 at line 18 # spent 3.26ms making 1 call to Modern::Perl::BEGIN@18
# spent 25µs making 1 call to warnings::import |
19 | |||||
20 | 3 | 209µs | 1 | 714µs | # spent 714µs (439+276) within Modern::Perl::BEGIN@20 which was called:
# once (439µs+276µs) by main::BEGIN@25 at line 20 # spent 714µs making 1 call to Modern::Perl::BEGIN@20 |
21 | 3 | 79µs | 1 | 5µs | # spent 5µs within Modern::Perl::BEGIN@21 which was called:
# once (5µs+0s) by main::BEGIN@25 at line 21 # spent 5µs making 1 call to Modern::Perl::BEGIN@21 |
22 | |||||
23 | # spent 318µs (110+208) within Modern::Perl::import which was called 3 times, avg 106µs/call:
# once (47µs+86µs) by C4::OAI::Sets::BEGIN@32 at line 32 of /usr/share/koha/lib/C4/OAI/Sets.pm
# once (44µs+78µs) by C4::SocialData::BEGIN@18 at line 18 of /usr/share/koha/lib/C4/SocialData.pm
# once (19µs+43µs) by main::BEGIN@25 at line 25 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl | ||||
24 | 3 | 16µs | 3 | 69µs | warnings->import(); # spent 69µs making 3 calls to warnings::import, avg 23µs/call |
25 | 3 | 15µs | 3 | 16µs | strict->import(); # spent 16µs making 3 calls to strict::import, avg 5µs/call |
26 | 3 | 33µs | 3 | 109µs | feature->import( ':5.10' ); # spent 109µs making 3 calls to feature::import, avg 36µs/call |
27 | 3 | 42µs | 3 | 14µs | mro::set_mro( scalar caller(), 'c3' ); # spent 14µs making 3 calls to mro::set_mro, avg 4µs/call |
28 | } | ||||
29 | |||||
30 | =head1 SYNOPSIS | ||||
31 | |||||
- - | |||||
106 | 1 | 3µs | 1; # End of Modern::Perl |