dcpisumxct - Aggregate multiple .xct files into a single file.
dcpisumxct [-o sum.xct] [-scale whole-number] f1.xct f2.xct ... fN.xct
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.
dcpisumxct myprog1.xct myprog2.xct ... -xct myprogN.xct -o sum.xct dcpicalc -tab myprog.tab -xct sum.xct -db db myprocedure myprog
dcpi(1), dcpiflow(1), dcpiprof(1), dcpilist(1), dcpidis(1), dcpiscan(1), dcpiepoch(1), dcpiflush(1), dcpicalc(1), dcpilabel(1), dcpi2ps(1), dcpicat(1), dcpiquit(1), dcpidiff(1), dcpitopstalls(1), dcpiwhatcg(1), dcpictl(1), dcpisource(1), dcpicc(1), dcpiversion(1), dcpiuninstall(1), dcpi2pix(1), dcpikdiff(1), dcpix(1), dcpistats(1), dcpid(1), dcpiformat(4), dcpiloader(5)
For more information, see the DIGITAL Continuous Profiling Infrastructure project home page (http://www.research.digital.com/SRC/dcpi/ from outside DIGITAL).
Mark VandevoordeThis page was generated automatically by mtex software.