Filename | /home/ss5/perl5/perlbrew/perls/tapper-perl/lib/site_perl/5.16.3/Data/DPath/Attrs.pm |
Statements | Executed 10 statements in 87µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
2 | 2 | 1 | 16µs | 16µs | new (xsub) | Data::DPath::Attrs::
1 | 1 | 1 | 7µs | 92µs | BEGIN@14 | Data::DPath::Attrs::
1 | 1 | 1 | 6µs | 9µs | BEGIN@11 | Data::DPath::Attrs::
1 | 1 | 1 | 6µs | 16µs | BEGIN@10 | Data::DPath::Attrs::
1 | 1 | 1 | 6µs | 6µs | BEGIN@2 | Data::DPath::Attrs::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Data::DPath::Attrs; | ||||
2 | # spent 6µs within Data::DPath::Attrs::BEGIN@2 which was called:
# once (6µs+0s) by Data::DPath::Context::BEGIN@1.3 at line 4 | ||||
3 | 1 | 4µs | $Data::DPath::Attrs::AUTHORITY = 'cpan:SCHWIGON'; | ||
4 | 1 | 24µs | 1 | 6µs | } # spent 6µs making 1 call to Data::DPath::Attrs::BEGIN@2 |
5 | { | ||||
6 | 2 | 700ns | $Data::DPath::Attrs::VERSION = '0.49'; | ||
7 | } | ||||
8 | # ABSTRACT: Abstraction for internal attributes attached to a point | ||||
9 | |||||
10 | 2 | 16µs | 2 | 26µs | # spent 16µs (6+10) within Data::DPath::Attrs::BEGIN@10 which was called:
# once (6µs+10µs) by Data::DPath::Context::BEGIN@1.3 at line 10 # spent 16µs making 1 call to Data::DPath::Attrs::BEGIN@10
# spent 10µs making 1 call to strict::import |
11 | 2 | 22µs | 2 | 12µs | # spent 9µs (6+3) within Data::DPath::Attrs::BEGIN@11 which was called:
# once (6µs+3µs) by Data::DPath::Context::BEGIN@1.3 at line 11 # spent 9µs making 1 call to Data::DPath::Attrs::BEGIN@11
# spent 3µs making 1 call to warnings::import |
12 | |||||
13 | use Class::XSAccessor # ::Array | ||||
14 | 1 | 4µs | 1 | 86µs | # spent 92µs (7+86) within Data::DPath::Attrs::BEGIN@14 which was called:
# once (7µs+86µs) by Data::DPath::Context::BEGIN@1.3 at line 16 # spent 86µs making 1 call to Class::XSAccessor::import |
15 | constructor => 'new', | ||||
16 | 1 | 14µs | 1 | 92µs | accessors => [qw( key )]; # spent 92µs making 1 call to Data::DPath::Attrs::BEGIN@14 |
17 | |||||
18 | 1 | 2µs | 1; | ||
19 | |||||
20 | __END__ | ||||
# spent 16µs within Data::DPath::Attrs::new which was called 2 times, avg 8µs/call:
# once (14µs+0s) by Data::DPath::Context::_any at line 146 of Data/DPath/Context.pm
# once (2µs+0s) by Data::DPath::Context::_select_key at line 291 of Data/DPath/Context.pm |