git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10585
# stop the profiler and dump results to .. um .. some file somewhere
opcontrol --stop ; opcontrol --dump
+# get total cost
+opreport --merge=tgid -x \
+ /home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
+ | less
+
# produce a flat profile
opreport --merge=tgid --symbols -x \
/home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
| less
# produce a profile w/ callgraph
-opreport --merge=tgid --callgraph \
+opreport --merge=tgid --callgraph -x \
/home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
| less