← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:06 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Sub/Exporter/Progressive.pm
StatementsExecuted 138 statements in 799µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
33392µs120µsSub::Exporter::Progressive::::__ANON__[:40]Sub::Exporter::Progressive::__ANON__[:40]
31185µs109µsSub::Exporter::Progressive::::sub_export_optionsSub::Exporter::Progressive::sub_export_options
33346µs154µsSub::Exporter::Progressive::::importSub::Exporter::Progressive::import
154113µs13µsSub::Exporter::Progressive::::CORE:matchSub::Exporter::Progressive::CORE:match (opcode)
1118µs9µsSub::Exporter::Progressive::::BEGIN@3Sub::Exporter::Progressive::BEGIN@3
1114µs5µsSub::Exporter::Progressive::::BEGIN@23Sub::Exporter::Progressive::BEGIN@23
1113µs13µsSub::Exporter::Progressive::::BEGIN@18Sub::Exporter::Progressive::BEGIN@18
1113µs5µsSub::Exporter::Progressive::::BEGIN@4Sub::Exporter::Progressive::BEGIN@4
1112µs2µsSub::Exporter::Progressive::::BEGIN@9Sub::Exporter::Progressive::BEGIN@9
1112µs2µsSub::Exporter::Progressive::::BEGIN@8Sub::Exporter::Progressive::BEGIN@8
3111µs1µsSub::Exporter::Progressive::::CORE:substSub::Exporter::Progressive::CORE:subst (opcode)
0000s0sSub::Exporter::Progressive::::__ANON__[:26]Sub::Exporter::Progressive::__ANON__[:26]
0000s0sSub::Exporter::Progressive::::__ANON__[:32]Sub::Exporter::Progressive::__ANON__[:32]
0000s0sSub::Exporter::Progressive::::__ANON__[:66]Sub::Exporter::Progressive::__ANON__[:66]
0000s0sSub::Exporter::Progressive::::__ANON__[:71]Sub::Exporter::Progressive::__ANON__[:71]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Sub::Exporter::Progressive;
2
3212µs210µs
# spent 9µs (8+1) within Sub::Exporter::Progressive::BEGIN@3 which was called: # once (8µs+1µs) by Devel::GlobalDestruction::BEGIN@8 at line 3
use strict;
# spent 9µs making 1 call to Sub::Exporter::Progressive::BEGIN@3 # spent 1µs making 1 call to strict::import
4217µs27µs
# spent 5µs (3+2) within Sub::Exporter::Progressive::BEGIN@4 which was called: # once (3µs+2µs) by Devel::GlobalDestruction::BEGIN@8 at line 4
use warnings;
# spent 5µs making 1 call to Sub::Exporter::Progressive::BEGIN@4 # spent 2µs making 1 call to warnings::import
5
61300nsour $VERSION = '0.001011';
7
8211µs12µs
# spent 2µs within Sub::Exporter::Progressive::BEGIN@8 which was called: # once (2µs+0s) by Devel::GlobalDestruction::BEGIN@8 at line 8
use Carp ();
# spent 2µs making 1 call to Sub::Exporter::Progressive::BEGIN@8
9233µs12µs
# spent 2µs within Sub::Exporter::Progressive::BEGIN@9 which was called: # once (2µs+0s) by Devel::GlobalDestruction::BEGIN@8 at line 9
use List::Util ();
# spent 2µs making 1 call to Sub::Exporter::Progressive::BEGIN@9
10
11
# spent 154µs (46+109) within Sub::Exporter::Progressive::import which was called 3 times, avg 51µs/call: # once (15µs+44µs) by Devel::GlobalDestruction::BEGIN@8 at line 8 of Devel/GlobalDestruction.pm # once (18µs+40µs) by B::Hooks::EndOfScope::XS::BEGIN@10 at line 10 of B/Hooks/EndOfScope/XS.pm # once (12µs+25µs) by B::Hooks::EndOfScope::BEGIN@23 at line 23 of B/Hooks/EndOfScope.pm
sub import {
1232µs my ($self, @args) = @_;
13
1432µs my $inner_target = caller;
1534µs3109µs my $export_data = sub_export_options($inner_target, @args);
# spent 109µs making 3 calls to Sub::Exporter::Progressive::sub_export_options, avg 36µs/call
16
173400ns my $full_exporter;
18242µs223µs
# spent 13µs (3+10) within Sub::Exporter::Progressive::BEGIN@18 which was called: # once (3µs+10µs) by Devel::GlobalDestruction::BEGIN@8 at line 18
no strict 'refs';
# spent 13µs making 1 call to Sub::Exporter::Progressive::BEGIN@18 # spent 10µs making 1 call to strict::unimport
1937µs @{"${inner_target}::EXPORT_OK"} = @{$export_data->{exports}};
2035µs @{"${inner_target}::EXPORT"} = @{$export_data->{defaults}};
2137µs %{"${inner_target}::EXPORT_TAGS"} = %{$export_data->{tags}};
22
# spent 120µs (92+28) within Sub::Exporter::Progressive::__ANON__[/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Sub/Exporter/Progressive.pm:40] which was called 3 times, avg 40µs/call: # once (57µs+9µs) by Class::MOP::Package::BEGIN@8 at line 8 of Class/MOP/Package.pm # once (21µs+11µs) by Moo::sification::BEGIN@5 at line 5 of Moo/sification.pm # once (14µs+8µs) by namespace::clean::BEGIN@11 at line 11 of namespace/clean.pm
*{"${inner_target}::import"} = sub {
232398µs26µs
# spent 5µs (4+900ns) within Sub::Exporter::Progressive::BEGIN@23 which was called: # once (4µs+900ns) by Devel::GlobalDestruction::BEGIN@8 at line 23
use strict;
# spent 5µs making 1 call to Sub::Exporter::Progressive::BEGIN@23 # spent 900ns making 1 call to strict::import
2433µs my ($self, @args) = @_;
25
26638µs934µs if (List::Util::first { ref || !m/ \A [:-]? \w+ \z /xm } @args) {
# spent 27µs making 6 calls to List::Util::first, avg 4µs/call # spent 7µs making 3 calls to Sub::Exporter::Progressive::CORE:match, avg 2µs/call
27 Carp::croak 'your usage of Sub::Exporter::Progressive requires Sub::Exporter to be installed'
28 unless eval { require Sub::Exporter };
29 $full_exporter ||= Sub::Exporter::build_exporter($export_data->{original});
30
31 goto $full_exporter;
32311µs32µs } elsif (defined(my $num = List::Util::first { !ref and m/^\d/ } @args)) {
# spent 2µs making 3 calls to Sub::Exporter::Progressive::CORE:match, avg 600ns/call
33 die "cannot export symbols with a leading digit: '$num'";
34 } else {
3531µs require Exporter;
36355µs31µs s/ \A - /:/xm for @args;
# spent 1µs making 3 calls to Sub::Exporter::Progressive::CORE:subst, avg 400ns/call
3733µs @_ = ($self, @args);
38313µs364µs goto \&Exporter::import;
# spent 64µs making 3 calls to Exporter::import, avg 21µs/call
39 }
40311µs };
4137µs return;
42}
43
441200nsmy $too_complicated = <<'DEATH';
45You are using Sub::Exporter::Progressive, but the features your program uses from
46Sub::Exporter cannot be implemented without Sub::Exporter, so you might as well
47just use vanilla Sub::Exporter
48DEATH
49
50
# spent 109µs (85+24) within Sub::Exporter::Progressive::sub_export_options which was called 3 times, avg 36µs/call: # 3 times (85µs+24µs) by Sub::Exporter::Progressive::import at line 15, avg 36µs/call
sub sub_export_options {
5131µs my ($inner_target, $setup, $options) = @_;
52
533400ns my @exports;
54 my @defaults;
55 my %tags;
56
5732µs if ($setup eq '-setup') {
5835µs my %options = %$options;
59
60 OPTIONS:
6133µs for my $opt (keys %options) {
6265µs if ($opt eq 'exports') {
63
6433µs Carp::croak $too_complicated if ref $options{exports} ne 'ARRAY';
6531µs @exports = @{$options{exports}};
66619µs39µs Carp::croak $too_complicated if List::Util::first { ref } @exports;
# spent 9µs making 3 calls to List::Util::first, avg 3µs/call
67
68 } elsif ($opt eq 'groups') {
6933µs %tags = %{$options{groups}};
7032µs for my $tagset (values %tags) {
71624µs616µs Carp::croak $too_complicated if List::Util::first { / \A - (?! all \b ) /x || ref } @{$tagset};
# spent 13µs making 3 calls to List::Util::first, avg 4µs/call # spent 2µs making 3 calls to Sub::Exporter::Progressive::CORE:match, avg 833ns/call
72 }
7332µs @defaults = @{$tags{default} || [] };
74 } else {
75 Carp::croak $too_complicated;
76 }
77 }
78919µs62µs @{$_} = map { / \A [:-] all \z /x ? @exports : $_ } @{$_} for \@defaults, values %tags;
# spent 2µs making 6 calls to Sub::Exporter::Progressive::CORE:match, avg 333ns/call
7932µs $tags{all} ||= [ @exports ];
8034µs my %exports = map { $_ => 1 } @exports;
8133µs my @errors = grep { not $exports{$_} } @defaults;
8233µs Carp::croak join(', ', @errors) . " is not exported by the $inner_target module\n" if @errors;
83 }
84
85 return {
86310µs exports => \@exports,
87 defaults => \@defaults,
88 original => $options,
89 tags => \%tags,
90 };
91}
92
9313µs1;
94
95=encoding utf8
96
97=head1 NAME
98
99Sub::Exporter::Progressive - Only use Sub::Exporter if you need it
100
101=head1 SYNOPSIS
102
103 package Syntax::Keyword::Gather;
104
105 use Sub::Exporter::Progressive -setup => {
106 exports => [qw( break gather gathered take )],
107 groups => {
108 default => [qw( break gather gathered take )],
109 },
110 };
111
112 # elsewhere
113
114 # uses Exporter for speed
115 use Syntax::Keyword::Gather;
116
117 # somewhere else
118
119 # uses Sub::Exporter for features
120 use Syntax::Keyword::Gather 'gather', take => { -as => 'grab' };
121
122=head1 DESCRIPTION
123
124L<Sub::Exporter> is an incredibly powerful module, but with that power comes
125great responsibility, er- as well as some runtime penalties. This module
126is a C<Sub::Exporter> wrapper that will let your users just use L<Exporter>
127if all they are doing is picking exports, but use C<Sub::Exporter> if your
128users try to use C<Sub::Exporter>'s more advanced features, like
129renaming exports, if they try to use them.
130
131Note that this module will export C<@EXPORT>, C<@EXPORT_OK> and
132C<%EXPORT_TAGS> package variables for C<Exporter> to work. Additionally, if
133your package uses advanced C<Sub::Exporter> features like currying, this module
134will only ever use C<Sub::Exporter>, so you might as well use it directly.
135
136=head1 AUTHOR
137
138frew - Arthur Axel Schmidt (cpan:FREW) <frioux+cpan@gmail.com>
139
140=head1 CONTRIBUTORS
141
142ilmari - Dagfinn Ilmari Mannsåker (cpan:ILMARI) <ilmari@ilmari.org>
143
144mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
145
146leont - Leon Timmermans (cpan:LEONT) <leont@cpan.org>
147
148=head1 COPYRIGHT
149
150Copyright (c) 2012 the Sub::Exporter::Progressive L</AUTHOR> and
151L</CONTRIBUTORS> as listed above.
152
153=head1 LICENSE
154
155This library is free software and may be distributed under the same terms
156as perl itself.
157
158=cut
 
# spent 13µs within Sub::Exporter::Progressive::CORE:match which was called 15 times, avg 873ns/call: # 6 times (2µs+0s) by Sub::Exporter::Progressive::sub_export_options at line 78, avg 333ns/call # 3 times (7µs+0s) by List::Util::first at line 26, avg 2µs/call # 3 times (2µs+0s) by List::Util::first at line 71, avg 833ns/call # 3 times (2µs+0s) by List::Util::first at line 32, avg 600ns/call
sub Sub::Exporter::Progressive::CORE:match; # opcode
# spent 1µs within Sub::Exporter::Progressive::CORE:subst which was called 3 times, avg 400ns/call: # 3 times (1µs+0s) by Sub::Exporter::Progressive::__ANON__[/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Sub/Exporter/Progressive.pm:40] at line 36, avg 400ns/call
sub Sub::Exporter::Progressive::CORE:subst; # opcode