metrics::MetricsService::RecordCurrentStabilityHistograms() takes 45ms on startup |
||
Issue descriptionmetrics::MetricsService::RecordCurrentStabilityHistograms() takes 45ms: https://uma.googleplex.com/callstacks?sid=56e3f54241e558070e210f56b036a54c This is on Windows dev and likely caused by IO from reading the files. We should move this to a background thread.
,
Mar 23 2017
This is the aggregate mean. Which means for runs where the function takes no time the value will be 0 but there's sufficient users who do take time in that function that it still averages out to 45ms per startup.
,
Nov 13 2017
MetricsService::RecordCurrentStabilityHistograms no longer shows up in sampling profiler. Closing. (This makes sense because we no longer read files in that function.) |
||
►
Sign in to add a comment |
||
Comment 1 by bcwh...@chromium.org
, Mar 23 2017