[tracing] Use EstimateMemoryUsage() in deduplicators.
Both type name and stack deduplicators need to estimate their memory overhead. Previously they were using simplistic models and estimated only half of their actual memory usage. This CL changes estimation methods to use EstimateMemoryUsage(), resulting in better accuracy. Review-Url: https://codereview.chromium.org/2514913002 Cr-Commit-Position: refs/heads/master@{#434728}
Showing
Please register or sign in to comment