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
@@ -41,5 +41,9 @@ int main(int argc, char ** argv)
TaskManager::remove();
SetupSharedFoundation::remove();
#ifdef ENABLE_PROFILING
exit(0);
#endif
return 0;
}