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

Issue 12094074: Support Chrome Endure graphs in perf dashboard. (Closed)

Created:
7 years, 10 months ago by Dai Mikurube (NOT FULLTIME)
Modified:
7 years, 10 months ago
CC:
Mike Stip (use stip instead)
Base URL:
https://git.chromium.org/git/chromium/tools/perf.git@master
Visibility:
Public.

Description

Support Chrome Endure graphs in perf dashboard. It also imports Chrome Endure's graphing code from src/chrome/test/functional/perf/endure_graphs/ to tools/perf/dashboard/ui/ with renaming some files. BUG=chromium-os:32302 NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=180837

Patch Set 1 #

Patch Set 2 : updated #

Total comments: 50

Patch Set 3 : addressed the comments. #

Total comments: 2

Patch Set 4 : addressed the comments #

Patch Set 5 : fixed eval #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2432 lines, -23 lines) Patch
A dashboard/ui/endure_js/common.js View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
A dashboard/ui/endure_js/coordinates.js View 1 2 3 1 chunk +196 lines, -0 lines 0 comments Download
A dashboard/ui/endure_js/dom_utils.js View 1 chunk +43 lines, -0 lines 0 comments Download
A dashboard/ui/endure_js/endure_plotter.js View 1 2 3 4 1 chunk +553 lines, -0 lines 0 comments Download
A dashboard/ui/endure_js/graph_utils.js View 1 chunk +141 lines, -0 lines 0 comments Download
A dashboard/ui/endure_js/plotter.js View 1 chunk +1199 lines, -0 lines 0 comments Download
A dashboard/ui/endure_plotter.html View 1 1 chunk +116 lines, -0 lines 0 comments Download
M generate_perf.py View 1 2 3 11 chunks +97 lines, -23 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Dai Mikurube (NOT FULLTIME)
Hi Mike, Chase, Dennis and Yuki, Could you take a look? It enables Chrome Endure ...
7 years, 10 months ago (2013-01-31 07:26:40 UTC) #1
Mike Stip (use stip instead)
lgtm w/ nit Probably a good idea to get cmp's approval on the generate_perf.py changes ...
7 years, 10 months ago (2013-01-31 09:39:22 UTC) #2
alias of yukishiino
https://codereview.chromium.org/12094074/diff/3001/dashboard/ui/endure_js/common.js File dashboard/ui/endure_js/common.js (right): https://codereview.chromium.org/12094074/diff/3001/dashboard/ui/endure_js/common.js#newcode8 dashboard/ui/endure_js/common.js:8: * @fileoverview Common methods for performance-plotting Javascript. I'd recommend ...
7 years, 10 months ago (2013-01-31 10:57:11 UTC) #3
dennis_jeffrey
Dai, is the plan to remove these files from src/chrome/test/functional/perf/endure_graphs as soon as this CL ...
7 years, 10 months ago (2013-01-31 17:57:33 UTC) #4
Dai Mikurube (NOT FULLTIME)
On 2013/01/31 17:57:33, dennis_jeffrey wrote: > Dai, is the plan to remove these files from ...
7 years, 10 months ago (2013-02-01 01:25:30 UTC) #5
dennis_jeffrey
On 2013/02/01 01:25:30, Dai Mikurube wrote: > On 2013/01/31 17:57:33, dennis_jeffrey wrote: > > Dai, ...
7 years, 10 months ago (2013-02-01 01:28:10 UTC) #6
Dai Mikurube (NOT FULLTIME)
On 2013/02/01 01:28:10, dennis_jeffrey wrote: > On 2013/02/01 01:25:30, Dai Mikurube wrote: > > On ...
7 years, 10 months ago (2013-02-01 01:34:54 UTC) #7
Dai Mikurube (NOT FULLTIME)
Chase, I wonder if you could take a look at generate_perf.py as Mike says. It ...
7 years, 10 months ago (2013-02-01 06:14:13 UTC) #8
alias of yukishiino
LGTM. I'm okay to go with just copying the files with no changes. Having said ...
7 years, 10 months ago (2013-02-01 07:24:39 UTC) #9
alias of yukishiino
LGTM, but may I ask a favor to fix this issue? https://codereview.chromium.org/12094074/diff/4004/dashboard/ui/endure_js/endure_plotter.js File dashboard/ui/endure_js/endure_plotter.js (right): ...
7 years, 10 months ago (2013-02-01 07:31:03 UTC) #10
Dai Mikurube (NOT FULLTIME)
I wonder if I could have your l g t m for confirmation, Dennis. :) ...
7 years, 10 months ago (2013-02-04 13:24:01 UTC) #11
dennis_jeffrey
Replies to earlier comments, and a few new comments. https://codereview.chromium.org/12094074/diff/3001/dashboard/ui/endure_js/common.js File dashboard/ui/endure_js/common.js (right): https://codereview.chromium.org/12094074/diff/3001/dashboard/ui/endure_js/common.js#newcode67 dashboard/ui/endure_js/common.js:67: ...
7 years, 10 months ago (2013-02-05 02:48:28 UTC) #12
Dai Mikurube (NOT FULLTIME)
Thanks, Dennis. I've fixed them, and I'll set up another change for refactor the code ...
7 years, 10 months ago (2013-02-05 06:31:49 UTC) #13
dennis_jeffrey
LGTM
7 years, 10 months ago (2013-02-06 00:47:17 UTC) #14
Dai Mikurube (NOT FULLTIME)
On 2013/02/06 00:47:17, dennis_jeffrey wrote: > LGTM Thanks. I'm committing it. I'll set up a ...
7 years, 10 months ago (2013-02-06 00:52:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/12094074/18009
7 years, 10 months ago (2013-02-06 00:52:37 UTC) #16
commit-bot: I haz the power
7 years, 10 months ago (2013-02-06 00:52:56 UTC) #17
Message was sent while issue was closed.
Change committed as 180837

Powered by Google App Engine
This is Rietveld 408576698