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

Side by Side Diff: cc/debug/rasterize_and_record_benchmark_impl.h

Issue 863253002: Update from https://crrev.com/312600 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #ifndef CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_ 5 #ifndef CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_
6 #define CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_ 6 #define CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 base::TimeDelta total_best_time; 43 base::TimeDelta total_best_time;
44 int total_memory_usage; 44 int total_memory_usage;
45 int total_layers; 45 int total_layers;
46 int total_picture_layers; 46 int total_picture_layers;
47 int total_picture_layers_with_no_content; 47 int total_picture_layers_with_no_content;
48 int total_picture_layers_off_screen; 48 int total_picture_layers_off_screen;
49 }; 49 };
50 50
51 RasterizeResults rasterize_results_; 51 RasterizeResults rasterize_results_;
52 int rasterize_repeat_count_; 52 int rasterize_repeat_count_;
53 NamespaceToken task_namespace_;
54 }; 53 };
55 54
56 } // namespace cc 55 } // namespace cc
57 56
58 #endif // CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_ 57 #endif // CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698