 |
» |
|
|
|
 |
 |
dcpi2ps(1)
NAME
dcpi2ps - DCPI graph formatter
SYNOPSIS
dcpi2ps [-o <filename>] [-s <scale>] [<graph-file>]
DESCRIPTION
Dcpi2ps takes a DCPI graph file and turns it into PostScript. In
the PostScript output, "larger" basic blocks are generally "more important." Specifically,
for each basic block, the font size indicates the block's execution count,
the physical space occupied by the block on paper indicates the amount of time
spent in that block, and the number of lines indicates the average number of
cycles required to execute it.
FLAGS
- -o <filename>
- Send output to <filename>, default to stdout.
- -s <scale>
- Set scale factor to <scale> (a floating point number).
- <graph-file>
- The DCPI graph file, default from stdin.
TYPICAL USAGE
Typically, dcpicalc(1), dcpisource(1),
and dcpi2ps are used together as follows:
dcpicalc -db db idle_thread /vmunix | \
dcpisource -f /src/kernel/kern/sched_prim.c | \
dcpi2ps -o idle_thread.ps
SEE ALSO
dcpi(1), dcpi2bb(1), dcpi2pix(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), dcpisumxct(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.
|
|