Filename | /Users/ap13/perl5/lib/perl5/darwin-2level/Moose/Meta/Instance.pm |
Statements | Executed 11 statements in 189µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 17µs | 36µs | BEGIN@4 | Moose::Meta::Instance::
1 | 1 | 1 | 14µs | 24µs | BEGIN@5 | Moose::Meta::Instance::
1 | 1 | 1 | 12µs | 54µs | BEGIN@9 | Moose::Meta::Instance::
1 | 1 | 1 | 10µs | 10µs | BEGIN@7 | Moose::Meta::Instance::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Moose::Meta::Instance; | ||||
2 | 1 | 700ns | our $VERSION = '2.1403'; | ||
3 | |||||
4 | 2 | 39µs | 2 | 55µs | # spent 36µs (17+19) within Moose::Meta::Instance::BEGIN@4 which was called:
# once (17µs+19µs) by Moose::BEGIN@28 at line 4 # spent 36µs making 1 call to Moose::Meta::Instance::BEGIN@4
# spent 19µs making 1 call to strict::import |
5 | 2 | 40µs | 2 | 35µs | # spent 24µs (14+11) within Moose::Meta::Instance::BEGIN@5 which was called:
# once (14µs+11µs) by Moose::BEGIN@28 at line 5 # spent 24µs making 1 call to Moose::Meta::Instance::BEGIN@5
# spent 11µs making 1 call to warnings::import |
6 | |||||
7 | 2 | 52µs | 1 | 10µs | # spent 10µs within Moose::Meta::Instance::BEGIN@7 which was called:
# once (10µs+0s) by Moose::BEGIN@28 at line 7 # spent 10µs making 1 call to Moose::Meta::Instance::BEGIN@7 |
8 | |||||
9 | 2 | 48µs | 2 | 97µs | # spent 54µs (12+43) within Moose::Meta::Instance::BEGIN@9 which was called:
# once (12µs+43µs) by Moose::BEGIN@28 at line 9 # spent 54µs making 1 call to Moose::Meta::Instance::BEGIN@9
# spent 43µs making 1 call to parent::import |
10 | |||||
11 | 1 | 2µs | 1 | 1.44ms | Class::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait'); # spent 1.44ms making 1 call to Class::MOP::MiniTrait::apply |
12 | |||||
13 | 1 | 7µs | 1; | ||
14 | |||||
15 | # ABSTRACT: The Moose Instance metaclass | ||||
16 | |||||
17 | __END__ |