Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: tools/deep_memory_profiler/download.sh

Issue 10795043: Use find_runtime_symbols in dmprof. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reflected the comment Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/deep_memory_profiler/dmprof ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/download.sh
diff --git a/tools/deep_memory_profiler/download.sh b/tools/deep_memory_profiler/download.sh
index 312ca1fe4588419ee0b476e8f33655daa6df2c19..c11bdfc5a9fa5d7049a72e69c191e17bd120657a 100755
--- a/tools/deep_memory_profiler/download.sh
+++ b/tools/deep_memory_profiler/download.sh
@@ -5,8 +5,3 @@
svn checkout --force \
http://src.chromium.org/chrome/trunk/src/tools/deep_memory_profiler \
deep_memory_profiler
-
-curl -o deep_memory_profiler/pprof \
- http://src.chromium.org/chrome/trunk/src/third_party/tcmalloc/chromium/src/pprof
-
-chmod a+x deep_memory_profiler/pprof
« no previous file with comments | « tools/deep_memory_profiler/dmprof ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698