|
|
Chromium Code Reviews|
Created:
3 years, 10 months ago by tommi (sloooow) - chröme Modified:
3 years, 10 months ago CC:
asvitkine+watch_chromium.org, chromium-reviews, feature-media-reviews_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionAdd UMA stats to track down issues with opening "high latency" (aka linear) audio input streams on Windows and fix memory leak that appears to have been there for a long while.
BUG=684741, 689976
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2680873002
Cr-Commit-Position: refs/heads/master@{#449359}
Committed: https://chromium.googlesource.com/chromium/src/+/3234f6bb6cfd0343aac4755271f2b8697a8cde49
Patch Set 1 #Patch Set 2 : Fix strange git cl format issue #
Total comments: 3
Patch Set 3 : Add comment #
Messages
Total messages: 31 (17 generated)
Description was changed from ========== Add UMA stats for open and fix memory leak BUG= ========== to ========== Add UMA stats for open and fix memory leak BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ==========
The CQ bit was checked by tommi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Fix strange git cl format issue
Description was changed from ========== Add UMA stats for open and fix memory leak BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ========== to ========== Add UMA stats to track down issues with opening audio input streams on Windows and fix memory leak that appears to have been there for a long while. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ==========
tommi@chromium.org changed reviewers: + asvitkine@chromium.org, maxmorin@chromium.org
maxmorin - main review asvitkine - histograms
The CQ bit was checked by tommi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2680873002/diff/20001/media/audio/win/audio_l... File media/audio/win/audio_low_latency_input_win.cc (right): https://codereview.chromium.org/2680873002/diff/20001/media/audio/win/audio_l... media/audio/win/audio_low_latency_input_win.cc:307: HANDLE mm_task = The changes here and below (all of Run()), are the result of git cl format. Let me know if you prefer that I revert these changes and keep the code as is.
Description was changed from ========== Add UMA stats to track down issues with opening audio input streams on Windows and fix memory leak that appears to have been there for a long while. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ========== to ========== Add UMA stats to track down issues with opening "high latency" (aka linear) audio input streams on Windows and fix memory leak that appears to have been there for a long while. BUG=684741 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm
tommi@chromium.org changed reviewers: + jochen@chromium.org - asvitkine@chromium.org
swapping asvitkine for jochen to review histograms.xml as asvitkine is tagged as "slow"
... and jochen can only approve UseCounter additions, sorry
tommi@chromium.org changed reviewers: + jwd@chromium.org - jochen@chromium.org
Thanks Jochen, that was quick :) +jwd for histograms.xml
Description was changed from ========== Add UMA stats to track down issues with opening "high latency" (aka linear) audio input streams on Windows and fix memory leak that appears to have been there for a long while. BUG=684741 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ========== to ========== Add UMA stats to track down issues with opening "high latency" (aka linear) audio input streams on Windows and fix memory leak that appears to have been there for a long while. BUG=684741,689976 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ==========
On 2017/02/08 09:40:56, tommi (krómíum) wrote: > Thanks Jochen, that was quick :) > > +jwd for histograms.xml ping jwd for histograms
lgtm https://codereview.chromium.org/2680873002/diff/20001/media/audio/win/audio_l... File media/audio/win/audio_low_latency_input_win.h (right): https://codereview.chromium.org/2680873002/diff/20001/media/audio/win/audio_l... media/audio/win/audio_low_latency_input_win.h:131: // that has no audio devices). Mention this enum is used to record a histogram value and shouldn't be re-ordered.
Add comment
https://codereview.chromium.org/2680873002/diff/20001/media/audio/win/audio_l... File media/audio/win/audio_low_latency_input_win.h (right): https://codereview.chromium.org/2680873002/diff/20001/media/audio/win/audio_l... media/audio/win/audio_low_latency_input_win.h:131: // that has no audio devices). On 2017/02/09 16:04:07, jwd wrote: > Mention this enum is used to record a histogram value and shouldn't be > re-ordered. Done.
The CQ bit was checked by tommi@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from jwd@chromium.org, maxmorin@chromium.org Link to the patchset: https://codereview.chromium.org/2680873002/#ps40001 (title: "Add comment")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 40001, "attempt_start_ts": 1486657925509980,
"parent_rev": "e7f0828e30d63a0c2c5a7113237af8ecb41cfca8", "commit_rev":
"3234f6bb6cfd0343aac4755271f2b8697a8cde49"}
Message was sent while issue was closed.
Description was changed from ========== Add UMA stats to track down issues with opening "high latency" (aka linear) audio input streams on Windows and fix memory leak that appears to have been there for a long while. BUG=684741,689976 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ========== to ========== Add UMA stats to track down issues with opening "high latency" (aka linear) audio input streams on Windows and fix memory leak that appears to have been there for a long while. BUG=684741,689976 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2680873002 Cr-Commit-Position: refs/heads/master@{#449359} Committed: https://chromium.googlesource.com/chromium/src/+/3234f6bb6cfd0343aac4755271f2... ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/3234f6bb6cfd0343aac4755271f2...
Message was sent while issue was closed.
Thanks! |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
