Closed
Bug 114149
Opened 24 years ago
Closed 24 years ago
trace-malloc output platform specific
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blythe, Assigned: blythe)
References
Details
Attachments
(1 file)
|
6.42 KB,
patch
|
dp
:
review+
brendan
:
superreview+
|
Details | Diff | Splinter Review |
Fix the interval output in the trace-malloc output.
| Assignee | ||
Comment 1•24 years ago
|
||
this will cause some modifications in spacetrace.c, as it does conversions, so
we need to back up and do things right.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•24 years ago
|
||
Requesting R= SR=
| Assignee | ||
Comment 3•24 years ago
|
||
need R= SR=
Updated•24 years ago
|
Attachment #61190 -
Flags: review+
Comment 4•24 years ago
|
||
Comment on attachment 61190 [details] [diff] [review]
Change output to milliseconds.
Misspelled word here ("mimicking"):
+** The resolution is just mimicing what is recorded in the trace-malloc
+** output, and that is currently milliseconds.
Otherwise, sr=brendan.
/be
Attachment #61190 -
Flags: superreview+
| Assignee | ||
Comment 5•24 years ago
|
||
Checking in tools/trace-malloc/spacetrace.c;
/cvsroot/mozilla/tools/trace-malloc/spacetrace.c,v <-- spacetrace.c
new revision: 1.4; previous revision: 1.3
done
Checking in tools/trace-malloc/spacetrace.h;
/cvsroot/mozilla/tools/trace-malloc/spacetrace.h,v <-- spacetrace.h
new revision: 1.3; previous revision: 1.2
done
Checking in xpcom/base/nsTraceMalloc.c;
/cvsroot/mozilla/xpcom/base/nsTraceMalloc.c,v <-- nsTraceMalloc.c
new revision: 1.34; previous revision: 1.33
done
Status: ASSIGNED → 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
•