Changes between Version 9 and Version 10 of EngineProfiling


Ignore:
Timestamp:
Jan 29, 2015, 10:09:19 PM (9 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EngineProfiling

    v9 v10  
    123123
    124124 * Shows in which optimization mode the JS code runs (Interpreter, Baseline, Ion Monkey). This is the only profiler listed here that shows this information. Functions which run in Interpreter or Baseline mode too much could be a performance issue (also read the part below about inlining).
    125  * Shows how many times function got compiled by SpiderMonkey.
    126  * Shows how many times function got called in total (also read the part below about inlining).
     125 * Shows how many times functions got compiled by SpiderMonkey.
     126 * Shows how many times functions got called in total (also read the part below about inlining).
    127127 * Shows total runtime percentages for each function (also read the part below about C++ functions).
    128128 * You need a special build of SpiderMonkey. On Linux this isn't an issue, but on Windows we use prebuilt SpiderMonkey binaries, so it's a bit harder to use there.