← Index
NYTProf Performance Profile   « line view »
For examples/Atom-timer.pl
  Run on Mon Aug 12 14:45:28 2013
Reported on Mon Aug 12 14:46:15 2013

Filename/Users/dde/perl5/perlbrew/perls/5.18.0t/lib/site_perl/5.18.0/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm
StatementsExecuted 11 statements in 137µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs8µsMooseX::Storage::Meta::Attribute::DoNotSerialize::::BEGIN@5MooseX::Storage::Meta::Attribute::DoNotSerialize::BEGIN@5
1116µs2.82msMooseX::Storage::Meta::Attribute::DoNotSerialize::::BEGIN@8MooseX::Storage::Meta::Attribute::DoNotSerialize::BEGIN@8
1113µs3µsMoose::Meta::Attribute::Custom::DoNotSerialize::::BEGIN@18 Moose::Meta::Attribute::Custom::DoNotSerialize::BEGIN@18
0000s0sMoose::Meta::Attribute::Custom::DoNotSerialize::::register_implementation Moose::Meta::Attribute::Custom::DoNotSerialize::register_implementation
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package MooseX::Storage::Meta::Attribute::DoNotSerialize;
2{
32700ns $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
BEGIN {
614µs $MooseX::Storage::Meta::Attribute::DoNotSerialize::AUTHORITY = 'cpan:STEVAN';
7118µs18µs}
8263µs25.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
use Moose;
9
1011µs1551µsextends 'Moose::Meta::Attribute';
# spent 551µs making 1 call to Moose::extends
1111µs110.6ms with 'MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize';
# spent 10.6ms making 1 call to Moose::with
12
13# register this alias ...
14package Moose::Meta::Attribute::Custom::DoNotSerialize;
15{
162500ns $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
BEGIN {
1914µs $Moose::Meta::Attribute::Custom::DoNotSerialize::AUTHORITY = 'cpan:STEVAN';
20140µs13µs}
21
22sub register_implementation { 'MooseX::Storage::Meta::Attribute::DoNotSerialize' }
23
2414µs1;
25
26__END__