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

Side by Side Diff: cc/cc.gyp

Issue 25353009: telemetry: Refactored rasterize_and_record measurement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made BenchmarkInstrumentation a class. Created 7 years, 2 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 | cc/debug/OWNERS » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'base/region.cc', 62 'base/region.cc',
63 'base/region.h', 63 'base/region.h',
64 'base/scoped_ptr_algorithm.h', 64 'base/scoped_ptr_algorithm.h',
65 'base/scoped_ptr_deque.h', 65 'base/scoped_ptr_deque.h',
66 'base/scoped_ptr_vector.h', 66 'base/scoped_ptr_vector.h',
67 'base/switches.cc', 67 'base/switches.cc',
68 'base/switches.h', 68 'base/switches.h',
69 'base/tiling_data.cc', 69 'base/tiling_data.cc',
70 'base/tiling_data.h', 70 'base/tiling_data.h',
71 'base/util.h', 71 'base/util.h',
72 'debug/benchmark_instrumentation.cc',
73 'debug/benchmark_instrumentation.h',
72 'debug/debug_colors.cc', 74 'debug/debug_colors.cc',
73 'debug/debug_colors.h', 75 'debug/debug_colors.h',
74 'debug/debug_rect_history.cc', 76 'debug/debug_rect_history.cc',
75 'debug/debug_rect_history.h', 77 'debug/debug_rect_history.h',
76 'debug/devtools_instrumentation.h', 78 'debug/devtools_instrumentation.h',
77 'debug/fake_web_graphics_context_3d.cc', 79 'debug/fake_web_graphics_context_3d.cc',
78 'debug/fake_web_graphics_context_3d.h', 80 'debug/fake_web_graphics_context_3d.h',
79 'debug/frame_rate_counter.cc', 81 'debug/frame_rate_counter.cc',
80 'debug/frame_rate_counter.h', 82 'debug/frame_rate_counter.h',
81 'debug/layer_tree_debug_state.cc', 83 'debug/layer_tree_debug_state.cc',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'trees/thread_proxy.cc', 416 'trees/thread_proxy.cc',
415 'trees/thread_proxy.h', 417 'trees/thread_proxy.h',
416 'trees/tree_synchronizer.cc', 418 'trees/tree_synchronizer.cc',
417 'trees/tree_synchronizer.h', 419 'trees/tree_synchronizer.h',
418 ], 420 ],
419 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 421 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
420 'msvs_disabled_warnings': [ 4267, ], 422 'msvs_disabled_warnings': [ 4267, ],
421 }, 423 },
422 ], 424 ],
423 } 425 }
OLDNEW
« no previous file with comments | « no previous file | cc/debug/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698