← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 10:04:38 2014
Reported on Tue Jun 24 10:05:07 2014

Filename/usr/local/lib/perl/5.14.2/Moose/Meta/Instance.pm
StatementsExecuted 13 statements in 147µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs9µsMoose::Meta::Instance::::BEGIN@3Moose::Meta::Instance::BEGIN@3
1118µs14µsMoose::Meta::Instance::::BEGIN@11Moose::Meta::Instance::BEGIN@11
1118µs11µsMoose::Meta::Instance::::BEGIN@10Moose::Meta::Instance::BEGIN@10
1116µs49µsMoose::Meta::Instance::::BEGIN@15Moose::Meta::Instance::BEGIN@15
1115µs5µsMoose::Meta::Instance::::BEGIN@13Moose::Meta::Instance::BEGIN@13
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2package Moose::Meta::Instance;
3
# spent 9µs within Moose::Meta::Instance::BEGIN@3 which was called: # once (9µs+0s) by Moose::BEGIN@31 at line 5
BEGIN {
415µs $Moose::Meta::Instance::AUTHORITY = 'cpan:STEVAN';
5136µs19µs}
# spent 9µs making 1 call to Moose::Meta::Instance::BEGIN@3
6{
72800ns $Moose::Meta::Instance::VERSION = '2.1005';
8}
9
10222µs214µs
# spent 11µs (8+3) within Moose::Meta::Instance::BEGIN@10 which was called: # once (8µs+3µs) by Moose::BEGIN@31 at line 10
use strict;
# spent 11µs making 1 call to Moose::Meta::Instance::BEGIN@10 # spent 3µs making 1 call to strict::import
11222µs219µs
# spent 14µs (8+5) within Moose::Meta::Instance::BEGIN@11 which was called: # once (8µs+5µs) by Moose::BEGIN@31 at line 11
use warnings;
# spent 14µs making 1 call to Moose::Meta::Instance::BEGIN@11 # spent 5µs making 1 call to warnings::import
12
13222µs15µs
# spent 5µs within Moose::Meta::Instance::BEGIN@13 which was called: # once (5µs+0s) by Moose::BEGIN@31 at line 13
use Class::MOP::MiniTrait;
# spent 5µs making 1 call to Moose::Meta::Instance::BEGIN@13
14
15232µs292µs
# spent 49µs (6+43) within Moose::Meta::Instance::BEGIN@15 which was called: # once (6µs+43µs) by Moose::BEGIN@31 at line 15
use base "Class::MOP::Instance";
# spent 49µs making 1 call to Moose::Meta::Instance::BEGIN@15 # spent 43µs making 1 call to base::import
16
1712µs11.02msClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 1.02ms making 1 call to Class::MOP::MiniTrait::apply
18
1914µs1;
20
21# ABSTRACT: The Moose Instance metaclass
22
23__END__