Closed
Bug 861800
Opened 12 years ago
Closed 12 years ago
Make UnwinderThread2 a bit less verbose
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jseward, Assigned: jseward)
Details
Attachments
(1 file)
2.85 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
When the unwinder thread falls idle for an extended period of time
due to the sampling thread(s) stopping, it prints this
BPUnw: unwinder: sleep for 1000 ms
once per second to the profiler-debugging log output, which is annoying.
This patch changes the behaviour so it only prints that line once, and
then falls quiet. Logging state returns to normal once more work to do
arrives.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #737424 -
Flags: review?(bgirard)
Updated•12 years ago
|
Attachment #737424 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Assignee: nobody → jseward
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•