| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Path/IsDev/HeuristicSet/Basic.pm |
| Statements | Executed 36 statements in 358µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 204µs | 2.84ms | Path::IsDev::HeuristicSet::Basic::BEGIN@24 |
| 11 | 1 | 1 | 28µs | 28µs | Path::IsDev::HeuristicSet::Basic::heuristics |
| 11 | 1 | 1 | 18µs | 18µs | Path::IsDev::HeuristicSet::Basic::negative_heuristics |
| 1 | 1 | 1 | 15µs | 15µs | Module::Runtime::BEGIN@1 |
| 1 | 1 | 1 | 8µs | 9µs | Module::Runtime::BEGIN@4 |
| 1 | 1 | 1 | 7µs | 11µs | Module::Runtime::BEGIN@3 |
| 1 | 1 | 1 | 7µs | 18µs | Module::Runtime::BEGIN@2 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 44µs | 1 | 15µs | # spent 15µs within Module::Runtime::BEGIN@1 which was called:
# once (15µs+0s) by Module::Runtime::require_module at line 1 # spent 15µs making 1 call to Module::Runtime::BEGIN@1 |
| 2 | 2 | 19µs | 2 | 29µs | # spent 18µs (7+11) within Module::Runtime::BEGIN@2 which was called:
# once (7µs+11µs) by Module::Runtime::require_module at line 2 # spent 18µs making 1 call to Module::Runtime::BEGIN@2
# spent 11µs making 1 call to strict::import |
| 3 | 2 | 18µs | 2 | 15µs | # spent 11µs (7+4) within Module::Runtime::BEGIN@3 which was called:
# once (7µs+4µs) by Module::Runtime::require_module at line 3 # spent 11µs making 1 call to Module::Runtime::BEGIN@3
# spent 4µs making 1 call to warnings::import |
| 4 | 2 | 55µs | 2 | 10µs | # spent 9µs (8+1) within Module::Runtime::BEGIN@4 which was called:
# once (8µs+1µs) by Module::Runtime::require_module at line 4 # spent 9µs making 1 call to Module::Runtime::BEGIN@4
# spent 1µs making 1 call to utf8::import |
| 5 | |||||
| 6 | package Path::IsDev::HeuristicSet::Basic; | ||||
| 7 | 1 | 600ns | $Path::IsDev::HeuristicSet::Basic::VERSION = '1.001000'; | ||
| 8 | # ABSTRACT: Basic IsDev set of Heuristics | ||||
| 9 | |||||
| 10 | 1 | 200ns | our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY | ||
| 11 | |||||
| - - | |||||
| 24 | 2 | 148µs | 2 | 2.88ms | # spent 2.84ms (204µs+2.63) within Path::IsDev::HeuristicSet::Basic::BEGIN@24 which was called:
# once (204µs+2.63ms) by Module::Runtime::require_module at line 24 # spent 2.84ms making 1 call to Path::IsDev::HeuristicSet::Basic::BEGIN@24
# spent 49µs making 1 call to Exporter::import |
| 25 | 1 | 2µs | 1 | 1.41ms | with 'Path::IsDev::Role::HeuristicSet::Simple'; # spent 1.41ms making 1 call to Role::Tiny::With::with |
| 26 | |||||
| - - | |||||
| 43 | # spent 18µs within Path::IsDev::HeuristicSet::Basic::negative_heuristics which was called 11 times, avg 2µs/call:
# 11 times (18µs+0s) by Path::IsDev::Role::HeuristicSet::Simple::modules at line 61 of Path/IsDev/Role/HeuristicSet/Simple.pm, avg 2µs/call | ||||
| 44 | 11 | 30µs | return qw( IsDev::IgnoreFile HomeDir PerlINC ); | ||
| 45 | } | ||||
| 46 | |||||
| - - | |||||
| 77 | # spent 28µs within Path::IsDev::HeuristicSet::Basic::heuristics which was called 11 times, avg 3µs/call:
# 11 times (28µs+0s) by Path::IsDev::Role::HeuristicSet::Simple::modules at line 64 of Path/IsDev/Role/HeuristicSet/Simple.pm, avg 3µs/call | ||||
| 78 | 11 | 38µs | return qw( | ||
| 79 | Tool::Dzil Tool::MakeMaker Tool::ModuleBuild | ||||
| 80 | META Changelog TestDir DevDirMarker MYMETA Makefile | ||||
| 81 | VCS::Git | ||||
| 82 | ); | ||||
| 83 | } | ||||
| 84 | |||||
| 85 | 1 | 3µs | 1; | ||
| 86 | |||||
| 87 | __END__ |