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

Unified Diff: gpu/BUILD.gn

Issue 893673002: gpu: Add a class MeasurementTimers that measures wall, cpu and gpu time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use gpu_timing instead of the gl extension directly. Avoid printing results when timers are not ava… Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 82a3f588cf86f586341a27fe6087d945daaa049a..8c25b78f53f09ac434d51c4151dfc4ed50f03367 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -249,6 +249,7 @@ if (!is_win || link_chrome_on_windows) {
test("gpu_perftests") {
sources = [
+ "perftests/measurements.cc",
"perftests/run_all_tests.cc",
"perftests/texture_upload_perftest.cc",
]
@@ -256,6 +257,7 @@ if (!is_win || link_chrome_on_windows) {
deps = [
"//base",
"//base/test:test_support",
+ "//gpu/command_buffer/service",
"//testing/gtest",
"//testing/perf",
"//ui/gfx/geometry",
« no previous file with comments | « no previous file | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698