← Index
NYTProf Performance Profile   « block view • line view • sub view »
For conv.pl
  Run on Sun Nov 14 22:06:10 2010
Reported on Sun Nov 14 22:07:08 2010

Filename/usr/lib/perl/5.10/SDBM_File.pm
StatementsExecuted 14 statements in 431µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11165µs65µsSDBM_File::::TIEHASHSDBM_File::TIEHASH (xsub)
11122µs28µsSDBM_File::::BEGIN@3SDBM_File::BEGIN@3
11115µs43µsSDBM_File::::BEGIN@4SDBM_File::BEGIN@4
1118µs8µ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
3345µ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
4344µs271µs
# spent 43µs (15+28) within SDBM_File::BEGIN@4 which was called: # once (15µs+28µs) by MARC::Charset::Table::BEGIN@37 at line 4
use warnings;
# spent 43µs making 1 call to SDBM_File::BEGIN@4 # spent 28µs making 1 call to warnings::import
5
611µsrequire Tie::Hash;
7370µs18µs
# spent 8µs within SDBM_File::BEGIN@7 which was called: # once (8µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7
use XSLoader ();
# spent 8µs making 1 call to SDBM_File::BEGIN@7
8
9110µsour @ISA = qw(Tie::Hash);
1011µsour $VERSION = "1.06";
11
121253µs1246µsXSLoader::load 'SDBM_File', $VERSION;
# spent 246µs making 1 call to XSLoader::load
13
1417µs1;
15
16__END__
 
# spent 65µs within SDBM_File::TIEHASH which was called: # once (65µs+0s) by MARC::Charset::Table::_init at line 187 of MARC/Charset/Table.pm
sub SDBM_File::TIEHASH; # xsub