Filename | /usr/lib/perl5/5.14/i686-cygwin-threads-64int/File/Spec/Functions.pm |
Statements | Executed 65 statements in 1.11ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 197µs | 200µs | BEGIN@3 | File::Spec::Functions::
14 | 1 | 1 | 89µs | 1.85ms | __ANON__[:43] | File::Spec::Functions::
1 | 1 | 1 | 16µs | 22µs | BEGIN@4 | File::Spec::Functions::
1 | 1 | 1 | 13µs | 164µs | BEGIN@6 | File::Spec::Functions::
1 | 1 | 1 | 12µs | 32µs | BEGIN@42 | File::Spec::Functions::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package File::Spec::Functions; | ||||
2 | |||||
3 | 2 | 64µs | 2 | 203µs | # spent 200µs (197+3) within File::Spec::Functions::BEGIN@3 which was called:
# once (197µs+3µs) by installer::ziplist::BEGIN@30 at line 3 # spent 200µs making 1 call to File::Spec::Functions::BEGIN@3
# spent 3µs making 1 call to UNIVERSAL::import |
4 | 2 | 63µs | 2 | 28µs | # spent 22µs (16+6) within File::Spec::Functions::BEGIN@4 which was called:
# once (16µs+6µs) by installer::ziplist::BEGIN@30 at line 4 # spent 22µs making 1 call to File::Spec::Functions::BEGIN@4
# spent 6µs making 1 call to strict::import |
5 | |||||
6 | 2 | 242µs | 2 | 314µs | # spent 164µs (13+151) within File::Spec::Functions::BEGIN@6 which was called:
# once (13µs+151µs) by installer::ziplist::BEGIN@30 at line 6 # spent 164µs making 1 call to File::Spec::Functions::BEGIN@6
# spent 151µs making 1 call to vars::import |
7 | |||||
8 | 1 | 1µs | $VERSION = '3.33'; | ||
9 | 1 | 27µs | $VERSION = eval $VERSION; # spent 6µs executing statements in string eval | ||
10 | |||||
11 | 1 | 1µs | require Exporter; | ||
12 | |||||
13 | 1 | 12µs | @ISA = qw(Exporter); | ||
14 | |||||
15 | 1 | 6µ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 | 5µ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 | 11µs | %EXPORT_TAGS = ( ALL => [ @EXPORT_OK, @EXPORT ] ); | ||
39 | |||||
40 | 1 | 2µs | foreach my $meth (@EXPORT, @EXPORT_OK) { | ||
41 | 17 | 170µs | 17 | 90µs | my $sub = File::Spec->can($meth); # spent 90µs making 17 calls to UNIVERSAL::can, avg 5µs/call |
42 | 2 | 140µs | 2 | 51µs | # spent 32µs (12+20) within File::Spec::Functions::BEGIN@42 which was called:
# once (12µs+20µs) by installer::ziplist::BEGIN@30 at line 42 # spent 32µs making 1 call to File::Spec::Functions::BEGIN@42
# spent 20µs making 1 call to strict::unimport |
43 | 31 | 320µs | 14 | 1.76ms | # spent 1.85ms (89µs+1.76) within File::Spec::Functions::__ANON__[/usr/lib/perl5/5.14/i686-cygwin-threads-64int/File/Spec/Functions.pm:43] which was called 14 times, avg 132µs/call:
# 14 times (89µs+1.76ms) by installer::ziplist::resolve_relative_paths at line 708 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/ziplist.pm, avg 132µs/call # spent 1.76ms making 14 calls to File::Spec::Unix::rel2abs, avg 126µs/call |
44 | } | ||||
45 | |||||
46 | |||||
47 | 1 | 49µs | 1; | ||
48 | __END__ |