Add log when profile data is successfully loaded in candidate process
authorj-h.choi <j-h.choi@samsung.com>
Tue, 30 Aug 2022 09:31:39 +0000 (18:31 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 30 Aug 2022 09:59:45 +0000 (18:59 +0900)
Change-Id: Ibceb2b5f8fb7dd0aa8b31b79759f22b98dbbb4f8

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)