Closed Bug 1362109 Opened 8 years ago Closed 7 years ago

Use the parent process's startTime when dumping content process profiles

Categories

(Core :: Gecko Profiler, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: mstange, Unassigned)

Details

At the moment, each process has a different profiler startTime, and perf.html has to look at each process's profile.meta.startTime and adjust all time values in the subprocess profile.
It would be nice if Gecko could do this adjustment itself.
Blocks: 1362126
Assignee: mstange → nobody
When I filed this bug I was assuming that we were storing TimeStamp values in the buffer and in the markers, but that's not true. We store "double" values, which are computed as (time - CorePS::ProcessStartTime()).ToMilliseconds(). And it would be hard to get the parent process startup time as a TimeStamp during profiler_init in the content process.

I'm thinking that this bug may not be worth spending time on.
No longer blocks: 1329108, 1362126
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.