|
From: <sv...@va...> - 2009-05-22 21:43:07
|
Author: sewardj
Date: 2009-05-22 22:42:55 +0100 (Fri, 22 May 2009)
New Revision: 10115
Log:
Minor update following recent-ish renaming of tool executables.
Modified:
branches/DCAS/docs/internals/howto_oprofile.txt
Modified: branches/DCAS/docs/internals/howto_oprofile.txt
===================================================================
--- branches/DCAS/docs/internals/howto_oprofile.txt 2009-05-22 18:59:02 UTC (rev 10114)
+++ branches/DCAS/docs/internals/howto_oprofile.txt 2009-05-22 21:42:55 UTC (rev 10115)
@@ -12,14 +12,18 @@
# produce a flat profile
opreport --merge=tgid --symbols -x \
- /home/sewardj/VgTRUNK/hgdev/Inst/lib/valgrind/x86-linux/helgrind \
+ /home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
| less
# produce a profile w/ callgraph
opreport --merge=tgid --callgraph \
- /home/sewardj/VgTRUNK/hgdev/Inst/lib/valgrind/x86-linux/helgrind \
+ /home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
| less
+# print annotated source
+opannotate --merge=tgid --source --include-file=libhb_core.c | less
+
+
#### notes.
1. on amd64, need to build V with -fno-omit-frame-pointer, else the
|