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

Issue 8764007: Adding Youtube dropped frames performance measurement for different types of videos (Closed)

Created:
9 years ago by rohitbm
Modified:
9 years ago
CC:
chromium-reviews, krisr
Visibility:
Public.

Description

Adding Youtube dropped frames performance measurement for different types of videos Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113036

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 17

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -19 lines) Patch
M data/media/youtube.html View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M functional/perf.py View 1 2 3 4 5 2 chunks +25 lines, -15 lines 0 comments Download
M functional/youtube.py View 1 2 3 4 5 1 chunk +10 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
rohitbm
9 years ago (2011-11-30 23:57:05 UTC) #1
Nirnimesh
http://codereview.chromium.org/8764007/diff/2001/data/media/youtube_Avril.html File data/media/youtube_Avril.html (right): http://codereview.chromium.org/8764007/diff/2001/data/media/youtube_Avril.html#newcode1 data/media/youtube_Avril.html:1: <!-- This is a test html file for Youtube ...
9 years ago (2011-12-01 00:03:14 UTC) #2
rohitbm
On 2011/12/01 00:03:14, Nirnimesh wrote: > http://codereview.chromium.org/8764007/diff/2001/data/media/youtube_Avril.html > File data/media/youtube_Avril.html (right): > > http://codereview.chromium.org/8764007/diff/2001/data/media/youtube_Avril.html#newcode1 > ...
9 years ago (2011-12-01 02:19:10 UTC) #3
dennis_jeffrey
http://codereview.chromium.org/8764007/diff/4003/data/media/youtube.html File data/media/youtube.html (right): http://codereview.chromium.org/8764007/diff/4003/data/media/youtube.html#newcode18 data/media/youtube.html:18: var video_id = url.split("video="); nit: we could combine the ...
9 years ago (2011-12-01 02:44:56 UTC) #4
ilja
http://codereview.chromium.org/8764007/diff/4003/functional/perf.py File functional/perf.py (right): http://codereview.chromium.org/8764007/diff/4003/functional/perf.py#newcode656 functional/perf.py:656: self._PrintSummaryResults(graph_description, dropped_fps, 'frames') If we already are renaming I ...
9 years ago (2011-12-01 04:13:05 UTC) #5
dennis_jeffrey
http://codereview.chromium.org/8764007/diff/4003/functional/perf.py File functional/perf.py (right): http://codereview.chromium.org/8764007/diff/4003/functional/perf.py#newcode656 functional/perf.py:656: self._PrintSummaryResults(graph_description, dropped_fps, 'frames') On 2011/12/01 04:13:06, ilja wrote: > ...
9 years ago (2011-12-01 18:15:33 UTC) #6
ilja
I agree that the 30 character limit is a problem, but grouping as suggested into ...
9 years ago (2011-12-01 19:32:41 UTC) #7
dennisjeffrey
I agree with the problem of difficulty in deciding whether a higher/lower number is good/bad. ...
9 years ago (2011-12-01 22:05:06 UTC) #8
rohitbm
http://codereview.chromium.org/8764007/diff/4003/data/media/youtube.html File data/media/youtube.html (right): http://codereview.chromium.org/8764007/diff/4003/data/media/youtube.html#newcode18 data/media/youtube.html:18: var video_id = url.split("video="); On 2011/12/01 02:44:56, dennis_jeffrey wrote: ...
9 years ago (2011-12-03 02:20:58 UTC) #9
ilja
lgtm
9 years ago (2011-12-03 02:31:46 UTC) #10
dennis_jeffrey
LGTM. Thank you for adding this to the perf suite! http://codereview.chromium.org/8764007/diff/4003/functional/perf.py File functional/perf.py (right): http://codereview.chromium.org/8764007/diff/4003/functional/perf.py#newcode656 ...
9 years ago (2011-12-05 18:09:24 UTC) #11
Nirnimesh
LGTM, in case you were waiting on me.
9 years ago (2011-12-05 20:36:40 UTC) #12
rohitbm
Thanks all! I waiting for https://gerrit.chromium.org/gerrit/#change,12456 to go in. On 2011/12/05 20:36:40, Nirnimesh wrote: > ...
9 years ago (2011-12-05 21:01:37 UTC) #13
dennisjeffrey
Hi Rohit, Sorry if I wasn't clear in my earlier comment about waiting to submit. ...
9 years ago (2011-12-05 21:15:24 UTC) #14
rohitbm
9 years ago (2011-12-05 22:01:51 UTC) #15
Thanks Dennis! 

On 2011/12/05 21:15:24, dennisjeffrey wrote:
> Hi Rohit,
> 
> Sorry if I wasn't clear in my earlier comment about waiting to submit.  I
> meant that we should wait to remove the existing Youtube dropped frames
> graph, until after we enable the new graphs resulting from the current CL.
>  So the overall sequence of events should be:
> 
> 1) Submit the current CL, so that the new Youtube dropped frames tests
> start running.
> 2) Once the test starts running, create and submit the CL to enable the new
> graphs on the autotest dashboard
> 3) Once the new graphs show up on the autotest dashboard, then create and
> submit a CL to remove the old Youtube dropped frames graph from the
> autotest dashboard.
> 
> -Dennis
> 
> 
> On Mon, Dec 5, 2011 at 1:01 PM, <mailto:rohitbm@chromium.org> wrote:
> 
> > Thanks all! I waiting for https://gerrit.chromium.org/**
> > gerrit/#change,12456
<https://gerrit.chromium.org/gerrit/#change%2C12456%3Eto go
> > in.
> >
> >
> > On 2011/12/05 20:36:40, Nirnimesh wrote:
> >
> >> LGTM, in case you were waiting on me.
> >>
> >
> >
> >
> >
>
http://codereview.chromium.**org/8764007/%3Chttp://codereview.chromium.org/87...>
> >

Powered by Google App Engine
This is Rietveld 408576698