← Index
NYTProf Performance Profile   « line view »
For webmerge/scripts/webmerge.pl
  Run on Mon Oct 7 02:42:42 2013
Reported on Mon Oct 7 03:03:24 2013

Filename/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux/MIME/Base64.pm
StatementsExecuted 13 statements in 92.1ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
25601172.1ms72.1msMIME::Base64::::encode_base64MIME::Base64::encode_base64 (xsub)
11181µs182µsMIME::Base64::::BEGIN@3MIME::Base64::BEGIN@3
11151µs375µsMIME::Base64::::BEGIN@4MIME::Base64::BEGIN@4
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package MIME::Base64;
2
32178µs2283µs
# spent 182µs (81+101) within MIME::Base64::BEGIN@3 which was called: # once (81µs+101µs) by RTP::Webmerge::Process::CSS::Inlinedata::BEGIN@29 at line 3
use strict;
# spent 182µs making 1 call to MIME::Base64::BEGIN@3 # spent 101µs making 1 call to strict::import
42457µs2700µs
# spent 375µs (51+325) within MIME::Base64::BEGIN@4 which was called: # once (51µs+325µs) by RTP::Webmerge::Process::CSS::Inlinedata::BEGIN@29 at line 4
use vars qw(@ISA @EXPORT $VERSION);
# spent 375µs making 1 call to MIME::Base64::BEGIN@4 # spent 325µs making 1 call to vars::import
5
613µsrequire Exporter;
7135µs@ISA = qw(Exporter);
8121µs@EXPORT = qw(encode_base64 decode_base64);
9
1011µs$VERSION = '3.08';
11
1213µsrequire XSLoader;
13191.4ms191.3msXSLoader::load('MIME::Base64', $VERSION);
# spent 91.3ms making 1 call to XSLoader::load
14
1518µs*encode = \&encode_base64;
1613µs*decode = \&decode_base64;
17
18144µs1;
19
20__END__
 
# spent 72.1ms within MIME::Base64::encode_base64 which was called 2560 times, avg 28µs/call: # 2560 times (72.1ms+0s) by RTP::Webmerge::Process::CSS::Inlinedata::inline_url at line 306 of webmerge/scripts/modules/RTP/Webmerge/Process/CSS/Inlinedata.pm, avg 28µs/call
sub MIME::Base64::encode_base64; # xsub