Feature Complete
- Add remaining test scenarios - Refactor implementation - Add gitignore entry for optimization profiles
This commit is contained in:
parent
94e620088e
commit
304434433b
5 changed files with 165 additions and 30 deletions
|
@ -42,11 +42,9 @@ namespace Microsoft.DotNet.Cli
|
|||
public static int Main(string[] args)
|
||||
{
|
||||
DebugHelper.HandleDebugSwitch(ref args);
|
||||
|
||||
AssemblyLoadContext.Default.SetProfileOptimizationRoot(
|
||||
new MulticoreJitProfilePathCalculator().MulticoreJitProfilePath);
|
||||
AssemblyLoadContext.Default.StartProfileOptimization("dotnet");
|
||||
|
||||
|
||||
new MulticoreJitActivator().TryActivateMulticoreJit();
|
||||
|
||||
if (Env.GetEnvironmentVariableAsBool("DOTNET_CLI_CAPTURE_TIMING", false))
|
||||
{
|
||||
PerfTrace.Enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue