AssemblyLoadContext.StartProfileOptimization(String) Methode

Definition

Startet die Profiloptimierung für den angegebenen Profilnamen.

public:
 void StartProfileOptimization(System::String ^ profile);
public void StartProfileOptimization (string? profile);
public void StartProfileOptimization (string profile);
member this.StartProfileOptimization : string -> unit
Public Sub StartProfileOptimization (profile As String)

Parameter

profile
String

Der Name des Optimierungsprofils.

Hinweise

Die Profiloptimierung verbessert die Startleistung des Ladekontexts auf Multicore-Computern, indem die Hintergrundkompilierung von Methoden ausgeführt wird, die wahrscheinlich ausgeführt werden, basierend auf Profilen, die während früherer Kompilierungen erstellt wurden. Weitere Informationen finden Sie unter ProfileOptimization.

Gilt für: