switches.cc 685 B

1234567891011121314151617
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "services/resource_coordinator/memory_instrumentation/switches.h"
  5. namespace memory_instrumentation {
  6. namespace switches {
  7. // Disable the tracing service graph compuation while writing the trace.
  8. const char kDisableChromeTracingComputation[] =
  9. "disable-chrome-tracing-computation";
  10. const char kUseMemoryTrackingJsonWriter[] = "use-memory-tracking-json-writer";
  11. const char kUseHeapProfilingProtoWriter[] = "use-heap-profiling-proto-writer";
  12. } // namespace switches
  13. } // namespace memory_instrumentation