diff options
author | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-16 02:05:03 +0000 |
---|---|---|
committer | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-16 02:05:03 +0000 |
commit | 6c0c5b1a4af33c488ace8b19efe987c66990f76d (patch) | |
tree | ce66221b212084e3e75366037a84280ac4e6852a /media/media.gyp | |
parent | 47cb253f15ca0e9dfcef8dd4b42bb5bc443c522f (diff) | |
download | chromium_src-6c0c5b1a4af33c488ace8b19efe987c66990f76d.zip chromium_src-6c0c5b1a4af33c488ace8b19efe987c66990f76d.tar.gz chromium_src-6c0c5b1a4af33c488ace8b19efe987c66990f76d.tar.bz2 |
Report timing statistics for audio controller methods via UMA.
Logs the time taken to execute the main methods of AudioInputController
and AudioOutputController. This timing information will be used to
determine if we can combine the audio thread and the UI thread on OSX
to (hopefully) fix http://crbug.com/158170.
BUG=158170
TEST=chrome://histograms/Media.Audio contains information.
Review URL: https://chromiumcodereview.appspot.com/14827002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index 089778c..d5335ec 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -276,6 +276,7 @@ 'base/pipeline_status.h', 'base/ranges.cc', 'base/ranges.h', + 'base/scoped_histogram_timer.h', 'base/seekable_buffer.cc', 'base/seekable_buffer.h', 'base/serial_runner.cc', @@ -950,6 +951,7 @@ 'base/pipeline_unittest.cc', 'base/ranges_unittest.cc', 'base/run_all_unittests.cc', + 'base/scoped_histogram_timer_unittest.cc', 'base/seekable_buffer_unittest.cc', 'base/sinc_resampler_unittest.cc', 'base/test_data_util.cc', |