1
0

Debuggers: PluginStats are now output only on request. (#3513)

The stats are no longer output on plugin startup, instead there is a new console command "pluginstats" for that.
This commit is contained in:
Mattes D
2017-01-01 22:44:13 +01:00
committed by GitHub
parent ad476e1cf9
commit 45ce828a16
2 changed files with 21 additions and 51 deletions

View File

@@ -290,6 +290,12 @@ g_PluginInfo =
HelpString = "Loads the specified chunk into memory",
},
["pluginstats"] =
{
Handler = HandleConsolePluginStats,
HelpString = "Shows the stats for each plugin",
},
["preparechunk"] =
{
Handler = HandleConsolePrepareChunk,