Filename | /usr/local/lib/perl/5.18.2/Moose/Meta/Instance.pm |
Statements | Executed 11 statements in 97µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 9µs | 23µs | BEGIN@4 | Moose::Meta::Instance::
1 | 1 | 1 | 8µs | 14µs | BEGIN@5 | Moose::Meta::Instance::
1 | 1 | 1 | 7µs | 32µs | BEGIN@9 | Moose::Meta::Instance::
1 | 1 | 1 | 4µs | 4µs | BEGIN@7 | Moose::Meta::Instance::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Meta::Instance; | ||||
2 | 1 | 500ns | our $VERSION = '2.1604'; | ||
3 | |||||
4 | 2 | 21µs | 2 | 38µs | # spent 23µs (9+14) within Moose::Meta::Instance::BEGIN@4 which was called:
# once (9µs+14µs) by Moose::BEGIN@28 at line 4 # spent 23µs making 1 call to Moose::Meta::Instance::BEGIN@4
# spent 14µs making 1 call to strict::import |
5 | 2 | 20µs | 2 | 21µs | # spent 14µs (8+7) within Moose::Meta::Instance::BEGIN@5 which was called:
# once (8µs+7µs) by Moose::BEGIN@28 at line 5 # spent 14µs making 1 call to Moose::Meta::Instance::BEGIN@5
# spent 6µs making 1 call to warnings::import |
6 | |||||
7 | 2 | 19µs | 1 | 4µs | # spent 4µs within Moose::Meta::Instance::BEGIN@7 which was called:
# once (4µs+0s) by Moose::BEGIN@28 at line 7 # spent 4µs making 1 call to Moose::Meta::Instance::BEGIN@7 |
8 | |||||
9 | 2 | 33µs | 2 | 58µs | # spent 32µs (7+26) within Moose::Meta::Instance::BEGIN@9 which was called:
# once (7µs+26µs) by Moose::BEGIN@28 at line 9 # spent 32µs making 1 call to Moose::Meta::Instance::BEGIN@9
# spent 26µs making 1 call to parent::import |
10 | |||||
11 | 1 | 1µs | 1 | 1.07ms | Class::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait'); # spent 1.07ms making 1 call to Class::MOP::MiniTrait::apply |
12 | |||||
13 | 1 | 3µs | 1; | ||
14 | |||||
15 | # ABSTRACT: The Moose Instance metaclass | ||||
16 | |||||
17 | __END__ |