Commit f2eca9b2 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Remove '_ms' from measurement 'record_time_partial_invalidation_ms'

The '_ms' postfix was redundant with the 'ms' unit of the measurement,
and was inconsistent with other record_time measurements.

This is a safe rename because the measurement is neither used nor
monitored anywhere.

Change-Id: Ibe8d72c41b6116213e0cddbd61085bd9e438474b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092672Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747978}
parent fccbd4ac
...@@ -90,7 +90,7 @@ class RasterizeAndRecordMicro(legacy_page_test.LegacyPageTest): ...@@ -90,7 +90,7 @@ class RasterizeAndRecordMicro(legacy_page_test.LegacyPageTest):
record_time_caching_disabled) record_time_caching_disabled)
results.AddMeasurement('record_time_subsequence_caching_disabled', 'ms', results.AddMeasurement('record_time_subsequence_caching_disabled', 'ms',
record_time_subsequence_caching_disabled) record_time_subsequence_caching_disabled)
results.AddMeasurement('record_time_partial_invalidation_ms', 'ms', results.AddMeasurement('record_time_partial_invalidation', 'ms',
record_time_partial_invalidation) record_time_partial_invalidation)
if self._report_detailed_results: if self._report_detailed_results:
......
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