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

Issue 10832403: Add Chrome Endure graph plotting code. (Closed)

Created:
8 years, 4 months ago by dennis_jeffrey
Modified:
8 years, 3 months ago
Reviewers:
cmp
CC:
chromium-reviews, anantha, dyu1, Nirnimesh, fdeng1, Dai Mikurube (NOT FULLTIME), takuya, kenjibaheux1, johnw1
Visibility:
Public.

Description

Add Chrome Endure graph plotting code. Chrome Endure refers to an endurance testing effort to study the effect of memory bloat in webapps running in chrome. This code is a fork of chrome's existing code for displaying performance graphs. It has become very specific to Chrome Endure, containing features requested by users of Chrome Endure, and having the ability to display performance results across time within a given test run (as compared to the existing chrome perf graphs, which display data across test runs). In addition to adding new features specific to Chrome Endure, the current code removes some features that originally existed from chrome's perf graphing code, which haven't been used for Chrome Endure. This code has been running for awhile to display Chrome Endure perf graphs, but hasn't been checked in until now. Other users want to build on top of this codebase to add new graphing features specific to Chrome Endure. BUG=chromium-os:32302 TEST=Verified that graphs work well enough for current Chrome Endure purposes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153612

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed first round of review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1619 lines, -0 lines) Patch
A chrome/test/functional/perf/endure_graphs/endure_plotter.html View 1 chunk +111 lines, -0 lines 0 comments Download
A chrome/test/functional/perf/endure_graphs/endure_plotter.js View 1 1 chunk +523 lines, -0 lines 0 comments Download
A chrome/test/functional/perf/endure_graphs/js/common.js View 1 chunk +89 lines, -0 lines 0 comments Download
A chrome/test/functional/perf/endure_graphs/js/coordinates.js View 1 chunk +131 lines, -0 lines 0 comments Download
A chrome/test/functional/perf/endure_graphs/js/plotter.js View 1 chunk +765 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dennis_jeffrey
8 years, 4 months ago (2012-08-21 00:59:52 UTC) #1
cmp
lgtm with comments, nits, and an offline conversation Hi Dennis, I understand the overall purpose ...
8 years, 3 months ago (2012-08-27 02:42:01 UTC) #2
dennis_jeffrey
Chase, Thank you very much for the review of this really large CL, and the ...
8 years, 3 months ago (2012-08-27 23:37:13 UTC) #3
dennis_jeffrey
http://codereview.chromium.org/10832403/diff/1/chrome/test/functional/perf/endure_graphs/endure_plotter.js File chrome/test/functional/perf/endure_graphs/endure_plotter.js (right): http://codereview.chromium.org/10832403/diff/1/chrome/test/functional/perf/endure_graphs/endure_plotter.js#newcode232 chrome/test/functional/perf/endure_graphs/endure_plotter.js:232: On 2012/08/27 02:42:01, cmp wrote: > remove blank line ...
8 years, 3 months ago (2012-08-27 23:37:41 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dennisjeffrey@chromium.org/10832403/5001
8 years, 3 months ago (2012-08-27 23:42:55 UTC) #5
commit-bot: I haz the power
8 years, 3 months ago (2012-08-28 02:59:46 UTC) #6
Change committed as 153612

Powered by Google App Engine
This is Rietveld 408576698