blob: a43f9f663af06b898c6a14bdae989077eba28104 [file] [log] [blame]
[email protected]49118e82012-11-21 04:45:281#!/usr/bin/env bash
[email protected]b128d852012-03-08 21:04:112# Copyright (c) 2012 The Chromium Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
[email protected]49118e82012-11-21 04:45:286# Re-direct the arguments to dmprof.py.
[email protected]b128d852012-03-08 21:04:117
[email protected]49118e82012-11-21 04:45:288BASEDIR=`dirname $0`
9ARGV="$@"
[email protected]b128d852012-03-08 21:04:1110
[email protected]49118e82012-11-21 04:45:2811PYTHONPATH=$BASEDIR/../python/google python \
12 "$BASEDIR/dmprof.py" $ARGV