src/Benchmarks/ParallelHeapBenchmarks.cs [31:49]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void Setup() { CacheOptions options = new CacheOptions() { CacheFields = true, CacheMethods = true, CacheTypes = true, CacheFieldNames = StringCaching.Cache, CacheMethodNames = StringCaching.Cache, CacheTypeNames = StringCaching.Cache, MaxDumpCacheSize = CacheSize, UseOSMemoryFeatures = UseOSMemoryFeatures, }; _dataTarget = DataTarget.LoadDump(Program.CrashDump, options); _runtime = _dataTarget.ClrVersions.Single().CreateRuntime(); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/Benchmarks/HeapBenchmarks.cs [29:47]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void Setup() { CacheOptions options = new CacheOptions() { CacheFields = true, CacheMethods = true, CacheTypes = true, CacheFieldNames = StringCaching.Cache, CacheMethodNames = StringCaching.Cache, CacheTypeNames = StringCaching.Cache, MaxDumpCacheSize = CacheSize, UseOSMemoryFeatures = UseOSMemoryFeatures, }; _dataTarget = DataTarget.LoadDump(Program.CrashDump, options); _runtime = _dataTarget.ClrVersions.Single().CreateRuntime(); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -