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

Unified Diff: src/main.cpp

Issue 1781213002: Add malloc/new profiling on linux (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review fixes. Created 4 years, 9 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
« src/LinuxMallocProfiling.cpp ('K') | « src/LinuxMallocProfiling.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/main.cpp
diff --git a/src/main.cpp b/src/main.cpp
index baaa39ef8adc0cbf17e2ae0021ff1f073b05a3f4..184953121d435d22af2a9577a9b74b64ba54fc10 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -16,6 +16,9 @@
#include "IceBrowserCompileServer.h"
#include "IceBuildDefs.h"
#include "IceCompileServer.h"
+#ifdef ALLOW_LINUX_MALLOC_PROFILE
John 2016/03/15 15:19:07 if you guard entire LinuxMallocProfiling.h file wi
sehr 2016/03/17 16:47:14 Actually, it should have been completely removed h
+#include "LinuxMallocProfiling.h"
+#endif // ALLOW_LINUX_MALLOC_PROFILE
#ifdef __pnacl__
#include <malloc.h>
« src/LinuxMallocProfiling.cpp ('K') | « src/LinuxMallocProfiling.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698