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

Unified Diff: gpu/gpu.gyp

Issue 871093002: gpu: Perf test to check costs of texture upload at different stages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "format" and "type" are now a parameter. Added a Measurement struct. 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
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 77878847cb851dd13ea03c8513c017ae0fda62f5..3e033e204c24a48813ad82884f6856063ff08e35 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -281,6 +281,22 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ # GN version: //gpu/gpu_perftests
+ 'target_name': 'gpu_perftests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
+ '../testing/gtest.gyp:gtest',
+ '../testing/perf/perf_test.gyp:perf_test',
+ '../ui/gl/gl.gyp:gl',
+ ],
+ 'sources': [
+ 'perftests/run_all_tests.cc',
+ 'perftests/texture_upload_perftest.cc',
+ ],
+ },
+ {
# GN version: //gpu:gl_tests
'target_name': 'gl_tests',
'type': '<(gtest_target_type)',

Powered by Google App Engine
This is Rietveld 408576698