← 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/Test/PONAPI/Repository/MockDB/Table/Relationships.pm
StatementsExecuted 9 statements in 159µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11118µs3.15msTest::PONAPI::Repository::MockDB::Table::Relationships::::BEGIN@4Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@4
1118µs92µsTest::PONAPI::Repository::MockDB::Table::Relationships::::BEGIN@21Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@21
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# ABSTRACT: mock repository - table - Relationships
2package Test::PONAPI::Repository::MockDB::Table::Relationships;
3
4289µs26.28ms
# spent 3.15ms (18µs+3.13) within Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@4 which was called: # once (18µs+3.13ms) by Test::PONAPI::Repository::MockDB::Table::Articles::BEGIN@5 at line 4
use Moose;
# spent 3.15ms making 1 call to Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@4 # spent 3.13ms making 1 call to Moose::import
5
611µs121.9msextends 'Test::PONAPI::Repository::MockDB::Table';
# spent 21.9ms making 1 call to Moose::extends
7
812µs11.56mshas REL_ID_COLUMN => (
# spent 1.56ms making 1 call to Moose::has
9 is => 'ro',
10 isa => 'Str',
11 required => 1,
12);
13
1412µs11.29mshas ONE_TO_ONE => (
# spent 1.29ms making 1 call to Moose::has
15 is => 'ro',
16 isa => 'Bool',
17 required => 1,
18);
19
2013µs210.0ms__PACKAGE__->meta->make_immutable;
# spent 10.0ms making 1 call to Class::MOP::Class::make_immutable # spent 11µs making 1 call to Test::PONAPI::Repository::MockDB::Table::Relationships::meta
21362µs2176µs
# spent 92µs (8+84) within Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@21 which was called: # once (8µs+84µs) by Test::PONAPI::Repository::MockDB::Table::Articles::BEGIN@5 at line 21
no Moose; 1
# spent 92µs making 1 call to Test::PONAPI::Repository::MockDB::Table::Relationships::BEGIN@21 # spent 84µs making 1 call to Moose::unimport
22
23__END__