← Index
NYTProf Performance Profile   « line view »
For /home/ss5/perl5/perlbrew/perls/perl-5.22.0/bin/benchmarkanything-storage
  Run on Mon Jan 29 16:55:34 2018
Reported on Mon Jan 29 16:57:06 2018

Filename/home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Moose/Meta/Method.pm
StatementsExecuted 11 statements in 82µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11112µs14µsMoose::Meta::Method::::BEGIN@5Moose::Meta::Method::BEGIN@5
1119µs10µsMoose::Meta::Method::::BEGIN@4Moose::Meta::Method::BEGIN@4
1115µs24µsMoose::Meta::Method::::BEGIN@9Moose::Meta::Method::BEGIN@9
1115µs5µ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;
21200nsour $VERSION = '2.1605';
3
4215µs211µs
# spent 10µs (9+1) within Moose::Meta::Method::BEGIN@4 which was called: # once (9µs+1µs) by parent::import at line 4
use strict;
# spent 10µs making 1 call to Moose::Meta::Method::BEGIN@4 # spent 1µs making 1 call to strict::import
5219µs217µs
# spent 14µs (12+2) within Moose::Meta::Method::BEGIN@5 which was called: # once (12µs+2µs) by parent::import at line 5
use warnings;
# spent 14µs making 1 call to Moose::Meta::Method::BEGIN@5 # spent 2µs making 1 call to warnings::import
6
7221µs15µs
# spent 5µs within Moose::Meta::Method::BEGIN@7 which was called: # once (5µs+0s) by parent::import at line 7
use Class::MOP::MiniTrait;
# spent 5µs making 1 call to Moose::Meta::Method::BEGIN@7
8
9223µs224µs
# spent 24µs (5+19) within Moose::Meta::Method::BEGIN@9 which was called: # once (5µs+19µs) by parent::import at line 9
use parent 'Class::MOP::Method';
# spent 24µs making 1 call to Moose::Meta::Method::BEGIN@9 # spent 19µs making 1 call to parent::import, recursion: max depth 1, sum of overlapping time 19µs
10
1111µs11.24msClass::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait');
# spent 1.24ms making 1 call to Class::MOP::MiniTrait::apply
12
1312µs1;
14
15# ABSTRACT: A Moose Method metaclass
16
17__END__