[Telemetry] Reduce memory usage in presence of TraceValues
Previously, creating a TraceValue would store the associated trace_data in memory and defer serialization until needed. In this CL, the trace_data is serialized right away into a temporary file to prevent it from being stored in memory. BUG=457385 Review URL: https://codereview.chromium.org/920523002 Cr-Commit-Position: refs/heads/master@{#317106}
Showing
Please register or sign in to comment