Closed
Bug 1758099
Opened 3 years ago
Closed 3 years ago
Add tid of the origin thread to IPC markers if they are sent from another thread to the main thread
Categories
(Core :: Gecko Profiler, enhancement, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
100 Branch
People
(Reporter: canova, Assigned: canova)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
After Bug 1755965 and Bug 1709104, we are going to have the missing IPC markers since we will be sending the markers to the main thread if their thread is not being profiled. But this could be potentially confusing for some people when they are looking at the main thread. That's why we should add a new field to the IPCMarker type called originTid
and put the tid of the origin thread for these cases. With this, we will have a way to tell if this marker is being sent from another thread or not and we can show this information to our users as well.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2bed9ee98b77
Add the origin tid of the IPC markers if the thread is not being profiled r=gerald
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•