← Index
Performance Profile   « block view • line view • sub view »
For ./awstats.pl
  Run on Wed Feb 11 19:11:27 2009
Reported on Thu Feb 12 02:07:45 2009

File/usr/share/perl/5.8/integer.pm
Statements Executed7
Total Time3.4e-05 seconds

Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
3315.0e-55.0e-5integer::unimport
1112.2e-52.2e-5integer::import

LineStmts.Exclusive
Time
Avg.Code
1package integer;
2
312.0e-62.0e-6our $VERSION = '1.00';
4
511.0e-61.0e-6$integer::hint_bits = 0x1;
6
7
# spent 22µs within integer::import which was called # once (22µs+0) at line 7 of /usr/share/perl/5.8/Time/Local.pm
sub import {
817.0e-67.0e-6 $^H |= $integer::hint_bits;
9}
10
11
# spent 50µs within integer::unimport which was called 3 times, avg 17µs/call: # once (19µs+0) by Time::Local::_timegm at line 83 of /usr/share/perl/5.8/Time/Local.pm # once (17µs+0) at line 57 of /usr/share/perl/5.8/Time/Local.pm # once (14µs+0) by Time::Local::BEGIN or Time::Local::timegm at line 144 of /usr/share/perl/5.8/Time/Local.pm
sub unimport {
1231.6e-55.3e-6 $^H &= ~$integer::hint_bits;
13}
14
1518.0e-68.0e-61;