telemetry.timeline.tracing_options | index telemetry/timeline/tracing_options.py |
# 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.
Classes | ||||||||||
|
Data | ||
ECHO_TO_CONSOLE = 'trace-to-console' ENABLE_SYSTRACE = 'enable-systrace' RECORD_AS_MUCH_AS_POSSIBLE = 'record-as-much-as-possible' RECORD_CONTINUOUSLY = 'record-continuously' RECORD_MODES = ['record-until-full', 'record-continuously', 'record-as-much-as-possible', 'trace-to-console'] RECORD_UNTIL_FULL = 'record-until-full' |