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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/cc_tests.gyp ('k') | cc/debug/rasterize_and_record_benchmark.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 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_H_ 5 #ifndef CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_H_
6 #define CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_H_ 6 #define CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_H_
7 7
8 #include <map> 8 #include <map>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
(...skipping 28 matching lines...) Expand all
39 private: 39 private:
40 void Run(Layer* layer); 40 void Run(Layer* layer);
41 41
42 void RecordRasterResults(scoped_ptr<base::Value> results); 42 void RecordRasterResults(scoped_ptr<base::Value> results);
43 43
44 struct RecordResults { 44 struct RecordResults {
45 RecordResults(); 45 RecordResults();
46 ~RecordResults(); 46 ~RecordResults();
47 47
48 int pixels_recorded; 48 int pixels_recorded;
49 size_t bytes_used;
49 base::TimeDelta total_best_time[Picture::RECORDING_MODE_COUNT]; 50 base::TimeDelta total_best_time[Picture::RECORDING_MODE_COUNT];
50 }; 51 };
51 52
52 RecordResults record_results_; 53 RecordResults record_results_;
53 int record_repeat_count_; 54 int record_repeat_count_;
54 scoped_ptr<base::Value> settings_; 55 scoped_ptr<base::Value> settings_;
55 scoped_ptr<base::DictionaryValue> results_; 56 scoped_ptr<base::DictionaryValue> results_;
56 57
57 // The following is used in DCHECKs. 58 // The following is used in DCHECKs.
58 bool main_thread_benchmark_done_; 59 bool main_thread_benchmark_done_;
59 60
60 LayerTreeHost* host_; 61 LayerTreeHost* host_;
61 62
62 base::WeakPtrFactory<RasterizeAndRecordBenchmark> weak_ptr_factory_; 63 base::WeakPtrFactory<RasterizeAndRecordBenchmark> weak_ptr_factory_;
63 }; 64 };
64 65
65 } // namespace cc 66 } // namespace cc
66 67
67 #endif // CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_H_ 68 #endif // CC_DEBUG_RASTERIZE_AND_RECORD_BENCHMARK_H_
OLDNEW
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/debug/rasterize_and_record_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698