Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Side by Side Diff: build/android/adb_profile_chrome_startup

Issue 879853002: Add a --startup option to generate combined traces for startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make startup tracing into a separate tool. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/profile_chrome/flags.py » ('j') | tools/profile_chrome/main.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash
2 #
1 # Copyright 2015 The Chromium Authors. All rights reserved. 3 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 5 # found in the LICENSE file.
4 6 #
5 source_set("metro_utils") { 7 # Profile android browsers startup.
6 deps = [ 8 exec $(dirname $0)/../../tools/profile_chrome_startup.py $@
pasko 2015/01/27 17:00:24 to properly handle spaces in directory names and a
Benoit L 2015/01/27 18:41:41 Done.
7 "//base",
8 "//chrome/installer/util",
9 ]
10 sources = [
11 "metro_chrome_win.cc",
12 "metro_chrome_win.h",
13 ]
14 }
OLDNEW
« no previous file with comments | « no previous file | tools/profile_chrome/flags.py » ('j') | tools/profile_chrome/main.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698