Closed
Bug 979566
Opened 11 years ago
Closed 11 years ago
Convert usleep to nanosleep
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: BenWa, Assigned: vikstrous)
Details
Attachments
(1 file, 1 obsolete file)
899 bytes,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
usleep calls nanosleep under the covers but it's doing a division in the wrapper code. If we call nanosleep directly we can avoid this division.
Viktor got time for a small patch?
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → vstanchev
Attachment #8385674 -
Flags: review?(bgirard)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8385674 -
Attachment is obsolete: true
Attachment #8385674 -
Flags: review?(bgirard)
Attachment #8386162 -
Flags: review?(bgirard)
Reporter | ||
Updated•11 years ago
|
Attachment #8386162 -
Flags: review?(bgirard) → review+
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(bgirard)
Reporter | ||
Comment 3•11 years ago
|
||
Flags: needinfo?(bgirard)
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•