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

Filename/usr/lib/perl/5.10/SDBM_File.pm
StatementsExecuted 14 statements in 715µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11163µs63µsSDBM_File::::TIEHASHSDBM_File::TIEHASH (xsub)
11129µs42µsSDBM_File::::BEGIN@3SDBM_File::BEGIN@3
11118µs60µsSDBM_File::::BEGIN@4SDBM_File::BEGIN@4
11110µs10µ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µs255µs
# spent 42µs (29+13) within SDBM_File::BEGIN@3 which was called: # once (29µs+13µs) by MARC::Charset::Table::BEGIN@37 at line 3
use strict;
# spent 42µs making 1 call to SDBM_File::BEGIN@3 # spent 13µs making 1 call to strict::import
4351µs2102µs
# spent 60µs (18+42) within SDBM_File::BEGIN@4 which was called: # once (18µs+42µs) by MARC::Charset::Table::BEGIN@37 at line 4
use warnings;
# spent 60µs making 1 call to SDBM_File::BEGIN@4 # spent 42µs making 1 call to warnings::import
5
611µsrequire Tie::Hash;
73245µs110µs
# spent 10µs within SDBM_File::BEGIN@7 which was called: # once (10µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7
use XSLoader ();
# spent 10µs making 1 call to SDBM_File::BEGIN@7
8
9115µsour @ISA = qw(Tie::Hash);
1012µsour $VERSION = "1.06";
11
121347µs1339µsXSLoader::load 'SDBM_File', $VERSION;
# spent 339µs making 1 call to XSLoader::load
13
1419µs1;
15
16__END__
 
# spent 63µs within SDBM_File::TIEHASH which was called: # once (63µs+0s) by MARC::Charset::Table::_init at line 187 of MARC/Charset/Table.pm
sub SDBM_File::TIEHASH; # xsub