Closed
Bug 1185737
Opened 9 years ago
Closed 9 years ago
Propagate pause and resume commands to child processes
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(1 file)
If the parent process pauses sampling, the child processes should probably pause too. Similarly, the content process sampler should resume when the parent resumes.
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1185737 - Propagate pause and resume commands to child processes. r?bgirard
When we pause the sampler in the parent, we should pause it in the child as well.
Similarly, when the parent resumes, the child should also resume.
Attachment #8636245 -
Flags: review?(bgirard)
Comment 2•9 years ago
|
||
Comment on attachment 8636245 [details]
MozReview Request: Bug 1185737 - Propagate pause and resume commands to child processes. r?bgirard
https://reviewboard.mozilla.org/r/13673/#review12263
Ship It!
Attachment #8636245 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 3•9 years ago
|
||
url: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f0dd2df343f42e59d4653a5669a955e0f50ded3
changeset: 6f0dd2df343f42e59d4653a5669a955e0f50ded3
user: Mike Conley <mconley@mozilla.com>
date: Wed Jul 15 12:39:39 2015 -0400
description:
Bug 1185737 - Propagate pause and resume commands to child processes. r=BenWa
When we pause the sampler in the parent, we should pause it in the child as well.
Similarly, when the parent resumes, the child should also resume.
Assignee: nobody → mconley
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•