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@xamarin.com>2013-06-26 18:16:52 +0400
committerAlan McGovern <alan@xamarin.com>2013-06-26 18:16:52 +0400
commit33b4f91a285be10a1ca7be4f3735b04cc6f5a845 (patch)
tree6e67197d9b425fdf082be72b79949a79954508c8 /main/Makefile.am
parent9e69490462a2091b6be8d6ac428514ec3a54f29a (diff)
[build] Fix heapshot profiling from the makefiles
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 4c12f946f5..1f2d524d72 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -149,7 +149,7 @@ plot-trace:
python plot-timeline.py -o md-trace.png md.strace
run-profile-heap: $(PROGRAM)
- $(MD_LAUNCH) -O=inline --profile=heap:heaplog $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH) --profile=log:heapshot=900000ms $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
check-addins:
$(MDTOOL_RUN) setup reg-build -v