Filename | /usr/share/perl5/Modern/Perl.pm |
Statements | Executed 32 statements in 5.67ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 3.63ms | 3.73ms | BEGIN@18 | Modern::Perl::
1 | 1 | 1 | 1.05ms | 1.20ms | BEGIN@15.1 | Modern::Perl::
1 | 1 | 1 | 605µs | 926µs | BEGIN@20 | Modern::Perl::
1 | 1 | 1 | 579µs | 644µs | BEGIN@17 | Modern::Perl::
1 | 1 | 1 | 167µs | 1.37ms | BEGIN@15 | Modern::Perl::
3 | 3 | 3 | 96µs | 264µs | import | Modern::Perl::
1 | 1 | 1 | 7µs | 7µ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 | 2µs | our $VERSION = '1.03'; | ||
14 | |||||
15 | 6 | 1.21ms | 3 | 2.71ms | use 5.010_000; # spent 1.37ms making 1 call to Modern::Perl::BEGIN@15
# spent 1.20ms making 1 call to Modern::Perl::BEGIN@15.1
# spent 146µs making 1 call to feature::import |
16 | |||||
17 | 3 | 553µs | 2 | 653µs | # spent 644µs (579+65) within Modern::Perl::BEGIN@17 which was called:
# once (579µs+65µs) by main::BEGIN@25 at line 17 # spent 644µs making 1 call to Modern::Perl::BEGIN@17
# spent 9µs making 1 call to strict::import |
18 | 3 | 3.45ms | 2 | 3.77ms | # spent 3.73ms (3.63+95µs) within Modern::Perl::BEGIN@18 which was called:
# once (3.63ms+95µs) by main::BEGIN@25 at line 18 # spent 3.73ms making 1 call to Modern::Perl::BEGIN@18
# spent 49µs making 1 call to warnings::import |
19 | |||||
20 | 3 | 209µs | 1 | 926µs | # spent 926µs (605+321) within Modern::Perl::BEGIN@20 which was called:
# once (605µs+321µs) by main::BEGIN@25 at line 20 # spent 926µs making 1 call to Modern::Perl::BEGIN@20 |
21 | 3 | 145µs | 1 | 7µs | # spent 7µs within Modern::Perl::BEGIN@21 which was called:
# once (7µs+0s) by main::BEGIN@25 at line 21 # spent 7µs making 1 call to Modern::Perl::BEGIN@21 |
22 | |||||
23 | # spent 264µs (96+168) within Modern::Perl::import which was called 3 times, avg 88µs/call:
# once (32µs+66µs) by main::BEGIN@25 at line 25 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (33µs+53µs) by C4::SocialData::BEGIN@18 at line 18 of /usr/share/koha/lib/C4/SocialData.pm
# once (32µs+49µs) by C4::OAI::Sets::BEGIN@32 at line 32 of /usr/share/koha/lib/C4/OAI/Sets.pm | ||||
24 | 3 | 12µs | 3 | 53µs | warnings->import(); # spent 53µs making 3 calls to warnings::import, avg 18µs/call |
25 | 3 | 10µs | 3 | 10µs | strict->import(); # spent 10µs making 3 calls to strict::import, avg 3µs/call |
26 | 3 | 24µs | 3 | 92µs | feature->import( ':5.10' ); # spent 92µs making 3 calls to feature::import, avg 31µs/call |
27 | 3 | 44µs | 3 | 13µs | mro::set_mro( scalar caller(), 'c3' ); # spent 13µs making 3 calls to mro::set_mro, avg 4µs/call |
28 | } | ||||
29 | |||||
30 | =head1 SYNOPSIS | ||||
31 | |||||
- - | |||||
106 | 1 | 5µs | 1; # End of Modern::Perl |