Closed
Bug 1329123
Opened 8 years ago
Closed 3 years ago
Remove nsIProfiler::GetProfile
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
This method synchronously returns a string. The profile in that string does not contain subprocess profiles and thus isn't very useful.
There's one caller at http://searchfox.org/mozilla-central/rev/568e68ade5c6e3d29abba1d1bc25fe87fa1da962/devtools/server/performance/profiler.js#187 but I think options.stringify is never used so it can be removed.
Effectively fixed by bug 1116188, which added promise-returning GetProfile...
functions.
You need to log in
before you can comment on or make changes to this bug.
Description
•