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

Issue 773053002: media: Add tracing around VPx decoding. (Closed)

Created:
6 years ago by Tom Finegan
Modified:
6 years ago
Reviewers:
fgalligan1, DaleCurtis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

media: Add tracing around VPx decoding. Committed: https://crrev.com/b70204dc949e7beb11012b1c8dc5606b0483a7d3 Cr-Commit-Position: refs/heads/master@{#306693}

Patch Set 1 #

Total comments: 6

Patch Set 2 : less tracing/add timestamps #

Total comments: 3

Patch Set 3 : Scopes instead of BEGIN/END #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -17 lines) Patch
M media/filters/vpx_video_decoder.cc View 1 2 3 chunks +25 lines, -17 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Tom Finegan
This appears to do what you want...
6 years ago (2014-12-02 23:40:52 UTC) #2
Tom Finegan
On 2014/12/02 23:40:52, Tom Finegan wrote: > This appears to do what you want... +Dale ...
6 years ago (2014-12-03 18:08:26 UTC) #4
fgalligan1
https://codereview.chromium.org/773053002/diff/1/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/773053002/diff/1/media/filters/vpx_video_decoder.cc#newcode365 media/filters/vpx_video_decoder.cc:365: TRACE_EVENT0("video", "VpxDecode"); Is this needed? https://codereview.chromium.org/773053002/diff/1/media/filters/vpx_video_decoder.cc#newcode373 media/filters/vpx_video_decoder.cc:373: TRACE_EVENT_BEGIN0("video", "vpx_codec_decode"); ...
6 years ago (2014-12-03 18:29:56 UTC) #5
Tom Finegan
https://codereview.chromium.org/773053002/diff/1/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/773053002/diff/1/media/filters/vpx_video_decoder.cc#newcode365 media/filters/vpx_video_decoder.cc:365: TRACE_EVENT0("video", "VpxDecode"); On 2014/12/03 18:29:56, fgalligan1 wrote: > Is ...
6 years ago (2014-12-03 18:51:39 UTC) #6
DaleCurtis
https://codereview.chromium.org/773053002/diff/20001/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/773053002/diff/20001/media/filters/vpx_video_decoder.cc#newcode372 media/filters/vpx_video_decoder.cc:372: TRACE_EVENT_BEGIN1("video", "vpx_codec_decode", "timestamp", timestamp); You can just use TRACE_EVENT_1() ...
6 years ago (2014-12-03 19:12:16 UTC) #7
Tom Finegan
https://codereview.chromium.org/773053002/diff/20001/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/773053002/diff/20001/media/filters/vpx_video_decoder.cc#newcode372 media/filters/vpx_video_decoder.cc:372: TRACE_EVENT_BEGIN1("video", "vpx_codec_decode", "timestamp", timestamp); On 2014/12/03 19:12:16, DaleCurtis wrote: ...
6 years ago (2014-12-03 19:33:10 UTC) #8
DaleCurtis
lgtm
6 years ago (2014-12-03 20:47:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/773053002/40001
6 years ago (2014-12-03 20:55:41 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years ago (2014-12-03 22:35:08 UTC) #12
commit-bot: I haz the power
6 years ago (2014-12-03 22:35:53 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b70204dc949e7beb11012b1c8dc5606b0483a7d3
Cr-Commit-Position: refs/heads/master@{#306693}

Powered by Google App Engine
This is Rietveld 408576698