Closed
Bug 1197694
Opened 10 years ago
Closed 10 years ago
fflush() rapl output so it always appears immediately
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
|
1.54 KB,
patch
|
erahm
:
review+
|
Details | Diff | Splinter Review |
tools/power/rapl's output is buffered, so if you pipe it through |tee| or
something like that you don't see it until the buffer fills up which is really
annoying. So we should flush after printing every sample.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8651637 -
Flags: review?(erahm)
Comment 2•10 years ago
|
||
Comment on attachment 8651637 [details] [diff] [review]
fflush() rapl output so it always appears immediately
Review of attachment 8651637 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #8651637 -
Flags: review?(erahm) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•