| File | /data/SimpleDB-Class/author.t/lib/Foo.pm |
| Statements Executed | 6 |
| Statement Execution Time | 179µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 1.59ms | 219ms | Foo::BEGIN@3 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Foo; | ||||
| 2 | |||||
| 3 | 3 | 160µs | 2 | 222ms | # spent 219ms (1.59+217) within Foo::BEGIN@3 which was called
# once (1.59ms+217ms) by main::BEGIN@13 at line 3 # spent 219ms making 1 call to Foo::BEGIN@3
# spent 2.73ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389] |
| 4 | 1 | 2µs | 1 | 578ms | extends 'SimpleDB::Class'; # spent 578ms making 1 call to Moose::extends |
| 5 | |||||
| 6 | 1 | 9µs | 1 | 56.9ms | __PACKAGE__->load_namespaces(); # spent 56.9ms making 1 call to SimpleDB::Class::load_namespaces |
| 7 | |||||
| 8 | 1 | 8µs | 1; | ||
| 9 |