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

Issue 1649007: metrics cleanup and fixes. (Closed)

Created:
10 years, 8 months ago by petkov
Modified:
9 years, 7 months ago
Reviewers:
sosa
CC:
chromium-os-reviews_chromium.org, petkov, Luigi Semenzato, sosa
Visibility:
Public.

Description

metrics cleanup and fixes. - value is int now. - add seconds to milliseconds option to metrics_client and use it - chmod chronos/root fix - style fixes

Patch Set 1 #

Patch Set 2 : Add a helper function for formatting the message to be sent to Chrome. #

Total comments: 4

Patch Set 3 : Expose the pass/fail status. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -85 lines) Patch
M src/platform/init/dump-boot-stats.conf View 1 chunk +1 line, -5 lines 0 comments Download
M src/platform/metrics/metrics_client.cc View 4 chunks +24 lines, -18 lines 0 comments Download
M src/platform/metrics/metrics_daemon.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/metrics/metrics_daemon.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/platform/metrics/metrics_library.h View 1 2 2 chunks +4 lines, -9 lines 0 comments Download
M src/platform/metrics/metrics_library.cc View 1 2 2 chunks +91 lines, -45 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
petkov
10 years, 8 months ago (2010-04-15 17:44:50 UTC) #1
sosa
lgtm
10 years, 8 months ago (2010-04-15 18:06:44 UTC) #2
petkov
PTAL, moved message formatting into a separate routine so that I can use it for ...
10 years, 8 months ago (2010-04-15 20:08:15 UTC) #3
sosa
http://codereview.chromium.org/1649007/diff/4001/5005 File src/platform/metrics/metrics_library.cc (right): http://codereview.chromium.org/1649007/diff/4001/5005#newcode45 src/platform/metrics/metrics_library.cc:45: static void SendMessageToChrome(int32_t length, const char *message) { I ...
10 years, 8 months ago (2010-04-15 23:15:54 UTC) #4
petkov
PTAL http://codereview.chromium.org/1649007/diff/4001/5005 File src/platform/metrics/metrics_library.cc (right): http://codereview.chromium.org/1649007/diff/4001/5005#newcode45 src/platform/metrics/metrics_library.cc:45: static void SendMessageToChrome(int32_t length, const char *message) { ...
10 years, 8 months ago (2010-04-15 23:33:33 UTC) #5
sosa
10 years, 8 months ago (2010-04-15 23:36:59 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698