Closed
Bug 583323
Opened 15 years ago
Closed 6 years ago
Implement performance measurement for OSX
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: zwol, Unassigned)
References
Details
Bug 568863 implements a generic performance measurement utility that provides
access to OS-level event counters from JavaScript, but it's only got a working
back-end for linux. We want OSX and Windows back-ends as well.
This bug is for implementing the OSX back end. The code will need to be
written by someone deeply familiar with Darwin and its capabilities in this
area. You just need to code up js/src/perf/pm_osx.cpp and have the Makefile
build it - everything else is taken care of.
Updated•15 years ago
|
Keywords: dev-doc-needed
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 1•6 years ago
|
||
API was removed in Bug 1560425
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•