| Index: tools/telemetry/telemetry/timeline/recording_options.py
|
| diff --git a/tools/telemetry/telemetry/timeline/recording_options.py b/tools/telemetry/telemetry/timeline/recording_options.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a8c7e1451bcebd080f58dc10fc171ede504c7792
|
| --- /dev/null
|
| +++ b/tools/telemetry/telemetry/timeline/recording_options.py
|
| @@ -0,0 +1,9 @@
|
| +# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +
|
| +class TimelineRecordingOptions(object):
|
| + def __init__(self):
|
| + self.record_timeline = True
|
| + self.record_network = False
|
|
|