 |
» |
|
|
|
 |
 |
dcpisumxct(1)
NAME
dcpisumxct - Aggregate multiple .xct files into a single file.
SYNOPSIS
dcpisumxct [-o sum.xct] [-scale whole-number] f1.xct f2.xct ...
fN.xct
DESCRIPTION
Dcpisumxct aggregates execution counts measured using dcpix(1) from
multiple runs of an instrumented program. This makes it possible for dcpicalc(1) to
analyze counts from multiple runs of a program.
By default, dcpisumxct writes the aggregate .xct file is to stdout,
but one can specify a file using the -o flag.
The -scale flag specifies a positive integer used to scale each
count. For example, -scale 3 would triple each count.
TYPICAL USAGE
dcpisumxct myprog1.xct myprog2.xct ... -xct myprogN.xct -o sum.xct
dcpicalc -tab myprog.tab -xct sum.xct -db db myprocedure myprog
SEE ALSO
dcpi(1), dcpi2bb(1), dcpi2pix(1), dcpi2ps(1), dcpicalc(1), dcpicat(1), dcpicc(1), dcpicoverage(1), dcpictl(1), dcpid(1), dcpidiff(1), dcpidis(1), dcpiepoch(1), dcpiflow(1), dcpiflush(1), dcpikdiff(1), dcpilabel(1), dcpildlatency(1), dcpilist(1), dcpiprof(1), dcpiprofileme(1), dcpiquit(1), dcpiscan(1), dcpisource(1), dcpistats(1), dcpitar(1), dcpitopcounts(1), dcpitopstalls(1), dcpiuninstall(1), dcpiupcalls(1), dcpivarg(1), dcpivcat(1), dcpiversion(1), dcpivlst(1), dcpivprofiler(1), dcpiwhatcg(1), dcpix(1), dcpiformat(4), dcpiexclusions(4)
For more information, see the DCPI project home page http://h30097.www3.hp.com/dcpi.
COPYRIGHT
Copyright 1996-2004, Hewlett-Packard Company.
All rights reserved.
|
|