← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 09:58:41 2014
Reported on Tue Jun 24 09:59:13 2014

Filename/usr/local/lib/perl/5.14.2/Moose/Meta/Instance.pm
StatementsExecuted 13 statements in 144µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs8µsMoose::Meta::Instance::::BEGIN@3Moose::Meta::Instance::BEGIN@3
1118µs11µsMoose::Meta::Instance::::BEGIN@10Moose::Meta::Instance::BEGIN@10
1117µs12µsMoose::Meta::Instance::::BEGIN@11Moose::Meta::Instance::BEGIN@11
1116µs48µsMoose::Meta::Instance::::BEGIN@15Moose::Meta::Instance::BEGIN@15
1114µs4µ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 8µs within Moose::Meta::Instance::BEGIN@3 which was called: # once (8µs+0s) by Moose::BEGIN@31 at line 5
BEGIN {
415µs $Moose::Meta::Instance::AUTHORITY = 'cpan:STEVAN';
5134µs18µs}
# spent 8µs making 1 call to Moose::Meta::Instance::BEGIN@3
6{
72900ns $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
11221µs217µs
# spent 12µs (7+5) within Moose::Meta::Instance::BEGIN@11 which was called: # once (7µs+5µs) by Moose::BEGIN@31 at line 11
use warnings;
# spent 12µs making 1 call to Moose::Meta::Instance::BEGIN@11 # spent 5µs making 1 call to warnings::import
12
13222µs14µs
# spent 4µs within Moose::Meta::Instance::BEGIN@13 which was called: # once (4µs+0s) by Moose::BEGIN@31 at line 13
use Class::MOP::MiniTrait;
# spent 4µs making 1 call to Moose::Meta::Instance::BEGIN@13
14
15232µs290µs
# spent 48µs (6+42) within Moose::Meta::Instance::BEGIN@15 which was called: # once (6µs+42µs) by Moose::BEGIN@31 at line 15
use base "Class::MOP::Instance";
# spent 48µs making 1 call to Moose::Meta::Instance::BEGIN@15 # spent 42µs making 1 call to base::import
16
1712µs11.01msClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 1.01ms making 1 call to Class::MOP::MiniTrait::apply
18
1914µs1;
20
21# ABSTRACT: The Moose Instance metaclass
22
23__END__