// Copyright (c) 2013 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. | |
#ifndef COMMON_MEMORY_USAGE_LOGGING_H_ | |
#define COMMON_MEMORY_USAGE_LOGGING_H_ | |
namespace arc { | |
void StartMemoryUsageLogging(); | |
} | |
#endif // COMMON_MEMORY_USAGE_LOGGING_H_ |