Closed
Bug 1329132
Opened 8 years ago
Closed 5 years ago
Talos profiling e10s support
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: mstange, Unassigned)
References
Details
I don't think Talos profiling currently supports e10s adequately. I'm aware of two problems:
- It calls dumpProfileToFile, which is synchronous and will not include subprocess profiles.
- It's not very intentional about what process it calls nsIProfiler functions in. It needs to collect the profile in the parent process, but pausing + resuming the profiler may sometimes be more appropriate to do in the content process.
We'll need to look at each Talos test in turn and determine whether it supports profiling adequately.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•