Collect/use multicorejit app profile
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / lib / core_runtime.h
index c4aa53f..f341261 100644 (file)
@@ -37,7 +37,7 @@ class CoreRuntime
        public:
                static int initialize(const char* appType, LaunchMode launchMode);
                static void finalize();
-               static int launch(const char* appId, const char* root, const char* path, int argc, char* argv[]);
+               static int launch(const char* appId, const char* root, const char* path, int argc, char* argv[], bool profile);
 
        private:
                static PathManager* __pm;