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:
Ykkrosh
2010-08-02 19:23:58 +00:00
parent 95047013d0
commit b292a32505
13 changed files with 237 additions and 48 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
ScriptingHost::ScriptingHost()
{
m_ScriptInterface = new ScriptInterface("Engine");
m_ScriptInterface = new ScriptInterface("Engine", "GUI");
m_Context = m_ScriptInterface->GetContext();