← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:30 2013

Filename/usr/lib/perl5/DBI/Const/GetInfoType.pm
StatementsExecuted 20 statements in 4.34ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1114.21ms4.22msDBI::Const::GetInfoType::::BEGIN@46DBI::Const::GetInfoType::BEGIN@46
111717µs721µsDBI::Const::GetInfoType::::BEGIN@45DBI::Const::GetInfoType::BEGIN@45
11118µs22µsDBI::Const::GetInfoType::::BEGIN@12DBI::Const::GetInfoType::BEGIN@12
11111µs78µsDBI::Const::GetInfoType::::BEGIN@16DBI::Const::GetInfoType::BEGIN@16
1115µs5µsDBI::Const::GetInfoType::::BEGIN@14DBI::Const::GetInfoType::BEGIN@14
1114µs4µsDBI::Const::GetInfoType::::CORE:matchDBI::Const::GetInfoType::CORE:match (opcode)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# $Id: GetInfoType.pm 8696 2007-01-24 23:12:38Z timbo $
2#
3# Copyright (c) 2002 Tim Bunce Ireland
4#
5# Constant data describing info type codes for the DBI getinfo function.
6#
7# You may distribute under the terms of either the GNU General Public
8# License or the Artistic License, as specified in the Perl README file.
9
10package DBI::Const::GetInfoType;
11
12333µs226µs
# spent 22µs (18+4) within DBI::Const::GetInfoType::BEGIN@12 which was called: # once (18µs+4µs) by DBD::mysql::dr::BEGIN@101 at line 12
use strict;
# spent 22µs making 1 call to DBI::Const::GetInfoType::BEGIN@12 # spent 4µs making 1 call to strict::import
13
14339µs15µs
# spent 5µs within DBI::Const::GetInfoType::BEGIN@14 which was called: # once (5µs+0s) by DBD::mysql::dr::BEGIN@101 at line 14
use Exporter ();
# spent 5µs making 1 call to DBI::Const::GetInfoType::BEGIN@14
15
16375µs2144µs
# spent 78µs (11+67) within DBI::Const::GetInfoType::BEGIN@16 which was called: # once (11µs+67µs) by DBD::mysql::dr::BEGIN@101 at line 16
use vars qw(@ISA @EXPORT @EXPORT_OK %GetInfoType);
# spent 78µs making 1 call to DBI::Const::GetInfoType::BEGIN@16 # spent 66µs making 1 call to vars::import
17
18114µs@ISA = qw(Exporter);
191900ns@EXPORT = qw(%GetInfoType);
20
21my
22114µs14µs$VERSION = sprintf("2.%06d", q$Revision: 8696 $ =~ /(\d+)/o);
# spent 4µs making 1 call to DBI::Const::GetInfoType::CORE:match
23
24
25=head1 NAME
26
- -
453616µs1721µs
# spent 721µs (717+5) within DBI::Const::GetInfoType::BEGIN@45 which was called: # once (717µs+5µs) by DBD::mysql::dr::BEGIN@101 at line 45
use DBI::Const::GetInfo::ANSI (); # liable to change
# spent 721µs making 1 call to DBI::Const::GetInfoType::BEGIN@45
4633.35ms14.22ms
# spent 4.22ms (4.21+6µs) within DBI::Const::GetInfoType::BEGIN@46 which was called: # once (4.21ms+6µs) by DBD::mysql::dr::BEGIN@101 at line 46
use DBI::Const::GetInfo::ODBC (); # liable to change
# spent 4.22ms making 1 call to DBI::Const::GetInfoType::BEGIN@46
47
481190µs%GetInfoType =
49(
50 %DBI::Const::GetInfo::ANSI::InfoTypes # liable to change
51, %DBI::Const::GetInfo::ODBC::InfoTypes # liable to change
52);
53
54111µs1;
 
# spent 4µs within DBI::Const::GetInfoType::CORE:match which was called: # once (4µs+0s) by DBD::mysql::dr::BEGIN@101 at line 22
sub DBI::Const::GetInfoType::CORE:match; # opcode