From: j-h.choi Date: Tue, 30 Aug 2022 09:31:39 +0000 (+0900) Subject: Add log when profile data is successfully loaded in candidate process X-Git-Tag: accepted/tizen/unified/20220920.050137~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=047a87b1c0334cb2d7abc0f784e77b6958068a16;p=platform%2Fcore%2Fdotnet%2Flauncher.git Add log when profile data is successfully loaded in candidate process Change-Id: Ibceb2b5f8fb7dd0aa8b31b79759f22b98dbbb4f8 --- diff --git a/Managed/Tizen.Runtime/Profiler.cs b/Managed/Tizen.Runtime/Profiler.cs index c9c95f2..e04e8a2 100644 --- a/Managed/Tizen.Runtime/Profiler.cs +++ b/Managed/Tizen.Runtime/Profiler.cs @@ -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)