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

Unified Diff: base/trace_event/trace_event_memory_overhead.cc

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: Rebase Created 3 years, 6 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
Index: base/trace_event/trace_event_memory_overhead.cc
diff --git a/base/trace_event/trace_event_memory_overhead.cc b/base/trace_event/trace_event_memory_overhead.cc
index 02a98bd7c7c4b01c9951fb9aadf1782c40ce729e..1db93a7ca648da83999b63b0d68585d0c794c7f6 100644
--- a/base/trace_event/trace_event_memory_overhead.cc
+++ b/base/trace_event/trace_event_memory_overhead.cc
@@ -41,6 +41,8 @@ const char* ObjectTypeToString(TraceEventMemoryOverhead::ObjectType type) {
return "TypeNameDeduplicator";
case TraceEventMemoryOverhead::kHeapProfilerStackFrameDeduplicator:
return "StackFrameDeduplicator";
+ case TraceEventMemoryOverhead::kHeapProfilerStringDeduplicator:
+ return "StringDeduplicator";
case TraceEventMemoryOverhead::kStdString:
return "std::string";
case TraceEventMemoryOverhead::kBaseValue:

Powered by Google App Engine
This is Rietveld 408576698