Closed Bug 1147348 Opened 9 years ago Closed 8 years ago

nsIPerformanceSnapshot should expose the timestamp of the snapshot

Categories

(Toolkit :: Performance Monitoring, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: Yoric, Unassigned)

References

Details

      No description provided.
Component: General → Performance Monitoring
Exposing a TimeStamp is not very hard. We can either capture it when we `commit()` the measures (safe but possibly slower) or when we create the nsIPerformanceStats (less exact, but faster).

Manipulating the TimeStamp in JS is harder.

Making sure that this TimeStamp is meaningful for a specific probe is hardest, but PerformanceStats.jsm should already have the necessary knowledge to handle this.
Assignee: nobody → dteller
Not working on it atm.
Assignee: dteller → nobody
Not really needed anymore, now that we are moving to an event-based API.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.