Main > Programming > Libraries >

DBI::ProfileData 1.58

DBI::ProfileData 1.58

Sponsored Links

DBI::ProfileData 1.58 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.48 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 806
Date added: 2007-08-09
Publisher: Sam Tregar

DBI::ProfileData 1.58 description

DBI::ProfileData can manipulate DBI::ProfileDumper data dumps.

SYNOPSIS

The easiest way to use this module is through the dbiprof frontend (see dbiprof for details):

dbiprof --number 15 --sort count

This module can also be used to roll your own profile analysis:

# load data from dbi.prof
$prof = DBI::ProfileData->new(File => "dbi.prof");

# get a count of the records (unique paths) in the data set
$count = $prof->count();

# sort by longest overall time
$prof->sort(field => "longest");

# sort by longest overall time, least to greatest
$prof->sort(field => "longest", reverse => 1);

# exclude records with key2 eq disconnect
$prof->exclude(key2 => disconnect);

# exclude records with key1 matching /^UPDATE/i
$prof->exclude(key1 => qr/^UPDATE/i);

# remove all records except those where key1 matches /^SELECT/i
$prof->match(key1 => qr/^SELECT/i);

# produce a formatted report with the given number of items
$report = $prof->report(number => 10);

# clone the profile data set
$clone = $prof->clone();

# get access to hash of header values
$header = $prof->header();

# get access to sorted array of nodes
$nodes = $prof->nodes();

# format a single node in the same style as report()
$text = $prof->format($nodes->[0]);

# get access to Data hash in DBI::Profile format
$Data = $prof->Data();

DBI::ProfileData 1.58 Screenshot

Advertisements

DBI::ProfileData 1.58 Keywords

Bookmark DBI::ProfileData 1.58

Hyperlink code:
Link for forum:

DBI::ProfileData 1.58 Copyright

WareSeeker periodically updates pricing and software information of DBI::ProfileData 1.58 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of DBI::ProfileData 1.58 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
DBI::FAQ is a Perl module for the Frequently Asked Questions of the Perl5 Database Interface. Free Download
DBD::Teradata is Perl module with a DBI driver for Teradata. Free Download
DBI is a database independent interface for Perl. Free Download
DBI::Changes Perl module contains a list of significant changes to the DBI. Free Download
DBD::AnyData is a DBI access to XML, CSV and other formats. Free Download
DBI::DBD is a Perl DBI Database Driver Writers Guide. Free Download
DBIx::SQLCrosstab Perl module creates a server-side cross tabulation from a database. Free Download
DBD::Oracle is a Perl module with Oracle database driver for the DBI module. Free Download