C# Class Binarysharp.Benchmark.Components.GcMemoryOptimizer

Class that optimizes the memory of the current process by running the Garbage Collector.
Inheritance: IMemoryOptimizer
Afficher le fichier Open project: ZenLulz/BenchShark

Méthodes publiques

Méthode Description
OptimizeMemory ( ) : void

Optimizes the memory of the current process by forcing a garbage collection.

Method Details

OptimizeMemory() public méthode

Optimizes the memory of the current process by forcing a garbage collection.
public OptimizeMemory ( ) : void
Résultat void