| Filename | /usr/lib/perl5/DBI/Const/GetInfoType.pm |
| Statements | Executed 20 statements in 3.87ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 3.89ms | 3.89ms | DBI::Const::GetInfoType::BEGIN@46 |
| 1 | 1 | 1 | 634µs | 639µs | DBI::Const::GetInfoType::BEGIN@45 |
| 1 | 1 | 1 | 21µs | 26µs | DBI::Const::GetInfoType::BEGIN@12 |
| 1 | 1 | 1 | 17µs | 119µs | DBI::Const::GetInfoType::BEGIN@16 |
| 1 | 1 | 1 | 13µs | 13µs | DBI::Const::GetInfoType::BEGIN@14 |
| 1 | 1 | 1 | 4µs | 4µs | DBI::Const::GetInfoType::CORE:match (opcode) |
| 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 | 44µs | 2 | 30µ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 # spent 26µs making 1 call to DBI::Const::GetInfoType::BEGIN@12
# spent 5µs making 1 call to strict::import |
| 13 | |||||
| 14 | 3 | 67µs | 1 | 13µ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 # spent 13µs making 1 call to DBI::Const::GetInfoType::BEGIN@14 |
| 15 | |||||
| 16 | 3 | 87µs | 2 | 220µ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 # spent 119µs making 1 call to DBI::Const::GetInfoType::BEGIN@16
# spent 101µs making 1 call to vars::import |
| 17 | |||||
| 18 | 1 | 16µs | @ISA = qw(Exporter); | ||
| 19 | 1 | 700ns | @EXPORT = qw(%GetInfoType); | ||
| 20 | |||||
| 21 | my | ||||
| 22 | 1 | 16µ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 | 533µs | 1 | 639µ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 # spent 639µs making 1 call to DBI::Const::GetInfoType::BEGIN@45 |
| 46 | 3 | 2.94ms | 1 | 3.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 # spent 3.89ms making 1 call to DBI::Const::GetInfoType::BEGIN@46 |
| 47 | |||||
| 48 | 1 | 159µ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 | 8µ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 |