| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 4113158fd38235779b852788867da6071b183cc3..6dc288ad341fc3e0f469f221dbb0b59a808424cf 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -68,13 +68,6 @@ def AddCommonOptions(option_parser):
|
| default=0,
|
| action='count',
|
| help='Verbose level (multiple times for more)')
|
| - profilers = ['devicestatsmonitor', 'chrometrace', 'dumpheap', 'smaps',
|
| - 'traceview']
|
| - option_parser.add_option('--profiler', dest='profilers', action='append',
|
| - choices=profilers,
|
| - help=('Profiling tool to run during test. Pass '
|
| - 'multiple times to run multiple profilers. '
|
| - 'Available profilers: %s' % profilers))
|
| option_parser.add_option('--tool',
|
| dest='tool',
|
| help=('Run the test under a tool '
|
|
|