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

Unified Diff: src/runtime/runtime-object.cc

Issue 2757993002: [runtime] Add function for printing type profile. (Closed)
Patch Set: Address review comments. Created 3 years, 9 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 | « src/runtime/runtime.h ('k') | src/runtime/runtime-test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime-object.cc
diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc
index 9c52a1f626739eabed973ffff5168f3c021704de..b9e199b12596efa793a2991d115d40c2fd9469bc 100644
--- a/src/runtime/runtime-object.cc
+++ b/src/runtime/runtime-object.cc
@@ -710,10 +710,6 @@ RUNTIME_FUNCTION(Runtime_CollectTypeProfile) {
CollectTypeProfileNexus nexus(vector, vector->ToSlot(index));
nexus.Collect(type);
- PrintF("%s\n", name->ToCString().get());
- nexus.Print();
- PrintF("\n");
-
return *name;
}
« no previous file with comments | « src/runtime/runtime.h ('k') | src/runtime/runtime-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698