Filename | /usr/lib/perl5/DBI/Const/GetInfoType.pm |
Statements | Executed 20 statements in 4.34ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 4.21ms | 4.22ms | BEGIN@46 | DBI::Const::GetInfoType::
1 | 1 | 1 | 717µs | 721µs | BEGIN@45 | DBI::Const::GetInfoType::
1 | 1 | 1 | 18µs | 22µs | BEGIN@12 | DBI::Const::GetInfoType::
1 | 1 | 1 | 11µs | 78µs | BEGIN@16 | DBI::Const::GetInfoType::
1 | 1 | 1 | 5µs | 5µs | BEGIN@14 | DBI::Const::GetInfoType::
1 | 1 | 1 | 4µs | 4µs | CORE:match (opcode) | DBI::Const::GetInfoType::
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 | |||||
10 | package DBI::Const::GetInfoType; | ||||
11 | |||||
12 | 3 | 33µs | 2 | 26µ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 # spent 22µs making 1 call to DBI::Const::GetInfoType::BEGIN@12
# spent 4µs making 1 call to strict::import |
13 | |||||
14 | 3 | 39µs | 1 | 5µ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 # spent 5µs making 1 call to DBI::Const::GetInfoType::BEGIN@14 |
15 | |||||
16 | 3 | 75µs | 2 | 144µ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 # spent 78µs making 1 call to DBI::Const::GetInfoType::BEGIN@16
# spent 66µs making 1 call to vars::import |
17 | |||||
18 | 1 | 14µs | @ISA = qw(Exporter); | ||
19 | 1 | 900ns | @EXPORT = qw(%GetInfoType); | ||
20 | |||||
21 | my | ||||
22 | 1 | 14µs | 1 | 4µ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 | |||||
- - | |||||
45 | 3 | 616µs | 1 | 721µ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 # spent 721µs making 1 call to DBI::Const::GetInfoType::BEGIN@45 |
46 | 3 | 3.35ms | 1 | 4.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 # spent 4.22ms making 1 call to DBI::Const::GetInfoType::BEGIN@46 |
47 | |||||
48 | 1 | 190µs | %GetInfoType = | ||
49 | ( | ||||
50 | %DBI::Const::GetInfo::ANSI::InfoTypes # liable to change | ||||
51 | , %DBI::Const::GetInfo::ODBC::InfoTypes # liable to change | ||||
52 | ); | ||||
53 | |||||
54 | 1 | 11µs | 1; | ||
# 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 |