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

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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/gpu.gyp » ('j') | gpu/perftests/measurements.h » ('J')
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 1568cde482b9a0dde2713b79909cd61aec30c01a..f5245c95c02e501f36d0541ddd3f42c7d01c23ab 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -248,6 +248,7 @@ test("gpu_unittests") {
test("gpu_perftests") {
sources = [
+ "perftests/measurements.cc",
"perftests/run_all_tests.cc",
"perftests/texture_upload_perftest.cc",
]
« no previous file with comments | « no previous file | gpu/gpu.gyp » ('j') | gpu/perftests/measurements.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698