Filename | /Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm |
Statements | Executed 11 statements in 137µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 8µs | 8µs | BEGIN@5 | MooseX::Storage::Meta::Attribute::DoNotSerialize::
1 | 1 | 1 | 6µs | 2.82ms | BEGIN@8 | MooseX::Storage::Meta::Attribute::DoNotSerialize::
1 | 1 | 1 | 3µs | 3µs | BEGIN@18 | Moose::Meta::Attribute::Custom::DoNotSerialize::
0 | 0 | 0 | 0s | 0s | register_implementation | Moose::Meta::Attribute::Custom::DoNotSerialize::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package MooseX::Storage::Meta::Attribute::DoNotSerialize; | ||||
2 | { | ||||
3 | 2 | 700ns | $MooseX::Storage::Meta::Attribute::DoNotSerialize::VERSION = '0.39'; | ||
4 | } | ||||
5 | # spent 8µs within MooseX::Storage::Meta::Attribute::DoNotSerialize::BEGIN@5 which was called:
# once (8µs+0s) by MooseX::Storage::BEGIN@12 at line 7 | ||||
6 | 1 | 4µs | $MooseX::Storage::Meta::Attribute::DoNotSerialize::AUTHORITY = 'cpan:STEVAN'; | ||
7 | 1 | 18µs | 1 | 8µs | } # spent 8µs making 1 call to MooseX::Storage::Meta::Attribute::DoNotSerialize::BEGIN@5 |
8 | 2 | 63µs | 2 | 5.63ms | # spent 2.82ms (6µs+2.81) within MooseX::Storage::Meta::Attribute::DoNotSerialize::BEGIN@8 which was called:
# once (6µs+2.81ms) by MooseX::Storage::BEGIN@12 at line 8 # spent 2.82ms making 1 call to MooseX::Storage::Meta::Attribute::DoNotSerialize::BEGIN@8
# spent 2.81ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:519] |
9 | |||||
10 | 1 | 1µs | 1 | 551µs | extends 'Moose::Meta::Attribute'; # spent 551µs making 1 call to Moose::extends |
11 | 1 | 1µs | 1 | 10.6ms | with 'MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize'; # spent 10.6ms making 1 call to Moose::with |
12 | |||||
13 | # register this alias ... | ||||
14 | package Moose::Meta::Attribute::Custom::DoNotSerialize; | ||||
15 | { | ||||
16 | 2 | 500ns | $Moose::Meta::Attribute::Custom::DoNotSerialize::VERSION = '0.39'; | ||
17 | } | ||||
18 | # spent 3µs within Moose::Meta::Attribute::Custom::DoNotSerialize::BEGIN@18 which was called:
# once (3µs+0s) by MooseX::Storage::BEGIN@12 at line 20 | ||||
19 | 1 | 4µs | $Moose::Meta::Attribute::Custom::DoNotSerialize::AUTHORITY = 'cpan:STEVAN'; | ||
20 | 1 | 40µs | 1 | 3µs | } # spent 3µs making 1 call to Moose::Meta::Attribute::Custom::DoNotSerialize::BEGIN@18 |
21 | |||||
22 | sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' } | ||||
23 | |||||
24 | 1 | 4µs | 1; | ||
25 | |||||
26 | __END__ |