← 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:46:01 2015

Filename/Users/ap13/perl5/lib/perl5/darwin-2level/Moose/Meta/Method.pm
StatementsExecuted 11 statements in 124µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs25µsMoose::Meta::Method::::BEGIN@4Moose::Meta::Method::BEGIN@4
1118µs35µsMoose::Meta::Method::::BEGIN@9Moose::Meta::Method::BEGIN@9
1117µs11µsMoose::Meta::Method::::BEGIN@5Moose::Meta::Method::BEGIN@5
1117µs7µsMoose::Meta::Method::::BEGIN@7Moose::Meta::Method::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::Method;
21600nsour $VERSION = '2.1403';
3
4223µs238µs
# spent 25µs (13+12) within Moose::Meta::Method::BEGIN@4 which was called: # once (13µs+12µs) by parent::import at line 4
use strict;
# spent 25µs making 1 call to Moose::Meta::Method::BEGIN@4 # spent 12µs making 1 call to strict::import
5222µs215µs
# spent 11µs (7+4) within Moose::Meta::Method::BEGIN@5 which was called: # once (7µs+4µs) by parent::import at line 5
use warnings;
# spent 11µs making 1 call to Moose::Meta::Method::BEGIN@5 # spent 4µs making 1 call to warnings::import
6
7228µs17µs
# spent 7µs within Moose::Meta::Method::BEGIN@7 which was called: # once (7µs+0s) by parent::import at line 7
use Class::MOP::MiniTrait;
# spent 7µs making 1 call to Moose::Meta::Method::BEGIN@7
8
9237µs235µs
# spent 35µs (8+27) within Moose::Meta::Method::BEGIN@9 which was called: # once (8µs+27µs) by parent::import at line 9
use parent 'Class::MOP::Method';
# spent 35µs making 1 call to Moose::Meta::Method::BEGIN@9 # spent 27µs making 1 call to parent::import, recursion: max depth 1, sum of overlapping time 27µs
10
1112µs13.37msClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 3.37ms making 1 call to Class::MOP::MiniTrait::apply
12
13111µs1;
14
15# ABSTRACT: A Moose Method metaclass
16
17__END__