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

Unified Diff: runtime/vm/object_graph.h

Issue 1124153006: Heap snapshot visualizations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: sync Created 5 years, 7 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: runtime/vm/object_graph.h
diff --git a/runtime/vm/object_graph.h b/runtime/vm/object_graph.h
index a5748b3b8d01c5f7c8e615899c65d7ac19a8093e..ffd8f7d539e3d4087178b10cd7a3736926d371f5 100644
--- a/runtime/vm/object_graph.h
+++ b/runtime/vm/object_graph.h
@@ -91,7 +91,7 @@ class ObjectGraph : public StackResource {
// Write the isolate's object graph to 'stream'. Smis and nulls are omitted.
// TODO(koda): Document format; support streaming/chunking.
- void Serialize(WriteStream* stream);
+ intptr_t Serialize(WriteStream* stream);
koda 2015/05/19 20:12:35 Document return value.
rmacnak 2015/05/19 22:16:08 Done.
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectGraph);

Powered by Google App Engine
This is Rietveld 408576698