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

Unified Diff: runtime/vm/heap_profiler.h

Issue 11881010: - Dump Smi objects into the heap profile. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 | « no previous file | runtime/vm/heap_profiler.cc » ('j') | runtime/vm/heap_profiler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap_profiler.h
===================================================================
--- runtime/vm/heap_profiler.h (revision 16999)
+++ runtime/vm/heap_profiler.h (working copy)
@@ -242,6 +242,7 @@
// Writes a sub-record to the heap dump record.
void WriteClassDump(const RawClass* raw_class);
+ void WriteSmiDump(const RawSmi* raw_smi);
void WriteInstanceDump(const RawObject* raw_obj);
void WriteObjectArrayDump(const RawArray* raw_array);
void WritePrimitiveArrayDump(const RawByteArray* raw_byte_array,
« no previous file with comments | « no previous file | runtime/vm/heap_profiler.cc » ('j') | runtime/vm/heap_profiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698