| File | /data/SimpleDB-Class/author.t/lib/Foo/SubChild.pm |
| Statements Executed | 6 |
| Statement Execution Time | 72µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 35µs | 2.30ms | Foo::SubChild::BEGIN@3 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Foo::SubChild; | ||||
| 2 | |||||
| 3 | 3 | 54µs | 2 | 4.57ms | # spent 2.30ms (35µs+2.27) within Foo::SubChild::BEGIN@3 which was called
# once (35µs+2.27ms) by Module::Find::useall at line 3 # spent 2.30ms making 1 call to Foo::SubChild::BEGIN@3
# spent 2.27ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389] |
| 4 | 1 | 2µs | 1 | 235µs | extends 'Foo::Child'; # spent 235µs making 1 call to Moose::extends |
| 5 | |||||
| 6 | 1 | 5µs | 1 | 1.38ms | __PACKAGE__->add_attributes(tribe=>{isa=>'Str'}); # spent 1.38ms making 1 call to SimpleDB::Class::Item::add_attributes |
| 7 | |||||
| 8 | 1 | 12µs | 1; |