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

Unified Diff: media/media.gyp

Issue 41633002: Port SincResampler's ConvolveBenchmark, as well as VectorMath's benchmarks to media_perftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@portbus
Patch Set: Add vector math port. Created 7 years, 2 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
« media/base/vector_math_perftest.cc ('K') | « media/base/vector_math_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index e49e223e4f6c225df5e22cd7f83a7f270a681ff1..0553fabdf741bb0d96e915c96daefaa94819dc2d 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1081,7 +1081,9 @@
'sources': [
'base/audio_bus_perftest.cc',
'base/audio_converter_perftest.cc',
+ 'base/sinc_resampler_perftest.cc',
'base/run_all_unittests.cc',
+ 'base/vector_math_perftest.cc',
],
},
{
« media/base/vector_math_perftest.cc ('K') | « media/base/vector_math_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698