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

Issue 226273004: Add new SampledProfile protobuf definition (Closed)

Created:
6 years, 8 months ago by Simon Que
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, Ilya Sherman, jar (doing other things), asvitkine+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Add new SampledProfile protobuf definition This will replace the repeated PerfDataProto field in the UMA protobuf. It provides for more metadata surrounding the collection of each profile. It also allows for more types of profiles to be collected, other than perf. BUG=chromium:358778 TEST=build successfully Signed-off-by: Simon Que <sque@chromium.org>; Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270832

Patch Set 1 #

Patch Set 2 : Removed .gitignore changes #

Patch Set 3 : Added perf_data.proto include; fixed protobuf field numbers #

Total comments: 8

Patch Set 4 : Updated repeated field name, seconds -> milliseconds, INTERVAL -> PERIODIC #

Total comments: 7

Patch Set 5 : Fix protobuf tag numbers #

Patch Set 6 : Fix minor naming issues #

Patch Set 7 : Pulled in changes from google3 #

Total comments: 4

Patch Set 8 : Addressed commenting nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -1 line) Patch
M components/metrics.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/proto/chrome_user_metrics_extension.proto View 1 2 3 4 5 6 2 chunks +6 lines, -1 line 0 comments Download
A components/metrics/proto/sampled_profile.proto View 1 2 3 4 5 6 7 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Simon Que
Somehow there's a bunch of changes introduced by user "gitdeps" in .gitmodules. The following is ...
6 years, 8 months ago (2014-04-04 19:51:15 UTC) #1
tipp
https://codereview.chromium.org/226273004/diff/30001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto File chrome/common/metrics/proto/chrome_user_metrics_extension.proto (right): https://codereview.chromium.org/226273004/diff/30001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto#newcode62 chrome/common/metrics/proto/chrome_user_metrics_extension.proto:62: repeated ProfileCollection collected_profiles = 9; s/collected_profiles/profile/ (not plural, oddly: ...
6 years, 8 months ago (2014-04-04 23:01:37 UTC) #2
Simon Que
https://codereview.chromium.org/226273004/diff/30001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto File chrome/common/metrics/proto/chrome_user_metrics_extension.proto (right): https://codereview.chromium.org/226273004/diff/30001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto#newcode62 chrome/common/metrics/proto/chrome_user_metrics_extension.proto:62: repeated ProfileCollection collected_profiles = 9; On 2014/04/04 23:01:37, tipp ...
6 years, 8 months ago (2014-04-04 23:57:08 UTC) #3
battre
Privacy wise LGTM
6 years, 8 months ago (2014-04-07 07:56:21 UTC) #4
Ilya Sherman
Please upload these changes for review in the google3 repository first. I can do a ...
6 years, 8 months ago (2014-04-07 22:16:36 UTC) #5
tipp
https://codereview.chromium.org/226273004/diff/50001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto File chrome/common/metrics/proto/chrome_user_metrics_extension.proto (right): https://codereview.chromium.org/226273004/diff/50001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto#newcode58 chrome/common/metrics/proto/chrome_user_metrics_extension.proto:58: // TODO(sque): Remove this field and use |collected_profiles| instead. ...
6 years, 8 months ago (2014-04-08 21:19:40 UTC) #6
Simon Que
https://codereview.chromium.org/226273004/diff/50001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto File chrome/common/metrics/proto/chrome_user_metrics_extension.proto (right): https://codereview.chromium.org/226273004/diff/50001/chrome/common/metrics/proto/chrome_user_metrics_extension.proto#newcode58 chrome/common/metrics/proto/chrome_user_metrics_extension.proto:58: // TODO(sque): Remove this field and use |collected_profiles| instead. ...
6 years, 8 months ago (2014-04-08 22:57:44 UTC) #7
tipp
https://codereview.chromium.org/226273004/diff/50001/chrome/common/metrics/proto/profile_collection.proto File chrome/common/metrics/proto/profile_collection.proto (right): https://codereview.chromium.org/226273004/diff/50001/chrome/common/metrics/proto/profile_collection.proto#newcode27 chrome/common/metrics/proto/profile_collection.proto:27: PERF = 0; // Perf profile. On 2014/04/08 22:57:44, ...
6 years, 8 months ago (2014-04-08 23:31:46 UTC) #8
Simon Que
PTAL
6 years, 7 months ago (2014-05-15 18:54:23 UTC) #9
Ilya Sherman
LGTM with nits addressed. Thanks. https://codereview.chromium.org/226273004/diff/110001/components/metrics/proto/sampled_profile.proto File components/metrics/proto/sampled_profile.proto (right): https://codereview.chromium.org/226273004/diff/110001/components/metrics/proto/sampled_profile.proto#newcode1 components/metrics/proto/sampled_profile.proto:1: // Copyright (c) 2014 ...
6 years, 7 months ago (2014-05-15 18:56:48 UTC) #10
Simon Que
https://codereview.chromium.org/226273004/diff/110001/components/metrics/proto/sampled_profile.proto File components/metrics/proto/sampled_profile.proto (right): https://codereview.chromium.org/226273004/diff/110001/components/metrics/proto/sampled_profile.proto#newcode1 components/metrics/proto/sampled_profile.proto:1: // Copyright (c) 2014 The Chromium Authors. All rights ...
6 years, 7 months ago (2014-05-15 18:59:57 UTC) #11
Simon Que
The CQ bit was checked by sque@chromium.org
6 years, 7 months ago (2014-05-15 19:00:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sque@chromium.org/226273004/130001
6 years, 7 months ago (2014-05-15 19:01:57 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-05-15 22:22:06 UTC) #14
Message was sent while issue was closed.
Change committed as 270832

Powered by Google App Engine
This is Rietveld 408576698