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

Unified Diff: runtime/bin/main.cc

Issue 13603002: Added ctrl-\ command that dumps isolate stacks to dart binary. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: runtime/bin/main.cc
===================================================================
--- runtime/bin/main.cc (revision 20932)
+++ runtime/bin/main.cc (working copy)
@@ -751,9 +751,7 @@
Dart_EnterScope();
- if (vmstats_port >= 0) {
- VmStats::Start(vmstats_port, vmstats_root);
- }
+ VmStats::Start(vmstats_port, vmstats_root);
if (generate_script_snapshot) {
// First create a snapshot.
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/vmstats_impl.h » ('j') | runtime/bin/vmstats_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698