Closed
Bug 102014
Opened 24 years ago
Closed 24 years ago
add JP_APPEND to jprof
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(2 files)
|
1.80 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.73 KB,
patch
|
jag+mozilla
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
I have a patch to allow jprof to append to log files over multiple runs. It's
highly prone to errors if any of the library positions change, but it allows
profiling of startup. (Perhaps it would work better with the static build...)
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Nit-pick, but worth doing for righteousness: set append to O_APPEND, not to 1 --
then you don't need a ?: expression.
r/sr=brendan@mozilla.org if you do that.
/be
a=jim_nance@yahoo.com if you need it
| Assignee | ||
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Comment on attachment 52342 [details] [diff] [review]
revised per brendan's comments
r=jag
Attachment #52342 -
Flags: superreview+
Attachment #52342 -
Flags: review+
| Assignee | ||
Comment 6•24 years ago
|
||
Checked in 2001-10-05 23:37:41 PDT.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•