Closed
Bug 895015
Opened 11 years ago
Closed 11 years ago
OdinMonkey: make asm.js entries show up builtin FF profiler
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
2.10 KB,
patch
|
bbouvier
:
review+
|
Details | Diff | Splinter Review |
Right now they don't because there is a regexp match and the asm.js entry doesn't match it.
Attachment #777242 -
Flags: review?(bbouvier)
Comment 1•11 years ago
|
||
Comment on attachment 777242 [details] [diff] [review]
patch
Review of attachment 777242 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
::: js/src/ion/AsmJSLink.cpp
@@ +261,5 @@
> resumePC_(NULL)
> {
> if (cx->runtime()->spsProfiler.enabled()) {
> + // Use a profiler string that matches jsMatch regex in
> + // browser/devtools/profiler/cleopatra/parserWorker.js.
parserWorker is actually contained in the js/ subdirectory, so it should be browser/devtools/profiler/cleopatra/js/parserWorker.js
::: js/src/vm/SPSProfiler.cpp
@@ +205,5 @@
> const char*
> SPSProfiler::allocProfileString(JSContext *cx, JSScript *script, JSFunction *maybeFun)
> {
> + // Note: this profiler string is regexp-matched by
> + // browser/devtools/profiler/cleopatra/parserWorker.js.
Ditto.
Attachment #777242 -
Flags: review?(bbouvier) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Backed out for making test_asmjs.html perma-timeout on Android.
https://hg.mozilla.org/integration/mozilla-inbound/rev/fe3437dad963
https://tbpl.mozilla.org/php/getParsedLog.php?id=25440154&tree=Mozilla-Inbound
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•