commit | 14357e842b611279d467b64d450c569af33a6936 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 26 10:42:15 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Sep 26 10:42:15 2011 -0700 |
tree | 1160c2071afdde8cbf3d9eee2ea3b12a0bc98d03 | |
parent | c0dd312b4ae5d11c59145f86a327c799877fbf53 [diff] [blame] |
Add a -verbose:thread option. Change-Id: Ie9bbe2195d7c427379e4a27d3fe51f1a71e58597
diff --git a/src/runtime.cc b/src/runtime.cc index 424b6f7..acb42e9 100644 --- a/src/runtime.cc +++ b/src/runtime.cc
@@ -405,7 +405,7 @@ default_stack_size_ = options->stack_size_; - thread_list_ = new ThreadList; + thread_list_ = new ThreadList(options->IsVerbose("thread")); intern_table_ = new InternTable; Heap::Init(options->heap_initial_size_, options->heap_maximum_size_,