Open Bug 691774 Opened 13 years ago Updated 1 year ago

Set nsIAppStartup.interrupted = true when the profile manager is opened

Categories

(Toolkit :: General, defect, P4)

All
Linux
defect

Tracking

()

People

(Reporter: Margaret, Unassigned)

References

Details

Time the profile manager is open is counted in startup time, and we don't want that. See bug 670194 comments 22-26.
Don't we measure startup from the process start time? The profile manager launches a new process, so I don't think it should be affected.
(In reply to Benjamin Smedberg  [:bsmedberg] from comment #1)
> Don't we measure startup from the process start time? The profile manager
> launches a new process, so I don't think it should be affected.

exec()ing a process replaces existing process(ie keeps pid, etc).
(In reply to Benjamin Smedberg  [:bsmedberg] from comment #1)
> Don't we measure startup from the process start time? The profile manager
> launches a new process, so I don't think it should be affected.

Benjamin, see bug 670194 comment 26 which Margaret referred to in comment 0. It's a quick test that removes the need for speculation. I have Telemetry reporting enabled but all my startup data that are reported are bogus due to this bug, as I'm sure is true for most Nightly users.
ok. This is Linux-only then, since every other platform actually launches a new process and doesen't just exec().
OS: All → Linux
Priority: -- → P4
Blocks: 701872
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.