Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index 362d276b68e970cb23cd1885b33e7ca497f1e54d..e6e15646830edf2c38fb814aa40f7f46ed92aac1 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -1983,7 +1983,7 @@ void Isolate::PrintJSON(JSONStream* stream, bool ref) { |
| jsobj.AddProperty("rootLib", lib); |
| } |
| - { |
| + if (FLAG_profiler) { |
| JSONObject tagCounters(&jsobj, "_tagCounters"); |
| vm_tag_counters()->PrintToJSONObject(&tagCounters); |
| } |