← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/pan_genome_post_analysis
  Run on Fri Mar 27 11:43:32 2015
Reported on Fri Mar 27 11:45:26 2015

Filename/Users/ap13/perl5/lib/perl5/darwin-2level/Moose/Meta/Instance.pm
StatementsExecuted 11 statements in 189µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11117µs36µsMoose::Meta::Instance::::BEGIN@4Moose::Meta::Instance::BEGIN@4
11114µs24µsMoose::Meta::Instance::::BEGIN@5Moose::Meta::Instance::BEGIN@5
11112µs54µsMoose::Meta::Instance::::BEGIN@9Moose::Meta::Instance::BEGIN@9
11110µs10µ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;
21700nsour $VERSION = '2.1403';
3
4239µs255µs
# spent 36µs (17+19) within Moose::Meta::Instance::BEGIN@4 which was called: # once (17µs+19µs) by Moose::BEGIN@28 at line 4
use strict;
# spent 36µs making 1 call to Moose::Meta::Instance::BEGIN@4 # spent 19µs making 1 call to strict::import
5240µs235µs
# spent 24µs (14+11) within Moose::Meta::Instance::BEGIN@5 which was called: # once (14µs+11µs) by Moose::BEGIN@28 at line 5
use warnings;
# spent 24µs making 1 call to Moose::Meta::Instance::BEGIN@5 # spent 11µs making 1 call to warnings::import
6
7252µs110µs
# spent 10µs within Moose::Meta::Instance::BEGIN@7 which was called: # once (10µs+0s) by Moose::BEGIN@28 at line 7
use Class::MOP::MiniTrait;
# spent 10µs making 1 call to Moose::Meta::Instance::BEGIN@7
8
9248µs297µs
# spent 54µs (12+43) within Moose::Meta::Instance::BEGIN@9 which was called: # once (12µs+43µs) by Moose::BEGIN@28 at line 9
use parent 'Class::MOP::Instance';
# spent 54µs making 1 call to Moose::Meta::Instance::BEGIN@9 # spent 43µs making 1 call to parent::import
10
1112µs11.44msClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 1.44ms making 1 call to Class::MOP::MiniTrait::apply
12
1317µs1;
14
15# ABSTRACT: The Moose Instance metaclass
16
17__END__