mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
93cd3119ac
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 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
glue | ||
ipdl | ||
testshell | ||
Makefile.in | ||
pull-chromium.py |