Filename | /home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/File/Spec/Functions.pm |
Statements | Executed 51 statements in 1.87ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 45µs | 45µs | BEGIN@3 | File::Spec::Functions::
1 | 1 | 1 | 33µs | 352µs | BEGIN@6 | File::Spec::Functions::
1 | 1 | 1 | 32µs | 49µs | BEGIN@4 | File::Spec::Functions::
1 | 1 | 1 | 30µs | 79µs | BEGIN@42 | File::Spec::Functions::
0 | 0 | 0 | 0s | 0s | __ANON__[:43] | File::Spec::Functions::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package File::Spec::Functions; | ||||
2 | |||||
3 | 2 | 102µs | 1 | 45µs | # spent 45µs within File::Spec::Functions::BEGIN@3 which was called:
# once (45µs+0s) by Config::General::BEGIN@21 at line 3 # spent 45µs making 1 call to File::Spec::Functions::BEGIN@3 |
4 | 2 | 110µs | 2 | 66µs | # spent 49µs (32+17) within File::Spec::Functions::BEGIN@4 which was called:
# once (32µs+17µs) by Config::General::BEGIN@21 at line 4 # spent 49µs making 1 call to File::Spec::Functions::BEGIN@4
# spent 17µs making 1 call to strict::import |
5 | |||||
6 | 2 | 525µs | 2 | 672µs | # spent 352µs (33+319) within File::Spec::Functions::BEGIN@6 which was called:
# once (33µs+319µs) by Config::General::BEGIN@21 at line 6 # spent 352µs making 1 call to File::Spec::Functions::BEGIN@6
# spent 319µs making 1 call to vars::import |
7 | |||||
8 | 1 | 3µs | $VERSION = '3.33'; | ||
9 | 1 | 63µs | $VERSION = eval $VERSION; # spent 10µs executing statements in string eval | ||
10 | |||||
11 | 1 | 1µs | require Exporter; | ||
12 | |||||
13 | 1 | 25µs | @ISA = qw(Exporter); | ||
14 | |||||
15 | 1 | 8µs | @EXPORT = qw( | ||
16 | canonpath | ||||
17 | catdir | ||||
18 | catfile | ||||
19 | curdir | ||||
20 | rootdir | ||||
21 | updir | ||||
22 | no_upwards | ||||
23 | file_name_is_absolute | ||||
24 | path | ||||
25 | ); | ||||
26 | |||||
27 | 1 | 8µs | @EXPORT_OK = qw( | ||
28 | devnull | ||||
29 | tmpdir | ||||
30 | splitpath | ||||
31 | splitdir | ||||
32 | catpath | ||||
33 | abs2rel | ||||
34 | rel2abs | ||||
35 | case_tolerant | ||||
36 | ); | ||||
37 | |||||
38 | 1 | 16µs | %EXPORT_TAGS = ( ALL => [ @EXPORT_OK, @EXPORT ] ); | ||
39 | |||||
40 | 1 | 4µs | foreach my $meth (@EXPORT, @EXPORT_OK) { | ||
41 | 34 | 715µs | 17 | 213µs | my $sub = File::Spec->can($meth); # spent 213µs making 17 calls to UNIVERSAL::can, avg 13µs/call |
42 | 2 | 257µs | 2 | 129µs | # spent 79µs (30+49) within File::Spec::Functions::BEGIN@42 which was called:
# once (30µs+49µs) by Config::General::BEGIN@21 at line 42 # spent 79µs making 1 call to File::Spec::Functions::BEGIN@42
# spent 50µs making 1 call to strict::unimport |
43 | *{$meth} = sub {&$sub('File::Spec', @_)}; | ||||
44 | } | ||||
45 | |||||
46 | |||||
47 | 1 | 36µs | 1; | ||
48 | __END__ |