Add timestamp in reporting cpu utilization and free RAM
Introduce two new data structs in DeviceStatusReportRequest. - cpu_tuilization_infos : CpuUtilizationInfo - system_ram_free_infos : SystemFreeRamInfo They both contains additional timestamp information compared with existing fields. We plan to deprecate the usage of following two fields after back-end servers are switched to new implementation. - cpu_utilization_pct_samples : int32 - system_ram_free_samples : int64 Bug: 1001391 Change-Id: Iae911d3657c75e52c75decbd4b28154e2185a63d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795245 Commit-Queue: Anqing Zhao <anqing@google.com> Reviewed-by:Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#696018}
Showing
Please register or sign in to comment