Commit af95f4cb authored by Sigurdur Asgeirsson's avatar Sigurdur Asgeirsson Committed by Commit Bot

RC: Remove an incorrect comment.

Bug: 755840
Change-Id: I5eba22ebcc2e8a11c1d0df7d249b0dd5c0aa5066
Reviewed-on: https://chromium-review.googlesource.com/1175847
Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org>
Commit-Queue: Chris Hamilton <chrisha@chromium.org>
Reviewed-by: default avatarChris Hamilton <chrisha@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583306}
parent 858c0de5
...@@ -186,10 +186,6 @@ void RenderProcessProbeImpl::ProcessGlobalMemoryDumpAndDispatchOnIOThread( ...@@ -186,10 +186,6 @@ void RenderProcessProbeImpl::ProcessGlobalMemoryDumpAndDispatchOnIOThread(
UMA_HISTOGRAM_COUNTS_1000("ResourceCoordinator.Measurement.TotalProcesses", UMA_HISTOGRAM_COUNTS_1000("ResourceCoordinator.Measurement.TotalProcesses",
batch->measurements.size()); batch->measurements.size());
// TODO(siggi): Because memory dump requests may be combined with earlier,
// in-progress requests, this is an upper bound for the start time.
// It would be more accurate to get the start time from the memory dump
// and use the minimum of the two here.
batch->batch_started_time = collection_start_time; batch->batch_started_time = collection_start_time;
batch->batch_ended_time = base::TimeTicks::Now(); batch->batch_ended_time = base::TimeTicks::Now();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment