| Index: tools/telemetry/telemetry/core/browser.py
|
| diff --git a/tools/telemetry/telemetry/core/browser.py b/tools/telemetry/telemetry/core/browser.py
|
| index 59e984048b3150e19b0c561db927e310a6cf2392..9e471995efb84696c337ea8ace667d3a0f8293fc 100644
|
| --- a/tools/telemetry/telemetry/core/browser.py
|
| +++ b/tools/telemetry/telemetry/core/browser.py
|
| @@ -205,11 +205,6 @@ class Browser(app.App):
|
| result = self._GetStatsCommon(self._platform_backend.GetCpuStats)
|
| del result['ProcessCount']
|
|
|
| - # FIXME: Renderer process CPU times are impossible to compare correctly.
|
| - # http://crbug.com/419786#c11
|
| - if 'Renderer' in result:
|
| - del result['Renderer']
|
| -
|
| # We want a single time value, not the sum for all processes.
|
| cpu_timestamp = self._platform_backend.GetCpuTimestamp()
|
| for process_type in result:
|
|
|