← Index
NYTProf Performance Profile   « block view • line view • sub view »
For conv.pl
  Run on Sun Nov 14 21:27:43 2010
Reported on Sun Nov 14 21:29:13 2010

Filename/usr/lib/perl/5.10/SDBM_File.pm
StatementsExecuted 14 statements in 553µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11164µs64µsSDBM_File::::TIEHASHSDBM_File::TIEHASH (xsub)
11122µs28µsSDBM_File::::BEGIN@3SDBM_File::BEGIN@3
11121µs64µsSDBM_File::::BEGIN@4SDBM_File::BEGIN@4
11111µs11µ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µs234µs
# spent 28µs (22+6) within SDBM_File::BEGIN@3 which was called: # once (22µs+6µs) by MARC::Charset::Table::BEGIN@37 at line 3
use strict;
# spent 28µs making 1 call to SDBM_File::BEGIN@3 # spent 6µs making 1 call to strict::import
4375µs2107µs
# spent 64µs (21+43) within SDBM_File::BEGIN@4 which was called: # once (21µs+43µs) by MARC::Charset::Table::BEGIN@37 at line 4
use warnings;
# spent 64µs making 1 call to SDBM_File::BEGIN@4 # spent 43µs making 1 call to warnings::import
5
611µsrequire Tie::Hash;
73100µs111µs
# spent 11µs within SDBM_File::BEGIN@7 which was called: # once (11µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7
use XSLoader ();
# spent 11µs making 1 call to SDBM_File::BEGIN@7
8
9113µsour @ISA = qw(Tie::Hash);
1012µsour $VERSION = "1.06";
11
121314µs1305µsXSLoader::load 'SDBM_File', $VERSION;
# spent 305µs making 1 call to XSLoader::load
13
1419µ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