← Index
NYTProf Performance Profile   « line view »
For script/ponapi
  Run on Wed Feb 10 15:51:26 2016
Reported on Thu Feb 11 09:43:11 2016

Filename/usr/local/lib/perl/5.18.2/Moose/Meta/Instance.pm
StatementsExecuted 11 statements in 97µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs23µsMoose::Meta::Instance::::BEGIN@4Moose::Meta::Instance::BEGIN@4
1118µs14µsMoose::Meta::Instance::::BEGIN@5Moose::Meta::Instance::BEGIN@5
1117µs32µ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;
21500nsour $VERSION = '2.1604';
3
4221µs238µ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
use strict;
# spent 23µs making 1 call to Moose::Meta::Instance::BEGIN@4 # spent 14µs making 1 call to strict::import
5220µs221µ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
use warnings;
# spent 14µs making 1 call to Moose::Meta::Instance::BEGIN@5 # spent 6µs making 1 call to warnings::import
6
7219µ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
9233µs258µ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
use parent 'Class::MOP::Instance';
# spent 32µs making 1 call to Moose::Meta::Instance::BEGIN@9 # spent 26µs making 1 call to parent::import
10
1111µs11.07msClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 1.07ms making 1 call to Class::MOP::MiniTrait::apply
12
1313µs1;
14
15# ABSTRACT: The Moose Instance metaclass
16
17__END__