← Index
NYTProf Performance Profile   « line view »
For script/ponapi
  Run on Wed Feb 10 15:51:26 2016
Reported on Thu Feb 11 09:43:11 2016

Filename/home/mickey/git_tree/PONAPI/Server/lib/PONAPI/Builder/Resource/Null.pm
StatementsExecuted 7 statements in 127µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11117µs3.16msPONAPI::Builder::Resource::Null::::BEGIN@4PONAPI::Builder::Resource::Null::BEGIN@4
1118µs76µsPONAPI::Builder::Resource::Null::::BEGIN@11PONAPI::Builder::Resource::Null::BEGIN@11
0000s0sPONAPI::Builder::Resource::Null::::buildPONAPI::Builder::Resource::Null::build
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# ABSTRACT: document builder - null resource
2package PONAPI::Builder::Resource::Null;
3
4280µs26.30ms
# spent 3.16ms (17µs+3.14) within PONAPI::Builder::Resource::Null::BEGIN@4 which was called: # once (17µs+3.14ms) by PONAPI::Builder::Document::BEGIN@7 at line 4
use Moose;
# spent 3.16ms making 1 call to PONAPI::Builder::Resource::Null::BEGIN@4 # spent 3.14ms making 1 call to Moose::import
5
612µs13.38mswith 'PONAPI::Builder';
# spent 3.38ms making 1 call to Moose::with
7
8sub build { undef }
9
1013µs22.15ms__PACKAGE__->meta->make_immutable;
# spent 2.14ms making 1 call to Class::MOP::Class::make_immutable # spent 13µs making 1 call to PONAPI::Builder::Resource::Null::meta
11342µs2144µs
# spent 76µs (8+68) within PONAPI::Builder::Resource::Null::BEGIN@11 which was called: # once (8µs+68µs) by PONAPI::Builder::Document::BEGIN@7 at line 11
no Moose; 1;
# spent 76µs making 1 call to PONAPI::Builder::Resource::Null::BEGIN@11 # spent 68µs making 1 call to Moose::unimport
12
13__END__