Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-02-08 18:23:05 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-02-08 18:23:48 +0400
commit9720c7b6173c29ebccb030f84f4de531b66a615b (patch)
treee9491325631fbf8852add98c6ae12062c72e8994 /main/Makefile.am
parent1cc593ec49a98cee6d2ca5b6350d3fc3e6678660 (diff)
Update the makefile targets to use the log profiler
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 1bc452efa9..11b83dc6f0 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -118,10 +118,10 @@ run-gdb: $(PROGRAM)
rm -f gdb.commands
run-profile: $(PROGRAM)
- $(MD_LAUNCH) -O=inline --profile $(MD_BIN_PATH)/MonoDevelop.exe
+ $(MD_LAUNCH) --profile=log:calls $(MD_BIN_PATH)/MonoDevelop.exe
run-profile-stat: $(PROGRAM)
- $(MD_LAUNCH) --profile=logging:stat $(MD_BIN_PATH)/MonoDevelop.exe
+ $(MD_LAUNCH) --profile=log:sample $(MD_BIN_PATH)/MonoDevelop.exe
run-trace: $(PROGRAM)
$(MD_LAUNCH_SETUP) MONODEVELOP_TRACE=1 exec strace -ttt -f -o md.strace mono $(MD_BIN_PATH)/MonoDevelop.exe