mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 16:33:16 +00:00
Add JS memory usage to profiler.
Add dumpHeaps() console function for debugging JS memory usage. Increase default JS heap size. Make call-time profile table appear first when toggling. Remove some unused script functions. This was SVN commit r7842.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
ScriptingHost::ScriptingHost()
|
||||
{
|
||||
m_ScriptInterface = new ScriptInterface("Engine");
|
||||
m_ScriptInterface = new ScriptInterface("Engine", "GUI");
|
||||
|
||||
m_Context = m_ScriptInterface->GetContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user