Filename | /usr/lib/perl5/5.14/i686-cygwin-threads-64int/Digest/MD5.pm |
Statements | Executed 18 statements in 4.74ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
15669 | 2 | 2 | 11.0s | 11.0s | addfile (xsub) | Digest::MD5::
24729 | 3 | 2 | 106ms | 106ms | new (xsub) | Digest::MD5::
24729 | 3 | 2 | 59.7ms | 59.7ms | DESTROY (xsub) | Digest::MD5::
15561 | 1 | 1 | 48.7ms | 48.7ms | digest (xsub) | Digest::MD5::
9168 | 2 | 1 | 24.1ms | 24.1ms | hexdigest (xsub) | Digest::MD5::
9060 | 1 | 1 | 15.9ms | 15.9ms | add (xsub) | Digest::MD5::
1 | 1 | 1 | 229µs | 239µs | BEGIN@3 | Digest::MD5::
1 | 1 | 1 | 18µs | 130µs | BEGIN@4 | Digest::MD5::
0 | 0 | 0 | 0s | 0s | __ANON__[:18] | Digest::MD5::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Digest::MD5; | ||||
2 | |||||
3 | 2 | 72µs | 2 | 250µs | # spent 239µs (229+10) within Digest::MD5::BEGIN@3 which was called:
# once (229µs+10µs) by installer::windows::file::BEGIN@30 at line 3 # spent 239µs making 1 call to Digest::MD5::BEGIN@3
# spent 10µs making 1 call to strict::import |
4 | 2 | 405µs | 2 | 242µs | # spent 130µs (18+112) within Digest::MD5::BEGIN@4 which was called:
# once (18µs+112µs) by installer::windows::file::BEGIN@30 at line 4 # spent 130µs making 1 call to Digest::MD5::BEGIN@4
# spent 112µs making 1 call to vars::import |
5 | |||||
6 | 1 | 2µs | $VERSION = '2.51'; | ||
7 | |||||
8 | 1 | 2µs | require Exporter; | ||
9 | 1 | 3µs | *import = \&Exporter::import; | ||
10 | 1 | 3µs | @EXPORT_OK = qw(md5 md5_hex md5_base64); | ||
11 | |||||
12 | 3 | 2.95ms | eval { | ||
13 | require Digest::base; | ||||
14 | push(@ISA, 'Digest::base'); | ||||
15 | }; | ||||
16 | 1 | 500ns | if ($@) { | ||
17 | my $err = $@; | ||||
18 | *add_bits = sub { die $err }; | ||||
19 | } | ||||
20 | |||||
21 | |||||
22 | 3 | 1.24ms | eval { | ||
23 | require XSLoader; | ||||
24 | 1 | 1.23ms | XSLoader::load('Digest::MD5', $VERSION); # spent 1.23ms making 1 call to XSLoader::load | ||
25 | }; | ||||
26 | 2 | 3µs | if ($@) { | ||
27 | my $olderr = $@; | ||||
28 | eval { | ||||
29 | # Try to load the pure perl version | ||||
30 | require Digest::Perl::MD5; | ||||
31 | |||||
32 | Digest::Perl::MD5->import(qw(md5 md5_hex md5_base64)); | ||||
33 | push(@ISA, "Digest::Perl::MD5"); # make OO interface work | ||||
34 | }; | ||||
35 | if ($@) { | ||||
36 | # restore the original error | ||||
37 | die $olderr; | ||||
38 | } | ||||
39 | } | ||||
40 | else { | ||||
41 | *reset = \&new; | ||||
42 | } | ||||
43 | |||||
44 | 1 | 64µs | 1; | ||
45 | __END__ | ||||
# spent 59.7ms within Digest::MD5::DESTROY which was called 24729 times, avg 2µs/call:
# 15561 times (38.3ms+0s) by installer::windows::file::create_files_table at line 1001 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/file.pm, avg 2µs/call
# 9060 times (21.0ms+0s) by installer::windows::msiglobal::calculate_guid at line 1106 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 2µs/call
# 108 times (343µs+0s) by installer::windows::msiglobal::create_transforms at line 827 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 3µs/call | |||||
# spent 15.9ms within Digest::MD5::add which was called 9060 times, avg 2µs/call:
# 9060 times (15.9ms+0s) by installer::windows::msiglobal::calculate_guid at line 1053 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 2µs/call | |||||
# spent 11.0s within Digest::MD5::addfile which was called 15669 times, avg 701µs/call:
# 15561 times (10.9s+0s) by installer::windows::file::create_files_table at line 999 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/file.pm, avg 703µs/call
# 108 times (45.0ms+0s) by installer::windows::msiglobal::create_transforms at line 826 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 416µs/call | |||||
# spent 48.7ms within Digest::MD5::digest which was called 15561 times, avg 3µs/call:
# 15561 times (48.7ms+0s) by installer::windows::file::create_files_table at line 999 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/file.pm, avg 3µs/call | |||||
# spent 24.1ms within Digest::MD5::hexdigest which was called 9168 times, avg 3µs/call:
# 9060 times (23.6ms+0s) by installer::windows::msiglobal::calculate_guid at line 1054 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 3µs/call
# 108 times (524µs+0s) by installer::windows::msiglobal::create_transforms at line 826 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 5µs/call | |||||
# spent 106ms within Digest::MD5::new which was called 24729 times, avg 4µs/call:
# 15561 times (78.1ms+0s) by installer::windows::file::create_files_table at line 999 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/file.pm, avg 5µs/call
# 9060 times (26.5ms+0s) by installer::windows::msiglobal::calculate_guid at line 1052 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 3µs/call
# 108 times (1.55ms+0s) by installer::windows::msiglobal::create_transforms at line 826 of /cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/modules/installer/windows/msiglobal.pm, avg 14µs/call |