Closed Bug 765909 Opened 12 years ago Closed 12 years ago

GC: Make slice "when" report the beginning of the slice

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla16

People

(Reporter: terrence, Assigned: terrence)

Details

Attachments

(1 file)

The "when" field is currently calculated as: slices[i].end - slices[0].start.  This is probably a thinko / transposition with duration: end - start.
Assignee: general → terrence
Attached patch v0: trivialSplinter Review
Attachment #634211 - Flags: review?(wmccloskey)
Comment on attachment 634211 [details] [diff] [review]
v0: trivial

Yeah, this makes much more sense.
Attachment #634211 - Flags: review?(wmccloskey) → review+
https://hg.mozilla.org/mozilla-central/rev/e7e1c12cc88c
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: