8 lines
298 B
Bash
Executable File
8 lines
298 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright (c) 2012 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.
|
|
svn checkout --force \
|
|
http://src.chromium.org/chrome/trunk/src/tools/deep_memory_profiler \
|
|
deep_memory_profiler
|