mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
8616787346
Previously, JS_DefineProfilingFunctions only defined a very basic set of functions (startProfiling and stopProfiling), and various scattered places added more specific ones (start/stop vtune, dumpProfile, etc.) This patch makes jsdbgapi do all of it, so that all users get the same set. Also rename JS_DumpProfile -> JS_DumpBytecode to avoid name conflict. The bytecode dumps are how the counters ("profiles") are displayed, so the DumpProfile name was bogus anyway. --HG-- extra : rebase_source : 2d3e626ef43ac41c6da401a779775a63fc96a427 |
||
---|---|---|
.. | ||
examples | ||
ipc | ||
jetpack | ||
jsd | ||
src |