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

Issue 10702117: Chrome Performance Monitor: Metric API Functions. (Closed)

Created:
8 years, 5 months ago by Matt Tytel
Modified:
8 years, 5 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 : Fixed it up. #

Total comments: 10

Patch Set 2 : Docs and other review fixes. #

Total comments: 1

Patch Set 3 : Fixed requests. #

Patch Set 4 : Modifications from new spec changes. #

Patch Set 5 : Missed some time tweaks. #

Total comments: 3

Patch Set 6 : Synced. #

Patch Set 7 : Fixed a conflict. #

Patch Set 8 : Missed a rename. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -35 lines) Patch
M chrome/browser/performance_monitor/constants.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/performance_monitor/metric_details.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/performance_monitor/metric_details.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_util.h View 1 2 3 4 5 6 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_util.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/performance_monitor/web_ui_handler.h View 1 2 3 2 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc View 1 2 3 4 4 chunks +108 lines, -24 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Matt Tytel
Some new Metric API functions for review.
8 years, 5 months ago (2012-07-07 00:42:08 UTC) #1
Evan Stade
http://codereview.chromium.org/10702117/diff/2001/chrome/browser/performance_monitor/performance_monitor_util.h File chrome/browser/performance_monitor/performance_monitor_util.h (right): http://codereview.chromium.org/10702117/diff/2001/chrome/browser/performance_monitor/performance_monitor_util.h#newcode28 chrome/browser/performance_monitor/performance_monitor_util.h:28: bool PostTaskToDatabaseAndReply(const base::Closure& request, docs. Also you're not really ...
8 years, 5 months ago (2012-07-10 07:59:39 UTC) #2
Matt Tytel
https://chromiumcodereview.appspot.com/10702117/diff/2001/chrome/browser/performance_monitor/performance_monitor_util.h File chrome/browser/performance_monitor/performance_monitor_util.h (right): https://chromiumcodereview.appspot.com/10702117/diff/2001/chrome/browser/performance_monitor/performance_monitor_util.h#newcode28 chrome/browser/performance_monitor/performance_monitor_util.h:28: bool PostTaskToDatabaseAndReply(const base::Closure& request, On 2012/07/10 07:59:39, Evan Stade ...
8 years, 5 months ago (2012-07-10 19:08:19 UTC) #3
koz (OOO until 15th September)
lgtm https://chromiumcodereview.appspot.com/10702117/diff/4002/chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc File chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc (right): https://chromiumcodereview.appspot.com/10702117/diff/4002/chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc#newcode69 chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc:69: util::AggregateMetric(*(metric_vector.get()), start, resolution); *(metric_vector.get()) -> *metric_vector
8 years, 5 months ago (2012-07-11 00:19:57 UTC) #4
Evan Stade
lgtm
8 years, 5 months ago (2012-07-11 00:45:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtytel@chromium.org/10702117/1015
8 years, 5 months ago (2012-07-11 01:57:51 UTC) #6
commit-bot: I haz the power
Try job failure for 10702117-1015 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-11 03:13:34 UTC) #7
Matt Tytel
Sorry to bug you guys again, there were some small spec changes to getMetric and ...
8 years, 5 months ago (2012-07-12 19:56:06 UTC) #8
koz (OOO until 15th September)
new changes lgtm
8 years, 5 months ago (2012-07-13 02:45:39 UTC) #9
Evan Stade
lgtm http://codereview.chromium.org/10702117/diff/10003/chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc File chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc (right): http://codereview.chromium.org/10702117/diff/10003/chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc#newcode152 chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc:152: EventType event_type = static_cast<EventType>(static_cast<int>(event)); is this intermediate cast ...
8 years, 5 months ago (2012-07-13 06:12:05 UTC) #10
Matt Tytel
https://chromiumcodereview.appspot.com/10702117/diff/10003/chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc File chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc (right): https://chromiumcodereview.appspot.com/10702117/diff/10003/chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc#newcode152 chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc:152: EventType event_type = static_cast<EventType>(static_cast<int>(event)); It's lame I know, but ...
8 years, 5 months ago (2012-07-13 19:36:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtytel@chromium.org/10702117/13008
8 years, 5 months ago (2012-07-13 20:02:07 UTC) #12
Matt Tytel
Unchecking because it's about to bump heads with a commit going in now.
8 years, 5 months ago (2012-07-13 21:02:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtytel@chromium.org/10702117/17001
8 years, 5 months ago (2012-07-13 21:37:59 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtytel@chromium.org/10702117/20002
8 years, 5 months ago (2012-07-13 21:53:58 UTC) #15
commit-bot: I haz the power
8 years, 5 months ago (2012-07-13 22:57:35 UTC) #16
Change committed as 146680

Powered by Google App Engine
This is Rietveld 408576698