Add log when profile data is successfully loaded in candidate process
[platform/core/dotnet/launcher.git] / Managed / Tizen.Runtime / Profiler.cs
index c9c95f2..e04e8a2 100644 (file)
@@ -47,6 +47,7 @@ namespace Tizen.Runtime
                     Environment.SetEnvironmentVariable("COMPlus_MultiCoreJitMinNumCpus", "1");
                     ProfileOptimization.SetProfileRoot("");
                     ProfileOptimization.StartProfile(profilePath);
+                    Console.WriteLine("Completed loading of profile data to the candidate process");
                 }
             }
             catch (Exception e)