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

Filename/usr/lib/perl/5.10/SDBM_File.pm
StatementsExecuted 14 statements in 458µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11163µs63µsSDBM_File::::TIEHASHSDBM_File::TIEHASH (xsub)
11123µs29µsSDBM_File::::BEGIN@3SDBM_File::BEGIN@3
11117µs50µsSDBM_File::::BEGIN@4SDBM_File::BEGIN@4
1119µs9µ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
3354µs235µs
# spent 29µs (23+6) within SDBM_File::BEGIN@3 which was called: # once (23µs+6µs) by MARC::Charset::Table::BEGIN@37 at line 3
use strict;
# spent 29µs making 1 call to SDBM_File::BEGIN@3 # spent 6µs making 1 call to strict::import
4344µs283µs
# spent 50µs (17+33) within SDBM_File::BEGIN@4 which was called: # once (17µs+33µs) by MARC::Charset::Table::BEGIN@37 at line 4
use warnings;
# spent 50µs making 1 call to SDBM_File::BEGIN@4 # spent 33µs making 1 call to warnings::import
5
612µsrequire Tie::Hash;
7374µs19µs
# spent 9µs within SDBM_File::BEGIN@7 which was called: # once (9µs+0s) by MARC::Charset::Table::BEGIN@37 at line 7
use XSLoader ();
# spent 9µs making 1 call to SDBM_File::BEGIN@7
8
9110µsour @ISA = qw(Tie::Hash);
1011µsour $VERSION = "1.06";
11
121266µs1259µsXSLoader::load 'SDBM_File', $VERSION;
# spent 259µs making 1 call to XSLoader::load
13
1417µ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