DescriptionAdd support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule.
This makes a few things a lot clearer when looking at perf trace data:
* What module instances (where they were created) are called
* On what thread
* How frequently
* For how long
ProcessThread will be replaced by TaskQueue moving forward and this is a step towards understanding the behavior of the affected code.
BUG=webrtc:7219
Review-Url: https://codereview.webrtc.org/2729053002
Cr-Commit-Position: refs/heads/master@{#16998}
Committed: https://chromium.googlesource.com/external/webrtc/+/dea489f33e63c518854231fd3a98fabdb2b81563
Patch Set 1 #Patch Set 2 : Add trace events #Patch Set 3 : Update audio_device/BUILD.gn #Patch Set 4 : Rebase #
Total comments: 2
Patch Set 5 : Don't default initialize |module| #Patch Set 6 : Format BUILD.gn #Messages
Total messages: 29 (19 generated)
|