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

Unified Diff: runtime/vm/isolate.cc

Issue 148153007: Add Google Charts to Observatory and use it in allocation profiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « runtime/bin/vmservice/client/web/main.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index 62d64649da58d6281c1cd6ae6ab8d8170ae62876..10a157831940c77e053a422ed2e7a342e9aba3cd 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -823,8 +823,6 @@ void Isolate::VisitWeakPersistentHandles(HandleVisitor* visitor,
void Isolate::PrintToJSONStream(JSONStream* stream) {
- fprintf(stderr, "Printing isolate %" Pd "\n",
- static_cast<intptr_t>(main_port()));
JSONObject jsobj(stream);
jsobj.AddProperty("type", "Isolate");
jsobj.AddPropertyF("id", "isolates/%" Pd "",
« no previous file with comments | « runtime/bin/vmservice/client/web/main.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698