| Filename | /home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/site_perl/5.13.5/Hailo/Role/Arguments.pm |
| Statements | Executed 12 statements in 236µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 44µs | 123µs | Hailo::Role::Arguments::BEGIN@9 |
| 1 | 1 | 1 | 21µs | 21µs | Hailo::Role::Arguments::BEGIN@2 |
| 1 | 1 | 1 | 15µs | 1.42ms | Hailo::Role::Arguments::BEGIN@11 |
| 1 | 1 | 1 | 14µs | 1.74ms | Hailo::Role::Arguments::BEGIN@10 |
| 1 | 1 | 1 | 12µs | 80µs | Hailo::Role::Arguments::BEGIN@9.9 |
| 1 | 1 | 1 | 6µs | 6µs | Hailo::Role::Arguments::BEGIN@5 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Hailo::Role::Arguments; | ||||
| 2 | # spent 21µs within Hailo::Role::Arguments::BEGIN@2 which was called:
# once (21µs+0s) by Mouse::Util::_try_load_one_class at line 4 | ||||
| 3 | 1 | 6µs | $Hailo::Role::Arguments::AUTHORITY = 'cpan:AVAR'; | ||
| 4 | 1 | 24µs | 1 | 21µs | } # spent 21µs making 1 call to Hailo::Role::Arguments::BEGIN@2 |
| 5 | # spent 6µs within Hailo::Role::Arguments::BEGIN@5 which was called:
# once (6µs+0s) by Mouse::Util::_try_load_one_class at line 7 | ||||
| 6 | 1 | 5µs | $Hailo::Role::Arguments::VERSION = '0.57'; | ||
| 7 | 1 | 18µs | 1 | 6µs | } # spent 6µs making 1 call to Hailo::Role::Arguments::BEGIN@5 |
| 8 | |||||
| 9 | 4 | 72µs | 3 | 272µs | use 5.010; # spent 123µs making 1 call to Hailo::Role::Arguments::BEGIN@9
# spent 80µs making 1 call to Hailo::Role::Arguments::BEGIN@9.9
# spent 68µs making 1 call to feature::import |
| 10 | 2 | 37µs | 2 | 3.46ms | # spent 1.74ms (14µs+1.72) within Hailo::Role::Arguments::BEGIN@10 which was called:
# once (14µs+1.72ms) by Mouse::Util::_try_load_one_class at line 10 # spent 1.74ms making 1 call to Hailo::Role::Arguments::BEGIN@10
# spent 1.72ms making 1 call to Any::Moose::import |
| 11 | 2 | 52µs | 2 | 2.83ms | # spent 1.42ms (15µs+1.41) within Hailo::Role::Arguments::BEGIN@11 which was called:
# once (15µs+1.41ms) by Mouse::Util::_try_load_one_class at line 11 # spent 1.42ms making 1 call to Hailo::Role::Arguments::BEGIN@11
# spent 1.41ms making 1 call to namespace::clean::import |
| 12 | |||||
| 13 | 1 | 4µs | 1 | 41µs | has arguments => ( # spent 41µs making 1 call to Mouse::Role::has |
| 14 | isa => 'HashRef[Str]', | ||||
| 15 | is => 'ro', | ||||
| 16 | documentation => "Arguments passed from Hailo", | ||||
| 17 | auto_deref => 1, | ||||
| 18 | ); | ||||
| 19 | |||||
| 20 | 1 | 6µs | 1; | ||
| 21 | |||||
| 22 | =encoding utf8 | ||||
| 23 | |||||
| 24 | =head1 NAME | ||||
| 25 | |||||
| 26 | Hailo::Role::Arguments - A role which adds an 'arguments' attribute | ||||
| 27 | |||||
| 28 | =head1 ATTRIBUTES | ||||
| 29 | |||||
| 30 | =head2 C<arguments> | ||||
| 31 | |||||
| 32 | A C<HashRef[Str]> of arguments passed to us from L<Hailo|Hailo>'s | ||||
| 33 | L<storage|Hailo/storage_args>, or | ||||
| 34 | L<tokenizer|Hailo/tokenizer_args> arguments. | ||||
| 35 | |||||
| 36 | =head1 AUTHOR | ||||
| 37 | |||||
| 38 | E<AElig>var ArnfjE<ouml>rE<eth> Bjarmason <avar@cpan.org> | ||||
| 39 | |||||
| 40 | =head1 LICENSE AND COPYRIGHT | ||||
| 41 | |||||
| 42 | Copyright 2010 E<AElig>var ArnfjE<ouml>rE<eth> Bjarmason. | ||||
| 43 | |||||
| 44 | This program is free software, you can redistribute it and/or modify | ||||
| 45 | it under the same terms as Perl itself. | ||||
| 46 | |||||
| 47 | =cut | ||||
| 48 | 1 | 11µs | 1 | 4.77ms | # spent 4.77ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |