Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(708)

Side by Side Diff: syzygy/scripts/benchmark/benchmark.gyp

Issue 4631051: Automate the process of optimizing and benchmarking Chrome. (Closed) Base URL: http://sawbuck.googlecode.com/svn/trunk/
Patch Set: Address Roger's and Chris' nits Created 12 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | syzygy/scripts/benchmark/optimize.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 Google Inc. 1 # Copyright 2009 Google Inc.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 25 matching lines...) Expand all
36 '<(DEPTH)/syzygy/build/build_egg.py', 36 '<(DEPTH)/syzygy/build/build_egg.py',
37 ], 37 ],
38 }, 38 },
39 'sources': [ 39 'sources': [
40 '<@(benchmark_sources)', 40 '<@(benchmark_sources)',
41 ], 41 ],
42 'dependencies': [ 42 'dependencies': [
43 '<(DEPTH)/syzygy/snapshot/snapshot.gyp:run_in_snapshot', 43 '<(DEPTH)/syzygy/snapshot/snapshot.gyp:run_in_snapshot',
44 '<(DEPTH)/syzygy/snapshot/snapshot.gyp:run_in_snapshot_xp', 44 '<(DEPTH)/syzygy/snapshot/snapshot.gyp:run_in_snapshot_xp',
45 '<(DEPTH)/syzygy/snapshot/snapshot.gyp:run_in_snapshot_x64', 45 '<(DEPTH)/syzygy/snapshot/snapshot.gyp:run_in_snapshot_x64',
46 '<(DEPTH)/syzygy/call_trace/call_trace.gyp:call_trace',
47 '<(DEPTH)/syzygy/instrument/instrument.gyp:instrument',
48 '<(DEPTH)/syzygy/relink/relink.gyp:relink',
49 '<(DEPTH)/syzygy/reorder/reorder.gyp:reorder',
46 '<(DEPTH)/syzygy/py/py.gyp:virtualenv', 50 '<(DEPTH)/syzygy/py/py.gyp:virtualenv',
47 '<(DEPTH)/syzygy/py/etw_db/etw_db.gyp:etw', 51 '<(DEPTH)/syzygy/py/etw_db/etw_db.gyp:etw',
48 '<(DEPTH)/syzygy/py/etw_db/etw_db.gyp:etw_db', 52 '<(DEPTH)/syzygy/py/etw_db/etw_db.gyp:etw_db',
49 ], 53 ],
50 'actions': [ 54 'actions': [
51 { 55 {
52 'action_name': 'build_benchmark', 56 'action_name': 'build_benchmark',
53 'msvs_cygwin_shell': 0, 57 'msvs_cygwin_shell': 0,
54 'inputs': [ 58 'inputs': [
55 '<(script_file)', 59 '<(script_file)',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<(PRODUCT_DIR)/py/scripts/python', 107 '<(PRODUCT_DIR)/py/scripts/python',
104 'zip_benchmark.py', 108 'zip_benchmark.py',
105 '--root-dir', 109 '--root-dir',
106 '<(PRODUCT_DIR)', 110 '<(PRODUCT_DIR)',
107 ], 111 ],
108 }, 112 },
109 ], 113 ],
110 }, 114 },
111 ] 115 ]
112 } 116 }
OLDNEW
« no previous file with comments | « no previous file | syzygy/scripts/benchmark/optimize.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b