import our profiler related changes

This commit is contained in:
DarthArgus
2017-01-10 11:07:50 -06:00
parent e9e026b5a4
commit fdaf856317
8 changed files with 135 additions and 78 deletions
@@ -39,5 +39,9 @@ int main(int argc, char ** argv)
ChatServer::run();
SetupSharedFoundation::remove();
#ifdef ENABLE_PROFILING
exit(0);
#endif
return 0;
}