blob: 17974e87c48e3cd425af7eb20da24ea2166bcbc4 [file] [log] [blame]
// 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_