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

Side by Side Diff: gyp/bench.gyp

Issue 483323002: Print max RSS in GM and nanobench too. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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
OLDNEW
1 # GYP file to build performance testbench. 1 # GYP file to build performance testbench.
2 # 2 #
3 { 3 {
4 'includes': [ 4 'includes': [
5 'apptype_console.gypi', 5 'apptype_console.gypi',
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'nanobench', 9 'target_name': 'nanobench',
10 'type': 'executable', 10 'type': 'executable',
11 'sources': [ 11 'sources': [
12 '../gm/gm.cpp', 12 '../gm/gm.cpp',
13 '../bench/GMBench.cpp', 13 '../bench/GMBench.cpp',
14 '../bench/SKPBench.cpp', 14 '../bench/SKPBench.cpp',
15 '../bench/ResultsWriter.cpp', 15 '../bench/ResultsWriter.cpp',
16 '../bench/nanobench.cpp', 16 '../bench/nanobench.cpp',
17 ], 17 ],
18 'includes': [ 18 'includes': [
19 'bench.gypi', 19 'bench.gypi',
20 'gmslides.gypi', 20 'gmslides.gypi',
21 ], 21 ],
22 'dependencies': [ 22 'dependencies': [
23 'flags.gyp:flags_common', 23 'flags.gyp:flags_common',
24 'jsoncpp.gyp:jsoncpp', 24 'jsoncpp.gyp:jsoncpp',
25 'skia_lib.gyp:skia_lib', 25 'skia_lib.gyp:skia_lib',
26 'tools.gyp:crash_handler', 26 'tools.gyp:crash_handler',
27 'tools.gyp:proc_stats',
27 'tools.gyp:timer', 28 'tools.gyp:timer',
28 ], 29 ],
29 }, 30 },
30 ], 31 ],
31 } 32 }
OLDNEW
« bench/nanobench.cpp ('K') | « gm/gmmain.cpp ('k') | gyp/dm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698