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

Issue 10871038: Dump data for stacked graphs in Chrome Endure. (Closed)

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

Description

Dump data for stacked graphs in Chrome Endure. It also refactors Deep Memory Profiler in perf_endure.py. Code related to the profiler is extracted out to a class 'DeepMemoryProfiler'. BUG=122119 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156238

Patch Set 1 #

Patch Set 2 : ready #

Patch Set 3 : use 'l2' #

Patch Set 4 : refactored out Deep Memory Profiler #

Patch Set 5 : renamed #

Total comments: 15

Patch Set 6 : fixed #

Patch Set 7 : fixed docstring. #

Patch Set 8 : rebased #

Patch Set 9 : removed an empty line #

Total comments: 2

Patch Set 10 : fixed for Dennis's comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -141 lines) Patch
M chrome/test/functional/perf.py View 1 2 3 4 5 7 chunks +16 lines, -3 lines 0 comments Download
M chrome/test/functional/perf_endure.py View 1 2 3 4 5 6 7 8 9 12 chunks +191 lines, -138 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Dai Mikurube (NOT FULLTIME)
Hi Nirnimesh, It is a try for multiple performance values implemented in http://codereview.chromium.org/10870039/. For now, ...
8 years, 4 months ago (2012-08-23 10:57:28 UTC) #1
Dai Mikurube (NOT FULLTIME)
Hi Dennis and Nirnimesh, It is a change to dump a variation of -summary.dat for ...
8 years, 3 months ago (2012-09-04 06:13:07 UTC) #2
Dai Mikurube (NOT FULLTIME)
Hi, Updated the patch. The main difference is refactoring. ChromeEndureBaseTest got cleaner. Almost all the ...
8 years, 3 months ago (2012-09-05 07:19:30 UTC) #3
dennis_jeffrey
I really like how you put all of the DMP stuff inside a separate class ...
8 years, 3 months ago (2012-09-05 17:34:12 UTC) #4
Dai Mikurube (NOT FULLTIME)
Thank you for reviewing! Updated the patch. http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py File chrome/test/functional/perf.py (right): http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py#newcode353 chrome/test/functional/perf.py:353: if 'default_stacking_order' ...
8 years, 3 months ago (2012-09-06 05:30:10 UTC) #5
dennis_jeffrey
LGTM with 1 nit. http://codereview.chromium.org/10871038/diff/6006/chrome/test/functional/perf_endure.py File chrome/test/functional/perf_endure.py (right): http://codereview.chromium.org/10871038/diff/6006/chrome/test/functional/perf_endure.py#newcode172 chrome/test/functional/perf_endure.py:172: maybe remove this blank line
8 years, 3 months ago (2012-09-11 20:57:29 UTC) #6
Dai Mikurube (NOT FULLTIME)
Thanks for the comments. I'll be committing. http://codereview.chromium.org/10871038/diff/6006/chrome/test/functional/perf_endure.py File chrome/test/functional/perf_endure.py (right): http://codereview.chromium.org/10871038/diff/6006/chrome/test/functional/perf_endure.py#newcode172 chrome/test/functional/perf_endure.py:172: On 2012/09/11 ...
8 years, 3 months ago (2012-09-12 02:23:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/10871038/17001
8 years, 3 months ago (2012-09-12 02:23:36 UTC) #8
commit-bot: I haz the power
Change committed as 156238
8 years, 3 months ago (2012-09-12 04:59:40 UTC) #9
cmp_google
http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py File chrome/test/functional/perf.py (right): http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py#newcode374 chrome/test/functional/perf.py:374: def _OutputPerfGraphValue(self, description, value, units, Dennis and Dai, please ...
8 years, 3 months ago (2012-09-14 04:32:36 UTC) #10
Dai Mikurube (NOT FULLTIME)
http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py File chrome/test/functional/perf.py (right): http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py#newcode374 chrome/test/functional/perf.py:374: def _OutputPerfGraphValue(self, description, value, units, On 2012/09/14 04:32:36, cmp ...
8 years, 3 months ago (2012-09-14 10:19:07 UTC) #11
dennis_jeffrey
http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py File chrome/test/functional/perf.py (right): http://codereview.chromium.org/10871038/diff/10001/chrome/test/functional/perf.py#newcode374 chrome/test/functional/perf.py:374: def _OutputPerfGraphValue(self, description, value, units, On 2012/09/14 04:32:36, cmp ...
8 years, 3 months ago (2012-09-14 16:33:31 UTC) #12
cmp
8 years, 3 months ago (2012-09-14 16:42:18 UTC) #13
sgtm

Powered by Google App Engine
This is Rietveld 408576698