X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Managed%2FTizen.Runtime%2FProfiler.cs;h=e04e8a2111a55dbed421352f7674ea7c5abc56d6;hb=047a87b1c0334cb2d7abc0f784e77b6958068a16;hp=c9c95f29349a0723400a891e1deb9e1764c4d882;hpb=8a18554199b8958fdf5639a43d11f465b6fbccc7;p=platform%2Fcore%2Fdotnet%2Flauncher.git 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)