Filename | /Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/darwin-thread-multi-2level/Moose/Meta/Instance.pm |
Statements | Executed 13 statements in 141µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 9µs | 13µs | BEGIN@11 | Moose::Meta::Instance::
1 | 1 | 1 | 8µs | 8µs | BEGIN@3 | Moose::Meta::Instance::
1 | 1 | 1 | 6µs | 17µs | BEGIN@10 | Moose::Meta::Instance::
1 | 1 | 1 | 5µs | 58µs | BEGIN@15 | Moose::Meta::Instance::
1 | 1 | 1 | 4µs | 4µs | BEGIN@13 | Moose::Meta::Instance::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | |||||
2 | package Moose::Meta::Instance; | ||||
3 | # spent 8µs within Moose::Meta::Instance::BEGIN@3 which was called:
# once (8µs+0s) by Moose::BEGIN@31 at line 5 | ||||
4 | 1 | 4µs | $Moose::Meta::Instance::AUTHORITY = 'cpan:STEVAN'; | ||
5 | 1 | 28µs | 1 | 8µs | } # spent 8µs making 1 call to Moose::Meta::Instance::BEGIN@3 |
6 | { | ||||
7 | 2 | 700ns | $Moose::Meta::Instance::VERSION = '2.1005'; | ||
8 | } | ||||
9 | |||||
10 | 2 | 22µs | 2 | 28µs | # spent 17µs (6+11) within Moose::Meta::Instance::BEGIN@10 which was called:
# once (6µs+11µs) by Moose::BEGIN@31 at line 10 # spent 17µs making 1 call to Moose::Meta::Instance::BEGIN@10
# spent 11µs making 1 call to strict::import |
11 | 2 | 24µs | 2 | 16µs | # spent 13µs (9+4) within Moose::Meta::Instance::BEGIN@11 which was called:
# once (9µs+4µs) by Moose::BEGIN@31 at line 11 # spent 13µs making 1 call to Moose::Meta::Instance::BEGIN@11
# spent 4µs making 1 call to warnings::import |
12 | |||||
13 | 2 | 20µs | 1 | 4µs | # spent 4µs within Moose::Meta::Instance::BEGIN@13 which was called:
# once (4µs+0s) by Moose::BEGIN@31 at line 13 # spent 4µs making 1 call to Moose::Meta::Instance::BEGIN@13 |
14 | |||||
15 | 2 | 37µs | 2 | 111µs | # spent 58µs (5+53) within Moose::Meta::Instance::BEGIN@15 which was called:
# once (5µs+53µs) by Moose::BEGIN@31 at line 15 # spent 58µs making 1 call to Moose::Meta::Instance::BEGIN@15
# spent 53µs making 1 call to base::import |
16 | |||||
17 | 1 | 1µs | 1 | 839µs | Class::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait'); # spent 839µs making 1 call to Class::MOP::MiniTrait::apply |
18 | |||||
19 | 1 | 4µs | 1; | ||
20 | |||||
21 | # ABSTRACT: The Moose Instance metaclass | ||||
22 | |||||
23 | __END__ |