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

Side by Side Diff: cc/switches.h

Issue 12096112: [cc] Trace detailed tile info when --trace-all-rendered-frames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dont expose to extension yet Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/switches.cc » ('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 // Defines all the "cc" command-line switches. 5 // Defines all the "cc" command-line switches.
6 6
7 #ifndef CC_SWITCHES_H_ 7 #ifndef CC_SWITCHES_H_
8 #define CC_SWITCHES_H_ 8 #define CC_SWITCHES_H_
9 9
10 #include "cc/cc_export.h" 10 #include "cc/cc_export.h"
(...skipping 15 matching lines...) Expand all
26 CC_EXPORT extern const char kJankInsteadOfCheckerboard[]; 26 CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
27 CC_EXPORT extern const char kNumRasterThreads[]; 27 CC_EXPORT extern const char kNumRasterThreads[];
28 CC_EXPORT extern const char kShowPropertyChangedRects[]; 28 CC_EXPORT extern const char kShowPropertyChangedRects[];
29 CC_EXPORT extern const char kShowSurfaceDamageRects[]; 29 CC_EXPORT extern const char kShowSurfaceDamageRects[];
30 CC_EXPORT extern const char kShowScreenSpaceRects[]; 30 CC_EXPORT extern const char kShowScreenSpaceRects[];
31 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[]; 31 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[];
32 CC_EXPORT extern const char kShowOccludingRects[]; 32 CC_EXPORT extern const char kShowOccludingRects[];
33 CC_EXPORT extern const char kShowNonOccludingRects[]; 33 CC_EXPORT extern const char kShowNonOccludingRects[];
34 CC_EXPORT extern const char kTraceOverdraw[]; 34 CC_EXPORT extern const char kTraceOverdraw[];
35 CC_EXPORT extern const char kTopControlsHeight[]; 35 CC_EXPORT extern const char kTopControlsHeight[];
36 CC_EXPORT extern const char kTraceAllRenderedFrames[];
36 CC_EXPORT extern const char kSlowDownRasterScaleFactor[]; 37 CC_EXPORT extern const char kSlowDownRasterScaleFactor[];
37 CC_EXPORT extern const char kUseCheapnessEstimator[]; 38 CC_EXPORT extern const char kUseCheapnessEstimator[];
38 39
39 } // namespace switches 40 } // namespace switches
40 } // namespace cc 41 } // namespace cc
41 42
42 #endif // CC_SWITCHES_H_ 43 #endif // CC_SWITCHES_H_
OLDNEW
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698