Use a unique ID for each Renderer Scheduler trace event
Renderer Scheduler trace events now use the location of the TraceableState/TraceableCounter to generate the local ID instead of all using the address of the MainThreadSchedulerImpl. This is done by removing the object_ field from TraceableState/TraceableCounter and just using "this" to generate the ID. Change-Id: I33f126b23e1f4f149d939e08c09843b695a2073a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324121Reviewed-by:Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Dan Elphick <delphick@chromium.org> Cr-Commit-Position: refs/heads/master@{#793588}
Showing
Please register or sign in to comment