| Index: runtime/vm/timeline_analysis.cc
|
| diff --git a/runtime/vm/timeline_analysis.cc b/runtime/vm/timeline_analysis.cc
|
| index 8a7c6fbd156ce2779e9c2b600f2f4a7a65a2f453..5360d2973cea476a410f4abba0227330d3648244 100644
|
| --- a/runtime/vm/timeline_analysis.cc
|
| +++ b/runtime/vm/timeline_analysis.cc
|
| @@ -10,6 +10,8 @@
|
|
|
| namespace dart {
|
|
|
| +#ifndef PRODUCT
|
| +
|
| DECLARE_FLAG(bool, trace_timeline_analysis);
|
| DECLARE_FLAG(bool, timing);
|
|
|
| @@ -629,4 +631,6 @@ void TimelinePauseTrace::PrintPauseInfo(
|
| MicrosecondsToMilliseconds(pause_info->max_exclusive_micros()));
|
| }
|
|
|
| +#endif // !PRODUCT
|
| +
|
| } // namespace dart
|
|
|