Add some rough performance reporting.

Make the profiler converge a bit faster.

This was SVN commit r8939.
This commit is contained in:
Ykkrosh
2011-02-19 03:14:37 +00:00
parent 3e13c300cc
commit f3372bf11d
8 changed files with 115 additions and 5 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ void CMapWriter::WriteXML(const VfsPath& filename,
if (pSimulation2)
{
std::string settings = pSimulation2->GetMapSettings();
std::string settings = pSimulation2->GetMapSettingsString();
if (!settings.empty())
{
XML_Element("ScriptSettings");