2013-06-28 22:22:22 +04:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
|
|
|
# Copyright 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.
|
|
|
|
#
|
|
|
|
# Start / stop profiling in chrome.
|
2013-10-01 21:45:20 +04:00
|
|
|
exec $(dirname $0)/adb_profile_chrome.py $@
|