← Index
NYTProf Performance Profile   « block view • line view • sub view »
For conv.pl
  Run on Sun Nov 14 22:50:31 2010
Reported on Sun Nov 14 22:51:20 2010

Filename/usr/lib/perl/5.10/SDBM_File.pm
StatementsExecuted 14 statements in 439µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11164µs64µsSDBM_File::::TIEHASHSDBM_File::TIEHASH (xsub)
11121µs30µsSDBM_File::::BEGIN@3SDBM_File::BEGIN@3
11116µs45µsSDBM_File::::BEGIN@4SDBM_File::BEGIN@4
1117µs7µsSDBM_File::::BEGIN@7SDBM_File::BEGIN@7
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package SDBM_File;
2
3339µs239µs
# spent 30µs (21+9) within SDBM_File::BEGIN@3 which was called: # once (21µs+9µs) by MARC::Charset::Table::BEGIN@37 at line 3
use strict;
# spent 30µs making 1 call to SDBM_File::BEGIN@3 # spent 9µs making 1 call to strict::import
4344µs274µs
# spent 45µs (16+29) within SDBM_File::BEGIN@4 which was called: # once (16µs+29µs) by MARC::Charset::Table::BEGIN@37 at line 4
use warnings;
# spent 45µs making 1 call to SDBM_File::BEGIN@4 # spent 29µs making 1 call to warnings::import
5
611µsrequire Tie::Hash;
7372µs17µs
# spent 7µs within SDBM_File::BEGIN@7 which was called: # once (7µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7
use XSLoader ();
# spent 7µs making 1 call to SDBM_File::BEGIN@7
8
9111µsour @ISA = qw(Tie::Hash);
1011µsour $VERSION = "1.06";
11
121263µs1255µsXSLoader::load 'SDBM_File', $VERSION;
# spent 255µs making 1 call to XSLoader::load
13
1418µs1;
15
16__END__
 
# spent 64µs within SDBM_File::TIEHASH which was called: # once (64µs+0s) by MARC::Charset::Table::_init at line 187 of MARC/Charset/Table.pm
sub SDBM_File::TIEHASH; # xsub