<tt>prof</tt>: Profile Analyzer



next up previous contents
Next: cb: C Beautifier Up: Tools Previous: pixie: Add Profiling

prof: Profile Analyzer

There are two ways to use prof:

cc -p -o myprog myprog.c
myprog (generates mon.out)
prof myprog mon.out

OR

cc -o myprog myprog.c
pixie -o myprog.pixie myprog (generates myprog.Addrs)
myprog.pixie (generates myprog.Counts)
prof -pixie myprog (reads myprog.Addrs myprog.Counts

In both cases, the results are sent to Standard Output.



Super-User
Fri Feb 17 15:55:40 EST 1995