| Filename | /home/mickey/git_tree/PONAPI/Server/lib/PONAPI/Builder/Resource/Null.pm |
| Statements | Executed 7 statements in 127µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 17µs | 3.16ms | PONAPI::Builder::Resource::Null::BEGIN@4 |
| 1 | 1 | 1 | 8µs | 76µs | PONAPI::Builder::Resource::Null::BEGIN@11 |
| 0 | 0 | 0 | 0s | 0s | PONAPI::Builder::Resource::Null::build |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | # ABSTRACT: document builder - null resource | ||||
| 2 | package PONAPI::Builder::Resource::Null; | ||||
| 3 | |||||
| 4 | 2 | 80µs | 2 | 6.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 # spent 3.16ms making 1 call to PONAPI::Builder::Resource::Null::BEGIN@4
# spent 3.14ms making 1 call to Moose::import |
| 5 | |||||
| 6 | 1 | 2µs | 1 | 3.38ms | with 'PONAPI::Builder'; # spent 3.38ms making 1 call to Moose::with |
| 7 | |||||
| 8 | sub build { undef } | ||||
| 9 | |||||
| 10 | 1 | 3µs | 2 | 2.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 |
| 11 | 3 | 42µs | 2 | 144µ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 # 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__ |