From 047a87b1c0334cb2d7abc0f784e77b6958068a16 Mon Sep 17 00:00:00 2001 From: "j-h.choi" Date: Tue, 30 Aug 2022 18:31:39 +0900 Subject: [PATCH] Add log when profile data is successfully loaded in candidate process Change-Id: Ibceb2b5f8fb7dd0aa8b31b79759f22b98dbbb4f8 --- Managed/Tizen.Runtime/Profiler.cs | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4