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

Issue 9702015: [UMA] Add performance profile data to UMA uploads. (Closed)

Created:
8 years, 9 months ago by Ilya Sherman
Modified:
8 years, 8 months ago
CC:
chromium-reviews, MAD, jar (doing other things), jam, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, ian fette
Visibility:
Public.

Description

[UMA] Add performance profile data to UMA uploads. BUG=103480 TEST=unit_test --gtest_filter=MetricsLogTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133773

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase harder #

Patch Set 4 : Add tests #

Total comments: 3

Patch Set 5 : Minor cleanup #

Patch Set 6 : Extract unrelated changes to separate CLs #

Total comments: 4

Patch Set 7 : Be careful with the time source #

Total comments: 2

Patch Set 8 : Fix up use of |extern| in alternate_timer.{h, cc}, hopefully to fix the Windows compile #

Patch Set 9 : Add BASE_EXPORT to fix linkage... (thanks, Ryan!) #

Patch Set 10 : Fix BASE_EXPORT usage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -53 lines) Patch
M base/profiler/alternate_timer.h View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -11 lines 0 comments Download
M base/profiler/alternate_timer.cc View 1 2 3 4 5 6 7 1 chunk +10 lines, -5 lines 0 comments Download
M base/tracked_objects.cc View 1 2 3 4 5 6 1 chunk +3 lines, -15 lines 0 comments Download
M chrome/browser/metrics/metrics_log.h View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 2 3 4 5 6 7 6 chunks +103 lines, -1 line 0 comments Download
M chrome/browser/metrics/metrics_log_unittest.cc View 1 2 3 4 chunks +132 lines, -1 line 0 comments Download
M chrome/browser/metrics/metrics_service.h View 1 2 3 4 5 6 5 chunks +24 lines, -9 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 3 4 5 6 7 7 chunks +34 lines, -11 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Ilya Sherman
https://chromiumcodereview.appspot.com/9702015/diff/8001/chrome/browser/metrics/metrics_service.cc File chrome/browser/metrics/metrics_service.cc (right): https://chromiumcodereview.appspot.com/9702015/diff/8001/chrome/browser/metrics/metrics_service.cc#newcode815 chrome/browser/metrics/metrics_service.cc:815: // member variable at the end of the init ...
8 years, 8 months ago (2012-04-18 01:18:43 UTC) #1
jar (doing other things)
https://chromiumcodereview.appspot.com/9702015/diff/8001/chrome/browser/metrics/metrics_service.cc File chrome/browser/metrics/metrics_service.cc (right): https://chromiumcodereview.appspot.com/9702015/diff/8001/chrome/browser/metrics/metrics_service.cc#newcode815 chrome/browser/metrics/metrics_service.cc:815: // member variable at the end of the init ...
8 years, 8 months ago (2012-04-18 03:18:45 UTC) #2
Ilya Sherman
https://chromiumcodereview.appspot.com/9702015/diff/8001/chrome/browser/metrics/metrics_service.cc File chrome/browser/metrics/metrics_service.cc (right): https://chromiumcodereview.appspot.com/9702015/diff/8001/chrome/browser/metrics/metrics_service.cc#newcode815 chrome/browser/metrics/metrics_service.cc:815: // member variable at the end of the init ...
8 years, 8 months ago (2012-04-18 21:46:15 UTC) #3
jar (doing other things)
https://chromiumcodereview.appspot.com/9702015/diff/9008/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/9702015/diff/9008/chrome/browser/metrics/metrics_log.cc#newcode234 chrome/browser/metrics/metrics_log.cc:234: MetricsLogBase::CreateHashes(it->birth.thread_name, We may end up needing to profile this... ...
8 years, 8 months ago (2012-04-19 03:04:56 UTC) #4
Ilya Sherman
https://chromiumcodereview.appspot.com/9702015/diff/9008/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc (right): https://chromiumcodereview.appspot.com/9702015/diff/9008/chrome/browser/metrics/metrics_log.cc#newcode234 chrome/browser/metrics/metrics_log.cc:234: MetricsLogBase::CreateHashes(it->birth.thread_name, On 2012/04/19 03:04:56, jar wrote: > We may ...
8 years, 8 months ago (2012-04-19 21:26:08 UTC) #5
jar (doing other things)
https://chromiumcodereview.appspot.com/9702015/diff/18001/base/tracked_objects.cc File base/tracked_objects.cc (right): https://chromiumcodereview.appspot.com/9702015/diff/18001/base/tracked_objects.cc#newcode653 base/tracked_objects.cc:653: ThreadData::SetAlternateTimeSource(alternate_time_source); This is an interesting change. Is the justification ...
8 years, 8 months ago (2012-04-20 02:10:10 UTC) #6
Ilya Sherman
https://chromiumcodereview.appspot.com/9702015/diff/18001/base/tracked_objects.cc File base/tracked_objects.cc (right): https://chromiumcodereview.appspot.com/9702015/diff/18001/base/tracked_objects.cc#newcode653 base/tracked_objects.cc:653: ThreadData::SetAlternateTimeSource(alternate_time_source); On 2012/04/20 02:10:10, jar wrote: > This is ...
8 years, 8 months ago (2012-04-20 22:26:21 UTC) #7
jar (doing other things)
I'm sold on the pattern you're using, so LGTM. Comments (for future CLs?): First, with ...
8 years, 8 months ago (2012-04-23 17:26:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/9702015/18001
8 years, 8 months ago (2012-04-23 18:04:20 UTC) #9
Ilya Sherman
On 2012/04/23 17:26:24, jar wrote: > I'm sold on the pattern you're using, so LGTM. ...
8 years, 8 months ago (2012-04-23 18:04:52 UTC) #10
commit-bot: I haz the power
Try job failure for 9702015-18001 (retry) on linux_rel for step "update". It's a second try, ...
8 years, 8 months ago (2012-04-23 18:41:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/9702015/18001
8 years, 8 months ago (2012-04-23 18:53:14 UTC) #12
commit-bot: I haz the power
Try job failure for 9702015-18001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-23 19:46:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/9702015/41001
8 years, 8 months ago (2012-04-23 22:30:08 UTC) #14
commit-bot: I haz the power
Try job failure for 9702015-41001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-23 23:37:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/9702015/47002
8 years, 8 months ago (2012-04-24 00:59:24 UTC) #16
commit-bot: I haz the power
Try job failure for 9702015-47002 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-24 01:17:49 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/9702015/55001
8 years, 8 months ago (2012-04-24 19:55:33 UTC) #18
commit-bot: I haz the power
8 years, 8 months ago (2012-04-24 21:45:38 UTC) #19
Change committed as 133773

Powered by Google App Engine
This is Rietveld 408576698