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

Unified Diff: third_party/tcmalloc/chromium/src/heap-profile-table.cc

Issue 8632007: A deeper heap profile dumper in third_party/tcmalloc/chromium. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Refactored. Created 9 years 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
Index: third_party/tcmalloc/chromium/src/heap-profile-table.cc
diff --git a/third_party/tcmalloc/chromium/src/heap-profile-table.cc b/third_party/tcmalloc/chromium/src/heap-profile-table.cc
index bffd6c1ab395da5d8e6a6cf5d89186b0e485bd09..7eac06241dc7b4e4e08a47b5bcc9605d889b002c 100644
--- a/third_party/tcmalloc/chromium/src/heap-profile-table.cc
+++ b/third_party/tcmalloc/chromium/src/heap-profile-table.cc
@@ -59,6 +59,7 @@
#include "heap-profile-table.h"
#include "base/logging.h"
+#include "deep-heap-profile.h"
Alexander Potapenko 2011/12/20 13:57:23 Do you need to include deep-heap-profile.h here?
Dai Mikurube (NOT FULLTIME) 2011/12/21 09:13:49 Thanks, and removed. I forgot to remove it after
#include "memory_region_map.h"
#include "raw_printer.h"
#include "symbolize.h"

Powered by Google App Engine
This is Rietveld 408576698