← 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 11:58:52 2013
Reported on Tue Oct 15 12:01:04 2013

Filename/usr/lib/perl5/DBI/Const/GetInfoType.pm
StatementsExecuted 20 statements in 3.87ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1113.89ms3.89msDBI::Const::GetInfoType::::BEGIN@46DBI::Const::GetInfoType::BEGIN@46
111634µs639µsDBI::Const::GetInfoType::::BEGIN@45DBI::Const::GetInfoType::BEGIN@45
11121µs26µsDBI::Const::GetInfoType::::BEGIN@12DBI::Const::GetInfoType::BEGIN@12
11117µs119µsDBI::Const::GetInfoType::::BEGIN@16DBI::Const::GetInfoType::BEGIN@16
11113µs13µ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
12344µs230µs
# spent 26µs (21+5) within DBI::Const::GetInfoType::BEGIN@12 which was called: # once (21µs+5µs) by DBD::mysql::dr::BEGIN@101 at line 12
use strict;
# spent 26µs making 1 call to DBI::Const::GetInfoType::BEGIN@12 # spent 5µs making 1 call to strict::import
13
14367µs113µs
# spent 13µs within DBI::Const::GetInfoType::BEGIN@14 which was called: # once (13µs+0s) by DBD::mysql::dr::BEGIN@101 at line 14
use Exporter ();
# spent 13µs making 1 call to DBI::Const::GetInfoType::BEGIN@14
15
16387µs2220µs
# spent 119µs (17+101) within DBI::Const::GetInfoType::BEGIN@16 which was called: # once (17µs+101µs) by DBD::mysql::dr::BEGIN@101 at line 16
use vars qw(@ISA @EXPORT @EXPORT_OK %GetInfoType);
# spent 119µs making 1 call to DBI::Const::GetInfoType::BEGIN@16 # spent 101µs making 1 call to vars::import
17
18116µs@ISA = qw(Exporter);
191700ns@EXPORT = qw(%GetInfoType);
20
21my
22116µ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
- -
453533µs1639µs
# spent 639µs (634+5) within DBI::Const::GetInfoType::BEGIN@45 which was called: # once (634µs+5µs) by DBD::mysql::dr::BEGIN@101 at line 45
use DBI::Const::GetInfo::ANSI (); # liable to change
# spent 639µs making 1 call to DBI::Const::GetInfoType::BEGIN@45
4632.94ms13.89ms
# spent 3.89ms (3.89+8µs) within DBI::Const::GetInfoType::BEGIN@46 which was called: # once (3.89ms+8µs) by DBD::mysql::dr::BEGIN@101 at line 46
use DBI::Const::GetInfo::ODBC (); # liable to change
# spent 3.89ms making 1 call to DBI::Const::GetInfoType::BEGIN@46
47
481159µs%GetInfoType =
49(
50 %DBI::Const::GetInfo::ANSI::InfoTypes # liable to change
51, %DBI::Const::GetInfo::ODBC::InfoTypes # liable to change
52);
53
5418µ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