| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/KiokuDB/Entry/Skip.pm |
| Statements | Executed 11 statements in 656µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 70µs | 22.4ms | KiokuDB::Entry::Skip::BEGIN@4 |
| 1 | 1 | 1 | 44µs | 1.52ms | KiokuDB::Entry::Skip::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | #!/usr/bin/perl | ||||
| 2 | |||||
| 3 | package KiokuDB::Entry::Skip; | ||||
| 4 | 3 | 172µs | 2 | 44.7ms | # spent 22.4ms (70µs+22.3) within KiokuDB::Entry::Skip::BEGIN@4 which was called:
# once (70µs+22.3ms) by KiokuDB::Collapser::BEGIN@13 at line 4 # spent 22.4ms making 1 call to KiokuDB::Entry::Skip::BEGIN@4
# spent 22.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:456] |
| 5 | |||||
| 6 | 3 | 326µs | 2 | 2.99ms | # spent 1.52ms (44µs+1.47) within KiokuDB::Entry::Skip::BEGIN@6 which was called:
# once (44µs+1.47ms) by KiokuDB::Collapser::BEGIN@13 at line 6 # spent 1.52ms making 1 call to KiokuDB::Entry::Skip::BEGIN@6
# spent 1.47ms making 1 call to namespace::clean::import |
| 7 | |||||
| 8 | 1 | 16µs | 1 | 10.1ms | has prev => ( # spent 10.1ms making 1 call to Moose::has |
| 9 | isa => "KiokuDB::Entry", | ||||
| 10 | is => "ro", | ||||
| 11 | handles => [qw(id)], | ||||
| 12 | ); | ||||
| 13 | |||||
| 14 | 1 | 13µs | 1 | 12.1ms | has root => ( # spent 12.1ms making 1 call to Moose::has |
| 15 | isa => "Bool", | ||||
| 16 | is => "rw", | ||||
| 17 | predicate => "has_root", | ||||
| 18 | ); | ||||
| 19 | |||||
| 20 | 1 | 15µs | 1 | 12.4ms | has object => ( # spent 12.4ms making 1 call to Moose::has |
| 21 | isa => "Any", | ||||
| 22 | is => "rw", | ||||
| 23 | weak_ref => 1, | ||||
| 24 | predicate => "has_object", | ||||
| 25 | ); | ||||
| 26 | |||||
| 27 | 1 | 24µs | 2 | 15.0ms | __PACKAGE__->meta->make_immutable; # spent 14.9ms making 1 call to Class::MOP::Class::make_immutable
# spent 99µs making 1 call to KiokuDB::Entry::Skip::meta |
| 28 | |||||
| 29 | 1 | 59µs | __PACKAGE__ | ||
| 30 | |||||
| 31 | 1 | 33µs | 1 | 4.19ms | __END__ # spent 4.19ms making 1 call to B::Hooks::EndOfScope::__ANON__[B/Hooks/EndOfScope.pm:26] |