mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
3c7d7cdcad
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 : 0e5ae9748cd497b9a0d2f51527799c4092f51fd0 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
glue | ||
ipdl | ||
testshell | ||
Makefile.in | ||
pull-chromium.py |