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

Unified Diff: runtime/vm/isolate.cc

Issue 11734028: - Consolidate verbose-gc output to be a single line which can be imported easily into spreadsheets. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 12 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/isolate.cc
===================================================================
--- runtime/vm/isolate.cc (revision 16586)
+++ runtime/vm/isolate.cc (working copy)
@@ -259,6 +259,7 @@
store_buffer_(),
message_notify_callback_(NULL),
name_(NULL),
+ start_time_(OS::GetCurrentTimeMicros()),
main_port_(0),
heap_(NULL),
object_store_(NULL),

Powered by Google App Engine
This is Rietveld 408576698