← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:07 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Moose/Meta/Instance.pm
StatementsExecuted 11 statements in 122µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11112µs15µsMoose::Meta::Instance::::BEGIN@4Moose::Meta::Instance::BEGIN@4
1118µs16µsMoose::Meta::Instance::::BEGIN@5Moose::Meta::Instance::BEGIN@5
1116µs31µsMoose::Meta::Instance::::BEGIN@9Moose::Meta::Instance::BEGIN@9
1114µs4µsMoose::Meta::Instance::::BEGIN@7Moose::Meta::Instance::BEGIN@7
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moose::Meta::Instance;
21200nsour $VERSION = '2.1605';
3
4225µs218µs
# spent 15µs (12+3) within Moose::Meta::Instance::BEGIN@4 which was called: # once (12µs+3µs) by Moose::BEGIN@28 at line 4
use strict;
# spent 15µs making 1 call to Moose::Meta::Instance::BEGIN@4 # spent 3µs making 1 call to strict::import
5232µs223µs
# spent 16µs (8+7) within Moose::Meta::Instance::BEGIN@5 which was called: # once (8µs+7µs) by Moose::BEGIN@28 at line 5
use warnings;
# spent 16µs making 1 call to Moose::Meta::Instance::BEGIN@5 # spent 7µs making 1 call to warnings::import
6
7226µs14µs
# spent 4µs within Moose::Meta::Instance::BEGIN@7 which was called: # once (4µs+0s) by Moose::BEGIN@28 at line 7
use Class::MOP::MiniTrait;
# spent 4µs making 1 call to Moose::Meta::Instance::BEGIN@7
8
9234µs255µs
# spent 31µs (6+25) within Moose::Meta::Instance::BEGIN@9 which was called: # once (6µs+25µs) by Moose::BEGIN@28 at line 9
use parent 'Class::MOP::Instance';
# spent 31µs making 1 call to Moose::Meta::Instance::BEGIN@9 # spent 25µs making 1 call to parent::import
10
111900ns1717µsClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 717µs making 1 call to Class::MOP::MiniTrait::apply
12
1313µs1;
14
15# ABSTRACT: The Moose Instance metaclass
16
17__END__