Skip to content

Add TieredPGO_InstrumentOnlyHotCode=0 to tier0 jobs #1765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/pgo-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ parameters:
- displayName: Full PGO
arguments: --property pgo=full --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0
- displayName: Tier0 Instrumented
arguments: --property pgo=tier0-instrumented --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0
arguments: --property pgo=tier0-instrumented --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0 --application.environmentVariables DOTNET_TieredPGO_InstrumentOnlyHotCode=0
- displayName: Tier0 Uninstrumented
arguments: --property pgo=tier0-uninstrumented --application.environmentVariables DOTNET_TieredPGO=0 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0
arguments: --property pgo=tier0-uninstrumented --application.environmentVariables DOTNET_TieredPGO=0 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0 --application.environmentVariables DOTNET_TieredPGO_InstrumentOnlyHotCode=0

steps:
- ${{ each s in parameters.scenarios }}:
Expand Down