From 06159786ca884e5c2e5ec6af473e89c06e4d6ac7 Mon Sep 17 00:00:00 2001 From: Matthias Wolf <78562192+mawosoft@users.noreply.github.com> Date: Sun, 28 Aug 2022 22:16:41 +0200 Subject: [PATCH] Upgrade to BenchmarkDotNet 0.13.2 (#118) * Upgrade to BenchmarkDotNet 0.13.2 - Bump BDN dependency to 0.13.2 and remove transitive pinning for System.Management. - Bump SDK version to 6.0.400 in global.json. - Resync ApiCompat wrappers for 0.13.2 (drop support for older versions) - Adjust tests for API changes in 0.13.2 Closes #116, closes #115, closes #104. Contributes to #117. * Local copy of xrefmap-BenchmarkDotNet.yml no longer necessary for BDN 0.13.2 * Temporarly disable DocFx build on Windows See https://github.com/dotnet/docfx/issues/8097 See #119 * Set 0.13.2 as baseline for BDN API Compatibility Check Contributes to #117 --- .github/workflows/ci.yml | 4 + Directory.Packages.props | 4 +- build/checkBdnApiCompatibility.ps1 | 8 +- docs/docfx.json | 2 +- docs/xrefmap-BenchmarkDotNet.yml | 33874 ---------------- global.json | 2 +- .../ApiCompat/BenchmarkReportWrapper.cs | 71 - .../ApiCompat/ExecuteResultWrapper.cs | 13 +- .../ApiCompat/GenerateResultWrapper.cs | 58 - .../ColumnCategoryExtensions.cs | 10 +- ...Mawosoft.Extensions.BenchmarkDotNet.csproj | 5 +- .../WhatifFilter.cs | 26 +- .../ColumnCategoryExtensionsTests.cs | 8 +- .../ConfigExtensionsTests.cs | 8 +- 14 files changed, 46 insertions(+), 34047 deletions(-) delete mode 100644 docs/xrefmap-BenchmarkDotNet.yml delete mode 100644 src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/BenchmarkReportWrapper.cs delete mode 100644 src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/GenerateResultWrapper.cs diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec067ea..d5dbccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,10 @@ jobs: fetch-depth: 0 - name: DotNet Info run: dotnet --info + - name: Temp. disable DocFx build on Windows + # See https://github.com/dotnet/docfx/issues/8097 + if: ${{ matrix.os == 'windows-latest' }} + run: dotnet sln .\Mawosoft.Extensions.BenchmarkDotNet.sln remove .\docs\docs.csproj - name: Build env: MSBuildDebugEngine: 1 # Auto-creates binlogs in ./MSBuild_Logs diff --git a/Directory.Packages.props b/Directory.Packages.props index ca9cce9..701c075 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,7 +1,7 @@ - + @@ -15,8 +15,6 @@ - - diff --git a/build/checkBdnApiCompatibility.ps1 b/build/checkBdnApiCompatibility.ps1 index fdc6924..23fcaf7 100644 --- a/build/checkBdnApiCompatibility.ps1 +++ b/build/checkBdnApiCompatibility.ps1 @@ -25,9 +25,9 @@ IsBreaking - 'true' if a new breaking issue has been reported. .NOTES - This is currently designed for single-TFM because BDN packages target netstandard2.0. - The exception is BenchmarkDotNet.Annotations which includes netstandard1.0 as a legacy TFM. - If BDN ever becomes multi-TFM, we need to change our approach. + TODO: Add multi-TFM support. + - BenchmarkDotNet: netstandard2.0 + net6.0 + - BenchmarkDotNet.Annotations: netstandard2.0 + netstandard1.0 #> #Requires -Version 7 @@ -87,7 +87,7 @@ class BdnPackageInfo { class BdnPackageSet { static [string]$BaselineFeed = 'https://api.nuget.org/v3/index.json' static [string]$NightlyFeed = 'https://ci.appveyor.com/nuget/benchmarkdotnet' - static [string]$BaselineVersion = '0.13.1' + static [string]$BaselineVersion = '0.13.2' static [string]$DownloadProjectFilePath = (Join-Path $script:PSScriptRoot "ApiCompat/BdnDownload/BdnDownload.proj") static [string]$NugetPackageRootPath = (Join-Path ([Environment]::GetFolderPath('UserProfile')) '.nuget/packages') static [ValidateNotNullOrEmpty()][BdnPackageInfo[]]$Infos = @( diff --git a/docs/docfx.json b/docs/docfx.json index 9f58887..0a1d768 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -66,7 +66,7 @@ "default", "templates/custom" ], - "xref": [ "xrefmap-BenchmarkDotNet.yml" ], + "xref": [ "https://github.com/dotnet/BenchmarkDotNet/raw/gh-pages/xrefmap.yml" ], "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], diff --git a/docs/xrefmap-BenchmarkDotNet.yml b/docs/xrefmap-BenchmarkDotNet.yml deleted file mode 100644 index e78e89a..0000000 --- a/docs/xrefmap-BenchmarkDotNet.yml +++ /dev/null @@ -1,33874 +0,0 @@ -### YamlMime:XRefMap -# BenchmarkDotNet API -# Src: https://github.com/dotnet/BenchmarkDotNet/blob/5ffde614679d041c9f501fe0a456fcbd52eb6793/xrefmap.yml -# Note that the current version of xrefmap.yml on BenchmarkDotNet has all API uids removed. -# Thus we are using an older versions from the gh-pages branch on GitHub. -baseUrl: https://benchmarkdotnet.org/ -sorted: true -references: -- uid: BenchmarkDotNet.Analysers - name: BenchmarkDotNet.Analysers - href: api/BenchmarkDotNet.Analysers.html - commentId: N:BenchmarkDotNet.Analysers - fullName: BenchmarkDotNet.Analysers - nameWithType: BenchmarkDotNet.Analysers -- uid: BenchmarkDotNet.Analysers.AnalyserBase - name: AnalyserBase - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html - commentId: T:BenchmarkDotNet.Analysers.AnalyserBase - fullName: BenchmarkDotNet.Analysers.AnalyserBase - nameWithType: AnalyserBase -- uid: BenchmarkDotNet.Analysers.AnalyserBase.Analyse(BenchmarkDotNet.Reports.Summary) - name: Analyse(Summary) - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_Analyse_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.AnalyserBase.Analyse(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.AnalyserBase.Analyse(BenchmarkDotNet.Reports.Summary) - nameWithType: AnalyserBase.Analyse(Summary) -- uid: BenchmarkDotNet.Analysers.AnalyserBase.Analyse* - name: Analyse - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_Analyse_ - commentId: Overload:BenchmarkDotNet.Analysers.AnalyserBase.Analyse - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.AnalyserBase.Analyse - nameWithType: AnalyserBase.Analyse -- uid: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - name: AnalyseReport(BenchmarkReport, Summary) - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_AnalyseReport_BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.AnalyserBase.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport, BenchmarkDotNet.Reports.Summary) - nameWithType: AnalyserBase.AnalyseReport(BenchmarkReport, Summary) -- uid: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseReport* - name: AnalyseReport - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_AnalyseReport_ - commentId: Overload:BenchmarkDotNet.Analysers.AnalyserBase.AnalyseReport - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseReport - nameWithType: AnalyserBase.AnalyseReport -- uid: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - name: AnalyseSummary(Summary) - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_AnalyseSummary_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.AnalyserBase.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - nameWithType: AnalyserBase.AnalyseSummary(Summary) -- uid: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseSummary* - name: AnalyseSummary - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_AnalyseSummary_ - commentId: Overload:BenchmarkDotNet.Analysers.AnalyserBase.AnalyseSummary - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.AnalyserBase.AnalyseSummary - nameWithType: AnalyserBase.AnalyseSummary -- uid: BenchmarkDotNet.Analysers.AnalyserBase.CreateError(System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - name: CreateError(String, BenchmarkReport, Boolean) - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_CreateError_System_String_BenchmarkDotNet_Reports_BenchmarkReport_System_Boolean_ - commentId: M:BenchmarkDotNet.Analysers.AnalyserBase.CreateError(System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - fullName: BenchmarkDotNet.Analysers.AnalyserBase.CreateError(System.String, BenchmarkDotNet.Reports.BenchmarkReport, System.Boolean) - nameWithType: AnalyserBase.CreateError(String, BenchmarkReport, Boolean) -- uid: BenchmarkDotNet.Analysers.AnalyserBase.CreateError* - name: CreateError - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_CreateError_ - commentId: Overload:BenchmarkDotNet.Analysers.AnalyserBase.CreateError - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.AnalyserBase.CreateError - nameWithType: AnalyserBase.CreateError -- uid: BenchmarkDotNet.Analysers.AnalyserBase.CreateHint(System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - name: CreateHint(String, BenchmarkReport, Boolean) - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_CreateHint_System_String_BenchmarkDotNet_Reports_BenchmarkReport_System_Boolean_ - commentId: M:BenchmarkDotNet.Analysers.AnalyserBase.CreateHint(System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - fullName: BenchmarkDotNet.Analysers.AnalyserBase.CreateHint(System.String, BenchmarkDotNet.Reports.BenchmarkReport, System.Boolean) - nameWithType: AnalyserBase.CreateHint(String, BenchmarkReport, Boolean) -- uid: BenchmarkDotNet.Analysers.AnalyserBase.CreateHint* - name: CreateHint - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_CreateHint_ - commentId: Overload:BenchmarkDotNet.Analysers.AnalyserBase.CreateHint - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.AnalyserBase.CreateHint - nameWithType: AnalyserBase.CreateHint -- uid: BenchmarkDotNet.Analysers.AnalyserBase.CreateWarning(System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - name: CreateWarning(String, BenchmarkReport, Boolean) - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_CreateWarning_System_String_BenchmarkDotNet_Reports_BenchmarkReport_System_Boolean_ - commentId: M:BenchmarkDotNet.Analysers.AnalyserBase.CreateWarning(System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - fullName: BenchmarkDotNet.Analysers.AnalyserBase.CreateWarning(System.String, BenchmarkDotNet.Reports.BenchmarkReport, System.Boolean) - nameWithType: AnalyserBase.CreateWarning(String, BenchmarkReport, Boolean) -- uid: BenchmarkDotNet.Analysers.AnalyserBase.CreateWarning* - name: CreateWarning - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_CreateWarning_ - commentId: Overload:BenchmarkDotNet.Analysers.AnalyserBase.CreateWarning - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.AnalyserBase.CreateWarning - nameWithType: AnalyserBase.CreateWarning -- uid: BenchmarkDotNet.Analysers.AnalyserBase.Id - name: Id - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_Id - commentId: P:BenchmarkDotNet.Analysers.AnalyserBase.Id - fullName: BenchmarkDotNet.Analysers.AnalyserBase.Id - nameWithType: AnalyserBase.Id -- uid: BenchmarkDotNet.Analysers.AnalyserBase.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.AnalyserBase.html#BenchmarkDotNet_Analysers_AnalyserBase_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.AnalyserBase.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.AnalyserBase.Id - nameWithType: AnalyserBase.Id -- uid: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer - name: BaselineCustomAnalyzer - href: api/BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.html - commentId: T:BenchmarkDotNet.Analysers.BaselineCustomAnalyzer - fullName: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer - nameWithType: BaselineCustomAnalyzer -- uid: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - name: AnalyseSummary(Summary) - href: api/BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.html#BenchmarkDotNet_Analysers_BaselineCustomAnalyzer_AnalyseSummary_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - nameWithType: BaselineCustomAnalyzer.AnalyseSummary(Summary) -- uid: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.AnalyseSummary* - name: AnalyseSummary - href: api/BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.html#BenchmarkDotNet_Analysers_BaselineCustomAnalyzer_AnalyseSummary_ - commentId: Overload:BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.AnalyseSummary - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.AnalyseSummary - nameWithType: BaselineCustomAnalyzer.AnalyseSummary -- uid: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Default - name: Default - href: api/BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.html#BenchmarkDotNet_Analysers_BaselineCustomAnalyzer_Default - commentId: F:BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Default - fullName: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Default - nameWithType: BaselineCustomAnalyzer.Default -- uid: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Id - name: Id - href: api/BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.html#BenchmarkDotNet_Analysers_BaselineCustomAnalyzer_Id - commentId: P:BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Id - fullName: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Id - nameWithType: BaselineCustomAnalyzer.Id -- uid: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.html#BenchmarkDotNet_Analysers_BaselineCustomAnalyzer_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.BaselineCustomAnalyzer.Id - nameWithType: BaselineCustomAnalyzer.Id -- uid: BenchmarkDotNet.Analysers.CompositeAnalyser - name: CompositeAnalyser - href: api/BenchmarkDotNet.Analysers.CompositeAnalyser.html - commentId: T:BenchmarkDotNet.Analysers.CompositeAnalyser - fullName: BenchmarkDotNet.Analysers.CompositeAnalyser - nameWithType: CompositeAnalyser -- uid: BenchmarkDotNet.Analysers.CompositeAnalyser.#ctor(System.Collections.Immutable.ImmutableHashSet{BenchmarkDotNet.Analysers.IAnalyser}) - name: CompositeAnalyser(ImmutableHashSet) - href: api/BenchmarkDotNet.Analysers.CompositeAnalyser.html#BenchmarkDotNet_Analysers_CompositeAnalyser__ctor_System_Collections_Immutable_ImmutableHashSet_BenchmarkDotNet_Analysers_IAnalyser__ - commentId: M:BenchmarkDotNet.Analysers.CompositeAnalyser.#ctor(System.Collections.Immutable.ImmutableHashSet{BenchmarkDotNet.Analysers.IAnalyser}) - name.vb: CompositeAnalyser(ImmutableHashSet(Of IAnalyser)) - fullName: BenchmarkDotNet.Analysers.CompositeAnalyser.CompositeAnalyser(System.Collections.Immutable.ImmutableHashSet) - fullName.vb: BenchmarkDotNet.Analysers.CompositeAnalyser.CompositeAnalyser(System.Collections.Immutable.ImmutableHashSet(Of BenchmarkDotNet.Analysers.IAnalyser)) - nameWithType: CompositeAnalyser.CompositeAnalyser(ImmutableHashSet) - nameWithType.vb: CompositeAnalyser.CompositeAnalyser(ImmutableHashSet(Of IAnalyser)) -- uid: BenchmarkDotNet.Analysers.CompositeAnalyser.#ctor* - name: CompositeAnalyser - href: api/BenchmarkDotNet.Analysers.CompositeAnalyser.html#BenchmarkDotNet_Analysers_CompositeAnalyser__ctor_ - commentId: Overload:BenchmarkDotNet.Analysers.CompositeAnalyser.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.CompositeAnalyser.CompositeAnalyser - nameWithType: CompositeAnalyser.CompositeAnalyser -- uid: BenchmarkDotNet.Analysers.CompositeAnalyser.Analyse(BenchmarkDotNet.Reports.Summary) - name: Analyse(Summary) - href: api/BenchmarkDotNet.Analysers.CompositeAnalyser.html#BenchmarkDotNet_Analysers_CompositeAnalyser_Analyse_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.CompositeAnalyser.Analyse(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.CompositeAnalyser.Analyse(BenchmarkDotNet.Reports.Summary) - nameWithType: CompositeAnalyser.Analyse(Summary) -- uid: BenchmarkDotNet.Analysers.CompositeAnalyser.Analyse* - name: Analyse - href: api/BenchmarkDotNet.Analysers.CompositeAnalyser.html#BenchmarkDotNet_Analysers_CompositeAnalyser_Analyse_ - commentId: Overload:BenchmarkDotNet.Analysers.CompositeAnalyser.Analyse - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.CompositeAnalyser.Analyse - nameWithType: CompositeAnalyser.Analyse -- uid: BenchmarkDotNet.Analysers.CompositeAnalyser.Id - name: Id - href: api/BenchmarkDotNet.Analysers.CompositeAnalyser.html#BenchmarkDotNet_Analysers_CompositeAnalyser_Id - commentId: P:BenchmarkDotNet.Analysers.CompositeAnalyser.Id - fullName: BenchmarkDotNet.Analysers.CompositeAnalyser.Id - nameWithType: CompositeAnalyser.Id -- uid: BenchmarkDotNet.Analysers.CompositeAnalyser.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.CompositeAnalyser.html#BenchmarkDotNet_Analysers_CompositeAnalyser_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.CompositeAnalyser.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.CompositeAnalyser.Id - nameWithType: CompositeAnalyser.Id -- uid: BenchmarkDotNet.Analysers.Conclusion - name: Conclusion - href: api/BenchmarkDotNet.Analysers.Conclusion.html - commentId: T:BenchmarkDotNet.Analysers.Conclusion - fullName: BenchmarkDotNet.Analysers.Conclusion - nameWithType: Conclusion -- uid: BenchmarkDotNet.Analysers.Conclusion.AnalyserId - name: AnalyserId - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_AnalyserId - commentId: P:BenchmarkDotNet.Analysers.Conclusion.AnalyserId - fullName: BenchmarkDotNet.Analysers.Conclusion.AnalyserId - nameWithType: Conclusion.AnalyserId -- uid: BenchmarkDotNet.Analysers.Conclusion.AnalyserId* - name: AnalyserId - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_AnalyserId_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.AnalyserId - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.AnalyserId - nameWithType: Conclusion.AnalyserId -- uid: BenchmarkDotNet.Analysers.Conclusion.CreateError(System.String,System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - name: CreateError(String, String, BenchmarkReport, Boolean) - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_CreateError_System_String_System_String_BenchmarkDotNet_Reports_BenchmarkReport_System_Boolean_ - commentId: M:BenchmarkDotNet.Analysers.Conclusion.CreateError(System.String,System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - fullName: BenchmarkDotNet.Analysers.Conclusion.CreateError(System.String, System.String, BenchmarkDotNet.Reports.BenchmarkReport, System.Boolean) - nameWithType: Conclusion.CreateError(String, String, BenchmarkReport, Boolean) -- uid: BenchmarkDotNet.Analysers.Conclusion.CreateError* - name: CreateError - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_CreateError_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.CreateError - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.CreateError - nameWithType: Conclusion.CreateError -- uid: BenchmarkDotNet.Analysers.Conclusion.CreateHint(System.String,System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - name: CreateHint(String, String, BenchmarkReport, Boolean) - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_CreateHint_System_String_System_String_BenchmarkDotNet_Reports_BenchmarkReport_System_Boolean_ - commentId: M:BenchmarkDotNet.Analysers.Conclusion.CreateHint(System.String,System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - fullName: BenchmarkDotNet.Analysers.Conclusion.CreateHint(System.String, System.String, BenchmarkDotNet.Reports.BenchmarkReport, System.Boolean) - nameWithType: Conclusion.CreateHint(String, String, BenchmarkReport, Boolean) -- uid: BenchmarkDotNet.Analysers.Conclusion.CreateHint* - name: CreateHint - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_CreateHint_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.CreateHint - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.CreateHint - nameWithType: Conclusion.CreateHint -- uid: BenchmarkDotNet.Analysers.Conclusion.CreateWarning(System.String,System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - name: CreateWarning(String, String, BenchmarkReport, Boolean) - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_CreateWarning_System_String_System_String_BenchmarkDotNet_Reports_BenchmarkReport_System_Boolean_ - commentId: M:BenchmarkDotNet.Analysers.Conclusion.CreateWarning(System.String,System.String,BenchmarkDotNet.Reports.BenchmarkReport,System.Boolean) - fullName: BenchmarkDotNet.Analysers.Conclusion.CreateWarning(System.String, System.String, BenchmarkDotNet.Reports.BenchmarkReport, System.Boolean) - nameWithType: Conclusion.CreateWarning(String, String, BenchmarkReport, Boolean) -- uid: BenchmarkDotNet.Analysers.Conclusion.CreateWarning* - name: CreateWarning - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_CreateWarning_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.CreateWarning - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.CreateWarning - nameWithType: Conclusion.CreateWarning -- uid: BenchmarkDotNet.Analysers.Conclusion.Equals(BenchmarkDotNet.Analysers.Conclusion) - name: Equals(Conclusion) - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Equals_BenchmarkDotNet_Analysers_Conclusion_ - commentId: M:BenchmarkDotNet.Analysers.Conclusion.Equals(BenchmarkDotNet.Analysers.Conclusion) - fullName: BenchmarkDotNet.Analysers.Conclusion.Equals(BenchmarkDotNet.Analysers.Conclusion) - nameWithType: Conclusion.Equals(Conclusion) -- uid: BenchmarkDotNet.Analysers.Conclusion.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Analysers.Conclusion.Equals(System.Object) - fullName: BenchmarkDotNet.Analysers.Conclusion.Equals(System.Object) - nameWithType: Conclusion.Equals(Object) -- uid: BenchmarkDotNet.Analysers.Conclusion.Equals* - name: Equals - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Equals_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.Equals - nameWithType: Conclusion.Equals -- uid: BenchmarkDotNet.Analysers.Conclusion.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_GetHashCode - commentId: M:BenchmarkDotNet.Analysers.Conclusion.GetHashCode - fullName: BenchmarkDotNet.Analysers.Conclusion.GetHashCode() - nameWithType: Conclusion.GetHashCode() -- uid: BenchmarkDotNet.Analysers.Conclusion.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.GetHashCode - nameWithType: Conclusion.GetHashCode -- uid: BenchmarkDotNet.Analysers.Conclusion.Kind - name: Kind - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Kind - commentId: P:BenchmarkDotNet.Analysers.Conclusion.Kind - fullName: BenchmarkDotNet.Analysers.Conclusion.Kind - nameWithType: Conclusion.Kind -- uid: BenchmarkDotNet.Analysers.Conclusion.Kind* - name: Kind - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Kind_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.Kind - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.Kind - nameWithType: Conclusion.Kind -- uid: BenchmarkDotNet.Analysers.Conclusion.Mergeable - name: Mergeable - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Mergeable - commentId: P:BenchmarkDotNet.Analysers.Conclusion.Mergeable - fullName: BenchmarkDotNet.Analysers.Conclusion.Mergeable - nameWithType: Conclusion.Mergeable -- uid: BenchmarkDotNet.Analysers.Conclusion.Mergeable* - name: Mergeable - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Mergeable_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.Mergeable - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.Mergeable - nameWithType: Conclusion.Mergeable -- uid: BenchmarkDotNet.Analysers.Conclusion.Message - name: Message - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Message - commentId: P:BenchmarkDotNet.Analysers.Conclusion.Message - fullName: BenchmarkDotNet.Analysers.Conclusion.Message - nameWithType: Conclusion.Message -- uid: BenchmarkDotNet.Analysers.Conclusion.Message* - name: Message - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Message_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.Message - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.Message - nameWithType: Conclusion.Message -- uid: BenchmarkDotNet.Analysers.Conclusion.Report - name: Report - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Report - commentId: P:BenchmarkDotNet.Analysers.Conclusion.Report - fullName: BenchmarkDotNet.Analysers.Conclusion.Report - nameWithType: Conclusion.Report -- uid: BenchmarkDotNet.Analysers.Conclusion.Report* - name: Report - href: api/BenchmarkDotNet.Analysers.Conclusion.html#BenchmarkDotNet_Analysers_Conclusion_Report_ - commentId: Overload:BenchmarkDotNet.Analysers.Conclusion.Report - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.Conclusion.Report - nameWithType: Conclusion.Report -- uid: BenchmarkDotNet.Analysers.ConclusionHelper - name: ConclusionHelper - href: api/BenchmarkDotNet.Analysers.ConclusionHelper.html - commentId: T:BenchmarkDotNet.Analysers.ConclusionHelper - fullName: BenchmarkDotNet.Analysers.ConclusionHelper - nameWithType: ConclusionHelper -- uid: BenchmarkDotNet.Analysers.ConclusionHelper.Print(BenchmarkDotNet.Loggers.ILogger,System.Collections.Generic.List{BenchmarkDotNet.Analysers.Conclusion}) - name: Print(ILogger, List) - href: api/BenchmarkDotNet.Analysers.ConclusionHelper.html#BenchmarkDotNet_Analysers_ConclusionHelper_Print_BenchmarkDotNet_Loggers_ILogger_System_Collections_Generic_List_BenchmarkDotNet_Analysers_Conclusion__ - commentId: M:BenchmarkDotNet.Analysers.ConclusionHelper.Print(BenchmarkDotNet.Loggers.ILogger,System.Collections.Generic.List{BenchmarkDotNet.Analysers.Conclusion}) - name.vb: Print(ILogger, List(Of Conclusion)) - fullName: BenchmarkDotNet.Analysers.ConclusionHelper.Print(BenchmarkDotNet.Loggers.ILogger, System.Collections.Generic.List) - fullName.vb: BenchmarkDotNet.Analysers.ConclusionHelper.Print(BenchmarkDotNet.Loggers.ILogger, System.Collections.Generic.List(Of BenchmarkDotNet.Analysers.Conclusion)) - nameWithType: ConclusionHelper.Print(ILogger, List) - nameWithType.vb: ConclusionHelper.Print(ILogger, List(Of Conclusion)) -- uid: BenchmarkDotNet.Analysers.ConclusionHelper.Print* - name: Print - href: api/BenchmarkDotNet.Analysers.ConclusionHelper.html#BenchmarkDotNet_Analysers_ConclusionHelper_Print_ - commentId: Overload:BenchmarkDotNet.Analysers.ConclusionHelper.Print - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.ConclusionHelper.Print - nameWithType: ConclusionHelper.Print -- uid: BenchmarkDotNet.Analysers.ConclusionKind - name: ConclusionKind - href: api/BenchmarkDotNet.Analysers.ConclusionKind.html - commentId: T:BenchmarkDotNet.Analysers.ConclusionKind - fullName: BenchmarkDotNet.Analysers.ConclusionKind - nameWithType: ConclusionKind -- uid: BenchmarkDotNet.Analysers.ConclusionKind.Error - name: Error - href: api/BenchmarkDotNet.Analysers.ConclusionKind.html#BenchmarkDotNet_Analysers_ConclusionKind_Error - commentId: F:BenchmarkDotNet.Analysers.ConclusionKind.Error - fullName: BenchmarkDotNet.Analysers.ConclusionKind.Error - nameWithType: ConclusionKind.Error -- uid: BenchmarkDotNet.Analysers.ConclusionKind.Hint - name: Hint - href: api/BenchmarkDotNet.Analysers.ConclusionKind.html#BenchmarkDotNet_Analysers_ConclusionKind_Hint - commentId: F:BenchmarkDotNet.Analysers.ConclusionKind.Hint - fullName: BenchmarkDotNet.Analysers.ConclusionKind.Hint - nameWithType: ConclusionKind.Hint -- uid: BenchmarkDotNet.Analysers.ConclusionKind.Warning - name: Warning - href: api/BenchmarkDotNet.Analysers.ConclusionKind.html#BenchmarkDotNet_Analysers_ConclusionKind_Warning - commentId: F:BenchmarkDotNet.Analysers.ConclusionKind.Warning - fullName: BenchmarkDotNet.Analysers.ConclusionKind.Warning - nameWithType: ConclusionKind.Warning -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser - name: EnvironmentAnalyser - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html - commentId: T:BenchmarkDotNet.Analysers.EnvironmentAnalyser - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser - nameWithType: EnvironmentAnalyser -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - name: AnalyseReport(BenchmarkReport, Summary) - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html#BenchmarkDotNet_Analysers_EnvironmentAnalyser_AnalyseReport_BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport, BenchmarkDotNet.Reports.Summary) - nameWithType: EnvironmentAnalyser.AnalyseReport(BenchmarkReport, Summary) -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseReport* - name: AnalyseReport - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html#BenchmarkDotNet_Analysers_EnvironmentAnalyser_AnalyseReport_ - commentId: Overload:BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseReport - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseReport - nameWithType: EnvironmentAnalyser.AnalyseReport -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - name: AnalyseSummary(Summary) - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html#BenchmarkDotNet_Analysers_EnvironmentAnalyser_AnalyseSummary_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseSummary(BenchmarkDotNet.Reports.Summary) - nameWithType: EnvironmentAnalyser.AnalyseSummary(Summary) -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseSummary* - name: AnalyseSummary - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html#BenchmarkDotNet_Analysers_EnvironmentAnalyser_AnalyseSummary_ - commentId: Overload:BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseSummary - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser.AnalyseSummary - nameWithType: EnvironmentAnalyser.AnalyseSummary -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser.Default - name: Default - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html#BenchmarkDotNet_Analysers_EnvironmentAnalyser_Default - commentId: F:BenchmarkDotNet.Analysers.EnvironmentAnalyser.Default - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser.Default - nameWithType: EnvironmentAnalyser.Default -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser.Id - name: Id - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html#BenchmarkDotNet_Analysers_EnvironmentAnalyser_Id - commentId: P:BenchmarkDotNet.Analysers.EnvironmentAnalyser.Id - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser.Id - nameWithType: EnvironmentAnalyser.Id -- uid: BenchmarkDotNet.Analysers.EnvironmentAnalyser.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.EnvironmentAnalyser.html#BenchmarkDotNet_Analysers_EnvironmentAnalyser_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.EnvironmentAnalyser.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.EnvironmentAnalyser.Id - nameWithType: EnvironmentAnalyser.Id -- uid: BenchmarkDotNet.Analysers.IAnalyser - name: IAnalyser - href: api/BenchmarkDotNet.Analysers.IAnalyser.html - commentId: T:BenchmarkDotNet.Analysers.IAnalyser - fullName: BenchmarkDotNet.Analysers.IAnalyser - nameWithType: IAnalyser -- uid: BenchmarkDotNet.Analysers.IAnalyser.Analyse(BenchmarkDotNet.Reports.Summary) - name: Analyse(Summary) - href: api/BenchmarkDotNet.Analysers.IAnalyser.html#BenchmarkDotNet_Analysers_IAnalyser_Analyse_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.IAnalyser.Analyse(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.IAnalyser.Analyse(BenchmarkDotNet.Reports.Summary) - nameWithType: IAnalyser.Analyse(Summary) -- uid: BenchmarkDotNet.Analysers.IAnalyser.Analyse* - name: Analyse - href: api/BenchmarkDotNet.Analysers.IAnalyser.html#BenchmarkDotNet_Analysers_IAnalyser_Analyse_ - commentId: Overload:BenchmarkDotNet.Analysers.IAnalyser.Analyse - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.IAnalyser.Analyse - nameWithType: IAnalyser.Analyse -- uid: BenchmarkDotNet.Analysers.IAnalyser.Id - name: Id - href: api/BenchmarkDotNet.Analysers.IAnalyser.html#BenchmarkDotNet_Analysers_IAnalyser_Id - commentId: P:BenchmarkDotNet.Analysers.IAnalyser.Id - fullName: BenchmarkDotNet.Analysers.IAnalyser.Id - nameWithType: IAnalyser.Id -- uid: BenchmarkDotNet.Analysers.IAnalyser.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.IAnalyser.html#BenchmarkDotNet_Analysers_IAnalyser_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.IAnalyser.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.IAnalyser.Id - nameWithType: IAnalyser.Id -- uid: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser - name: MinIterationTimeAnalyser - href: api/BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.html - commentId: T:BenchmarkDotNet.Analysers.MinIterationTimeAnalyser - fullName: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser - nameWithType: MinIterationTimeAnalyser -- uid: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - name: AnalyseReport(BenchmarkReport, Summary) - href: api/BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.html#BenchmarkDotNet_Analysers_MinIterationTimeAnalyser_AnalyseReport_BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport, BenchmarkDotNet.Reports.Summary) - nameWithType: MinIterationTimeAnalyser.AnalyseReport(BenchmarkReport, Summary) -- uid: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.AnalyseReport* - name: AnalyseReport - href: api/BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.html#BenchmarkDotNet_Analysers_MinIterationTimeAnalyser_AnalyseReport_ - commentId: Overload:BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.AnalyseReport - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.AnalyseReport - nameWithType: MinIterationTimeAnalyser.AnalyseReport -- uid: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Default - name: Default - href: api/BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.html#BenchmarkDotNet_Analysers_MinIterationTimeAnalyser_Default - commentId: F:BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Default - fullName: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Default - nameWithType: MinIterationTimeAnalyser.Default -- uid: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Id - name: Id - href: api/BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.html#BenchmarkDotNet_Analysers_MinIterationTimeAnalyser_Id - commentId: P:BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Id - fullName: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Id - nameWithType: MinIterationTimeAnalyser.Id -- uid: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.html#BenchmarkDotNet_Analysers_MinIterationTimeAnalyser_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.MinIterationTimeAnalyser.Id - nameWithType: MinIterationTimeAnalyser.Id -- uid: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer - name: MultimodalDistributionAnalyzer - href: api/BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.html - commentId: T:BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer - fullName: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer - nameWithType: MultimodalDistributionAnalyzer -- uid: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - name: AnalyseReport(BenchmarkReport, Summary) - href: api/BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.html#BenchmarkDotNet_Analysers_MultimodalDistributionAnalyzer_AnalyseReport_BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport, BenchmarkDotNet.Reports.Summary) - nameWithType: MultimodalDistributionAnalyzer.AnalyseReport(BenchmarkReport, Summary) -- uid: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.AnalyseReport* - name: AnalyseReport - href: api/BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.html#BenchmarkDotNet_Analysers_MultimodalDistributionAnalyzer_AnalyseReport_ - commentId: Overload:BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.AnalyseReport - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.AnalyseReport - nameWithType: MultimodalDistributionAnalyzer.AnalyseReport -- uid: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Default - name: Default - href: api/BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.html#BenchmarkDotNet_Analysers_MultimodalDistributionAnalyzer_Default - commentId: F:BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Default - fullName: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Default - nameWithType: MultimodalDistributionAnalyzer.Default -- uid: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Id - name: Id - href: api/BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.html#BenchmarkDotNet_Analysers_MultimodalDistributionAnalyzer_Id - commentId: P:BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Id - fullName: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Id - nameWithType: MultimodalDistributionAnalyzer.Id -- uid: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.html#BenchmarkDotNet_Analysers_MultimodalDistributionAnalyzer_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.MultimodalDistributionAnalyzer.Id - nameWithType: MultimodalDistributionAnalyzer.Id -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser - name: OutliersAnalyser - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html - commentId: T:BenchmarkDotNet.Analysers.OutliersAnalyser - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser - nameWithType: OutliersAnalyser -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - name: AnalyseReport(BenchmarkReport, Summary) - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html#BenchmarkDotNet_Analysers_OutliersAnalyser_AnalyseReport_BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.OutliersAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport, BenchmarkDotNet.Reports.Summary) - nameWithType: OutliersAnalyser.AnalyseReport(BenchmarkReport, Summary) -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser.AnalyseReport* - name: AnalyseReport - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html#BenchmarkDotNet_Analysers_OutliersAnalyser_AnalyseReport_ - commentId: Overload:BenchmarkDotNet.Analysers.OutliersAnalyser.AnalyseReport - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser.AnalyseReport - nameWithType: OutliersAnalyser.AnalyseReport -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser.Default - name: Default - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html#BenchmarkDotNet_Analysers_OutliersAnalyser_Default - commentId: F:BenchmarkDotNet.Analysers.OutliersAnalyser.Default - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser.Default - nameWithType: OutliersAnalyser.Default -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser.GetMessage(System.Double[],System.Double[],System.Double[],System.Double[],System.Globalization.CultureInfo) - name: GetMessage(Double[], Double[], Double[], Double[], CultureInfo) - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html#BenchmarkDotNet_Analysers_OutliersAnalyser_GetMessage_System_Double___System_Double___System_Double___System_Double___System_Globalization_CultureInfo_ - commentId: M:BenchmarkDotNet.Analysers.OutliersAnalyser.GetMessage(System.Double[],System.Double[],System.Double[],System.Double[],System.Globalization.CultureInfo) - name.vb: GetMessage(Double(), Double(), Double(), Double(), CultureInfo) - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser.GetMessage(System.Double[], System.Double[], System.Double[], System.Double[], System.Globalization.CultureInfo) - fullName.vb: BenchmarkDotNet.Analysers.OutliersAnalyser.GetMessage(System.Double(), System.Double(), System.Double(), System.Double(), System.Globalization.CultureInfo) - nameWithType: OutliersAnalyser.GetMessage(Double[], Double[], Double[], Double[], CultureInfo) - nameWithType.vb: OutliersAnalyser.GetMessage(Double(), Double(), Double(), Double(), CultureInfo) -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser.GetMessage* - name: GetMessage - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html#BenchmarkDotNet_Analysers_OutliersAnalyser_GetMessage_ - commentId: Overload:BenchmarkDotNet.Analysers.OutliersAnalyser.GetMessage - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser.GetMessage - nameWithType: OutliersAnalyser.GetMessage -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser.Id - name: Id - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html#BenchmarkDotNet_Analysers_OutliersAnalyser_Id - commentId: P:BenchmarkDotNet.Analysers.OutliersAnalyser.Id - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser.Id - nameWithType: OutliersAnalyser.Id -- uid: BenchmarkDotNet.Analysers.OutliersAnalyser.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.OutliersAnalyser.html#BenchmarkDotNet_Analysers_OutliersAnalyser_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.OutliersAnalyser.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.OutliersAnalyser.Id - nameWithType: OutliersAnalyser.Id -- uid: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser - name: RuntimeErrorAnalyser - href: api/BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.html - commentId: T:BenchmarkDotNet.Analysers.RuntimeErrorAnalyser - fullName: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser - nameWithType: RuntimeErrorAnalyser -- uid: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - name: AnalyseReport(BenchmarkReport, Summary) - href: api/BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.html#BenchmarkDotNet_Analysers_RuntimeErrorAnalyser_AnalyseReport_BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport, BenchmarkDotNet.Reports.Summary) - nameWithType: RuntimeErrorAnalyser.AnalyseReport(BenchmarkReport, Summary) -- uid: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.AnalyseReport* - name: AnalyseReport - href: api/BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.html#BenchmarkDotNet_Analysers_RuntimeErrorAnalyser_AnalyseReport_ - commentId: Overload:BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.AnalyseReport - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.AnalyseReport - nameWithType: RuntimeErrorAnalyser.AnalyseReport -- uid: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Default - name: Default - href: api/BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.html#BenchmarkDotNet_Analysers_RuntimeErrorAnalyser_Default - commentId: F:BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Default - fullName: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Default - nameWithType: RuntimeErrorAnalyser.Default -- uid: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Id - name: Id - href: api/BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.html#BenchmarkDotNet_Analysers_RuntimeErrorAnalyser_Id - commentId: P:BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Id - fullName: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Id - nameWithType: RuntimeErrorAnalyser.Id -- uid: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.html#BenchmarkDotNet_Analysers_RuntimeErrorAnalyser_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.RuntimeErrorAnalyser.Id - nameWithType: RuntimeErrorAnalyser.Id -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser - name: ZeroMeasurementAnalyser - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.html - commentId: T:BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser - nameWithType: ZeroMeasurementAnalyser -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - name: AnalyseReport(BenchmarkReport, Summary) - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.html#BenchmarkDotNet_Analysers_ZeroMeasurementAnalyser_AnalyseReport_BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport,BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.AnalyseReport(BenchmarkDotNet.Reports.BenchmarkReport, BenchmarkDotNet.Reports.Summary) - nameWithType: ZeroMeasurementAnalyser.AnalyseReport(BenchmarkReport, Summary) -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.AnalyseReport* - name: AnalyseReport - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.html#BenchmarkDotNet_Analysers_ZeroMeasurementAnalyser_AnalyseReport_ - commentId: Overload:BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.AnalyseReport - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.AnalyseReport - nameWithType: ZeroMeasurementAnalyser.AnalyseReport -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Default - name: Default - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.html#BenchmarkDotNet_Analysers_ZeroMeasurementAnalyser_Default - commentId: F:BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Default - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Default - nameWithType: ZeroMeasurementAnalyser.Default -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Id - name: Id - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.html#BenchmarkDotNet_Analysers_ZeroMeasurementAnalyser_Id - commentId: P:BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Id - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Id - nameWithType: ZeroMeasurementAnalyser.Id -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Id* - name: Id - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.html#BenchmarkDotNet_Analysers_ZeroMeasurementAnalyser_Id_ - commentId: Overload:BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Id - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementAnalyser.Id - nameWithType: ZeroMeasurementAnalyser.Id -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementHelper - name: ZeroMeasurementHelper - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementHelper.html - commentId: T:BenchmarkDotNet.Analysers.ZeroMeasurementHelper - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementHelper - nameWithType: ZeroMeasurementHelper -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample(System.Double[],System.Double) - name: CheckZeroMeasurementOneSample(Double[], Double) - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementHelper.html#BenchmarkDotNet_Analysers_ZeroMeasurementHelper_CheckZeroMeasurementOneSample_System_Double___System_Double_ - commentId: M:BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample(System.Double[],System.Double) - name.vb: CheckZeroMeasurementOneSample(Double(), Double) - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample(System.Double[], System.Double) - fullName.vb: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample(System.Double(), System.Double) - nameWithType: ZeroMeasurementHelper.CheckZeroMeasurementOneSample(Double[], Double) - nameWithType.vb: ZeroMeasurementHelper.CheckZeroMeasurementOneSample(Double(), Double) -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample* - name: CheckZeroMeasurementOneSample - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementHelper.html#BenchmarkDotNet_Analysers_ZeroMeasurementHelper_CheckZeroMeasurementOneSample_ - commentId: Overload:BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample - nameWithType: ZeroMeasurementHelper.CheckZeroMeasurementOneSample -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples(System.Double[],System.Double[]) - name: CheckZeroMeasurementTwoSamples(Double[], Double[]) - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementHelper.html#BenchmarkDotNet_Analysers_ZeroMeasurementHelper_CheckZeroMeasurementTwoSamples_System_Double___System_Double___ - commentId: M:BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples(System.Double[],System.Double[]) - name.vb: CheckZeroMeasurementTwoSamples(Double(), Double()) - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples(System.Double[], System.Double[]) - fullName.vb: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples(System.Double(), System.Double()) - nameWithType: ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples(Double[], Double[]) - nameWithType.vb: ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples(Double(), Double()) -- uid: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples* - name: CheckZeroMeasurementTwoSamples - href: api/BenchmarkDotNet.Analysers.ZeroMeasurementHelper.html#BenchmarkDotNet_Analysers_ZeroMeasurementHelper_CheckZeroMeasurementTwoSamples_ - commentId: Overload:BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples - isSpec: "True" - fullName: BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples - nameWithType: ZeroMeasurementHelper.CheckZeroMeasurementTwoSamples -- uid: BenchmarkDotNet.Attributes - name: BenchmarkDotNet.Attributes - href: api/BenchmarkDotNet.Attributes.html - commentId: N:BenchmarkDotNet.Attributes - fullName: BenchmarkDotNet.Attributes - nameWithType: BenchmarkDotNet.Attributes -- uid: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute - name: AllCategoriesFilterAttribute - href: api/BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute - fullName: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute - nameWithType: AllCategoriesFilterAttribute -- uid: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.#ctor - name: AllCategoriesFilterAttribute() - href: api/BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.html#BenchmarkDotNet_Attributes_AllCategoriesFilterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.AllCategoriesFilterAttribute() - nameWithType: AllCategoriesFilterAttribute.AllCategoriesFilterAttribute() -- uid: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.#ctor(System.String[]) - name: AllCategoriesFilterAttribute(String[]) - href: api/BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.html#BenchmarkDotNet_Attributes_AllCategoriesFilterAttribute__ctor_System_String___ - commentId: M:BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.#ctor(System.String[]) - name.vb: AllCategoriesFilterAttribute(String()) - fullName: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.AllCategoriesFilterAttribute(System.String[]) - fullName.vb: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.AllCategoriesFilterAttribute(System.String()) - nameWithType: AllCategoriesFilterAttribute.AllCategoriesFilterAttribute(String[]) - nameWithType.vb: AllCategoriesFilterAttribute.AllCategoriesFilterAttribute(String()) -- uid: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.#ctor* - name: AllCategoriesFilterAttribute - href: api/BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.html#BenchmarkDotNet_Attributes_AllCategoriesFilterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.AllCategoriesFilterAttribute.AllCategoriesFilterAttribute - nameWithType: AllCategoriesFilterAttribute.AllCategoriesFilterAttribute -- uid: BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute - name: AllStatisticsColumnAttribute - href: api/BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute - fullName: BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute - nameWithType: AllStatisticsColumnAttribute -- uid: BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.#ctor - name: AllStatisticsColumnAttribute() - href: api/BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.html#BenchmarkDotNet_Attributes_AllStatisticsColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.AllStatisticsColumnAttribute() - nameWithType: AllStatisticsColumnAttribute.AllStatisticsColumnAttribute() -- uid: BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.#ctor* - name: AllStatisticsColumnAttribute - href: api/BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.html#BenchmarkDotNet_Attributes_AllStatisticsColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.AllStatisticsColumnAttribute.AllStatisticsColumnAttribute - nameWithType: AllStatisticsColumnAttribute.AllStatisticsColumnAttribute -- uid: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute - name: AnyCategoriesFilterAttribute - href: api/BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute - fullName: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute - nameWithType: AnyCategoriesFilterAttribute -- uid: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.#ctor - name: AnyCategoriesFilterAttribute() - href: api/BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.html#BenchmarkDotNet_Attributes_AnyCategoriesFilterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute() - nameWithType: AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute() -- uid: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.#ctor(System.String[]) - name: AnyCategoriesFilterAttribute(String[]) - href: api/BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.html#BenchmarkDotNet_Attributes_AnyCategoriesFilterAttribute__ctor_System_String___ - commentId: M:BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.#ctor(System.String[]) - name.vb: AnyCategoriesFilterAttribute(String()) - fullName: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute(System.String[]) - fullName.vb: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute(System.String()) - nameWithType: AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute(String[]) - nameWithType.vb: AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute(String()) -- uid: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.#ctor* - name: AnyCategoriesFilterAttribute - href: api/BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.html#BenchmarkDotNet_Attributes_AnyCategoriesFilterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute - nameWithType: AnyCategoriesFilterAttribute.AnyCategoriesFilterAttribute -- uid: BenchmarkDotNet.Attributes.ArgumentsAttribute - name: ArgumentsAttribute - href: api/BenchmarkDotNet.Attributes.ArgumentsAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ArgumentsAttribute - fullName: BenchmarkDotNet.Attributes.ArgumentsAttribute - nameWithType: ArgumentsAttribute -- uid: BenchmarkDotNet.Attributes.ArgumentsAttribute.#ctor - name: ArgumentsAttribute() - href: api/BenchmarkDotNet.Attributes.ArgumentsAttribute.html#BenchmarkDotNet_Attributes_ArgumentsAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ArgumentsAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ArgumentsAttribute.ArgumentsAttribute() - nameWithType: ArgumentsAttribute.ArgumentsAttribute() -- uid: BenchmarkDotNet.Attributes.ArgumentsAttribute.#ctor(System.Object[]) - name: ArgumentsAttribute(Object[]) - href: api/BenchmarkDotNet.Attributes.ArgumentsAttribute.html#BenchmarkDotNet_Attributes_ArgumentsAttribute__ctor_System_Object___ - commentId: M:BenchmarkDotNet.Attributes.ArgumentsAttribute.#ctor(System.Object[]) - name.vb: ArgumentsAttribute(Object()) - fullName: BenchmarkDotNet.Attributes.ArgumentsAttribute.ArgumentsAttribute(System.Object[]) - fullName.vb: BenchmarkDotNet.Attributes.ArgumentsAttribute.ArgumentsAttribute(System.Object()) - nameWithType: ArgumentsAttribute.ArgumentsAttribute(Object[]) - nameWithType.vb: ArgumentsAttribute.ArgumentsAttribute(Object()) -- uid: BenchmarkDotNet.Attributes.ArgumentsAttribute.#ctor* - name: ArgumentsAttribute - href: api/BenchmarkDotNet.Attributes.ArgumentsAttribute.html#BenchmarkDotNet_Attributes_ArgumentsAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ArgumentsAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ArgumentsAttribute.ArgumentsAttribute - nameWithType: ArgumentsAttribute.ArgumentsAttribute -- uid: BenchmarkDotNet.Attributes.ArgumentsAttribute.Values - name: Values - href: api/BenchmarkDotNet.Attributes.ArgumentsAttribute.html#BenchmarkDotNet_Attributes_ArgumentsAttribute_Values - commentId: P:BenchmarkDotNet.Attributes.ArgumentsAttribute.Values - fullName: BenchmarkDotNet.Attributes.ArgumentsAttribute.Values - nameWithType: ArgumentsAttribute.Values -- uid: BenchmarkDotNet.Attributes.ArgumentsAttribute.Values* - name: Values - href: api/BenchmarkDotNet.Attributes.ArgumentsAttribute.html#BenchmarkDotNet_Attributes_ArgumentsAttribute_Values_ - commentId: Overload:BenchmarkDotNet.Attributes.ArgumentsAttribute.Values - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ArgumentsAttribute.Values - nameWithType: ArgumentsAttribute.Values -- uid: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute - name: ArgumentsSourceAttribute - href: api/BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ArgumentsSourceAttribute - fullName: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute - nameWithType: ArgumentsSourceAttribute -- uid: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.#ctor(System.String) - name: ArgumentsSourceAttribute(String) - href: api/BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.html#BenchmarkDotNet_Attributes_ArgumentsSourceAttribute__ctor_System_String_ - commentId: M:BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.#ctor(System.String) - fullName: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.ArgumentsSourceAttribute(System.String) - nameWithType: ArgumentsSourceAttribute.ArgumentsSourceAttribute(String) -- uid: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.#ctor* - name: ArgumentsSourceAttribute - href: api/BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.html#BenchmarkDotNet_Attributes_ArgumentsSourceAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.ArgumentsSourceAttribute - nameWithType: ArgumentsSourceAttribute.ArgumentsSourceAttribute -- uid: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.Name - name: Name - href: api/BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.html#BenchmarkDotNet_Attributes_ArgumentsSourceAttribute_Name - commentId: P:BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.Name - fullName: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.Name - nameWithType: ArgumentsSourceAttribute.Name -- uid: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.Name* - name: Name - href: api/BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.html#BenchmarkDotNet_Attributes_ArgumentsSourceAttribute_Name_ - commentId: Overload:BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.Name - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ArgumentsSourceAttribute.Name - nameWithType: ArgumentsSourceAttribute.Name -- uid: BenchmarkDotNet.Attributes.ArtifactsPathAttribute - name: ArtifactsPathAttribute - href: api/BenchmarkDotNet.Attributes.ArtifactsPathAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ArtifactsPathAttribute - fullName: BenchmarkDotNet.Attributes.ArtifactsPathAttribute - nameWithType: ArtifactsPathAttribute -- uid: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.#ctor(System.String) - name: ArtifactsPathAttribute(String) - href: api/BenchmarkDotNet.Attributes.ArtifactsPathAttribute.html#BenchmarkDotNet_Attributes_ArtifactsPathAttribute__ctor_System_String_ - commentId: M:BenchmarkDotNet.Attributes.ArtifactsPathAttribute.#ctor(System.String) - fullName: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.ArtifactsPathAttribute(System.String) - nameWithType: ArtifactsPathAttribute.ArtifactsPathAttribute(String) -- uid: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.#ctor* - name: ArtifactsPathAttribute - href: api/BenchmarkDotNet.Attributes.ArtifactsPathAttribute.html#BenchmarkDotNet_Attributes_ArtifactsPathAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ArtifactsPathAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.ArtifactsPathAttribute - nameWithType: ArtifactsPathAttribute.ArtifactsPathAttribute -- uid: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.ArtifactsPathAttribute.html#BenchmarkDotNet_Attributes_ArtifactsPathAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Config - fullName: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Config - nameWithType: ArtifactsPathAttribute.Config -- uid: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.ArtifactsPathAttribute.html#BenchmarkDotNet_Attributes_ArtifactsPathAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Config - nameWithType: ArtifactsPathAttribute.Config -- uid: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Value - name: Value - href: api/BenchmarkDotNet.Attributes.ArtifactsPathAttribute.html#BenchmarkDotNet_Attributes_ArtifactsPathAttribute_Value - commentId: P:BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Value - fullName: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Value - nameWithType: ArtifactsPathAttribute.Value -- uid: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Value* - name: Value - href: api/BenchmarkDotNet.Attributes.ArtifactsPathAttribute.html#BenchmarkDotNet_Attributes_ArtifactsPathAttribute_Value_ - commentId: Overload:BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Value - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ArtifactsPathAttribute.Value - nameWithType: ArtifactsPathAttribute.Value -- uid: BenchmarkDotNet.Attributes.AsciiDocExporterAttribute - name: AsciiDocExporterAttribute - href: api/BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.AsciiDocExporterAttribute - fullName: BenchmarkDotNet.Attributes.AsciiDocExporterAttribute - nameWithType: AsciiDocExporterAttribute -- uid: BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.#ctor - name: AsciiDocExporterAttribute() - href: api/BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.html#BenchmarkDotNet_Attributes_AsciiDocExporterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.AsciiDocExporterAttribute() - nameWithType: AsciiDocExporterAttribute.AsciiDocExporterAttribute() -- uid: BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.#ctor* - name: AsciiDocExporterAttribute - href: api/BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.html#BenchmarkDotNet_Attributes_AsciiDocExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.AsciiDocExporterAttribute.AsciiDocExporterAttribute - nameWithType: AsciiDocExporterAttribute.AsciiDocExporterAttribute -- uid: BenchmarkDotNet.Attributes.BaselineColumnAttribute - name: BaselineColumnAttribute - href: api/BenchmarkDotNet.Attributes.BaselineColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.BaselineColumnAttribute - fullName: BenchmarkDotNet.Attributes.BaselineColumnAttribute - nameWithType: BaselineColumnAttribute -- uid: BenchmarkDotNet.Attributes.BaselineColumnAttribute.#ctor - name: BaselineColumnAttribute() - href: api/BenchmarkDotNet.Attributes.BaselineColumnAttribute.html#BenchmarkDotNet_Attributes_BaselineColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.BaselineColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.BaselineColumnAttribute.BaselineColumnAttribute() - nameWithType: BaselineColumnAttribute.BaselineColumnAttribute() -- uid: BenchmarkDotNet.Attributes.BaselineColumnAttribute.#ctor* - name: BaselineColumnAttribute - href: api/BenchmarkDotNet.Attributes.BaselineColumnAttribute.html#BenchmarkDotNet_Attributes_BaselineColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.BaselineColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.BaselineColumnAttribute.BaselineColumnAttribute - nameWithType: BaselineColumnAttribute.BaselineColumnAttribute -- uid: BenchmarkDotNet.Attributes.BenchmarkAttribute - name: BenchmarkAttribute - href: api/BenchmarkDotNet.Attributes.BenchmarkAttribute.html - commentId: T:BenchmarkDotNet.Attributes.BenchmarkAttribute - fullName: BenchmarkDotNet.Attributes.BenchmarkAttribute - nameWithType: BenchmarkAttribute -- uid: BenchmarkDotNet.Attributes.BenchmarkAttribute.Baseline - name: Baseline - href: api/BenchmarkDotNet.Attributes.BenchmarkAttribute.html#BenchmarkDotNet_Attributes_BenchmarkAttribute_Baseline - commentId: P:BenchmarkDotNet.Attributes.BenchmarkAttribute.Baseline - fullName: BenchmarkDotNet.Attributes.BenchmarkAttribute.Baseline - nameWithType: BenchmarkAttribute.Baseline -- uid: BenchmarkDotNet.Attributes.BenchmarkAttribute.Baseline* - name: Baseline - href: api/BenchmarkDotNet.Attributes.BenchmarkAttribute.html#BenchmarkDotNet_Attributes_BenchmarkAttribute_Baseline_ - commentId: Overload:BenchmarkDotNet.Attributes.BenchmarkAttribute.Baseline - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.BenchmarkAttribute.Baseline - nameWithType: BenchmarkAttribute.Baseline -- uid: BenchmarkDotNet.Attributes.BenchmarkAttribute.Description - name: Description - href: api/BenchmarkDotNet.Attributes.BenchmarkAttribute.html#BenchmarkDotNet_Attributes_BenchmarkAttribute_Description - commentId: P:BenchmarkDotNet.Attributes.BenchmarkAttribute.Description - fullName: BenchmarkDotNet.Attributes.BenchmarkAttribute.Description - nameWithType: BenchmarkAttribute.Description -- uid: BenchmarkDotNet.Attributes.BenchmarkAttribute.Description* - name: Description - href: api/BenchmarkDotNet.Attributes.BenchmarkAttribute.html#BenchmarkDotNet_Attributes_BenchmarkAttribute_Description_ - commentId: Overload:BenchmarkDotNet.Attributes.BenchmarkAttribute.Description - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.BenchmarkAttribute.Description - nameWithType: BenchmarkAttribute.Description -- uid: BenchmarkDotNet.Attributes.BenchmarkAttribute.OperationsPerInvoke - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Attributes.BenchmarkAttribute.html#BenchmarkDotNet_Attributes_BenchmarkAttribute_OperationsPerInvoke - commentId: P:BenchmarkDotNet.Attributes.BenchmarkAttribute.OperationsPerInvoke - fullName: BenchmarkDotNet.Attributes.BenchmarkAttribute.OperationsPerInvoke - nameWithType: BenchmarkAttribute.OperationsPerInvoke -- uid: BenchmarkDotNet.Attributes.BenchmarkAttribute.OperationsPerInvoke* - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Attributes.BenchmarkAttribute.html#BenchmarkDotNet_Attributes_BenchmarkAttribute_OperationsPerInvoke_ - commentId: Overload:BenchmarkDotNet.Attributes.BenchmarkAttribute.OperationsPerInvoke - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.BenchmarkAttribute.OperationsPerInvoke - nameWithType: BenchmarkAttribute.OperationsPerInvoke -- uid: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute - name: BenchmarkCategoryAttribute - href: api/BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.html - commentId: T:BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute - fullName: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute - nameWithType: BenchmarkCategoryAttribute -- uid: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.#ctor - name: BenchmarkCategoryAttribute() - href: api/BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.html#BenchmarkDotNet_Attributes_BenchmarkCategoryAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.BenchmarkCategoryAttribute() - nameWithType: BenchmarkCategoryAttribute.BenchmarkCategoryAttribute() -- uid: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.#ctor(System.String[]) - name: BenchmarkCategoryAttribute(String[]) - href: api/BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.html#BenchmarkDotNet_Attributes_BenchmarkCategoryAttribute__ctor_System_String___ - commentId: M:BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.#ctor(System.String[]) - name.vb: BenchmarkCategoryAttribute(String()) - fullName: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.BenchmarkCategoryAttribute(System.String[]) - fullName.vb: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.BenchmarkCategoryAttribute(System.String()) - nameWithType: BenchmarkCategoryAttribute.BenchmarkCategoryAttribute(String[]) - nameWithType.vb: BenchmarkCategoryAttribute.BenchmarkCategoryAttribute(String()) -- uid: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.#ctor* - name: BenchmarkCategoryAttribute - href: api/BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.html#BenchmarkDotNet_Attributes_BenchmarkCategoryAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.BenchmarkCategoryAttribute - nameWithType: BenchmarkCategoryAttribute.BenchmarkCategoryAttribute -- uid: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.Categories - name: Categories - href: api/BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.html#BenchmarkDotNet_Attributes_BenchmarkCategoryAttribute_Categories - commentId: P:BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.Categories - fullName: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.Categories - nameWithType: BenchmarkCategoryAttribute.Categories -- uid: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.Categories* - name: Categories - href: api/BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.html#BenchmarkDotNet_Attributes_BenchmarkCategoryAttribute_Categories_ - commentId: Overload:BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.Categories - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.BenchmarkCategoryAttribute.Categories - nameWithType: BenchmarkCategoryAttribute.Categories -- uid: BenchmarkDotNet.Attributes.CategoriesColumnAttribute - name: CategoriesColumnAttribute - href: api/BenchmarkDotNet.Attributes.CategoriesColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.CategoriesColumnAttribute - fullName: BenchmarkDotNet.Attributes.CategoriesColumnAttribute - nameWithType: CategoriesColumnAttribute -- uid: BenchmarkDotNet.Attributes.CategoriesColumnAttribute.#ctor - name: CategoriesColumnAttribute() - href: api/BenchmarkDotNet.Attributes.CategoriesColumnAttribute.html#BenchmarkDotNet_Attributes_CategoriesColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.CategoriesColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.CategoriesColumnAttribute.CategoriesColumnAttribute() - nameWithType: CategoriesColumnAttribute.CategoriesColumnAttribute() -- uid: BenchmarkDotNet.Attributes.CategoriesColumnAttribute.#ctor* - name: CategoriesColumnAttribute - href: api/BenchmarkDotNet.Attributes.CategoriesColumnAttribute.html#BenchmarkDotNet_Attributes_CategoriesColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.CategoriesColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.CategoriesColumnAttribute.CategoriesColumnAttribute - nameWithType: CategoriesColumnAttribute.CategoriesColumnAttribute -- uid: BenchmarkDotNet.Attributes.ClrJobAttribute - name: ClrJobAttribute - href: api/BenchmarkDotNet.Attributes.ClrJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ClrJobAttribute - fullName: BenchmarkDotNet.Attributes.ClrJobAttribute - nameWithType: ClrJobAttribute -- uid: BenchmarkDotNet.Attributes.ClrJobAttribute.#ctor - name: ClrJobAttribute() - href: api/BenchmarkDotNet.Attributes.ClrJobAttribute.html#BenchmarkDotNet_Attributes_ClrJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ClrJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ClrJobAttribute.ClrJobAttribute() - nameWithType: ClrJobAttribute.ClrJobAttribute() -- uid: BenchmarkDotNet.Attributes.ClrJobAttribute.#ctor* - name: ClrJobAttribute - href: api/BenchmarkDotNet.Attributes.ClrJobAttribute.html#BenchmarkDotNet_Attributes_ClrJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ClrJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ClrJobAttribute.ClrJobAttribute - nameWithType: ClrJobAttribute.ClrJobAttribute -- uid: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute - name: ColumnConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute - fullName: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute - nameWithType: ColumnConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.#ctor - name: ColumnConfigBaseAttribute() - href: api/BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ColumnConfigBaseAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.ColumnConfigBaseAttribute() - nameWithType: ColumnConfigBaseAttribute.ColumnConfigBaseAttribute() -- uid: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.#ctor(BenchmarkDotNet.Columns.IColumn[]) - name: ColumnConfigBaseAttribute(IColumn[]) - href: api/BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ColumnConfigBaseAttribute__ctor_BenchmarkDotNet_Columns_IColumn___ - commentId: M:BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.#ctor(BenchmarkDotNet.Columns.IColumn[]) - name.vb: ColumnConfigBaseAttribute(IColumn()) - fullName: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.ColumnConfigBaseAttribute(BenchmarkDotNet.Columns.IColumn[]) - fullName.vb: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.ColumnConfigBaseAttribute(BenchmarkDotNet.Columns.IColumn()) - nameWithType: ColumnConfigBaseAttribute.ColumnConfigBaseAttribute(IColumn[]) - nameWithType.vb: ColumnConfigBaseAttribute.ColumnConfigBaseAttribute(IColumn()) -- uid: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.#ctor* - name: ColumnConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ColumnConfigBaseAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.ColumnConfigBaseAttribute - nameWithType: ColumnConfigBaseAttribute.ColumnConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ColumnConfigBaseAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.Config - fullName: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.Config - nameWithType: ColumnConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ColumnConfigBaseAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ColumnConfigBaseAttribute.Config - nameWithType: ColumnConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute - name: ConfidenceIntervalErrorColumnAttribute - href: api/BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute - fullName: BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute - nameWithType: ConfidenceIntervalErrorColumnAttribute -- uid: BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.#ctor(Perfolizer.Mathematics.Common.ConfidenceLevel) - name: ConfidenceIntervalErrorColumnAttribute(ConfidenceLevel) - href: api/BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.html#BenchmarkDotNet_Attributes_ConfidenceIntervalErrorColumnAttribute__ctor_Perfolizer_Mathematics_Common_ConfidenceLevel_ - commentId: M:BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.#ctor(Perfolizer.Mathematics.Common.ConfidenceLevel) - fullName: BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.ConfidenceIntervalErrorColumnAttribute(Perfolizer.Mathematics.Common.ConfidenceLevel) - nameWithType: ConfidenceIntervalErrorColumnAttribute.ConfidenceIntervalErrorColumnAttribute(ConfidenceLevel) -- uid: BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.#ctor* - name: ConfidenceIntervalErrorColumnAttribute - href: api/BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.html#BenchmarkDotNet_Attributes_ConfidenceIntervalErrorColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ConfidenceIntervalErrorColumnAttribute.ConfidenceIntervalErrorColumnAttribute - nameWithType: ConfidenceIntervalErrorColumnAttribute.ConfidenceIntervalErrorColumnAttribute -- uid: BenchmarkDotNet.Attributes.ConfigAttribute - name: ConfigAttribute - href: api/BenchmarkDotNet.Attributes.ConfigAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ConfigAttribute - fullName: BenchmarkDotNet.Attributes.ConfigAttribute - nameWithType: ConfigAttribute -- uid: BenchmarkDotNet.Attributes.ConfigAttribute.#ctor(System.Type) - name: ConfigAttribute(Type) - href: api/BenchmarkDotNet.Attributes.ConfigAttribute.html#BenchmarkDotNet_Attributes_ConfigAttribute__ctor_System_Type_ - commentId: M:BenchmarkDotNet.Attributes.ConfigAttribute.#ctor(System.Type) - fullName: BenchmarkDotNet.Attributes.ConfigAttribute.ConfigAttribute(System.Type) - nameWithType: ConfigAttribute.ConfigAttribute(Type) -- uid: BenchmarkDotNet.Attributes.ConfigAttribute.#ctor* - name: ConfigAttribute - href: api/BenchmarkDotNet.Attributes.ConfigAttribute.html#BenchmarkDotNet_Attributes_ConfigAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ConfigAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ConfigAttribute.ConfigAttribute - nameWithType: ConfigAttribute.ConfigAttribute -- uid: BenchmarkDotNet.Attributes.ConfigAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.ConfigAttribute.html#BenchmarkDotNet_Attributes_ConfigAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.ConfigAttribute.Config - fullName: BenchmarkDotNet.Attributes.ConfigAttribute.Config - nameWithType: ConfigAttribute.Config -- uid: BenchmarkDotNet.Attributes.ConfigAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.ConfigAttribute.html#BenchmarkDotNet_Attributes_ConfigAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.ConfigAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ConfigAttribute.Config - nameWithType: ConfigAttribute.Config -- uid: BenchmarkDotNet.Attributes.CoreJobAttribute - name: CoreJobAttribute - href: api/BenchmarkDotNet.Attributes.CoreJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.CoreJobAttribute - fullName: BenchmarkDotNet.Attributes.CoreJobAttribute - nameWithType: CoreJobAttribute -- uid: BenchmarkDotNet.Attributes.CoreJobAttribute.#ctor - name: CoreJobAttribute() - href: api/BenchmarkDotNet.Attributes.CoreJobAttribute.html#BenchmarkDotNet_Attributes_CoreJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.CoreJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.CoreJobAttribute.CoreJobAttribute() - nameWithType: CoreJobAttribute.CoreJobAttribute() -- uid: BenchmarkDotNet.Attributes.CoreJobAttribute.#ctor* - name: CoreJobAttribute - href: api/BenchmarkDotNet.Attributes.CoreJobAttribute.html#BenchmarkDotNet_Attributes_CoreJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.CoreJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.CoreJobAttribute.CoreJobAttribute - nameWithType: CoreJobAttribute.CoreJobAttribute -- uid: BenchmarkDotNet.Attributes.CoreRtJobAttribute - name: CoreRtJobAttribute - href: api/BenchmarkDotNet.Attributes.CoreRtJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.CoreRtJobAttribute - fullName: BenchmarkDotNet.Attributes.CoreRtJobAttribute - nameWithType: CoreRtJobAttribute -- uid: BenchmarkDotNet.Attributes.CoreRtJobAttribute.#ctor - name: CoreRtJobAttribute() - href: api/BenchmarkDotNet.Attributes.CoreRtJobAttribute.html#BenchmarkDotNet_Attributes_CoreRtJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.CoreRtJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.CoreRtJobAttribute.CoreRtJobAttribute() - nameWithType: CoreRtJobAttribute.CoreRtJobAttribute() -- uid: BenchmarkDotNet.Attributes.CoreRtJobAttribute.#ctor* - name: CoreRtJobAttribute - href: api/BenchmarkDotNet.Attributes.CoreRtJobAttribute.html#BenchmarkDotNet_Attributes_CoreRtJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.CoreRtJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.CoreRtJobAttribute.CoreRtJobAttribute - nameWithType: CoreRtJobAttribute.CoreRtJobAttribute -- uid: BenchmarkDotNet.Attributes.CsvExporterAttribute - name: CsvExporterAttribute - href: api/BenchmarkDotNet.Attributes.CsvExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.CsvExporterAttribute - fullName: BenchmarkDotNet.Attributes.CsvExporterAttribute - nameWithType: CsvExporterAttribute -- uid: BenchmarkDotNet.Attributes.CsvExporterAttribute.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - name: CsvExporterAttribute(CsvSeparator) - href: api/BenchmarkDotNet.Attributes.CsvExporterAttribute.html#BenchmarkDotNet_Attributes_CsvExporterAttribute__ctor_BenchmarkDotNet_Exporters_Csv_CsvSeparator_ - commentId: M:BenchmarkDotNet.Attributes.CsvExporterAttribute.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - fullName: BenchmarkDotNet.Attributes.CsvExporterAttribute.CsvExporterAttribute(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - nameWithType: CsvExporterAttribute.CsvExporterAttribute(CsvSeparator) -- uid: BenchmarkDotNet.Attributes.CsvExporterAttribute.#ctor* - name: CsvExporterAttribute - href: api/BenchmarkDotNet.Attributes.CsvExporterAttribute.html#BenchmarkDotNet_Attributes_CsvExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.CsvExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.CsvExporterAttribute.CsvExporterAttribute - nameWithType: CsvExporterAttribute.CsvExporterAttribute -- uid: BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute - name: CsvMeasurementsExporterAttribute - href: api/BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute - fullName: BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute - nameWithType: CsvMeasurementsExporterAttribute -- uid: BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - name: CsvMeasurementsExporterAttribute(CsvSeparator) - href: api/BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.html#BenchmarkDotNet_Attributes_CsvMeasurementsExporterAttribute__ctor_BenchmarkDotNet_Exporters_Csv_CsvSeparator_ - commentId: M:BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - fullName: BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.CsvMeasurementsExporterAttribute(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - nameWithType: CsvMeasurementsExporterAttribute.CsvMeasurementsExporterAttribute(CsvSeparator) -- uid: BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.#ctor* - name: CsvMeasurementsExporterAttribute - href: api/BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.html#BenchmarkDotNet_Attributes_CsvMeasurementsExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.CsvMeasurementsExporterAttribute.CsvMeasurementsExporterAttribute - nameWithType: CsvMeasurementsExporterAttribute.CsvMeasurementsExporterAttribute -- uid: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute - name: DisassemblyDiagnoserAttribute - href: api/BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.html - commentId: T:BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute - fullName: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute - nameWithType: DisassemblyDiagnoserAttribute -- uid: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.#ctor(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - name: DisassemblyDiagnoserAttribute(Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - href: api/BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.html#BenchmarkDotNet_Attributes_DisassemblyDiagnoserAttribute__ctor_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.#ctor(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.DisassemblyDiagnoserAttribute(System.Int32, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) - nameWithType: DisassemblyDiagnoserAttribute.DisassemblyDiagnoserAttribute(Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) -- uid: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.#ctor* - name: DisassemblyDiagnoserAttribute - href: api/BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.html#BenchmarkDotNet_Attributes_DisassemblyDiagnoserAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.DisassemblyDiagnoserAttribute - nameWithType: DisassemblyDiagnoserAttribute.DisassemblyDiagnoserAttribute -- uid: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.html#BenchmarkDotNet_Attributes_DisassemblyDiagnoserAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.Config - fullName: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.Config - nameWithType: DisassemblyDiagnoserAttribute.Config -- uid: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.html#BenchmarkDotNet_Attributes_DisassemblyDiagnoserAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.DisassemblyDiagnoserAttribute.Config - nameWithType: DisassemblyDiagnoserAttribute.Config -- uid: BenchmarkDotNet.Attributes.DryClrJobAttribute - name: DryClrJobAttribute - href: api/BenchmarkDotNet.Attributes.DryClrJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.DryClrJobAttribute - fullName: BenchmarkDotNet.Attributes.DryClrJobAttribute - nameWithType: DryClrJobAttribute -- uid: BenchmarkDotNet.Attributes.DryClrJobAttribute.#ctor - name: DryClrJobAttribute() - href: api/BenchmarkDotNet.Attributes.DryClrJobAttribute.html#BenchmarkDotNet_Attributes_DryClrJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.DryClrJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.DryClrJobAttribute.DryClrJobAttribute() - nameWithType: DryClrJobAttribute.DryClrJobAttribute() -- uid: BenchmarkDotNet.Attributes.DryClrJobAttribute.#ctor* - name: DryClrJobAttribute - href: api/BenchmarkDotNet.Attributes.DryClrJobAttribute.html#BenchmarkDotNet_Attributes_DryClrJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.DryClrJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.DryClrJobAttribute.DryClrJobAttribute - nameWithType: DryClrJobAttribute.DryClrJobAttribute -- uid: BenchmarkDotNet.Attributes.DryCoreJobAttribute - name: DryCoreJobAttribute - href: api/BenchmarkDotNet.Attributes.DryCoreJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.DryCoreJobAttribute - fullName: BenchmarkDotNet.Attributes.DryCoreJobAttribute - nameWithType: DryCoreJobAttribute -- uid: BenchmarkDotNet.Attributes.DryCoreJobAttribute.#ctor - name: DryCoreJobAttribute() - href: api/BenchmarkDotNet.Attributes.DryCoreJobAttribute.html#BenchmarkDotNet_Attributes_DryCoreJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.DryCoreJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.DryCoreJobAttribute.DryCoreJobAttribute() - nameWithType: DryCoreJobAttribute.DryCoreJobAttribute() -- uid: BenchmarkDotNet.Attributes.DryCoreJobAttribute.#ctor* - name: DryCoreJobAttribute - href: api/BenchmarkDotNet.Attributes.DryCoreJobAttribute.html#BenchmarkDotNet_Attributes_DryCoreJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.DryCoreJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.DryCoreJobAttribute.DryCoreJobAttribute - nameWithType: DryCoreJobAttribute.DryCoreJobAttribute -- uid: BenchmarkDotNet.Attributes.DryCoreRtJobAttribute - name: DryCoreRtJobAttribute - href: api/BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.DryCoreRtJobAttribute - fullName: BenchmarkDotNet.Attributes.DryCoreRtJobAttribute - nameWithType: DryCoreRtJobAttribute -- uid: BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.#ctor - name: DryCoreRtJobAttribute() - href: api/BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.html#BenchmarkDotNet_Attributes_DryCoreRtJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.DryCoreRtJobAttribute() - nameWithType: DryCoreRtJobAttribute.DryCoreRtJobAttribute() -- uid: BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.#ctor* - name: DryCoreRtJobAttribute - href: api/BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.html#BenchmarkDotNet_Attributes_DryCoreRtJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.DryCoreRtJobAttribute.DryCoreRtJobAttribute - nameWithType: DryCoreRtJobAttribute.DryCoreRtJobAttribute -- uid: BenchmarkDotNet.Attributes.DryJobAttribute - name: DryJobAttribute - href: api/BenchmarkDotNet.Attributes.DryJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.DryJobAttribute - fullName: BenchmarkDotNet.Attributes.DryJobAttribute - nameWithType: DryJobAttribute -- uid: BenchmarkDotNet.Attributes.DryJobAttribute.#ctor - name: DryJobAttribute() - href: api/BenchmarkDotNet.Attributes.DryJobAttribute.html#BenchmarkDotNet_Attributes_DryJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.DryJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.DryJobAttribute.DryJobAttribute() - nameWithType: DryJobAttribute.DryJobAttribute() -- uid: BenchmarkDotNet.Attributes.DryJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - name: DryJobAttribute(RuntimeMoniker) - href: api/BenchmarkDotNet.Attributes.DryJobAttribute.html#BenchmarkDotNet_Attributes_DryJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_ - commentId: M:BenchmarkDotNet.Attributes.DryJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - fullName: BenchmarkDotNet.Attributes.DryJobAttribute.DryJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker) - nameWithType: DryJobAttribute.DryJobAttribute(RuntimeMoniker) -- uid: BenchmarkDotNet.Attributes.DryJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - name: DryJobAttribute(RuntimeMoniker, Jit, Platform) - href: api/BenchmarkDotNet.Attributes.DryJobAttribute.html#BenchmarkDotNet_Attributes_DryJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_BenchmarkDotNet_Environments_Jit_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Attributes.DryJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Attributes.DryJobAttribute.DryJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker, BenchmarkDotNet.Environments.Jit, BenchmarkDotNet.Environments.Platform) - nameWithType: DryJobAttribute.DryJobAttribute(RuntimeMoniker, Jit, Platform) -- uid: BenchmarkDotNet.Attributes.DryJobAttribute.#ctor* - name: DryJobAttribute - href: api/BenchmarkDotNet.Attributes.DryJobAttribute.html#BenchmarkDotNet_Attributes_DryJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.DryJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.DryJobAttribute.DryJobAttribute - nameWithType: DryJobAttribute.DryJobAttribute -- uid: BenchmarkDotNet.Attributes.DryMonoJobAttribute - name: DryMonoJobAttribute - href: api/BenchmarkDotNet.Attributes.DryMonoJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.DryMonoJobAttribute - fullName: BenchmarkDotNet.Attributes.DryMonoJobAttribute - nameWithType: DryMonoJobAttribute -- uid: BenchmarkDotNet.Attributes.DryMonoJobAttribute.#ctor - name: DryMonoJobAttribute() - href: api/BenchmarkDotNet.Attributes.DryMonoJobAttribute.html#BenchmarkDotNet_Attributes_DryMonoJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.DryMonoJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.DryMonoJobAttribute.DryMonoJobAttribute() - nameWithType: DryMonoJobAttribute.DryMonoJobAttribute() -- uid: BenchmarkDotNet.Attributes.DryMonoJobAttribute.#ctor* - name: DryMonoJobAttribute - href: api/BenchmarkDotNet.Attributes.DryMonoJobAttribute.html#BenchmarkDotNet_Attributes_DryMonoJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.DryMonoJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.DryMonoJobAttribute.DryMonoJobAttribute - nameWithType: DryMonoJobAttribute.DryMonoJobAttribute -- uid: BenchmarkDotNet.Attributes.EncodingAttribute - name: EncodingAttribute - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.html - commentId: T:BenchmarkDotNet.Attributes.EncodingAttribute - fullName: BenchmarkDotNet.Attributes.EncodingAttribute - nameWithType: EncodingAttribute -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.ASCII - name: EncodingAttribute.ASCII - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.html - commentId: T:BenchmarkDotNet.Attributes.EncodingAttribute.ASCII - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.ASCII - nameWithType: EncodingAttribute.ASCII -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.#ctor - name: ASCII() - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.html#BenchmarkDotNet_Attributes_EncodingAttribute_ASCII__ctor - commentId: M:BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.#ctor - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.ASCII() - nameWithType: EncodingAttribute.ASCII.ASCII() -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.#ctor* - name: ASCII - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.html#BenchmarkDotNet_Attributes_EncodingAttribute_ASCII__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.ASCII.ASCII - nameWithType: EncodingAttribute.ASCII.ASCII -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.html#BenchmarkDotNet_Attributes_EncodingAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.EncodingAttribute.Config - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.Config - nameWithType: EncodingAttribute.Config -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.html#BenchmarkDotNet_Attributes_EncodingAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.EncodingAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.Config - nameWithType: EncodingAttribute.Config -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.Unicode - name: EncodingAttribute.Unicode - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.html - commentId: T:BenchmarkDotNet.Attributes.EncodingAttribute.Unicode - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.Unicode - nameWithType: EncodingAttribute.Unicode -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.#ctor - name: Unicode() - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.html#BenchmarkDotNet_Attributes_EncodingAttribute_Unicode__ctor - commentId: M:BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.#ctor - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.Unicode() - nameWithType: EncodingAttribute.Unicode.Unicode() -- uid: BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.#ctor* - name: Unicode - href: api/BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.html#BenchmarkDotNet_Attributes_EncodingAttribute_Unicode__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.EncodingAttribute.Unicode.Unicode - nameWithType: EncodingAttribute.Unicode.Unicode -- uid: BenchmarkDotNet.Attributes.EvaluateOverheadAttribute - name: EvaluateOverheadAttribute - href: api/BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.html - commentId: T:BenchmarkDotNet.Attributes.EvaluateOverheadAttribute - fullName: BenchmarkDotNet.Attributes.EvaluateOverheadAttribute - nameWithType: EvaluateOverheadAttribute -- uid: BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.#ctor(System.Boolean) - name: EvaluateOverheadAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.html#BenchmarkDotNet_Attributes_EvaluateOverheadAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.EvaluateOverheadAttribute(System.Boolean) - nameWithType: EvaluateOverheadAttribute.EvaluateOverheadAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.#ctor* - name: EvaluateOverheadAttribute - href: api/BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.html#BenchmarkDotNet_Attributes_EvaluateOverheadAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.EvaluateOverheadAttribute.EvaluateOverheadAttribute - nameWithType: EvaluateOverheadAttribute.EvaluateOverheadAttribute -- uid: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute - name: EventPipeProfilerAttribute - href: api/BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.html - commentId: T:BenchmarkDotNet.Attributes.EventPipeProfilerAttribute - fullName: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute - nameWithType: EventPipeProfilerAttribute -- uid: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.#ctor(BenchmarkDotNet.Diagnosers.EventPipeProfile) - name: EventPipeProfilerAttribute(EventPipeProfile) - href: api/BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.html#BenchmarkDotNet_Attributes_EventPipeProfilerAttribute__ctor_BenchmarkDotNet_Diagnosers_EventPipeProfile_ - commentId: M:BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.#ctor(BenchmarkDotNet.Diagnosers.EventPipeProfile) - fullName: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.EventPipeProfilerAttribute(BenchmarkDotNet.Diagnosers.EventPipeProfile) - nameWithType: EventPipeProfilerAttribute.EventPipeProfilerAttribute(EventPipeProfile) -- uid: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.#ctor* - name: EventPipeProfilerAttribute - href: api/BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.html#BenchmarkDotNet_Attributes_EventPipeProfilerAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.EventPipeProfilerAttribute - nameWithType: EventPipeProfilerAttribute.EventPipeProfilerAttribute -- uid: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.html#BenchmarkDotNet_Attributes_EventPipeProfilerAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.Config - fullName: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.Config - nameWithType: EventPipeProfilerAttribute.Config -- uid: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.html#BenchmarkDotNet_Attributes_EventPipeProfilerAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.EventPipeProfilerAttribute.Config - nameWithType: EventPipeProfilerAttribute.Config -- uid: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute - name: ExecutionValidatorAttribute - href: api/BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ExecutionValidatorAttribute - fullName: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute - nameWithType: ExecutionValidatorAttribute -- uid: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.#ctor - name: ExecutionValidatorAttribute() - href: api/BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.html#BenchmarkDotNet_Attributes_ExecutionValidatorAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.ExecutionValidatorAttribute() - nameWithType: ExecutionValidatorAttribute.ExecutionValidatorAttribute() -- uid: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.#ctor(System.Boolean) - name: ExecutionValidatorAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.html#BenchmarkDotNet_Attributes_ExecutionValidatorAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.ExecutionValidatorAttribute(System.Boolean) - nameWithType: ExecutionValidatorAttribute.ExecutionValidatorAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.#ctor* - name: ExecutionValidatorAttribute - href: api/BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.html#BenchmarkDotNet_Attributes_ExecutionValidatorAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ExecutionValidatorAttribute.ExecutionValidatorAttribute - nameWithType: ExecutionValidatorAttribute.ExecutionValidatorAttribute -- uid: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute - name: ExporterConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute - fullName: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute - nameWithType: ExporterConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.#ctor - name: ExporterConfigBaseAttribute() - href: api/BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ExporterConfigBaseAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.ExporterConfigBaseAttribute() - nameWithType: ExporterConfigBaseAttribute.ExporterConfigBaseAttribute() -- uid: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.#ctor(BenchmarkDotNet.Exporters.IExporter[]) - name: ExporterConfigBaseAttribute(IExporter[]) - href: api/BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ExporterConfigBaseAttribute__ctor_BenchmarkDotNet_Exporters_IExporter___ - commentId: M:BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.#ctor(BenchmarkDotNet.Exporters.IExporter[]) - name.vb: ExporterConfigBaseAttribute(IExporter()) - fullName: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.ExporterConfigBaseAttribute(BenchmarkDotNet.Exporters.IExporter[]) - fullName.vb: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.ExporterConfigBaseAttribute(BenchmarkDotNet.Exporters.IExporter()) - nameWithType: ExporterConfigBaseAttribute.ExporterConfigBaseAttribute(IExporter[]) - nameWithType.vb: ExporterConfigBaseAttribute.ExporterConfigBaseAttribute(IExporter()) -- uid: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.#ctor* - name: ExporterConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ExporterConfigBaseAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.ExporterConfigBaseAttribute - nameWithType: ExporterConfigBaseAttribute.ExporterConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ExporterConfigBaseAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.Config - fullName: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.Config - nameWithType: ExporterConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ExporterConfigBaseAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ExporterConfigBaseAttribute.Config - nameWithType: ExporterConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute - name: FilterConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.html - commentId: T:BenchmarkDotNet.Attributes.FilterConfigBaseAttribute - fullName: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute - nameWithType: FilterConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.#ctor - name: FilterConfigBaseAttribute() - href: api/BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_FilterConfigBaseAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.FilterConfigBaseAttribute() - nameWithType: FilterConfigBaseAttribute.FilterConfigBaseAttribute() -- uid: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.#ctor(BenchmarkDotNet.Filters.IFilter[]) - name: FilterConfigBaseAttribute(IFilter[]) - href: api/BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_FilterConfigBaseAttribute__ctor_BenchmarkDotNet_Filters_IFilter___ - commentId: M:BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.#ctor(BenchmarkDotNet.Filters.IFilter[]) - name.vb: FilterConfigBaseAttribute(IFilter()) - fullName: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.FilterConfigBaseAttribute(BenchmarkDotNet.Filters.IFilter[]) - fullName.vb: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.FilterConfigBaseAttribute(BenchmarkDotNet.Filters.IFilter()) - nameWithType: FilterConfigBaseAttribute.FilterConfigBaseAttribute(IFilter[]) - nameWithType.vb: FilterConfigBaseAttribute.FilterConfigBaseAttribute(IFilter()) -- uid: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.#ctor* - name: FilterConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_FilterConfigBaseAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.FilterConfigBaseAttribute - nameWithType: FilterConfigBaseAttribute.FilterConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_FilterConfigBaseAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.Config - fullName: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.Config - nameWithType: FilterConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.html#BenchmarkDotNet_Attributes_FilterConfigBaseAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.FilterConfigBaseAttribute.Config - nameWithType: FilterConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.GcConcurrentAttribute - name: GcConcurrentAttribute - href: api/BenchmarkDotNet.Attributes.GcConcurrentAttribute.html - commentId: T:BenchmarkDotNet.Attributes.GcConcurrentAttribute - fullName: BenchmarkDotNet.Attributes.GcConcurrentAttribute - nameWithType: GcConcurrentAttribute -- uid: BenchmarkDotNet.Attributes.GcConcurrentAttribute.#ctor(System.Boolean) - name: GcConcurrentAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.GcConcurrentAttribute.html#BenchmarkDotNet_Attributes_GcConcurrentAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.GcConcurrentAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.GcConcurrentAttribute.GcConcurrentAttribute(System.Boolean) - nameWithType: GcConcurrentAttribute.GcConcurrentAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.GcConcurrentAttribute.#ctor* - name: GcConcurrentAttribute - href: api/BenchmarkDotNet.Attributes.GcConcurrentAttribute.html#BenchmarkDotNet_Attributes_GcConcurrentAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.GcConcurrentAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.GcConcurrentAttribute.GcConcurrentAttribute - nameWithType: GcConcurrentAttribute.GcConcurrentAttribute -- uid: BenchmarkDotNet.Attributes.GcForceAttribute - name: GcForceAttribute - href: api/BenchmarkDotNet.Attributes.GcForceAttribute.html - commentId: T:BenchmarkDotNet.Attributes.GcForceAttribute - fullName: BenchmarkDotNet.Attributes.GcForceAttribute - nameWithType: GcForceAttribute -- uid: BenchmarkDotNet.Attributes.GcForceAttribute.#ctor(System.Boolean) - name: GcForceAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.GcForceAttribute.html#BenchmarkDotNet_Attributes_GcForceAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.GcForceAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.GcForceAttribute.GcForceAttribute(System.Boolean) - nameWithType: GcForceAttribute.GcForceAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.GcForceAttribute.#ctor* - name: GcForceAttribute - href: api/BenchmarkDotNet.Attributes.GcForceAttribute.html#BenchmarkDotNet_Attributes_GcForceAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.GcForceAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.GcForceAttribute.GcForceAttribute - nameWithType: GcForceAttribute.GcForceAttribute -- uid: BenchmarkDotNet.Attributes.GcServerAttribute - name: GcServerAttribute - href: api/BenchmarkDotNet.Attributes.GcServerAttribute.html - commentId: T:BenchmarkDotNet.Attributes.GcServerAttribute - fullName: BenchmarkDotNet.Attributes.GcServerAttribute - nameWithType: GcServerAttribute -- uid: BenchmarkDotNet.Attributes.GcServerAttribute.#ctor(System.Boolean) - name: GcServerAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.GcServerAttribute.html#BenchmarkDotNet_Attributes_GcServerAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.GcServerAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.GcServerAttribute.GcServerAttribute(System.Boolean) - nameWithType: GcServerAttribute.GcServerAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.GcServerAttribute.#ctor* - name: GcServerAttribute - href: api/BenchmarkDotNet.Attributes.GcServerAttribute.html#BenchmarkDotNet_Attributes_GcServerAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.GcServerAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.GcServerAttribute.GcServerAttribute - nameWithType: GcServerAttribute.GcServerAttribute -- uid: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute - name: GenericTypeArgumentsAttribute - href: api/BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.html - commentId: T:BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute - fullName: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute - nameWithType: GenericTypeArgumentsAttribute -- uid: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.#ctor - name: GenericTypeArgumentsAttribute() - href: api/BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.html#BenchmarkDotNet_Attributes_GenericTypeArgumentsAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute() - nameWithType: GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute() -- uid: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.#ctor(System.Type[]) - name: GenericTypeArgumentsAttribute(Type[]) - href: api/BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.html#BenchmarkDotNet_Attributes_GenericTypeArgumentsAttribute__ctor_System_Type___ - commentId: M:BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.#ctor(System.Type[]) - name.vb: GenericTypeArgumentsAttribute(Type()) - fullName: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute(System.Type[]) - fullName.vb: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute(System.Type()) - nameWithType: GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute(Type[]) - nameWithType.vb: GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute(Type()) -- uid: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.#ctor* - name: GenericTypeArgumentsAttribute - href: api/BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.html#BenchmarkDotNet_Attributes_GenericTypeArgumentsAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute - nameWithType: GenericTypeArgumentsAttribute.GenericTypeArgumentsAttribute -- uid: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArguments - name: GenericTypeArguments - href: api/BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.html#BenchmarkDotNet_Attributes_GenericTypeArgumentsAttribute_GenericTypeArguments - commentId: P:BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArguments - fullName: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArguments - nameWithType: GenericTypeArgumentsAttribute.GenericTypeArguments -- uid: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArguments* - name: GenericTypeArguments - href: api/BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.html#BenchmarkDotNet_Attributes_GenericTypeArgumentsAttribute_GenericTypeArguments_ - commentId: Overload:BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArguments - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.GenericTypeArgumentsAttribute.GenericTypeArguments - nameWithType: GenericTypeArgumentsAttribute.GenericTypeArguments -- uid: BenchmarkDotNet.Attributes.GlobalCleanupAttribute - name: GlobalCleanupAttribute - href: api/BenchmarkDotNet.Attributes.GlobalCleanupAttribute.html - commentId: T:BenchmarkDotNet.Attributes.GlobalCleanupAttribute - fullName: BenchmarkDotNet.Attributes.GlobalCleanupAttribute - nameWithType: GlobalCleanupAttribute -- uid: BenchmarkDotNet.Attributes.GlobalSetupAttribute - name: GlobalSetupAttribute - href: api/BenchmarkDotNet.Attributes.GlobalSetupAttribute.html - commentId: T:BenchmarkDotNet.Attributes.GlobalSetupAttribute - fullName: BenchmarkDotNet.Attributes.GlobalSetupAttribute - nameWithType: GlobalSetupAttribute -- uid: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute - name: GroupBenchmarksByAttribute - href: api/BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.html - commentId: T:BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute - fullName: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute - nameWithType: GroupBenchmarksByAttribute -- uid: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.#ctor - name: GroupBenchmarksByAttribute() - href: api/BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.html#BenchmarkDotNet_Attributes_GroupBenchmarksByAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.GroupBenchmarksByAttribute() - nameWithType: GroupBenchmarksByAttribute.GroupBenchmarksByAttribute() -- uid: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.#ctor(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - name: GroupBenchmarksByAttribute(BenchmarkLogicalGroupRule[]) - href: api/BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.html#BenchmarkDotNet_Attributes_GroupBenchmarksByAttribute__ctor_BenchmarkDotNet_Configs_BenchmarkLogicalGroupRule___ - commentId: M:BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.#ctor(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - name.vb: GroupBenchmarksByAttribute(BenchmarkLogicalGroupRule()) - fullName: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.GroupBenchmarksByAttribute(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - fullName.vb: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.GroupBenchmarksByAttribute(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule()) - nameWithType: GroupBenchmarksByAttribute.GroupBenchmarksByAttribute(BenchmarkLogicalGroupRule[]) - nameWithType.vb: GroupBenchmarksByAttribute.GroupBenchmarksByAttribute(BenchmarkLogicalGroupRule()) -- uid: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.#ctor* - name: GroupBenchmarksByAttribute - href: api/BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.html#BenchmarkDotNet_Attributes_GroupBenchmarksByAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.GroupBenchmarksByAttribute - nameWithType: GroupBenchmarksByAttribute.GroupBenchmarksByAttribute -- uid: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.html#BenchmarkDotNet_Attributes_GroupBenchmarksByAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.Config - fullName: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.Config - nameWithType: GroupBenchmarksByAttribute.Config -- uid: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.html#BenchmarkDotNet_Attributes_GroupBenchmarksByAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.GroupBenchmarksByAttribute.Config - nameWithType: GroupBenchmarksByAttribute.Config -- uid: BenchmarkDotNet.Attributes.HardwareCountersAttribute - name: HardwareCountersAttribute - href: api/BenchmarkDotNet.Attributes.HardwareCountersAttribute.html - commentId: T:BenchmarkDotNet.Attributes.HardwareCountersAttribute - fullName: BenchmarkDotNet.Attributes.HardwareCountersAttribute - nameWithType: HardwareCountersAttribute -- uid: BenchmarkDotNet.Attributes.HardwareCountersAttribute.#ctor - name: HardwareCountersAttribute() - href: api/BenchmarkDotNet.Attributes.HardwareCountersAttribute.html#BenchmarkDotNet_Attributes_HardwareCountersAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.HardwareCountersAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.HardwareCountersAttribute.HardwareCountersAttribute() - nameWithType: HardwareCountersAttribute.HardwareCountersAttribute() -- uid: BenchmarkDotNet.Attributes.HardwareCountersAttribute.#ctor(BenchmarkDotNet.Diagnosers.HardwareCounter[]) - name: HardwareCountersAttribute(HardwareCounter[]) - href: api/BenchmarkDotNet.Attributes.HardwareCountersAttribute.html#BenchmarkDotNet_Attributes_HardwareCountersAttribute__ctor_BenchmarkDotNet_Diagnosers_HardwareCounter___ - commentId: M:BenchmarkDotNet.Attributes.HardwareCountersAttribute.#ctor(BenchmarkDotNet.Diagnosers.HardwareCounter[]) - name.vb: HardwareCountersAttribute(HardwareCounter()) - fullName: BenchmarkDotNet.Attributes.HardwareCountersAttribute.HardwareCountersAttribute(BenchmarkDotNet.Diagnosers.HardwareCounter[]) - fullName.vb: BenchmarkDotNet.Attributes.HardwareCountersAttribute.HardwareCountersAttribute(BenchmarkDotNet.Diagnosers.HardwareCounter()) - nameWithType: HardwareCountersAttribute.HardwareCountersAttribute(HardwareCounter[]) - nameWithType.vb: HardwareCountersAttribute.HardwareCountersAttribute(HardwareCounter()) -- uid: BenchmarkDotNet.Attributes.HardwareCountersAttribute.#ctor* - name: HardwareCountersAttribute - href: api/BenchmarkDotNet.Attributes.HardwareCountersAttribute.html#BenchmarkDotNet_Attributes_HardwareCountersAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.HardwareCountersAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.HardwareCountersAttribute.HardwareCountersAttribute - nameWithType: HardwareCountersAttribute.HardwareCountersAttribute -- uid: BenchmarkDotNet.Attributes.HardwareCountersAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.HardwareCountersAttribute.html#BenchmarkDotNet_Attributes_HardwareCountersAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.HardwareCountersAttribute.Config - fullName: BenchmarkDotNet.Attributes.HardwareCountersAttribute.Config - nameWithType: HardwareCountersAttribute.Config -- uid: BenchmarkDotNet.Attributes.HardwareCountersAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.HardwareCountersAttribute.html#BenchmarkDotNet_Attributes_HardwareCountersAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.HardwareCountersAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.HardwareCountersAttribute.Config - nameWithType: HardwareCountersAttribute.Config -- uid: BenchmarkDotNet.Attributes.HtmlExporterAttribute - name: HtmlExporterAttribute - href: api/BenchmarkDotNet.Attributes.HtmlExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.HtmlExporterAttribute - fullName: BenchmarkDotNet.Attributes.HtmlExporterAttribute - nameWithType: HtmlExporterAttribute -- uid: BenchmarkDotNet.Attributes.HtmlExporterAttribute.#ctor - name: HtmlExporterAttribute() - href: api/BenchmarkDotNet.Attributes.HtmlExporterAttribute.html#BenchmarkDotNet_Attributes_HtmlExporterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.HtmlExporterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.HtmlExporterAttribute.HtmlExporterAttribute() - nameWithType: HtmlExporterAttribute.HtmlExporterAttribute() -- uid: BenchmarkDotNet.Attributes.HtmlExporterAttribute.#ctor* - name: HtmlExporterAttribute - href: api/BenchmarkDotNet.Attributes.HtmlExporterAttribute.html#BenchmarkDotNet_Attributes_HtmlExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.HtmlExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.HtmlExporterAttribute.HtmlExporterAttribute - nameWithType: HtmlExporterAttribute.HtmlExporterAttribute -- uid: BenchmarkDotNet.Attributes.InnerIterationCountAttribute - name: InnerIterationCountAttribute - href: api/BenchmarkDotNet.Attributes.InnerIterationCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.InnerIterationCountAttribute - fullName: BenchmarkDotNet.Attributes.InnerIterationCountAttribute - nameWithType: InnerIterationCountAttribute -- uid: BenchmarkDotNet.Attributes.InnerIterationCountAttribute.#ctor(System.Int32) - name: InnerIterationCountAttribute(Int32) - href: api/BenchmarkDotNet.Attributes.InnerIterationCountAttribute.html#BenchmarkDotNet_Attributes_InnerIterationCountAttribute__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.InnerIterationCountAttribute.#ctor(System.Int32) - fullName: BenchmarkDotNet.Attributes.InnerIterationCountAttribute.InnerIterationCountAttribute(System.Int32) - nameWithType: InnerIterationCountAttribute.InnerIterationCountAttribute(Int32) -- uid: BenchmarkDotNet.Attributes.InnerIterationCountAttribute.#ctor* - name: InnerIterationCountAttribute - href: api/BenchmarkDotNet.Attributes.InnerIterationCountAttribute.html#BenchmarkDotNet_Attributes_InnerIterationCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.InnerIterationCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.InnerIterationCountAttribute.InnerIterationCountAttribute - nameWithType: InnerIterationCountAttribute.InnerIterationCountAttribute -- uid: BenchmarkDotNet.Attributes.InProcessAttribute - name: InProcessAttribute - href: api/BenchmarkDotNet.Attributes.InProcessAttribute.html - commentId: T:BenchmarkDotNet.Attributes.InProcessAttribute - fullName: BenchmarkDotNet.Attributes.InProcessAttribute - nameWithType: InProcessAttribute -- uid: BenchmarkDotNet.Attributes.InProcessAttribute.#ctor(System.Boolean) - name: InProcessAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.InProcessAttribute.html#BenchmarkDotNet_Attributes_InProcessAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.InProcessAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.InProcessAttribute.InProcessAttribute(System.Boolean) - nameWithType: InProcessAttribute.InProcessAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.InProcessAttribute.#ctor* - name: InProcessAttribute - href: api/BenchmarkDotNet.Attributes.InProcessAttribute.html#BenchmarkDotNet_Attributes_InProcessAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.InProcessAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.InProcessAttribute.InProcessAttribute - nameWithType: InProcessAttribute.InProcessAttribute -- uid: BenchmarkDotNet.Attributes.InvocationCountAttribute - name: InvocationCountAttribute - href: api/BenchmarkDotNet.Attributes.InvocationCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.InvocationCountAttribute - fullName: BenchmarkDotNet.Attributes.InvocationCountAttribute - nameWithType: InvocationCountAttribute -- uid: BenchmarkDotNet.Attributes.InvocationCountAttribute.#ctor(System.Int32,System.Int32) - name: InvocationCountAttribute(Int32, Int32) - href: api/BenchmarkDotNet.Attributes.InvocationCountAttribute.html#BenchmarkDotNet_Attributes_InvocationCountAttribute__ctor_System_Int32_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.InvocationCountAttribute.#ctor(System.Int32,System.Int32) - fullName: BenchmarkDotNet.Attributes.InvocationCountAttribute.InvocationCountAttribute(System.Int32, System.Int32) - nameWithType: InvocationCountAttribute.InvocationCountAttribute(Int32, Int32) -- uid: BenchmarkDotNet.Attributes.InvocationCountAttribute.#ctor* - name: InvocationCountAttribute - href: api/BenchmarkDotNet.Attributes.InvocationCountAttribute.html#BenchmarkDotNet_Attributes_InvocationCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.InvocationCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.InvocationCountAttribute.InvocationCountAttribute - nameWithType: InvocationCountAttribute.InvocationCountAttribute -- uid: BenchmarkDotNet.Attributes.IterationCleanupAttribute - name: IterationCleanupAttribute - href: api/BenchmarkDotNet.Attributes.IterationCleanupAttribute.html - commentId: T:BenchmarkDotNet.Attributes.IterationCleanupAttribute - fullName: BenchmarkDotNet.Attributes.IterationCleanupAttribute - nameWithType: IterationCleanupAttribute -- uid: BenchmarkDotNet.Attributes.IterationCountAttribute - name: IterationCountAttribute - href: api/BenchmarkDotNet.Attributes.IterationCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.IterationCountAttribute - fullName: BenchmarkDotNet.Attributes.IterationCountAttribute - nameWithType: IterationCountAttribute -- uid: BenchmarkDotNet.Attributes.IterationCountAttribute.#ctor(System.Int32) - name: IterationCountAttribute(Int32) - href: api/BenchmarkDotNet.Attributes.IterationCountAttribute.html#BenchmarkDotNet_Attributes_IterationCountAttribute__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.IterationCountAttribute.#ctor(System.Int32) - fullName: BenchmarkDotNet.Attributes.IterationCountAttribute.IterationCountAttribute(System.Int32) - nameWithType: IterationCountAttribute.IterationCountAttribute(Int32) -- uid: BenchmarkDotNet.Attributes.IterationCountAttribute.#ctor* - name: IterationCountAttribute - href: api/BenchmarkDotNet.Attributes.IterationCountAttribute.html#BenchmarkDotNet_Attributes_IterationCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.IterationCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.IterationCountAttribute.IterationCountAttribute - nameWithType: IterationCountAttribute.IterationCountAttribute -- uid: BenchmarkDotNet.Attributes.IterationsColumnAttribute - name: IterationsColumnAttribute - href: api/BenchmarkDotNet.Attributes.IterationsColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.IterationsColumnAttribute - fullName: BenchmarkDotNet.Attributes.IterationsColumnAttribute - nameWithType: IterationsColumnAttribute -- uid: BenchmarkDotNet.Attributes.IterationsColumnAttribute.#ctor - name: IterationsColumnAttribute() - href: api/BenchmarkDotNet.Attributes.IterationsColumnAttribute.html#BenchmarkDotNet_Attributes_IterationsColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.IterationsColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.IterationsColumnAttribute.IterationsColumnAttribute() - nameWithType: IterationsColumnAttribute.IterationsColumnAttribute() -- uid: BenchmarkDotNet.Attributes.IterationsColumnAttribute.#ctor* - name: IterationsColumnAttribute - href: api/BenchmarkDotNet.Attributes.IterationsColumnAttribute.html#BenchmarkDotNet_Attributes_IterationsColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.IterationsColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.IterationsColumnAttribute.IterationsColumnAttribute - nameWithType: IterationsColumnAttribute.IterationsColumnAttribute -- uid: BenchmarkDotNet.Attributes.IterationSetupAttribute - name: IterationSetupAttribute - href: api/BenchmarkDotNet.Attributes.IterationSetupAttribute.html - commentId: T:BenchmarkDotNet.Attributes.IterationSetupAttribute - fullName: BenchmarkDotNet.Attributes.IterationSetupAttribute - nameWithType: IterationSetupAttribute -- uid: BenchmarkDotNet.Attributes.IterationTimeAttribute - name: IterationTimeAttribute - href: api/BenchmarkDotNet.Attributes.IterationTimeAttribute.html - commentId: T:BenchmarkDotNet.Attributes.IterationTimeAttribute - fullName: BenchmarkDotNet.Attributes.IterationTimeAttribute - nameWithType: IterationTimeAttribute -- uid: BenchmarkDotNet.Attributes.IterationTimeAttribute.#ctor(System.Double) - name: IterationTimeAttribute(Double) - href: api/BenchmarkDotNet.Attributes.IterationTimeAttribute.html#BenchmarkDotNet_Attributes_IterationTimeAttribute__ctor_System_Double_ - commentId: M:BenchmarkDotNet.Attributes.IterationTimeAttribute.#ctor(System.Double) - fullName: BenchmarkDotNet.Attributes.IterationTimeAttribute.IterationTimeAttribute(System.Double) - nameWithType: IterationTimeAttribute.IterationTimeAttribute(Double) -- uid: BenchmarkDotNet.Attributes.IterationTimeAttribute.#ctor* - name: IterationTimeAttribute - href: api/BenchmarkDotNet.Attributes.IterationTimeAttribute.html#BenchmarkDotNet_Attributes_IterationTimeAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.IterationTimeAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.IterationTimeAttribute.IterationTimeAttribute - nameWithType: IterationTimeAttribute.IterationTimeAttribute -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute - name: JobConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html - commentId: T:BenchmarkDotNet.Attributes.JobConfigBaseAttribute - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute - nameWithType: JobConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.#ctor - name: JobConfigBaseAttribute() - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobConfigBaseAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.JobConfigBaseAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.JobConfigBaseAttribute() - nameWithType: JobConfigBaseAttribute.JobConfigBaseAttribute() -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.#ctor(BenchmarkDotNet.Jobs.Job) - name: JobConfigBaseAttribute(Job) - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobConfigBaseAttribute__ctor_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Attributes.JobConfigBaseAttribute.#ctor(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.JobConfigBaseAttribute(BenchmarkDotNet.Jobs.Job) - nameWithType: JobConfigBaseAttribute.JobConfigBaseAttribute(Job) -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.#ctor* - name: JobConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobConfigBaseAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.JobConfigBaseAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.JobConfigBaseAttribute - nameWithType: JobConfigBaseAttribute.JobConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobConfigBaseAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.JobConfigBaseAttribute.Config - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.Config - nameWithType: JobConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobConfigBaseAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.JobConfigBaseAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.Config - nameWithType: JobConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.GetJob(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.RuntimeMoniker,System.Nullable{BenchmarkDotNet.Environments.Jit},System.Nullable{BenchmarkDotNet.Environments.Platform}) - name: GetJob(Job, RuntimeMoniker, Nullable, Nullable) - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobConfigBaseAttribute_GetJob_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Jobs_RuntimeMoniker_System_Nullable_BenchmarkDotNet_Environments_Jit__System_Nullable_BenchmarkDotNet_Environments_Platform__ - commentId: M:BenchmarkDotNet.Attributes.JobConfigBaseAttribute.GetJob(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.RuntimeMoniker,System.Nullable{BenchmarkDotNet.Environments.Jit},System.Nullable{BenchmarkDotNet.Environments.Platform}) - name.vb: GetJob(Job, RuntimeMoniker, Nullable(Of Jit), Nullable(Of Platform)) - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.GetJob(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Jobs.RuntimeMoniker, System.Nullable, System.Nullable) - fullName.vb: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.GetJob(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Jobs.RuntimeMoniker, System.Nullable(Of BenchmarkDotNet.Environments.Jit), System.Nullable(Of BenchmarkDotNet.Environments.Platform)) - nameWithType: JobConfigBaseAttribute.GetJob(Job, RuntimeMoniker, Nullable, Nullable) - nameWithType.vb: JobConfigBaseAttribute.GetJob(Job, RuntimeMoniker, Nullable(Of Jit), Nullable(Of Platform)) -- uid: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.GetJob* - name: GetJob - href: api/BenchmarkDotNet.Attributes.JobConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobConfigBaseAttribute_GetJob_ - commentId: Overload:BenchmarkDotNet.Attributes.JobConfigBaseAttribute.GetJob - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JobConfigBaseAttribute.GetJob - nameWithType: JobConfigBaseAttribute.GetJob -- uid: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute - name: JobMutatorConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.html - commentId: T:BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute - fullName: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute - nameWithType: JobMutatorConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.#ctor - name: JobMutatorConfigBaseAttribute() - href: api/BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobMutatorConfigBaseAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.JobMutatorConfigBaseAttribute() - nameWithType: JobMutatorConfigBaseAttribute.JobMutatorConfigBaseAttribute() -- uid: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.#ctor(BenchmarkDotNet.Jobs.Job) - name: JobMutatorConfigBaseAttribute(Job) - href: api/BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobMutatorConfigBaseAttribute__ctor_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.#ctor(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.JobMutatorConfigBaseAttribute(BenchmarkDotNet.Jobs.Job) - nameWithType: JobMutatorConfigBaseAttribute.JobMutatorConfigBaseAttribute(Job) -- uid: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.#ctor* - name: JobMutatorConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobMutatorConfigBaseAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.JobMutatorConfigBaseAttribute - nameWithType: JobMutatorConfigBaseAttribute.JobMutatorConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobMutatorConfigBaseAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.Config - fullName: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.Config - nameWithType: JobMutatorConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_JobMutatorConfigBaseAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JobMutatorConfigBaseAttribute.Config - nameWithType: JobMutatorConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute - name: JsonExporterAttribute - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.JsonExporterAttribute - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute - nameWithType: JsonExporterAttribute -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.#ctor(System.String,System.Boolean,System.Boolean) - name: JsonExporterAttribute(String, Boolean, Boolean) - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.html#BenchmarkDotNet_Attributes_JsonExporterAttribute__ctor_System_String_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.JsonExporterAttribute.#ctor(System.String,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.JsonExporterAttribute(System.String, System.Boolean, System.Boolean) - nameWithType: JsonExporterAttribute.JsonExporterAttribute(String, Boolean, Boolean) -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.#ctor* - name: JsonExporterAttribute - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.html#BenchmarkDotNet_Attributes_JsonExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.JsonExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.JsonExporterAttribute - nameWithType: JsonExporterAttribute.JsonExporterAttribute -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute - name: JsonExporterAttribute.BriefAttribute - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.html - commentId: T:BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute - nameWithType: JsonExporterAttribute.BriefAttribute -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.#ctor - name: BriefAttribute() - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_BriefAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.BriefAttribute() - nameWithType: JsonExporterAttribute.BriefAttribute.BriefAttribute() -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.#ctor* - name: BriefAttribute - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_BriefAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefAttribute.BriefAttribute - nameWithType: JsonExporterAttribute.BriefAttribute.BriefAttribute -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed - name: JsonExporterAttribute.BriefCompressed - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.html - commentId: T:BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed - nameWithType: JsonExporterAttribute.BriefCompressed -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.#ctor - name: BriefCompressed() - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_BriefCompressed__ctor - commentId: M:BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.#ctor - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.BriefCompressed() - nameWithType: JsonExporterAttribute.BriefCompressed.BriefCompressed() -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.#ctor* - name: BriefCompressed - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_BriefCompressed__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.BriefCompressed.BriefCompressed - nameWithType: JsonExporterAttribute.BriefCompressed.BriefCompressed -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.Full - name: JsonExporterAttribute.Full - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.html - commentId: T:BenchmarkDotNet.Attributes.JsonExporterAttribute.Full - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.Full - nameWithType: JsonExporterAttribute.Full -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.#ctor - name: Full() - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_Full__ctor - commentId: M:BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.#ctor - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.Full() - nameWithType: JsonExporterAttribute.Full.Full() -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.#ctor* - name: Full - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_Full__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.Full.Full - nameWithType: JsonExporterAttribute.Full.Full -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed - name: JsonExporterAttribute.FullCompressed - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.html - commentId: T:BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed - nameWithType: JsonExporterAttribute.FullCompressed -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.#ctor - name: FullCompressed() - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_FullCompressed__ctor - commentId: M:BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.#ctor - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.FullCompressed() - nameWithType: JsonExporterAttribute.FullCompressed.FullCompressed() -- uid: BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.#ctor* - name: FullCompressed - href: api/BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.html#BenchmarkDotNet_Attributes_JsonExporterAttribute_FullCompressed__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.JsonExporterAttribute.FullCompressed.FullCompressed - nameWithType: JsonExporterAttribute.FullCompressed.FullCompressed -- uid: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute - name: KeepBenchmarkFilesAttribute - href: api/BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.html - commentId: T:BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute - fullName: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute - nameWithType: KeepBenchmarkFilesAttribute -- uid: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.#ctor(System.Boolean) - name: KeepBenchmarkFilesAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.html#BenchmarkDotNet_Attributes_KeepBenchmarkFilesAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.KeepBenchmarkFilesAttribute(System.Boolean) - nameWithType: KeepBenchmarkFilesAttribute.KeepBenchmarkFilesAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.#ctor* - name: KeepBenchmarkFilesAttribute - href: api/BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.html#BenchmarkDotNet_Attributes_KeepBenchmarkFilesAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.KeepBenchmarkFilesAttribute - nameWithType: KeepBenchmarkFilesAttribute.KeepBenchmarkFilesAttribute -- uid: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.html#BenchmarkDotNet_Attributes_KeepBenchmarkFilesAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.Config - fullName: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.Config - nameWithType: KeepBenchmarkFilesAttribute.Config -- uid: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.html#BenchmarkDotNet_Attributes_KeepBenchmarkFilesAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.KeepBenchmarkFilesAttribute.Config - nameWithType: KeepBenchmarkFilesAttribute.Config -- uid: BenchmarkDotNet.Attributes.KurtosisColumnAttribute - name: KurtosisColumnAttribute - href: api/BenchmarkDotNet.Attributes.KurtosisColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.KurtosisColumnAttribute - fullName: BenchmarkDotNet.Attributes.KurtosisColumnAttribute - nameWithType: KurtosisColumnAttribute -- uid: BenchmarkDotNet.Attributes.KurtosisColumnAttribute.#ctor - name: KurtosisColumnAttribute() - href: api/BenchmarkDotNet.Attributes.KurtosisColumnAttribute.html#BenchmarkDotNet_Attributes_KurtosisColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.KurtosisColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.KurtosisColumnAttribute.KurtosisColumnAttribute() - nameWithType: KurtosisColumnAttribute.KurtosisColumnAttribute() -- uid: BenchmarkDotNet.Attributes.KurtosisColumnAttribute.#ctor* - name: KurtosisColumnAttribute - href: api/BenchmarkDotNet.Attributes.KurtosisColumnAttribute.html#BenchmarkDotNet_Attributes_KurtosisColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.KurtosisColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.KurtosisColumnAttribute.KurtosisColumnAttribute - nameWithType: KurtosisColumnAttribute.KurtosisColumnAttribute -- uid: BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute - name: LegacyJitX64JobAttribute - href: api/BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute - fullName: BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute - nameWithType: LegacyJitX64JobAttribute -- uid: BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.#ctor - name: LegacyJitX64JobAttribute() - href: api/BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.html#BenchmarkDotNet_Attributes_LegacyJitX64JobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.LegacyJitX64JobAttribute() - nameWithType: LegacyJitX64JobAttribute.LegacyJitX64JobAttribute() -- uid: BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.#ctor* - name: LegacyJitX64JobAttribute - href: api/BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.html#BenchmarkDotNet_Attributes_LegacyJitX64JobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.LegacyJitX64JobAttribute.LegacyJitX64JobAttribute - nameWithType: LegacyJitX64JobAttribute.LegacyJitX64JobAttribute -- uid: BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute - name: LegacyJitX86JobAttribute - href: api/BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute - fullName: BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute - nameWithType: LegacyJitX86JobAttribute -- uid: BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.#ctor - name: LegacyJitX86JobAttribute() - href: api/BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.html#BenchmarkDotNet_Attributes_LegacyJitX86JobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.LegacyJitX86JobAttribute() - nameWithType: LegacyJitX86JobAttribute.LegacyJitX86JobAttribute() -- uid: BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.#ctor* - name: LegacyJitX86JobAttribute - href: api/BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.html#BenchmarkDotNet_Attributes_LegacyJitX86JobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.LegacyJitX86JobAttribute.LegacyJitX86JobAttribute - nameWithType: LegacyJitX86JobAttribute.LegacyJitX86JobAttribute -- uid: BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute - name: LogicalGroupColumnAttribute - href: api/BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute - fullName: BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute - nameWithType: LogicalGroupColumnAttribute -- uid: BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.#ctor - name: LogicalGroupColumnAttribute() - href: api/BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.html#BenchmarkDotNet_Attributes_LogicalGroupColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.LogicalGroupColumnAttribute() - nameWithType: LogicalGroupColumnAttribute.LogicalGroupColumnAttribute() -- uid: BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.#ctor* - name: LogicalGroupColumnAttribute - href: api/BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.html#BenchmarkDotNet_Attributes_LogicalGroupColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.LogicalGroupColumnAttribute.LogicalGroupColumnAttribute - nameWithType: LogicalGroupColumnAttribute.LogicalGroupColumnAttribute -- uid: BenchmarkDotNet.Attributes.LongRunJobAttribute - name: LongRunJobAttribute - href: api/BenchmarkDotNet.Attributes.LongRunJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.LongRunJobAttribute - fullName: BenchmarkDotNet.Attributes.LongRunJobAttribute - nameWithType: LongRunJobAttribute -- uid: BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor - name: LongRunJobAttribute() - href: api/BenchmarkDotNet.Attributes.LongRunJobAttribute.html#BenchmarkDotNet_Attributes_LongRunJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.LongRunJobAttribute.LongRunJobAttribute() - nameWithType: LongRunJobAttribute.LongRunJobAttribute() -- uid: BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - name: LongRunJobAttribute(RuntimeMoniker) - href: api/BenchmarkDotNet.Attributes.LongRunJobAttribute.html#BenchmarkDotNet_Attributes_LongRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_ - commentId: M:BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - fullName: BenchmarkDotNet.Attributes.LongRunJobAttribute.LongRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker) - nameWithType: LongRunJobAttribute.LongRunJobAttribute(RuntimeMoniker) -- uid: BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - name: LongRunJobAttribute(RuntimeMoniker, Jit, Platform) - href: api/BenchmarkDotNet.Attributes.LongRunJobAttribute.html#BenchmarkDotNet_Attributes_LongRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_BenchmarkDotNet_Environments_Jit_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Attributes.LongRunJobAttribute.LongRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker, BenchmarkDotNet.Environments.Jit, BenchmarkDotNet.Environments.Platform) - nameWithType: LongRunJobAttribute.LongRunJobAttribute(RuntimeMoniker, Jit, Platform) -- uid: BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor* - name: LongRunJobAttribute - href: api/BenchmarkDotNet.Attributes.LongRunJobAttribute.html#BenchmarkDotNet_Attributes_LongRunJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.LongRunJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.LongRunJobAttribute.LongRunJobAttribute - nameWithType: LongRunJobAttribute.LongRunJobAttribute -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute - name: MarkdownExporterAttribute - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MarkdownExporterAttribute - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute - nameWithType: MarkdownExporterAttribute -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.#ctor - name: MarkdownExporterAttribute() - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.MarkdownExporterAttribute() - nameWithType: MarkdownExporterAttribute.MarkdownExporterAttribute() -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.#ctor* - name: MarkdownExporterAttribute - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.MarkdownExporterAttribute - nameWithType: MarkdownExporterAttribute.MarkdownExporterAttribute -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian - name: MarkdownExporterAttribute.Atlassian - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.html - commentId: T:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian - nameWithType: MarkdownExporterAttribute.Atlassian -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.#ctor - name: Atlassian() - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_Atlassian__ctor - commentId: M:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.#ctor - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.Atlassian() - nameWithType: MarkdownExporterAttribute.Atlassian.Atlassian() -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.#ctor* - name: Atlassian - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_Atlassian__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Atlassian.Atlassian - nameWithType: MarkdownExporterAttribute.Atlassian.Atlassian -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default - name: MarkdownExporterAttribute.Default - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.html - commentId: T:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default - nameWithType: MarkdownExporterAttribute.Default -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.#ctor - name: Default() - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_Default__ctor - commentId: M:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.#ctor - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.Default() - nameWithType: MarkdownExporterAttribute.Default.Default() -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.#ctor* - name: Default - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_Default__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.Default.Default - nameWithType: MarkdownExporterAttribute.Default.Default -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub - name: MarkdownExporterAttribute.GitHub - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.html - commentId: T:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub - nameWithType: MarkdownExporterAttribute.GitHub -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.#ctor - name: GitHub() - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_GitHub__ctor - commentId: M:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.#ctor - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.GitHub() - nameWithType: MarkdownExporterAttribute.GitHub.GitHub() -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.#ctor* - name: GitHub - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_GitHub__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.GitHub.GitHub - nameWithType: MarkdownExporterAttribute.GitHub.GitHub -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow - name: MarkdownExporterAttribute.StackOverflow - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.html - commentId: T:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow - nameWithType: MarkdownExporterAttribute.StackOverflow -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.#ctor - name: StackOverflow() - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_StackOverflow__ctor - commentId: M:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.#ctor - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.StackOverflow() - nameWithType: MarkdownExporterAttribute.StackOverflow.StackOverflow() -- uid: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.#ctor* - name: StackOverflow - href: api/BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.html#BenchmarkDotNet_Attributes_MarkdownExporterAttribute_StackOverflow__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MarkdownExporterAttribute.StackOverflow.StackOverflow - nameWithType: MarkdownExporterAttribute.StackOverflow.StackOverflow -- uid: BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute - name: MaxAbsoluteErrorAttribute - href: api/BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute - fullName: BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute - nameWithType: MaxAbsoluteErrorAttribute -- uid: BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.#ctor(System.Double) - name: MaxAbsoluteErrorAttribute(Double) - href: api/BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.html#BenchmarkDotNet_Attributes_MaxAbsoluteErrorAttribute__ctor_System_Double_ - commentId: M:BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.#ctor(System.Double) - fullName: BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.MaxAbsoluteErrorAttribute(System.Double) - nameWithType: MaxAbsoluteErrorAttribute.MaxAbsoluteErrorAttribute(Double) -- uid: BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.#ctor* - name: MaxAbsoluteErrorAttribute - href: api/BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.html#BenchmarkDotNet_Attributes_MaxAbsoluteErrorAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MaxAbsoluteErrorAttribute.MaxAbsoluteErrorAttribute - nameWithType: MaxAbsoluteErrorAttribute.MaxAbsoluteErrorAttribute -- uid: BenchmarkDotNet.Attributes.MaxColumnAttribute - name: MaxColumnAttribute - href: api/BenchmarkDotNet.Attributes.MaxColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MaxColumnAttribute - fullName: BenchmarkDotNet.Attributes.MaxColumnAttribute - nameWithType: MaxColumnAttribute -- uid: BenchmarkDotNet.Attributes.MaxColumnAttribute.#ctor - name: MaxColumnAttribute() - href: api/BenchmarkDotNet.Attributes.MaxColumnAttribute.html#BenchmarkDotNet_Attributes_MaxColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MaxColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MaxColumnAttribute.MaxColumnAttribute() - nameWithType: MaxColumnAttribute.MaxColumnAttribute() -- uid: BenchmarkDotNet.Attributes.MaxColumnAttribute.#ctor* - name: MaxColumnAttribute - href: api/BenchmarkDotNet.Attributes.MaxColumnAttribute.html#BenchmarkDotNet_Attributes_MaxColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MaxColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MaxColumnAttribute.MaxColumnAttribute - nameWithType: MaxColumnAttribute.MaxColumnAttribute -- uid: BenchmarkDotNet.Attributes.MaxIterationCountAttribute - name: MaxIterationCountAttribute - href: api/BenchmarkDotNet.Attributes.MaxIterationCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MaxIterationCountAttribute - fullName: BenchmarkDotNet.Attributes.MaxIterationCountAttribute - nameWithType: MaxIterationCountAttribute -- uid: BenchmarkDotNet.Attributes.MaxIterationCountAttribute.#ctor(System.Int32) - name: MaxIterationCountAttribute(Int32) - href: api/BenchmarkDotNet.Attributes.MaxIterationCountAttribute.html#BenchmarkDotNet_Attributes_MaxIterationCountAttribute__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.MaxIterationCountAttribute.#ctor(System.Int32) - fullName: BenchmarkDotNet.Attributes.MaxIterationCountAttribute.MaxIterationCountAttribute(System.Int32) - nameWithType: MaxIterationCountAttribute.MaxIterationCountAttribute(Int32) -- uid: BenchmarkDotNet.Attributes.MaxIterationCountAttribute.#ctor* - name: MaxIterationCountAttribute - href: api/BenchmarkDotNet.Attributes.MaxIterationCountAttribute.html#BenchmarkDotNet_Attributes_MaxIterationCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MaxIterationCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MaxIterationCountAttribute.MaxIterationCountAttribute - nameWithType: MaxIterationCountAttribute.MaxIterationCountAttribute -- uid: BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute - name: MaxRelativeErrorAttribute - href: api/BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute - fullName: BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute - nameWithType: MaxRelativeErrorAttribute -- uid: BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.#ctor(System.Double) - name: MaxRelativeErrorAttribute(Double) - href: api/BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.html#BenchmarkDotNet_Attributes_MaxRelativeErrorAttribute__ctor_System_Double_ - commentId: M:BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.#ctor(System.Double) - fullName: BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.MaxRelativeErrorAttribute(System.Double) - nameWithType: MaxRelativeErrorAttribute.MaxRelativeErrorAttribute(Double) -- uid: BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.#ctor* - name: MaxRelativeErrorAttribute - href: api/BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.html#BenchmarkDotNet_Attributes_MaxRelativeErrorAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MaxRelativeErrorAttribute.MaxRelativeErrorAttribute - nameWithType: MaxRelativeErrorAttribute.MaxRelativeErrorAttribute -- uid: BenchmarkDotNet.Attributes.MaxWarmupCountAttribute - name: MaxWarmupCountAttribute - href: api/BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MaxWarmupCountAttribute - fullName: BenchmarkDotNet.Attributes.MaxWarmupCountAttribute - nameWithType: MaxWarmupCountAttribute -- uid: BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.#ctor(System.Int32,System.Boolean) - name: MaxWarmupCountAttribute(Int32, Boolean) - href: api/BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.html#BenchmarkDotNet_Attributes_MaxWarmupCountAttribute__ctor_System_Int32_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.#ctor(System.Int32,System.Boolean) - fullName: BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.MaxWarmupCountAttribute(System.Int32, System.Boolean) - nameWithType: MaxWarmupCountAttribute.MaxWarmupCountAttribute(Int32, Boolean) -- uid: BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.#ctor* - name: MaxWarmupCountAttribute - href: api/BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.html#BenchmarkDotNet_Attributes_MaxWarmupCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MaxWarmupCountAttribute.MaxWarmupCountAttribute - nameWithType: MaxWarmupCountAttribute.MaxWarmupCountAttribute -- uid: BenchmarkDotNet.Attributes.MeanColumnAttribute - name: MeanColumnAttribute - href: api/BenchmarkDotNet.Attributes.MeanColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MeanColumnAttribute - fullName: BenchmarkDotNet.Attributes.MeanColumnAttribute - nameWithType: MeanColumnAttribute -- uid: BenchmarkDotNet.Attributes.MeanColumnAttribute.#ctor - name: MeanColumnAttribute() - href: api/BenchmarkDotNet.Attributes.MeanColumnAttribute.html#BenchmarkDotNet_Attributes_MeanColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MeanColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MeanColumnAttribute.MeanColumnAttribute() - nameWithType: MeanColumnAttribute.MeanColumnAttribute() -- uid: BenchmarkDotNet.Attributes.MeanColumnAttribute.#ctor* - name: MeanColumnAttribute - href: api/BenchmarkDotNet.Attributes.MeanColumnAttribute.html#BenchmarkDotNet_Attributes_MeanColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MeanColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MeanColumnAttribute.MeanColumnAttribute - nameWithType: MeanColumnAttribute.MeanColumnAttribute -- uid: BenchmarkDotNet.Attributes.MedianColumnAttribute - name: MedianColumnAttribute - href: api/BenchmarkDotNet.Attributes.MedianColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MedianColumnAttribute - fullName: BenchmarkDotNet.Attributes.MedianColumnAttribute - nameWithType: MedianColumnAttribute -- uid: BenchmarkDotNet.Attributes.MedianColumnAttribute.#ctor - name: MedianColumnAttribute() - href: api/BenchmarkDotNet.Attributes.MedianColumnAttribute.html#BenchmarkDotNet_Attributes_MedianColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MedianColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MedianColumnAttribute.MedianColumnAttribute() - nameWithType: MedianColumnAttribute.MedianColumnAttribute() -- uid: BenchmarkDotNet.Attributes.MedianColumnAttribute.#ctor* - name: MedianColumnAttribute - href: api/BenchmarkDotNet.Attributes.MedianColumnAttribute.html#BenchmarkDotNet_Attributes_MedianColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MedianColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MedianColumnAttribute.MedianColumnAttribute - nameWithType: MedianColumnAttribute.MedianColumnAttribute -- uid: BenchmarkDotNet.Attributes.MediumRunJobAttribute - name: MediumRunJobAttribute - href: api/BenchmarkDotNet.Attributes.MediumRunJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MediumRunJobAttribute - fullName: BenchmarkDotNet.Attributes.MediumRunJobAttribute - nameWithType: MediumRunJobAttribute -- uid: BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor - name: MediumRunJobAttribute() - href: api/BenchmarkDotNet.Attributes.MediumRunJobAttribute.html#BenchmarkDotNet_Attributes_MediumRunJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MediumRunJobAttribute.MediumRunJobAttribute() - nameWithType: MediumRunJobAttribute.MediumRunJobAttribute() -- uid: BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - name: MediumRunJobAttribute(RuntimeMoniker) - href: api/BenchmarkDotNet.Attributes.MediumRunJobAttribute.html#BenchmarkDotNet_Attributes_MediumRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_ - commentId: M:BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - fullName: BenchmarkDotNet.Attributes.MediumRunJobAttribute.MediumRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker) - nameWithType: MediumRunJobAttribute.MediumRunJobAttribute(RuntimeMoniker) -- uid: BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - name: MediumRunJobAttribute(RuntimeMoniker, Jit, Platform) - href: api/BenchmarkDotNet.Attributes.MediumRunJobAttribute.html#BenchmarkDotNet_Attributes_MediumRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_BenchmarkDotNet_Environments_Jit_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Attributes.MediumRunJobAttribute.MediumRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker, BenchmarkDotNet.Environments.Jit, BenchmarkDotNet.Environments.Platform) - nameWithType: MediumRunJobAttribute.MediumRunJobAttribute(RuntimeMoniker, Jit, Platform) -- uid: BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor* - name: MediumRunJobAttribute - href: api/BenchmarkDotNet.Attributes.MediumRunJobAttribute.html#BenchmarkDotNet_Attributes_MediumRunJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MediumRunJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MediumRunJobAttribute.MediumRunJobAttribute - nameWithType: MediumRunJobAttribute.MediumRunJobAttribute -- uid: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute - name: MemoryDiagnoserAttribute - href: api/BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute - fullName: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute - nameWithType: MemoryDiagnoserAttribute -- uid: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.#ctor - name: MemoryDiagnoserAttribute() - href: api/BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.html#BenchmarkDotNet_Attributes_MemoryDiagnoserAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.MemoryDiagnoserAttribute() - nameWithType: MemoryDiagnoserAttribute.MemoryDiagnoserAttribute() -- uid: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.#ctor* - name: MemoryDiagnoserAttribute - href: api/BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.html#BenchmarkDotNet_Attributes_MemoryDiagnoserAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.MemoryDiagnoserAttribute - nameWithType: MemoryDiagnoserAttribute.MemoryDiagnoserAttribute -- uid: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.html#BenchmarkDotNet_Attributes_MemoryDiagnoserAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.Config - fullName: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.Config - nameWithType: MemoryDiagnoserAttribute.Config -- uid: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.html#BenchmarkDotNet_Attributes_MemoryDiagnoserAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MemoryDiagnoserAttribute.Config - nameWithType: MemoryDiagnoserAttribute.Config -- uid: BenchmarkDotNet.Attributes.MemoryRandomizationAttribute - name: MemoryRandomizationAttribute - href: api/BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MemoryRandomizationAttribute - fullName: BenchmarkDotNet.Attributes.MemoryRandomizationAttribute - nameWithType: MemoryRandomizationAttribute -- uid: BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.#ctor(System.Boolean,Perfolizer.Mathematics.OutlierDetection.OutlierMode) - name: MemoryRandomizationAttribute(Boolean, OutlierMode) - href: api/BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.html#BenchmarkDotNet_Attributes_MemoryRandomizationAttribute__ctor_System_Boolean_Perfolizer_Mathematics_OutlierDetection_OutlierMode_ - commentId: M:BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.#ctor(System.Boolean,Perfolizer.Mathematics.OutlierDetection.OutlierMode) - fullName: BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.MemoryRandomizationAttribute(System.Boolean, Perfolizer.Mathematics.OutlierDetection.OutlierMode) - nameWithType: MemoryRandomizationAttribute.MemoryRandomizationAttribute(Boolean, OutlierMode) -- uid: BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.#ctor* - name: MemoryRandomizationAttribute - href: api/BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.html#BenchmarkDotNet_Attributes_MemoryRandomizationAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MemoryRandomizationAttribute.MemoryRandomizationAttribute - nameWithType: MemoryRandomizationAttribute.MemoryRandomizationAttribute -- uid: BenchmarkDotNet.Attributes.MinColumnAttribute - name: MinColumnAttribute - href: api/BenchmarkDotNet.Attributes.MinColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MinColumnAttribute - fullName: BenchmarkDotNet.Attributes.MinColumnAttribute - nameWithType: MinColumnAttribute -- uid: BenchmarkDotNet.Attributes.MinColumnAttribute.#ctor - name: MinColumnAttribute() - href: api/BenchmarkDotNet.Attributes.MinColumnAttribute.html#BenchmarkDotNet_Attributes_MinColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MinColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MinColumnAttribute.MinColumnAttribute() - nameWithType: MinColumnAttribute.MinColumnAttribute() -- uid: BenchmarkDotNet.Attributes.MinColumnAttribute.#ctor* - name: MinColumnAttribute - href: api/BenchmarkDotNet.Attributes.MinColumnAttribute.html#BenchmarkDotNet_Attributes_MinColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MinColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MinColumnAttribute.MinColumnAttribute - nameWithType: MinColumnAttribute.MinColumnAttribute -- uid: BenchmarkDotNet.Attributes.MinInvokeCountAttribute - name: MinInvokeCountAttribute - href: api/BenchmarkDotNet.Attributes.MinInvokeCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MinInvokeCountAttribute - fullName: BenchmarkDotNet.Attributes.MinInvokeCountAttribute - nameWithType: MinInvokeCountAttribute -- uid: BenchmarkDotNet.Attributes.MinInvokeCountAttribute.#ctor(System.Int32) - name: MinInvokeCountAttribute(Int32) - href: api/BenchmarkDotNet.Attributes.MinInvokeCountAttribute.html#BenchmarkDotNet_Attributes_MinInvokeCountAttribute__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.MinInvokeCountAttribute.#ctor(System.Int32) - fullName: BenchmarkDotNet.Attributes.MinInvokeCountAttribute.MinInvokeCountAttribute(System.Int32) - nameWithType: MinInvokeCountAttribute.MinInvokeCountAttribute(Int32) -- uid: BenchmarkDotNet.Attributes.MinInvokeCountAttribute.#ctor* - name: MinInvokeCountAttribute - href: api/BenchmarkDotNet.Attributes.MinInvokeCountAttribute.html#BenchmarkDotNet_Attributes_MinInvokeCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MinInvokeCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MinInvokeCountAttribute.MinInvokeCountAttribute - nameWithType: MinInvokeCountAttribute.MinInvokeCountAttribute -- uid: BenchmarkDotNet.Attributes.MinIterationCountAttribute - name: MinIterationCountAttribute - href: api/BenchmarkDotNet.Attributes.MinIterationCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MinIterationCountAttribute - fullName: BenchmarkDotNet.Attributes.MinIterationCountAttribute - nameWithType: MinIterationCountAttribute -- uid: BenchmarkDotNet.Attributes.MinIterationCountAttribute.#ctor(System.Int32) - name: MinIterationCountAttribute(Int32) - href: api/BenchmarkDotNet.Attributes.MinIterationCountAttribute.html#BenchmarkDotNet_Attributes_MinIterationCountAttribute__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.MinIterationCountAttribute.#ctor(System.Int32) - fullName: BenchmarkDotNet.Attributes.MinIterationCountAttribute.MinIterationCountAttribute(System.Int32) - nameWithType: MinIterationCountAttribute.MinIterationCountAttribute(Int32) -- uid: BenchmarkDotNet.Attributes.MinIterationCountAttribute.#ctor* - name: MinIterationCountAttribute - href: api/BenchmarkDotNet.Attributes.MinIterationCountAttribute.html#BenchmarkDotNet_Attributes_MinIterationCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MinIterationCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MinIterationCountAttribute.MinIterationCountAttribute - nameWithType: MinIterationCountAttribute.MinIterationCountAttribute -- uid: BenchmarkDotNet.Attributes.MinIterationTimeAttribute - name: MinIterationTimeAttribute - href: api/BenchmarkDotNet.Attributes.MinIterationTimeAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MinIterationTimeAttribute - fullName: BenchmarkDotNet.Attributes.MinIterationTimeAttribute - nameWithType: MinIterationTimeAttribute -- uid: BenchmarkDotNet.Attributes.MinIterationTimeAttribute.#ctor(System.Double) - name: MinIterationTimeAttribute(Double) - href: api/BenchmarkDotNet.Attributes.MinIterationTimeAttribute.html#BenchmarkDotNet_Attributes_MinIterationTimeAttribute__ctor_System_Double_ - commentId: M:BenchmarkDotNet.Attributes.MinIterationTimeAttribute.#ctor(System.Double) - fullName: BenchmarkDotNet.Attributes.MinIterationTimeAttribute.MinIterationTimeAttribute(System.Double) - nameWithType: MinIterationTimeAttribute.MinIterationTimeAttribute(Double) -- uid: BenchmarkDotNet.Attributes.MinIterationTimeAttribute.#ctor* - name: MinIterationTimeAttribute - href: api/BenchmarkDotNet.Attributes.MinIterationTimeAttribute.html#BenchmarkDotNet_Attributes_MinIterationTimeAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MinIterationTimeAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MinIterationTimeAttribute.MinIterationTimeAttribute - nameWithType: MinIterationTimeAttribute.MinIterationTimeAttribute -- uid: BenchmarkDotNet.Attributes.MinWarmupCountAttribute - name: MinWarmupCountAttribute - href: api/BenchmarkDotNet.Attributes.MinWarmupCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MinWarmupCountAttribute - fullName: BenchmarkDotNet.Attributes.MinWarmupCountAttribute - nameWithType: MinWarmupCountAttribute -- uid: BenchmarkDotNet.Attributes.MinWarmupCountAttribute.#ctor(System.Int32,System.Boolean) - name: MinWarmupCountAttribute(Int32, Boolean) - href: api/BenchmarkDotNet.Attributes.MinWarmupCountAttribute.html#BenchmarkDotNet_Attributes_MinWarmupCountAttribute__ctor_System_Int32_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.MinWarmupCountAttribute.#ctor(System.Int32,System.Boolean) - fullName: BenchmarkDotNet.Attributes.MinWarmupCountAttribute.MinWarmupCountAttribute(System.Int32, System.Boolean) - nameWithType: MinWarmupCountAttribute.MinWarmupCountAttribute(Int32, Boolean) -- uid: BenchmarkDotNet.Attributes.MinWarmupCountAttribute.#ctor* - name: MinWarmupCountAttribute - href: api/BenchmarkDotNet.Attributes.MinWarmupCountAttribute.html#BenchmarkDotNet_Attributes_MinWarmupCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MinWarmupCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MinWarmupCountAttribute.MinWarmupCountAttribute - nameWithType: MinWarmupCountAttribute.MinWarmupCountAttribute -- uid: BenchmarkDotNet.Attributes.MonoJobAttribute - name: MonoJobAttribute - href: api/BenchmarkDotNet.Attributes.MonoJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MonoJobAttribute - fullName: BenchmarkDotNet.Attributes.MonoJobAttribute - nameWithType: MonoJobAttribute -- uid: BenchmarkDotNet.Attributes.MonoJobAttribute.#ctor(System.Boolean) - name: MonoJobAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.MonoJobAttribute.html#BenchmarkDotNet_Attributes_MonoJobAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.MonoJobAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.MonoJobAttribute.MonoJobAttribute(System.Boolean) - nameWithType: MonoJobAttribute.MonoJobAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.MonoJobAttribute.#ctor(System.String,System.String,System.Boolean) - name: MonoJobAttribute(String, String, Boolean) - href: api/BenchmarkDotNet.Attributes.MonoJobAttribute.html#BenchmarkDotNet_Attributes_MonoJobAttribute__ctor_System_String_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.MonoJobAttribute.#ctor(System.String,System.String,System.Boolean) - fullName: BenchmarkDotNet.Attributes.MonoJobAttribute.MonoJobAttribute(System.String, System.String, System.Boolean) - nameWithType: MonoJobAttribute.MonoJobAttribute(String, String, Boolean) -- uid: BenchmarkDotNet.Attributes.MonoJobAttribute.#ctor* - name: MonoJobAttribute - href: api/BenchmarkDotNet.Attributes.MonoJobAttribute.html#BenchmarkDotNet_Attributes_MonoJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MonoJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MonoJobAttribute.MonoJobAttribute - nameWithType: MonoJobAttribute.MonoJobAttribute -- uid: BenchmarkDotNet.Attributes.MValueColumnAttribute - name: MValueColumnAttribute - href: api/BenchmarkDotNet.Attributes.MValueColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.MValueColumnAttribute - fullName: BenchmarkDotNet.Attributes.MValueColumnAttribute - nameWithType: MValueColumnAttribute -- uid: BenchmarkDotNet.Attributes.MValueColumnAttribute.#ctor - name: MValueColumnAttribute() - href: api/BenchmarkDotNet.Attributes.MValueColumnAttribute.html#BenchmarkDotNet_Attributes_MValueColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.MValueColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.MValueColumnAttribute.MValueColumnAttribute() - nameWithType: MValueColumnAttribute.MValueColumnAttribute() -- uid: BenchmarkDotNet.Attributes.MValueColumnAttribute.#ctor* - name: MValueColumnAttribute - href: api/BenchmarkDotNet.Attributes.MValueColumnAttribute.html#BenchmarkDotNet_Attributes_MValueColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.MValueColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.MValueColumnAttribute.MValueColumnAttribute - nameWithType: MValueColumnAttribute.MValueColumnAttribute -- uid: BenchmarkDotNet.Attributes.NamespaceColumnAttribute - name: NamespaceColumnAttribute - href: api/BenchmarkDotNet.Attributes.NamespaceColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.NamespaceColumnAttribute - fullName: BenchmarkDotNet.Attributes.NamespaceColumnAttribute - nameWithType: NamespaceColumnAttribute -- uid: BenchmarkDotNet.Attributes.NamespaceColumnAttribute.#ctor - name: NamespaceColumnAttribute() - href: api/BenchmarkDotNet.Attributes.NamespaceColumnAttribute.html#BenchmarkDotNet_Attributes_NamespaceColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.NamespaceColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.NamespaceColumnAttribute.NamespaceColumnAttribute() - nameWithType: NamespaceColumnAttribute.NamespaceColumnAttribute() -- uid: BenchmarkDotNet.Attributes.NamespaceColumnAttribute.#ctor* - name: NamespaceColumnAttribute - href: api/BenchmarkDotNet.Attributes.NamespaceColumnAttribute.html#BenchmarkDotNet_Attributes_NamespaceColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.NamespaceColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.NamespaceColumnAttribute.NamespaceColumnAttribute - nameWithType: NamespaceColumnAttribute.NamespaceColumnAttribute -- uid: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute - name: OperatingSystemsArchitectureFilterAttribute - href: api/BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute - fullName: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute - nameWithType: OperatingSystemsArchitectureFilterAttribute -- uid: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.#ctor - name: OperatingSystemsArchitectureFilterAttribute() - href: api/BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.html#BenchmarkDotNet_Attributes_OperatingSystemsArchitectureFilterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute() - nameWithType: OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute() -- uid: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.#ctor(System.Boolean,System.Runtime.InteropServices.Architecture[]) - name: OperatingSystemsArchitectureFilterAttribute(Boolean, Architecture[]) - href: api/BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.html#BenchmarkDotNet_Attributes_OperatingSystemsArchitectureFilterAttribute__ctor_System_Boolean_System_Runtime_InteropServices_Architecture___ - commentId: M:BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.#ctor(System.Boolean,System.Runtime.InteropServices.Architecture[]) - name.vb: OperatingSystemsArchitectureFilterAttribute(Boolean, Architecture()) - fullName: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute(System.Boolean, System.Runtime.InteropServices.Architecture[]) - fullName.vb: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute(System.Boolean, System.Runtime.InteropServices.Architecture()) - nameWithType: OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute(Boolean, Architecture[]) - nameWithType.vb: OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute(Boolean, Architecture()) -- uid: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.#ctor* - name: OperatingSystemsArchitectureFilterAttribute - href: api/BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.html#BenchmarkDotNet_Attributes_OperatingSystemsArchitectureFilterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute - nameWithType: OperatingSystemsArchitectureFilterAttribute.OperatingSystemsArchitectureFilterAttribute -- uid: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute - name: OperatingSystemsFilterAttribute - href: api/BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute - fullName: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute - nameWithType: OperatingSystemsFilterAttribute -- uid: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.#ctor - name: OperatingSystemsFilterAttribute() - href: api/BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.html#BenchmarkDotNet_Attributes_OperatingSystemsFilterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute() - nameWithType: OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute() -- uid: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.#ctor(System.Boolean,BenchmarkDotNet.Attributes.OS[]) - name: OperatingSystemsFilterAttribute(Boolean, OS[]) - href: api/BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.html#BenchmarkDotNet_Attributes_OperatingSystemsFilterAttribute__ctor_System_Boolean_BenchmarkDotNet_Attributes_OS___ - commentId: M:BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.#ctor(System.Boolean,BenchmarkDotNet.Attributes.OS[]) - name.vb: OperatingSystemsFilterAttribute(Boolean, OS()) - fullName: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute(System.Boolean, BenchmarkDotNet.Attributes.OS[]) - fullName.vb: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute(System.Boolean, BenchmarkDotNet.Attributes.OS()) - nameWithType: OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute(Boolean, OS[]) - nameWithType.vb: OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute(Boolean, OS()) -- uid: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.#ctor* - name: OperatingSystemsFilterAttribute - href: api/BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.html#BenchmarkDotNet_Attributes_OperatingSystemsFilterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute - nameWithType: OperatingSystemsFilterAttribute.OperatingSystemsFilterAttribute -- uid: BenchmarkDotNet.Attributes.OrdererAttribute - name: OrdererAttribute - href: api/BenchmarkDotNet.Attributes.OrdererAttribute.html - commentId: T:BenchmarkDotNet.Attributes.OrdererAttribute - fullName: BenchmarkDotNet.Attributes.OrdererAttribute - nameWithType: OrdererAttribute -- uid: BenchmarkDotNet.Attributes.OrdererAttribute.#ctor(BenchmarkDotNet.Order.SummaryOrderPolicy,BenchmarkDotNet.Order.MethodOrderPolicy) - name: OrdererAttribute(SummaryOrderPolicy, MethodOrderPolicy) - href: api/BenchmarkDotNet.Attributes.OrdererAttribute.html#BenchmarkDotNet_Attributes_OrdererAttribute__ctor_BenchmarkDotNet_Order_SummaryOrderPolicy_BenchmarkDotNet_Order_MethodOrderPolicy_ - commentId: M:BenchmarkDotNet.Attributes.OrdererAttribute.#ctor(BenchmarkDotNet.Order.SummaryOrderPolicy,BenchmarkDotNet.Order.MethodOrderPolicy) - fullName: BenchmarkDotNet.Attributes.OrdererAttribute.OrdererAttribute(BenchmarkDotNet.Order.SummaryOrderPolicy, BenchmarkDotNet.Order.MethodOrderPolicy) - nameWithType: OrdererAttribute.OrdererAttribute(SummaryOrderPolicy, MethodOrderPolicy) -- uid: BenchmarkDotNet.Attributes.OrdererAttribute.#ctor* - name: OrdererAttribute - href: api/BenchmarkDotNet.Attributes.OrdererAttribute.html#BenchmarkDotNet_Attributes_OrdererAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.OrdererAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.OrdererAttribute.OrdererAttribute - nameWithType: OrdererAttribute.OrdererAttribute -- uid: BenchmarkDotNet.Attributes.OrdererAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.OrdererAttribute.html#BenchmarkDotNet_Attributes_OrdererAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.OrdererAttribute.Config - fullName: BenchmarkDotNet.Attributes.OrdererAttribute.Config - nameWithType: OrdererAttribute.Config -- uid: BenchmarkDotNet.Attributes.OrdererAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.OrdererAttribute.html#BenchmarkDotNet_Attributes_OrdererAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.OrdererAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.OrdererAttribute.Config - nameWithType: OrdererAttribute.Config -- uid: BenchmarkDotNet.Attributes.OS - name: OS - href: api/BenchmarkDotNet.Attributes.OS.html - commentId: T:BenchmarkDotNet.Attributes.OS - fullName: BenchmarkDotNet.Attributes.OS - nameWithType: OS -- uid: BenchmarkDotNet.Attributes.OS.Browser - name: Browser - href: api/BenchmarkDotNet.Attributes.OS.html#BenchmarkDotNet_Attributes_OS_Browser - commentId: F:BenchmarkDotNet.Attributes.OS.Browser - fullName: BenchmarkDotNet.Attributes.OS.Browser - nameWithType: OS.Browser -- uid: BenchmarkDotNet.Attributes.OS.Linux - name: Linux - href: api/BenchmarkDotNet.Attributes.OS.html#BenchmarkDotNet_Attributes_OS_Linux - commentId: F:BenchmarkDotNet.Attributes.OS.Linux - fullName: BenchmarkDotNet.Attributes.OS.Linux - nameWithType: OS.Linux -- uid: BenchmarkDotNet.Attributes.OS.macOS - name: macOS - href: api/BenchmarkDotNet.Attributes.OS.html#BenchmarkDotNet_Attributes_OS_macOS - commentId: F:BenchmarkDotNet.Attributes.OS.macOS - fullName: BenchmarkDotNet.Attributes.OS.macOS - nameWithType: OS.macOS -- uid: BenchmarkDotNet.Attributes.OS.Windows - name: Windows - href: api/BenchmarkDotNet.Attributes.OS.html#BenchmarkDotNet_Attributes_OS_Windows - commentId: F:BenchmarkDotNet.Attributes.OS.Windows - fullName: BenchmarkDotNet.Attributes.OS.Windows - nameWithType: OS.Windows -- uid: BenchmarkDotNet.Attributes.OutliersAttribute - name: OutliersAttribute - href: api/BenchmarkDotNet.Attributes.OutliersAttribute.html - commentId: T:BenchmarkDotNet.Attributes.OutliersAttribute - fullName: BenchmarkDotNet.Attributes.OutliersAttribute - nameWithType: OutliersAttribute -- uid: BenchmarkDotNet.Attributes.OutliersAttribute.#ctor(Perfolizer.Mathematics.OutlierDetection.OutlierMode) - name: OutliersAttribute(OutlierMode) - href: api/BenchmarkDotNet.Attributes.OutliersAttribute.html#BenchmarkDotNet_Attributes_OutliersAttribute__ctor_Perfolizer_Mathematics_OutlierDetection_OutlierMode_ - commentId: M:BenchmarkDotNet.Attributes.OutliersAttribute.#ctor(Perfolizer.Mathematics.OutlierDetection.OutlierMode) - fullName: BenchmarkDotNet.Attributes.OutliersAttribute.OutliersAttribute(Perfolizer.Mathematics.OutlierDetection.OutlierMode) - nameWithType: OutliersAttribute.OutliersAttribute(OutlierMode) -- uid: BenchmarkDotNet.Attributes.OutliersAttribute.#ctor* - name: OutliersAttribute - href: api/BenchmarkDotNet.Attributes.OutliersAttribute.html#BenchmarkDotNet_Attributes_OutliersAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.OutliersAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.OutliersAttribute.OutliersAttribute - nameWithType: OutliersAttribute.OutliersAttribute -- uid: BenchmarkDotNet.Attributes.ParamsAllValuesAttribute - name: ParamsAllValuesAttribute - href: api/BenchmarkDotNet.Attributes.ParamsAllValuesAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ParamsAllValuesAttribute - fullName: BenchmarkDotNet.Attributes.ParamsAllValuesAttribute - nameWithType: ParamsAllValuesAttribute -- uid: BenchmarkDotNet.Attributes.ParamsAttribute - name: ParamsAttribute - href: api/BenchmarkDotNet.Attributes.ParamsAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ParamsAttribute - fullName: BenchmarkDotNet.Attributes.ParamsAttribute - nameWithType: ParamsAttribute -- uid: BenchmarkDotNet.Attributes.ParamsAttribute.#ctor - name: ParamsAttribute() - href: api/BenchmarkDotNet.Attributes.ParamsAttribute.html#BenchmarkDotNet_Attributes_ParamsAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ParamsAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ParamsAttribute.ParamsAttribute() - nameWithType: ParamsAttribute.ParamsAttribute() -- uid: BenchmarkDotNet.Attributes.ParamsAttribute.#ctor(System.Object[]) - name: ParamsAttribute(Object[]) - href: api/BenchmarkDotNet.Attributes.ParamsAttribute.html#BenchmarkDotNet_Attributes_ParamsAttribute__ctor_System_Object___ - commentId: M:BenchmarkDotNet.Attributes.ParamsAttribute.#ctor(System.Object[]) - name.vb: ParamsAttribute(Object()) - fullName: BenchmarkDotNet.Attributes.ParamsAttribute.ParamsAttribute(System.Object[]) - fullName.vb: BenchmarkDotNet.Attributes.ParamsAttribute.ParamsAttribute(System.Object()) - nameWithType: ParamsAttribute.ParamsAttribute(Object[]) - nameWithType.vb: ParamsAttribute.ParamsAttribute(Object()) -- uid: BenchmarkDotNet.Attributes.ParamsAttribute.#ctor* - name: ParamsAttribute - href: api/BenchmarkDotNet.Attributes.ParamsAttribute.html#BenchmarkDotNet_Attributes_ParamsAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ParamsAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ParamsAttribute.ParamsAttribute - nameWithType: ParamsAttribute.ParamsAttribute -- uid: BenchmarkDotNet.Attributes.ParamsAttribute.Values - name: Values - href: api/BenchmarkDotNet.Attributes.ParamsAttribute.html#BenchmarkDotNet_Attributes_ParamsAttribute_Values - commentId: P:BenchmarkDotNet.Attributes.ParamsAttribute.Values - fullName: BenchmarkDotNet.Attributes.ParamsAttribute.Values - nameWithType: ParamsAttribute.Values -- uid: BenchmarkDotNet.Attributes.ParamsAttribute.Values* - name: Values - href: api/BenchmarkDotNet.Attributes.ParamsAttribute.html#BenchmarkDotNet_Attributes_ParamsAttribute_Values_ - commentId: Overload:BenchmarkDotNet.Attributes.ParamsAttribute.Values - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ParamsAttribute.Values - nameWithType: ParamsAttribute.Values -- uid: BenchmarkDotNet.Attributes.ParamsSourceAttribute - name: ParamsSourceAttribute - href: api/BenchmarkDotNet.Attributes.ParamsSourceAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ParamsSourceAttribute - fullName: BenchmarkDotNet.Attributes.ParamsSourceAttribute - nameWithType: ParamsSourceAttribute -- uid: BenchmarkDotNet.Attributes.ParamsSourceAttribute.#ctor(System.String) - name: ParamsSourceAttribute(String) - href: api/BenchmarkDotNet.Attributes.ParamsSourceAttribute.html#BenchmarkDotNet_Attributes_ParamsSourceAttribute__ctor_System_String_ - commentId: M:BenchmarkDotNet.Attributes.ParamsSourceAttribute.#ctor(System.String) - fullName: BenchmarkDotNet.Attributes.ParamsSourceAttribute.ParamsSourceAttribute(System.String) - nameWithType: ParamsSourceAttribute.ParamsSourceAttribute(String) -- uid: BenchmarkDotNet.Attributes.ParamsSourceAttribute.#ctor* - name: ParamsSourceAttribute - href: api/BenchmarkDotNet.Attributes.ParamsSourceAttribute.html#BenchmarkDotNet_Attributes_ParamsSourceAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ParamsSourceAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ParamsSourceAttribute.ParamsSourceAttribute - nameWithType: ParamsSourceAttribute.ParamsSourceAttribute -- uid: BenchmarkDotNet.Attributes.ParamsSourceAttribute.Name - name: Name - href: api/BenchmarkDotNet.Attributes.ParamsSourceAttribute.html#BenchmarkDotNet_Attributes_ParamsSourceAttribute_Name - commentId: P:BenchmarkDotNet.Attributes.ParamsSourceAttribute.Name - fullName: BenchmarkDotNet.Attributes.ParamsSourceAttribute.Name - nameWithType: ParamsSourceAttribute.Name -- uid: BenchmarkDotNet.Attributes.ParamsSourceAttribute.Name* - name: Name - href: api/BenchmarkDotNet.Attributes.ParamsSourceAttribute.html#BenchmarkDotNet_Attributes_ParamsSourceAttribute_Name_ - commentId: Overload:BenchmarkDotNet.Attributes.ParamsSourceAttribute.Name - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ParamsSourceAttribute.Name - nameWithType: ParamsSourceAttribute.Name -- uid: BenchmarkDotNet.Attributes.PlainExporterAttribute - name: PlainExporterAttribute - href: api/BenchmarkDotNet.Attributes.PlainExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.PlainExporterAttribute - fullName: BenchmarkDotNet.Attributes.PlainExporterAttribute - nameWithType: PlainExporterAttribute -- uid: BenchmarkDotNet.Attributes.PlainExporterAttribute.#ctor - name: PlainExporterAttribute() - href: api/BenchmarkDotNet.Attributes.PlainExporterAttribute.html#BenchmarkDotNet_Attributes_PlainExporterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.PlainExporterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.PlainExporterAttribute.PlainExporterAttribute() - nameWithType: PlainExporterAttribute.PlainExporterAttribute() -- uid: BenchmarkDotNet.Attributes.PlainExporterAttribute.#ctor* - name: PlainExporterAttribute - href: api/BenchmarkDotNet.Attributes.PlainExporterAttribute.html#BenchmarkDotNet_Attributes_PlainExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.PlainExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.PlainExporterAttribute.PlainExporterAttribute - nameWithType: PlainExporterAttribute.PlainExporterAttribute -- uid: BenchmarkDotNet.Attributes.PriorityAttribute - name: PriorityAttribute - href: api/BenchmarkDotNet.Attributes.PriorityAttribute.html - commentId: T:BenchmarkDotNet.Attributes.PriorityAttribute - fullName: BenchmarkDotNet.Attributes.PriorityAttribute - nameWithType: PriorityAttribute -- uid: BenchmarkDotNet.Attributes.PriorityAttribute.Priority - name: Priority - href: api/BenchmarkDotNet.Attributes.PriorityAttribute.html#BenchmarkDotNet_Attributes_PriorityAttribute_Priority - commentId: P:BenchmarkDotNet.Attributes.PriorityAttribute.Priority - fullName: BenchmarkDotNet.Attributes.PriorityAttribute.Priority - nameWithType: PriorityAttribute.Priority -- uid: BenchmarkDotNet.Attributes.PriorityAttribute.Priority* - name: Priority - href: api/BenchmarkDotNet.Attributes.PriorityAttribute.html#BenchmarkDotNet_Attributes_PriorityAttribute_Priority_ - commentId: Overload:BenchmarkDotNet.Attributes.PriorityAttribute.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.PriorityAttribute.Priority - nameWithType: PriorityAttribute.Priority -- uid: BenchmarkDotNet.Attributes.ProcessCountAttribute - name: ProcessCountAttribute - href: api/BenchmarkDotNet.Attributes.ProcessCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ProcessCountAttribute - fullName: BenchmarkDotNet.Attributes.ProcessCountAttribute - nameWithType: ProcessCountAttribute -- uid: BenchmarkDotNet.Attributes.ProcessCountAttribute.#ctor(System.Int32) - name: ProcessCountAttribute(Int32) - href: api/BenchmarkDotNet.Attributes.ProcessCountAttribute.html#BenchmarkDotNet_Attributes_ProcessCountAttribute__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.ProcessCountAttribute.#ctor(System.Int32) - fullName: BenchmarkDotNet.Attributes.ProcessCountAttribute.ProcessCountAttribute(System.Int32) - nameWithType: ProcessCountAttribute.ProcessCountAttribute(Int32) -- uid: BenchmarkDotNet.Attributes.ProcessCountAttribute.#ctor* - name: ProcessCountAttribute - href: api/BenchmarkDotNet.Attributes.ProcessCountAttribute.html#BenchmarkDotNet_Attributes_ProcessCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ProcessCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ProcessCountAttribute.ProcessCountAttribute - nameWithType: ProcessCountAttribute.ProcessCountAttribute -- uid: BenchmarkDotNet.Attributes.Q1ColumnAttribute - name: Q1ColumnAttribute - href: api/BenchmarkDotNet.Attributes.Q1ColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.Q1ColumnAttribute - fullName: BenchmarkDotNet.Attributes.Q1ColumnAttribute - nameWithType: Q1ColumnAttribute -- uid: BenchmarkDotNet.Attributes.Q1ColumnAttribute.#ctor - name: Q1ColumnAttribute() - href: api/BenchmarkDotNet.Attributes.Q1ColumnAttribute.html#BenchmarkDotNet_Attributes_Q1ColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.Q1ColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.Q1ColumnAttribute.Q1ColumnAttribute() - nameWithType: Q1ColumnAttribute.Q1ColumnAttribute() -- uid: BenchmarkDotNet.Attributes.Q1ColumnAttribute.#ctor* - name: Q1ColumnAttribute - href: api/BenchmarkDotNet.Attributes.Q1ColumnAttribute.html#BenchmarkDotNet_Attributes_Q1ColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.Q1ColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.Q1ColumnAttribute.Q1ColumnAttribute - nameWithType: Q1ColumnAttribute.Q1ColumnAttribute -- uid: BenchmarkDotNet.Attributes.Q3ColumnAttribute - name: Q3ColumnAttribute - href: api/BenchmarkDotNet.Attributes.Q3ColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.Q3ColumnAttribute - fullName: BenchmarkDotNet.Attributes.Q3ColumnAttribute - nameWithType: Q3ColumnAttribute -- uid: BenchmarkDotNet.Attributes.Q3ColumnAttribute.#ctor - name: Q3ColumnAttribute() - href: api/BenchmarkDotNet.Attributes.Q3ColumnAttribute.html#BenchmarkDotNet_Attributes_Q3ColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.Q3ColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.Q3ColumnAttribute.Q3ColumnAttribute() - nameWithType: Q3ColumnAttribute.Q3ColumnAttribute() -- uid: BenchmarkDotNet.Attributes.Q3ColumnAttribute.#ctor* - name: Q3ColumnAttribute - href: api/BenchmarkDotNet.Attributes.Q3ColumnAttribute.html#BenchmarkDotNet_Attributes_Q3ColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.Q3ColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.Q3ColumnAttribute.Q3ColumnAttribute - nameWithType: Q3ColumnAttribute.Q3ColumnAttribute -- uid: BenchmarkDotNet.Attributes.RankColumnAttribute - name: RankColumnAttribute - href: api/BenchmarkDotNet.Attributes.RankColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.RankColumnAttribute - fullName: BenchmarkDotNet.Attributes.RankColumnAttribute - nameWithType: RankColumnAttribute -- uid: BenchmarkDotNet.Attributes.RankColumnAttribute.#ctor(BenchmarkDotNet.Mathematics.NumeralSystem) - name: RankColumnAttribute(NumeralSystem) - href: api/BenchmarkDotNet.Attributes.RankColumnAttribute.html#BenchmarkDotNet_Attributes_RankColumnAttribute__ctor_BenchmarkDotNet_Mathematics_NumeralSystem_ - commentId: M:BenchmarkDotNet.Attributes.RankColumnAttribute.#ctor(BenchmarkDotNet.Mathematics.NumeralSystem) - fullName: BenchmarkDotNet.Attributes.RankColumnAttribute.RankColumnAttribute(BenchmarkDotNet.Mathematics.NumeralSystem) - nameWithType: RankColumnAttribute.RankColumnAttribute(NumeralSystem) -- uid: BenchmarkDotNet.Attributes.RankColumnAttribute.#ctor* - name: RankColumnAttribute - href: api/BenchmarkDotNet.Attributes.RankColumnAttribute.html#BenchmarkDotNet_Attributes_RankColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.RankColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.RankColumnAttribute.RankColumnAttribute - nameWithType: RankColumnAttribute.RankColumnAttribute -- uid: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute - name: ReturnValueValidatorAttribute - href: api/BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute - fullName: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute - nameWithType: ReturnValueValidatorAttribute -- uid: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.#ctor - name: ReturnValueValidatorAttribute() - href: api/BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.html#BenchmarkDotNet_Attributes_ReturnValueValidatorAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.ReturnValueValidatorAttribute() - nameWithType: ReturnValueValidatorAttribute.ReturnValueValidatorAttribute() -- uid: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.#ctor(System.Boolean) - name: ReturnValueValidatorAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.html#BenchmarkDotNet_Attributes_ReturnValueValidatorAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.ReturnValueValidatorAttribute(System.Boolean) - nameWithType: ReturnValueValidatorAttribute.ReturnValueValidatorAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.#ctor* - name: ReturnValueValidatorAttribute - href: api/BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.html#BenchmarkDotNet_Attributes_ReturnValueValidatorAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ReturnValueValidatorAttribute.ReturnValueValidatorAttribute - nameWithType: ReturnValueValidatorAttribute.ReturnValueValidatorAttribute -- uid: BenchmarkDotNet.Attributes.RPlotExporterAttribute - name: RPlotExporterAttribute - href: api/BenchmarkDotNet.Attributes.RPlotExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.RPlotExporterAttribute - fullName: BenchmarkDotNet.Attributes.RPlotExporterAttribute - nameWithType: RPlotExporterAttribute -- uid: BenchmarkDotNet.Attributes.RPlotExporterAttribute.#ctor - name: RPlotExporterAttribute() - href: api/BenchmarkDotNet.Attributes.RPlotExporterAttribute.html#BenchmarkDotNet_Attributes_RPlotExporterAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.RPlotExporterAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.RPlotExporterAttribute.RPlotExporterAttribute() - nameWithType: RPlotExporterAttribute.RPlotExporterAttribute() -- uid: BenchmarkDotNet.Attributes.RPlotExporterAttribute.#ctor* - name: RPlotExporterAttribute - href: api/BenchmarkDotNet.Attributes.RPlotExporterAttribute.html#BenchmarkDotNet_Attributes_RPlotExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.RPlotExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.RPlotExporterAttribute.RPlotExporterAttribute - nameWithType: RPlotExporterAttribute.RPlotExporterAttribute -- uid: BenchmarkDotNet.Attributes.RunOncePerIterationAttribute - name: RunOncePerIterationAttribute - href: api/BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.html - commentId: T:BenchmarkDotNet.Attributes.RunOncePerIterationAttribute - fullName: BenchmarkDotNet.Attributes.RunOncePerIterationAttribute - nameWithType: RunOncePerIterationAttribute -- uid: BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.#ctor - name: RunOncePerIterationAttribute() - href: api/BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.html#BenchmarkDotNet_Attributes_RunOncePerIterationAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.RunOncePerIterationAttribute() - nameWithType: RunOncePerIterationAttribute.RunOncePerIterationAttribute() -- uid: BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.#ctor* - name: RunOncePerIterationAttribute - href: api/BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.html#BenchmarkDotNet_Attributes_RunOncePerIterationAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.RunOncePerIterationAttribute.RunOncePerIterationAttribute - nameWithType: RunOncePerIterationAttribute.RunOncePerIterationAttribute -- uid: BenchmarkDotNet.Attributes.RyuJitX64JobAttribute - name: RyuJitX64JobAttribute - href: api/BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.RyuJitX64JobAttribute - fullName: BenchmarkDotNet.Attributes.RyuJitX64JobAttribute - nameWithType: RyuJitX64JobAttribute -- uid: BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.#ctor - name: RyuJitX64JobAttribute() - href: api/BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.html#BenchmarkDotNet_Attributes_RyuJitX64JobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.RyuJitX64JobAttribute() - nameWithType: RyuJitX64JobAttribute.RyuJitX64JobAttribute() -- uid: BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.#ctor* - name: RyuJitX64JobAttribute - href: api/BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.html#BenchmarkDotNet_Attributes_RyuJitX64JobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.RyuJitX64JobAttribute.RyuJitX64JobAttribute - nameWithType: RyuJitX64JobAttribute.RyuJitX64JobAttribute -- uid: BenchmarkDotNet.Attributes.RyuJitX86JobAttribute - name: RyuJitX86JobAttribute - href: api/BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.RyuJitX86JobAttribute - fullName: BenchmarkDotNet.Attributes.RyuJitX86JobAttribute - nameWithType: RyuJitX86JobAttribute -- uid: BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.#ctor - name: RyuJitX86JobAttribute() - href: api/BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.html#BenchmarkDotNet_Attributes_RyuJitX86JobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.RyuJitX86JobAttribute() - nameWithType: RyuJitX86JobAttribute.RyuJitX86JobAttribute() -- uid: BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.#ctor* - name: RyuJitX86JobAttribute - href: api/BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.html#BenchmarkDotNet_Attributes_RyuJitX86JobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.RyuJitX86JobAttribute.RyuJitX86JobAttribute - nameWithType: RyuJitX86JobAttribute.RyuJitX86JobAttribute -- uid: BenchmarkDotNet.Attributes.ShortRunJobAttribute - name: ShortRunJobAttribute - href: api/BenchmarkDotNet.Attributes.ShortRunJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ShortRunJobAttribute - fullName: BenchmarkDotNet.Attributes.ShortRunJobAttribute - nameWithType: ShortRunJobAttribute -- uid: BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor - name: ShortRunJobAttribute() - href: api/BenchmarkDotNet.Attributes.ShortRunJobAttribute.html#BenchmarkDotNet_Attributes_ShortRunJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ShortRunJobAttribute.ShortRunJobAttribute() - nameWithType: ShortRunJobAttribute.ShortRunJobAttribute() -- uid: BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - name: ShortRunJobAttribute(RuntimeMoniker) - href: api/BenchmarkDotNet.Attributes.ShortRunJobAttribute.html#BenchmarkDotNet_Attributes_ShortRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_ - commentId: M:BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - fullName: BenchmarkDotNet.Attributes.ShortRunJobAttribute.ShortRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker) - nameWithType: ShortRunJobAttribute.ShortRunJobAttribute(RuntimeMoniker) -- uid: BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - name: ShortRunJobAttribute(RuntimeMoniker, Jit, Platform) - href: api/BenchmarkDotNet.Attributes.ShortRunJobAttribute.html#BenchmarkDotNet_Attributes_ShortRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_BenchmarkDotNet_Environments_Jit_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Attributes.ShortRunJobAttribute.ShortRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker, BenchmarkDotNet.Environments.Jit, BenchmarkDotNet.Environments.Platform) - nameWithType: ShortRunJobAttribute.ShortRunJobAttribute(RuntimeMoniker, Jit, Platform) -- uid: BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor* - name: ShortRunJobAttribute - href: api/BenchmarkDotNet.Attributes.ShortRunJobAttribute.html#BenchmarkDotNet_Attributes_ShortRunJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ShortRunJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ShortRunJobAttribute.ShortRunJobAttribute - nameWithType: ShortRunJobAttribute.ShortRunJobAttribute -- uid: BenchmarkDotNet.Attributes.SimpleJobAttribute - name: SimpleJobAttribute - href: api/BenchmarkDotNet.Attributes.SimpleJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.SimpleJobAttribute - fullName: BenchmarkDotNet.Attributes.SimpleJobAttribute - nameWithType: SimpleJobAttribute -- uid: BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(BenchmarkDotNet.Engines.RunStrategy,BenchmarkDotNet.Jobs.RuntimeMoniker,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - name: SimpleJobAttribute(RunStrategy, RuntimeMoniker, Int32, Int32, Int32, Int32, String, Boolean) - href: api/BenchmarkDotNet.Attributes.SimpleJobAttribute.html#BenchmarkDotNet_Attributes_SimpleJobAttribute__ctor_BenchmarkDotNet_Engines_RunStrategy_BenchmarkDotNet_Jobs_RuntimeMoniker_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(BenchmarkDotNet.Engines.RunStrategy,BenchmarkDotNet.Jobs.RuntimeMoniker,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - fullName: BenchmarkDotNet.Attributes.SimpleJobAttribute.SimpleJobAttribute(BenchmarkDotNet.Engines.RunStrategy, BenchmarkDotNet.Jobs.RuntimeMoniker, System.Int32, System.Int32, System.Int32, System.Int32, System.String, System.Boolean) - nameWithType: SimpleJobAttribute.SimpleJobAttribute(RunStrategy, RuntimeMoniker, Int32, Int32, Int32, Int32, String, Boolean) -- uid: BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(BenchmarkDotNet.Engines.RunStrategy,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - name: SimpleJobAttribute(RunStrategy, Int32, Int32, Int32, Int32, String, Boolean) - href: api/BenchmarkDotNet.Attributes.SimpleJobAttribute.html#BenchmarkDotNet_Attributes_SimpleJobAttribute__ctor_BenchmarkDotNet_Engines_RunStrategy_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(BenchmarkDotNet.Engines.RunStrategy,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - fullName: BenchmarkDotNet.Attributes.SimpleJobAttribute.SimpleJobAttribute(BenchmarkDotNet.Engines.RunStrategy, System.Int32, System.Int32, System.Int32, System.Int32, System.String, System.Boolean) - nameWithType: SimpleJobAttribute.SimpleJobAttribute(RunStrategy, Int32, Int32, Int32, Int32, String, Boolean) -- uid: BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - name: SimpleJobAttribute(RuntimeMoniker, Int32, Int32, Int32, Int32, String, Boolean) - href: api/BenchmarkDotNet.Attributes.SimpleJobAttribute.html#BenchmarkDotNet_Attributes_SimpleJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - fullName: BenchmarkDotNet.Attributes.SimpleJobAttribute.SimpleJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker, System.Int32, System.Int32, System.Int32, System.Int32, System.String, System.Boolean) - nameWithType: SimpleJobAttribute.SimpleJobAttribute(RuntimeMoniker, Int32, Int32, Int32, Int32, String, Boolean) -- uid: BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - name: SimpleJobAttribute(Int32, Int32, Int32, Int32, String, Boolean) - href: api/BenchmarkDotNet.Attributes.SimpleJobAttribute.html#BenchmarkDotNet_Attributes_SimpleJobAttribute__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean) - fullName: BenchmarkDotNet.Attributes.SimpleJobAttribute.SimpleJobAttribute(System.Int32, System.Int32, System.Int32, System.Int32, System.String, System.Boolean) - nameWithType: SimpleJobAttribute.SimpleJobAttribute(Int32, Int32, Int32, Int32, String, Boolean) -- uid: BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor* - name: SimpleJobAttribute - href: api/BenchmarkDotNet.Attributes.SimpleJobAttribute.html#BenchmarkDotNet_Attributes_SimpleJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.SimpleJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.SimpleJobAttribute.SimpleJobAttribute - nameWithType: SimpleJobAttribute.SimpleJobAttribute -- uid: BenchmarkDotNet.Attributes.SkewnessColumnAttribute - name: SkewnessColumnAttribute - href: api/BenchmarkDotNet.Attributes.SkewnessColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.SkewnessColumnAttribute - fullName: BenchmarkDotNet.Attributes.SkewnessColumnAttribute - nameWithType: SkewnessColumnAttribute -- uid: BenchmarkDotNet.Attributes.SkewnessColumnAttribute.#ctor - name: SkewnessColumnAttribute() - href: api/BenchmarkDotNet.Attributes.SkewnessColumnAttribute.html#BenchmarkDotNet_Attributes_SkewnessColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.SkewnessColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.SkewnessColumnAttribute.SkewnessColumnAttribute() - nameWithType: SkewnessColumnAttribute.SkewnessColumnAttribute() -- uid: BenchmarkDotNet.Attributes.SkewnessColumnAttribute.#ctor* - name: SkewnessColumnAttribute - href: api/BenchmarkDotNet.Attributes.SkewnessColumnAttribute.html#BenchmarkDotNet_Attributes_SkewnessColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.SkewnessColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.SkewnessColumnAttribute.SkewnessColumnAttribute - nameWithType: SkewnessColumnAttribute.SkewnessColumnAttribute -- uid: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute - name: StatisticalTestColumnAttribute - href: api/BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute - fullName: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute - nameWithType: StatisticalTestColumnAttribute -- uid: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,Perfolizer.Mathematics.Thresholds.ThresholdUnit,System.Double,System.Boolean) - name: StatisticalTestColumnAttribute(StatisticalTestKind, ThresholdUnit, Double, Boolean) - href: api/BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.html#BenchmarkDotNet_Attributes_StatisticalTestColumnAttribute__ctor_Perfolizer_Mathematics_SignificanceTesting_StatisticalTestKind_Perfolizer_Mathematics_Thresholds_ThresholdUnit_System_Double_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,Perfolizer.Mathematics.Thresholds.ThresholdUnit,System.Double,System.Boolean) - fullName: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.StatisticalTestColumnAttribute(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind, Perfolizer.Mathematics.Thresholds.ThresholdUnit, System.Double, System.Boolean) - nameWithType: StatisticalTestColumnAttribute.StatisticalTestColumnAttribute(StatisticalTestKind, ThresholdUnit, Double, Boolean) -- uid: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,System.Boolean) - name: StatisticalTestColumnAttribute(StatisticalTestKind, Boolean) - href: api/BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.html#BenchmarkDotNet_Attributes_StatisticalTestColumnAttribute__ctor_Perfolizer_Mathematics_SignificanceTesting_StatisticalTestKind_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,System.Boolean) - fullName: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.StatisticalTestColumnAttribute(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind, System.Boolean) - nameWithType: StatisticalTestColumnAttribute.StatisticalTestColumnAttribute(StatisticalTestKind, Boolean) -- uid: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor(System.Boolean) - name: StatisticalTestColumnAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.html#BenchmarkDotNet_Attributes_StatisticalTestColumnAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.StatisticalTestColumnAttribute(System.Boolean) - nameWithType: StatisticalTestColumnAttribute.StatisticalTestColumnAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor* - name: StatisticalTestColumnAttribute - href: api/BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.html#BenchmarkDotNet_Attributes_StatisticalTestColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.StatisticalTestColumnAttribute.StatisticalTestColumnAttribute - nameWithType: StatisticalTestColumnAttribute.StatisticalTestColumnAttribute -- uid: BenchmarkDotNet.Attributes.StdDevColumnAttribute - name: StdDevColumnAttribute - href: api/BenchmarkDotNet.Attributes.StdDevColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.StdDevColumnAttribute - fullName: BenchmarkDotNet.Attributes.StdDevColumnAttribute - nameWithType: StdDevColumnAttribute -- uid: BenchmarkDotNet.Attributes.StdDevColumnAttribute.#ctor - name: StdDevColumnAttribute() - href: api/BenchmarkDotNet.Attributes.StdDevColumnAttribute.html#BenchmarkDotNet_Attributes_StdDevColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.StdDevColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.StdDevColumnAttribute.StdDevColumnAttribute() - nameWithType: StdDevColumnAttribute.StdDevColumnAttribute() -- uid: BenchmarkDotNet.Attributes.StdDevColumnAttribute.#ctor* - name: StdDevColumnAttribute - href: api/BenchmarkDotNet.Attributes.StdDevColumnAttribute.html#BenchmarkDotNet_Attributes_StdDevColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.StdDevColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.StdDevColumnAttribute.StdDevColumnAttribute - nameWithType: StdDevColumnAttribute.StdDevColumnAttribute -- uid: BenchmarkDotNet.Attributes.StdErrorColumnAttribute - name: StdErrorColumnAttribute - href: api/BenchmarkDotNet.Attributes.StdErrorColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.StdErrorColumnAttribute - fullName: BenchmarkDotNet.Attributes.StdErrorColumnAttribute - nameWithType: StdErrorColumnAttribute -- uid: BenchmarkDotNet.Attributes.StdErrorColumnAttribute.#ctor - name: StdErrorColumnAttribute() - href: api/BenchmarkDotNet.Attributes.StdErrorColumnAttribute.html#BenchmarkDotNet_Attributes_StdErrorColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.StdErrorColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.StdErrorColumnAttribute.StdErrorColumnAttribute() - nameWithType: StdErrorColumnAttribute.StdErrorColumnAttribute() -- uid: BenchmarkDotNet.Attributes.StdErrorColumnAttribute.#ctor* - name: StdErrorColumnAttribute - href: api/BenchmarkDotNet.Attributes.StdErrorColumnAttribute.html#BenchmarkDotNet_Attributes_StdErrorColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.StdErrorColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.StdErrorColumnAttribute.StdErrorColumnAttribute - nameWithType: StdErrorColumnAttribute.StdErrorColumnAttribute -- uid: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute - name: StopOnFirstErrorAttribute - href: api/BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.html - commentId: T:BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute - fullName: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute - nameWithType: StopOnFirstErrorAttribute -- uid: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.#ctor(System.Boolean) - name: StopOnFirstErrorAttribute(Boolean) - href: api/BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.html#BenchmarkDotNet_Attributes_StopOnFirstErrorAttribute__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.StopOnFirstErrorAttribute(System.Boolean) - nameWithType: StopOnFirstErrorAttribute.StopOnFirstErrorAttribute(Boolean) -- uid: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.#ctor* - name: StopOnFirstErrorAttribute - href: api/BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.html#BenchmarkDotNet_Attributes_StopOnFirstErrorAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.StopOnFirstErrorAttribute - nameWithType: StopOnFirstErrorAttribute.StopOnFirstErrorAttribute -- uid: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.html#BenchmarkDotNet_Attributes_StopOnFirstErrorAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.Config - fullName: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.Config - nameWithType: StopOnFirstErrorAttribute.Config -- uid: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.html#BenchmarkDotNet_Attributes_StopOnFirstErrorAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.StopOnFirstErrorAttribute.Config - nameWithType: StopOnFirstErrorAttribute.Config -- uid: BenchmarkDotNet.Attributes.TargetedAttribute - name: TargetedAttribute - href: api/BenchmarkDotNet.Attributes.TargetedAttribute.html - commentId: T:BenchmarkDotNet.Attributes.TargetedAttribute - fullName: BenchmarkDotNet.Attributes.TargetedAttribute - nameWithType: TargetedAttribute -- uid: BenchmarkDotNet.Attributes.TargetedAttribute.Match(System.Reflection.MethodInfo) - name: Match(MethodInfo) - href: api/BenchmarkDotNet.Attributes.TargetedAttribute.html#BenchmarkDotNet_Attributes_TargetedAttribute_Match_System_Reflection_MethodInfo_ - commentId: M:BenchmarkDotNet.Attributes.TargetedAttribute.Match(System.Reflection.MethodInfo) - fullName: BenchmarkDotNet.Attributes.TargetedAttribute.Match(System.Reflection.MethodInfo) - nameWithType: TargetedAttribute.Match(MethodInfo) -- uid: BenchmarkDotNet.Attributes.TargetedAttribute.Match* - name: Match - href: api/BenchmarkDotNet.Attributes.TargetedAttribute.html#BenchmarkDotNet_Attributes_TargetedAttribute_Match_ - commentId: Overload:BenchmarkDotNet.Attributes.TargetedAttribute.Match - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.TargetedAttribute.Match - nameWithType: TargetedAttribute.Match -- uid: BenchmarkDotNet.Attributes.TargetedAttribute.Target - name: Target - href: api/BenchmarkDotNet.Attributes.TargetedAttribute.html#BenchmarkDotNet_Attributes_TargetedAttribute_Target - commentId: P:BenchmarkDotNet.Attributes.TargetedAttribute.Target - fullName: BenchmarkDotNet.Attributes.TargetedAttribute.Target - nameWithType: TargetedAttribute.Target -- uid: BenchmarkDotNet.Attributes.TargetedAttribute.Target* - name: Target - href: api/BenchmarkDotNet.Attributes.TargetedAttribute.html#BenchmarkDotNet_Attributes_TargetedAttribute_Target_ - commentId: Overload:BenchmarkDotNet.Attributes.TargetedAttribute.Target - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.TargetedAttribute.Target - nameWithType: TargetedAttribute.Target -- uid: BenchmarkDotNet.Attributes.TargetedAttribute.Targets - name: Targets - href: api/BenchmarkDotNet.Attributes.TargetedAttribute.html#BenchmarkDotNet_Attributes_TargetedAttribute_Targets - commentId: P:BenchmarkDotNet.Attributes.TargetedAttribute.Targets - fullName: BenchmarkDotNet.Attributes.TargetedAttribute.Targets - nameWithType: TargetedAttribute.Targets -- uid: BenchmarkDotNet.Attributes.TargetedAttribute.Targets* - name: Targets - href: api/BenchmarkDotNet.Attributes.TargetedAttribute.html#BenchmarkDotNet_Attributes_TargetedAttribute_Targets_ - commentId: Overload:BenchmarkDotNet.Attributes.TargetedAttribute.Targets - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.TargetedAttribute.Targets - nameWithType: TargetedAttribute.Targets -- uid: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute - name: ThreadingDiagnoserAttribute - href: api/BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute - fullName: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute - nameWithType: ThreadingDiagnoserAttribute -- uid: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.#ctor - name: ThreadingDiagnoserAttribute() - href: api/BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.html#BenchmarkDotNet_Attributes_ThreadingDiagnoserAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.ThreadingDiagnoserAttribute() - nameWithType: ThreadingDiagnoserAttribute.ThreadingDiagnoserAttribute() -- uid: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.#ctor* - name: ThreadingDiagnoserAttribute - href: api/BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.html#BenchmarkDotNet_Attributes_ThreadingDiagnoserAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.ThreadingDiagnoserAttribute - nameWithType: ThreadingDiagnoserAttribute.ThreadingDiagnoserAttribute -- uid: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.html#BenchmarkDotNet_Attributes_ThreadingDiagnoserAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.Config - fullName: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.Config - nameWithType: ThreadingDiagnoserAttribute.Config -- uid: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.html#BenchmarkDotNet_Attributes_ThreadingDiagnoserAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ThreadingDiagnoserAttribute.Config - nameWithType: ThreadingDiagnoserAttribute.Config -- uid: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute - name: UnicodeConsoleLoggerAttribute - href: api/BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.html - commentId: T:BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute - fullName: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute - nameWithType: UnicodeConsoleLoggerAttribute -- uid: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.#ctor - name: UnicodeConsoleLoggerAttribute() - href: api/BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.html#BenchmarkDotNet_Attributes_UnicodeConsoleLoggerAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.UnicodeConsoleLoggerAttribute() - nameWithType: UnicodeConsoleLoggerAttribute.UnicodeConsoleLoggerAttribute() -- uid: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.#ctor* - name: UnicodeConsoleLoggerAttribute - href: api/BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.html#BenchmarkDotNet_Attributes_UnicodeConsoleLoggerAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.UnicodeConsoleLoggerAttribute - nameWithType: UnicodeConsoleLoggerAttribute.UnicodeConsoleLoggerAttribute -- uid: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.html#BenchmarkDotNet_Attributes_UnicodeConsoleLoggerAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.Config - fullName: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.Config - nameWithType: UnicodeConsoleLoggerAttribute.Config -- uid: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.html#BenchmarkDotNet_Attributes_UnicodeConsoleLoggerAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.UnicodeConsoleLoggerAttribute.Config - nameWithType: UnicodeConsoleLoggerAttribute.Config -- uid: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute - name: ValidatorConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.html - commentId: T:BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute - fullName: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute - nameWithType: ValidatorConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.#ctor - name: ValidatorConfigBaseAttribute() - href: api/BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ValidatorConfigBaseAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute() - nameWithType: ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute() -- uid: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.#ctor(BenchmarkDotNet.Validators.IValidator[]) - name: ValidatorConfigBaseAttribute(IValidator[]) - href: api/BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ValidatorConfigBaseAttribute__ctor_BenchmarkDotNet_Validators_IValidator___ - commentId: M:BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.#ctor(BenchmarkDotNet.Validators.IValidator[]) - name.vb: ValidatorConfigBaseAttribute(IValidator()) - fullName: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute(BenchmarkDotNet.Validators.IValidator[]) - fullName.vb: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute(BenchmarkDotNet.Validators.IValidator()) - nameWithType: ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute(IValidator[]) - nameWithType.vb: ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute(IValidator()) -- uid: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.#ctor* - name: ValidatorConfigBaseAttribute - href: api/BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ValidatorConfigBaseAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute - nameWithType: ValidatorConfigBaseAttribute.ValidatorConfigBaseAttribute -- uid: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.Config - name: Config - href: api/BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ValidatorConfigBaseAttribute_Config - commentId: P:BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.Config - fullName: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.Config - nameWithType: ValidatorConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.Config* - name: Config - href: api/BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.html#BenchmarkDotNet_Attributes_ValidatorConfigBaseAttribute_Config_ - commentId: Overload:BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.Config - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.ValidatorConfigBaseAttribute.Config - nameWithType: ValidatorConfigBaseAttribute.Config -- uid: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute - name: VeryLongRunJobAttribute - href: api/BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.html - commentId: T:BenchmarkDotNet.Attributes.VeryLongRunJobAttribute - fullName: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute - nameWithType: VeryLongRunJobAttribute -- uid: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor - name: VeryLongRunJobAttribute() - href: api/BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.html#BenchmarkDotNet_Attributes_VeryLongRunJobAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.VeryLongRunJobAttribute() - nameWithType: VeryLongRunJobAttribute.VeryLongRunJobAttribute() -- uid: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - name: VeryLongRunJobAttribute(RuntimeMoniker) - href: api/BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.html#BenchmarkDotNet_Attributes_VeryLongRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_ - commentId: M:BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker) - fullName: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.VeryLongRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker) - nameWithType: VeryLongRunJobAttribute.VeryLongRunJobAttribute(RuntimeMoniker) -- uid: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - name: VeryLongRunJobAttribute(RuntimeMoniker, Jit, Platform) - href: api/BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.html#BenchmarkDotNet_Attributes_VeryLongRunJobAttribute__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_BenchmarkDotNet_Environments_Jit_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.VeryLongRunJobAttribute(BenchmarkDotNet.Jobs.RuntimeMoniker, BenchmarkDotNet.Environments.Jit, BenchmarkDotNet.Environments.Platform) - nameWithType: VeryLongRunJobAttribute.VeryLongRunJobAttribute(RuntimeMoniker, Jit, Platform) -- uid: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor* - name: VeryLongRunJobAttribute - href: api/BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.html#BenchmarkDotNet_Attributes_VeryLongRunJobAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.VeryLongRunJobAttribute.VeryLongRunJobAttribute - nameWithType: VeryLongRunJobAttribute.VeryLongRunJobAttribute -- uid: BenchmarkDotNet.Attributes.WarmupCountAttribute - name: WarmupCountAttribute - href: api/BenchmarkDotNet.Attributes.WarmupCountAttribute.html - commentId: T:BenchmarkDotNet.Attributes.WarmupCountAttribute - fullName: BenchmarkDotNet.Attributes.WarmupCountAttribute - nameWithType: WarmupCountAttribute -- uid: BenchmarkDotNet.Attributes.WarmupCountAttribute.#ctor(System.Int32) - name: WarmupCountAttribute(Int32) - href: api/BenchmarkDotNet.Attributes.WarmupCountAttribute.html#BenchmarkDotNet_Attributes_WarmupCountAttribute__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Attributes.WarmupCountAttribute.#ctor(System.Int32) - fullName: BenchmarkDotNet.Attributes.WarmupCountAttribute.WarmupCountAttribute(System.Int32) - nameWithType: WarmupCountAttribute.WarmupCountAttribute(Int32) -- uid: BenchmarkDotNet.Attributes.WarmupCountAttribute.#ctor* - name: WarmupCountAttribute - href: api/BenchmarkDotNet.Attributes.WarmupCountAttribute.html#BenchmarkDotNet_Attributes_WarmupCountAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.WarmupCountAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.WarmupCountAttribute.WarmupCountAttribute - nameWithType: WarmupCountAttribute.WarmupCountAttribute -- uid: BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute - name: WelchTTestPValueColumnAttribute - href: api/BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.html - commentId: T:BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute - fullName: BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute - nameWithType: WelchTTestPValueColumnAttribute -- uid: BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.#ctor - name: WelchTTestPValueColumnAttribute() - href: api/BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.html#BenchmarkDotNet_Attributes_WelchTTestPValueColumnAttribute__ctor - commentId: M:BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.#ctor - fullName: BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.WelchTTestPValueColumnAttribute() - nameWithType: WelchTTestPValueColumnAttribute.WelchTTestPValueColumnAttribute() -- uid: BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.#ctor* - name: WelchTTestPValueColumnAttribute - href: api/BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.html#BenchmarkDotNet_Attributes_WelchTTestPValueColumnAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.WelchTTestPValueColumnAttribute.WelchTTestPValueColumnAttribute - nameWithType: WelchTTestPValueColumnAttribute.WelchTTestPValueColumnAttribute -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute - name: XmlExporterAttribute - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.html - commentId: T:BenchmarkDotNet.Attributes.XmlExporterAttribute - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute - nameWithType: XmlExporterAttribute -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.#ctor(System.String,System.Boolean,System.Boolean) - name: XmlExporterAttribute(String, Boolean, Boolean) - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.html#BenchmarkDotNet_Attributes_XmlExporterAttribute__ctor_System_String_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Attributes.XmlExporterAttribute.#ctor(System.String,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.XmlExporterAttribute(System.String, System.Boolean, System.Boolean) - nameWithType: XmlExporterAttribute.XmlExporterAttribute(String, Boolean, Boolean) -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.#ctor* - name: XmlExporterAttribute - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.html#BenchmarkDotNet_Attributes_XmlExporterAttribute__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.XmlExporterAttribute.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.XmlExporterAttribute - nameWithType: XmlExporterAttribute.XmlExporterAttribute -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief - name: XmlExporterAttribute.Brief - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.html - commentId: T:BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief - nameWithType: XmlExporterAttribute.Brief -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.#ctor - name: Brief() - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_Brief__ctor - commentId: M:BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.#ctor - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.Brief() - nameWithType: XmlExporterAttribute.Brief.Brief() -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.#ctor* - name: Brief - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_Brief__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.Brief.Brief - nameWithType: XmlExporterAttribute.Brief.Brief -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed - name: XmlExporterAttribute.BriefCompressed - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.html - commentId: T:BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed - nameWithType: XmlExporterAttribute.BriefCompressed -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.#ctor - name: BriefCompressed() - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_BriefCompressed__ctor - commentId: M:BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.#ctor - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.BriefCompressed() - nameWithType: XmlExporterAttribute.BriefCompressed.BriefCompressed() -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.#ctor* - name: BriefCompressed - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_BriefCompressed__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.BriefCompressed.BriefCompressed - nameWithType: XmlExporterAttribute.BriefCompressed.BriefCompressed -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.Full - name: XmlExporterAttribute.Full - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.html - commentId: T:BenchmarkDotNet.Attributes.XmlExporterAttribute.Full - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.Full - nameWithType: XmlExporterAttribute.Full -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.#ctor - name: Full() - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_Full__ctor - commentId: M:BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.#ctor - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.Full() - nameWithType: XmlExporterAttribute.Full.Full() -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.#ctor* - name: Full - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_Full__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.Full.Full - nameWithType: XmlExporterAttribute.Full.Full -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed - name: XmlExporterAttribute.FullCompressed - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.html - commentId: T:BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed - nameWithType: XmlExporterAttribute.FullCompressed -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.#ctor - name: FullCompressed() - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_FullCompressed__ctor - commentId: M:BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.#ctor - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.FullCompressed() - nameWithType: XmlExporterAttribute.FullCompressed.FullCompressed() -- uid: BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.#ctor* - name: FullCompressed - href: api/BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.html#BenchmarkDotNet_Attributes_XmlExporterAttribute_FullCompressed__ctor_ - commentId: Overload:BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Attributes.XmlExporterAttribute.FullCompressed.FullCompressed - nameWithType: XmlExporterAttribute.FullCompressed.FullCompressed -- uid: BenchmarkDotNet.Characteristics - name: BenchmarkDotNet.Characteristics - href: api/BenchmarkDotNet.Characteristics.html - commentId: N:BenchmarkDotNet.Characteristics - fullName: BenchmarkDotNet.Characteristics - nameWithType: BenchmarkDotNet.Characteristics -- uid: BenchmarkDotNet.Characteristics.Characteristic - name: Characteristic - href: api/BenchmarkDotNet.Characteristics.Characteristic.html - commentId: T:BenchmarkDotNet.Characteristics.Characteristic - fullName: BenchmarkDotNet.Characteristics.Characteristic - nameWithType: Characteristic -- uid: BenchmarkDotNet.Characteristics.Characteristic.#ctor(System.String,System.Type,System.Type,System.Object,System.Boolean,System.Boolean) - name: Characteristic(String, Type, Type, Object, Boolean, Boolean) - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic__ctor_System_String_System_Type_System_Type_System_Object_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Characteristics.Characteristic.#ctor(System.String,System.Type,System.Type,System.Object,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Characteristics.Characteristic.Characteristic(System.String, System.Type, System.Type, System.Object, System.Boolean, System.Boolean) - nameWithType: Characteristic.Characteristic(String, Type, Type, Object, Boolean, Boolean) -- uid: BenchmarkDotNet.Characteristics.Characteristic.#ctor* - name: Characteristic - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic__ctor_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.Characteristic - nameWithType: Characteristic.Characteristic -- uid: BenchmarkDotNet.Characteristics.Characteristic.CharacteristicType - name: CharacteristicType - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_CharacteristicType - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.CharacteristicType - fullName: BenchmarkDotNet.Characteristics.Characteristic.CharacteristicType - nameWithType: Characteristic.CharacteristicType -- uid: BenchmarkDotNet.Characteristics.Characteristic.CharacteristicType* - name: CharacteristicType - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_CharacteristicType_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.CharacteristicType - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.CharacteristicType - nameWithType: Characteristic.CharacteristicType -- uid: BenchmarkDotNet.Characteristics.Characteristic.Create* - name: Create - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Create_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.Create - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.Create - nameWithType: Characteristic.Create -- uid: BenchmarkDotNet.Characteristics.Characteristic.Create``2(System.String) - name: Create(String) - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Create__2_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.Characteristic.Create``2(System.String) - name.vb: Create(Of TOwner, T)(String) - fullName: BenchmarkDotNet.Characteristics.Characteristic.Create(System.String) - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic.Create(Of TOwner, T)(System.String) - nameWithType: Characteristic.Create(String) - nameWithType.vb: Characteristic.Create(Of TOwner, T)(String) -- uid: BenchmarkDotNet.Characteristics.Characteristic.Create``2(System.String,``1) - name: Create(String, T) - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Create__2_System_String___1_ - commentId: M:BenchmarkDotNet.Characteristics.Characteristic.Create``2(System.String,``1) - name.vb: Create(Of TOwner, T)(String, T) - fullName: BenchmarkDotNet.Characteristics.Characteristic.Create(System.String, T) - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic.Create(Of TOwner, T)(System.String, T) - nameWithType: Characteristic.Create(String, T) - nameWithType.vb: Characteristic.Create(Of TOwner, T)(String, T) -- uid: BenchmarkDotNet.Characteristics.Characteristic.Create``2(System.String,System.Func{BenchmarkDotNet.Characteristics.CharacteristicObject,``1,``1},``1,System.Boolean) - name: Create(String, Func, T, Boolean) - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Create__2_System_String_System_Func_BenchmarkDotNet_Characteristics_CharacteristicObject___1___1____1_System_Boolean_ - commentId: M:BenchmarkDotNet.Characteristics.Characteristic.Create``2(System.String,System.Func{BenchmarkDotNet.Characteristics.CharacteristicObject,``1,``1},``1,System.Boolean) - name.vb: Create(Of TOwner, T)(String, Func(Of CharacteristicObject, T, T), T, Boolean) - fullName: BenchmarkDotNet.Characteristics.Characteristic.Create(System.String, System.Func, T, System.Boolean) - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic.Create(Of TOwner, T)(System.String, System.Func(Of BenchmarkDotNet.Characteristics.CharacteristicObject, T, T), T, System.Boolean) - nameWithType: Characteristic.Create(String, Func, T, Boolean) - nameWithType.vb: Characteristic.Create(Of TOwner, T)(String, Func(Of CharacteristicObject, T, T), T, Boolean) -- uid: BenchmarkDotNet.Characteristics.Characteristic.CreateHidden* - name: CreateHidden - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_CreateHidden_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.CreateHidden - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.CreateHidden - nameWithType: Characteristic.CreateHidden -- uid: BenchmarkDotNet.Characteristics.Characteristic.CreateHidden``2(System.String) - name: CreateHidden(String) - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_CreateHidden__2_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.Characteristic.CreateHidden``2(System.String) - name.vb: CreateHidden(Of TOwner, T)(String) - fullName: BenchmarkDotNet.Characteristics.Characteristic.CreateHidden(System.String) - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic.CreateHidden(Of TOwner, T)(System.String) - nameWithType: Characteristic.CreateHidden(String) - nameWithType.vb: Characteristic.CreateHidden(Of TOwner, T)(String) -- uid: BenchmarkDotNet.Characteristics.Characteristic.CreateIgnoreOnApply* - name: CreateIgnoreOnApply - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_CreateIgnoreOnApply_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.CreateIgnoreOnApply - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.CreateIgnoreOnApply - nameWithType: Characteristic.CreateIgnoreOnApply -- uid: BenchmarkDotNet.Characteristics.Characteristic.CreateIgnoreOnApply``2(System.String) - name: CreateIgnoreOnApply(String) - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_CreateIgnoreOnApply__2_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.Characteristic.CreateIgnoreOnApply``2(System.String) - name.vb: CreateIgnoreOnApply(Of TOwner, T)(String) - fullName: BenchmarkDotNet.Characteristics.Characteristic.CreateIgnoreOnApply(System.String) - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic.CreateIgnoreOnApply(Of TOwner, T)(System.String) - nameWithType: Characteristic.CreateIgnoreOnApply(String) - nameWithType.vb: Characteristic.CreateIgnoreOnApply(Of TOwner, T)(String) -- uid: BenchmarkDotNet.Characteristics.Characteristic.DeclaringType - name: DeclaringType - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_DeclaringType - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.DeclaringType - fullName: BenchmarkDotNet.Characteristics.Characteristic.DeclaringType - nameWithType: Characteristic.DeclaringType -- uid: BenchmarkDotNet.Characteristics.Characteristic.DeclaringType* - name: DeclaringType - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_DeclaringType_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.DeclaringType - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.DeclaringType - nameWithType: Characteristic.DeclaringType -- uid: BenchmarkDotNet.Characteristics.Characteristic.DontShowInSummary - name: DontShowInSummary - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_DontShowInSummary - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.DontShowInSummary - fullName: BenchmarkDotNet.Characteristics.Characteristic.DontShowInSummary - nameWithType: Characteristic.DontShowInSummary -- uid: BenchmarkDotNet.Characteristics.Characteristic.DontShowInSummary* - name: DontShowInSummary - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_DontShowInSummary_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.DontShowInSummary - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.DontShowInSummary - nameWithType: Characteristic.DontShowInSummary -- uid: BenchmarkDotNet.Characteristics.Characteristic.EmptyValue - name: EmptyValue - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_EmptyValue - commentId: F:BenchmarkDotNet.Characteristics.Characteristic.EmptyValue - fullName: BenchmarkDotNet.Characteristics.Characteristic.EmptyValue - nameWithType: Characteristic.EmptyValue -- uid: BenchmarkDotNet.Characteristics.Characteristic.FullId - name: FullId - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_FullId - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.FullId - fullName: BenchmarkDotNet.Characteristics.Characteristic.FullId - nameWithType: Characteristic.FullId -- uid: BenchmarkDotNet.Characteristics.Characteristic.FullId* - name: FullId - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_FullId_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.FullId - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.FullId - nameWithType: Characteristic.FullId -- uid: BenchmarkDotNet.Characteristics.Characteristic.HasChildCharacteristics - name: HasChildCharacteristics - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_HasChildCharacteristics - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.HasChildCharacteristics - fullName: BenchmarkDotNet.Characteristics.Characteristic.HasChildCharacteristics - nameWithType: Characteristic.HasChildCharacteristics -- uid: BenchmarkDotNet.Characteristics.Characteristic.HasChildCharacteristics* - name: HasChildCharacteristics - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_HasChildCharacteristics_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.HasChildCharacteristics - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.HasChildCharacteristics - nameWithType: Characteristic.HasChildCharacteristics -- uid: BenchmarkDotNet.Characteristics.Characteristic.Id - name: Id - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Id - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.Id - fullName: BenchmarkDotNet.Characteristics.Characteristic.Id - nameWithType: Characteristic.Id -- uid: BenchmarkDotNet.Characteristics.Characteristic.Id* - name: Id - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Id_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.Id - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.Id - nameWithType: Characteristic.Id -- uid: BenchmarkDotNet.Characteristics.Characteristic.IgnoreOnApply - name: IgnoreOnApply - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_IgnoreOnApply - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.IgnoreOnApply - fullName: BenchmarkDotNet.Characteristics.Characteristic.IgnoreOnApply - nameWithType: Characteristic.IgnoreOnApply -- uid: BenchmarkDotNet.Characteristics.Characteristic.IgnoreOnApply* - name: IgnoreOnApply - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_IgnoreOnApply_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.IgnoreOnApply - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.IgnoreOnApply - nameWithType: Characteristic.IgnoreOnApply -- uid: BenchmarkDotNet.Characteristics.Characteristic.Item(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: Item[CharacteristicObject] - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Item_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: P:BenchmarkDotNet.Characteristics.Characteristic.Item(BenchmarkDotNet.Characteristics.CharacteristicObject) - name.vb: Item(CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.Characteristic.Item[BenchmarkDotNet.Characteristics.CharacteristicObject] - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic.Item(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: Characteristic.Item[CharacteristicObject] - nameWithType.vb: Characteristic.Item(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.Characteristic.Item* - name: Item - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_Item_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.Item - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.Item - nameWithType: Characteristic.Item -- uid: BenchmarkDotNet.Characteristics.Characteristic.ToString - name: ToString() - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_ToString - commentId: M:BenchmarkDotNet.Characteristics.Characteristic.ToString - fullName: BenchmarkDotNet.Characteristics.Characteristic.ToString() - nameWithType: Characteristic.ToString() -- uid: BenchmarkDotNet.Characteristics.Characteristic.ToString* - name: ToString - href: api/BenchmarkDotNet.Characteristics.Characteristic.html#BenchmarkDotNet_Characteristics_Characteristic_ToString_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.ToString - nameWithType: Characteristic.ToString -- uid: BenchmarkDotNet.Characteristics.Characteristic`1 - name: Characteristic - href: api/BenchmarkDotNet.Characteristics.Characteristic-1.html - commentId: T:BenchmarkDotNet.Characteristics.Characteristic`1 - name.vb: Characteristic(Of T) - fullName: BenchmarkDotNet.Characteristics.Characteristic - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic(Of T) - nameWithType: Characteristic - nameWithType.vb: Characteristic(Of T) -- uid: BenchmarkDotNet.Characteristics.Characteristic`1.FallbackValue - name: FallbackValue - href: api/BenchmarkDotNet.Characteristics.Characteristic-1.html#BenchmarkDotNet_Characteristics_Characteristic_1_FallbackValue - commentId: P:BenchmarkDotNet.Characteristics.Characteristic`1.FallbackValue - fullName: BenchmarkDotNet.Characteristics.Characteristic.FallbackValue - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic(Of T).FallbackValue - nameWithType: Characteristic.FallbackValue - nameWithType.vb: Characteristic(Of T).FallbackValue -- uid: BenchmarkDotNet.Characteristics.Characteristic`1.FallbackValue* - name: FallbackValue - href: api/BenchmarkDotNet.Characteristics.Characteristic-1.html#BenchmarkDotNet_Characteristics_Characteristic_1_FallbackValue_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic`1.FallbackValue - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.FallbackValue - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic(Of T).FallbackValue - nameWithType: Characteristic.FallbackValue - nameWithType.vb: Characteristic(Of T).FallbackValue -- uid: BenchmarkDotNet.Characteristics.Characteristic`1.Item(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: Item[CharacteristicObject] - href: api/BenchmarkDotNet.Characteristics.Characteristic-1.html#BenchmarkDotNet_Characteristics_Characteristic_1_Item_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: P:BenchmarkDotNet.Characteristics.Characteristic`1.Item(BenchmarkDotNet.Characteristics.CharacteristicObject) - name.vb: Item(CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.Characteristic.Item[BenchmarkDotNet.Characteristics.CharacteristicObject] - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic(Of T).Item(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: Characteristic.Item[CharacteristicObject] - nameWithType.vb: Characteristic(Of T).Item(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.Characteristic`1.Item* - name: Item - href: api/BenchmarkDotNet.Characteristics.Characteristic-1.html#BenchmarkDotNet_Characteristics_Characteristic_1_Item_ - commentId: Overload:BenchmarkDotNet.Characteristics.Characteristic`1.Item - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Characteristic.Item - fullName.vb: BenchmarkDotNet.Characteristics.Characteristic(Of T).Item - nameWithType: Characteristic.Item - nameWithType.vb: Characteristic(Of T).Item -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper - name: CharacteristicHelper - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html - commentId: T:BenchmarkDotNet.Characteristics.CharacteristicHelper - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper - nameWithType: CharacteristicHelper -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: GetAllCharacteristics(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetAllCharacteristics_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicHelper.GetAllCharacteristics(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics(System.Type) - name: GetAllCharacteristics(Type) - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetAllCharacteristics_System_Type_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics(System.Type) - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics(System.Type) - nameWithType: CharacteristicHelper.GetAllCharacteristics(Type) -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics* - name: GetAllCharacteristics - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetAllCharacteristics_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllCharacteristics - nameWithType: CharacteristicHelper.GetAllCharacteristics -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllPresentableCharacteristics(System.Type,System.Boolean) - name: GetAllPresentableCharacteristics(Type, Boolean) - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetAllPresentableCharacteristics_System_Type_System_Boolean_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllPresentableCharacteristics(System.Type,System.Boolean) - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllPresentableCharacteristics(System.Type, System.Boolean) - nameWithType: CharacteristicHelper.GetAllPresentableCharacteristics(Type, Boolean) -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllPresentableCharacteristics* - name: GetAllPresentableCharacteristics - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetAllPresentableCharacteristics_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllPresentableCharacteristics - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetAllPresentableCharacteristics - nameWithType: CharacteristicHelper.GetAllPresentableCharacteristics -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: GetThisTypeCharacteristics(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetThisTypeCharacteristics_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicHelper.GetThisTypeCharacteristics(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics(System.Type) - name: GetThisTypeCharacteristics(Type) - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetThisTypeCharacteristics_System_Type_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics(System.Type) - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics(System.Type) - nameWithType: CharacteristicHelper.GetThisTypeCharacteristics(Type) -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics* - name: GetThisTypeCharacteristics - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_GetThisTypeCharacteristics_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.GetThisTypeCharacteristics - nameWithType: CharacteristicHelper.GetThisTypeCharacteristics -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.IsPresentableCharacteristic(BenchmarkDotNet.Characteristics.Characteristic,System.Boolean) - name: IsPresentableCharacteristic(Characteristic, Boolean) - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_IsPresentableCharacteristic_BenchmarkDotNet_Characteristics_Characteristic_System_Boolean_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicHelper.IsPresentableCharacteristic(BenchmarkDotNet.Characteristics.Characteristic,System.Boolean) - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.IsPresentableCharacteristic(BenchmarkDotNet.Characteristics.Characteristic, System.Boolean) - nameWithType: CharacteristicHelper.IsPresentableCharacteristic(Characteristic, Boolean) -- uid: BenchmarkDotNet.Characteristics.CharacteristicHelper.IsPresentableCharacteristic* - name: IsPresentableCharacteristic - href: api/BenchmarkDotNet.Characteristics.CharacteristicHelper.html#BenchmarkDotNet_Characteristics_CharacteristicHelper_IsPresentableCharacteristic_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicHelper.IsPresentableCharacteristic - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicHelper.IsPresentableCharacteristic - nameWithType: CharacteristicHelper.IsPresentableCharacteristic -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject - name: CharacteristicObject - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html - commentId: T:BenchmarkDotNet.Characteristics.CharacteristicObject - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject - nameWithType: CharacteristicObject -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.#ctor - name: CharacteristicObject() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject__ctor - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.#ctor - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CharacteristicObject() - nameWithType: CharacteristicObject.CharacteristicObject() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.#ctor(System.String) - name: CharacteristicObject(String) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject__ctor_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.#ctor(System.String) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CharacteristicObject(System.String) - nameWithType: CharacteristicObject.CharacteristicObject(String) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.#ctor* - name: CharacteristicObject - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject__ctor_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CharacteristicObject - nameWithType: CharacteristicObject.CharacteristicObject -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: Apply(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Apply_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicObject.Apply(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Apply* - name: Apply - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Apply_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.Apply - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Apply - nameWithType: CharacteristicObject.Apply -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyCore(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: ApplyCore(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ApplyCore_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyCore(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyCore(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicObject.ApplyCore(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyCore* - name: ApplyCore - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ApplyCore_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyCore - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyCore - nameWithType: CharacteristicObject.ApplyCore -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze - name: Freeze() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Freeze - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze() - nameWithType: CharacteristicObject.Freeze() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze* - name: Freeze - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Freeze_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze - nameWithType: CharacteristicObject.Freeze -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.FreezeCore - name: FreezeCore() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_FreezeCore - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.FreezeCore - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.FreezeCore() - nameWithType: CharacteristicObject.FreezeCore() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.FreezeCore* - name: FreezeCore - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_FreezeCore_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.FreezeCore - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.FreezeCore - nameWithType: CharacteristicObject.FreezeCore -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Frozen - name: Frozen - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Frozen - commentId: P:BenchmarkDotNet.Characteristics.CharacteristicObject.Frozen - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Frozen - nameWithType: CharacteristicObject.Frozen -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Frozen* - name: Frozen - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Frozen_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.Frozen - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Frozen - nameWithType: CharacteristicObject.Frozen -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.GetCharacteristicsWithValues - name: GetCharacteristicsWithValues() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_GetCharacteristicsWithValues - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.GetCharacteristicsWithValues - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.GetCharacteristicsWithValues() - nameWithType: CharacteristicObject.GetCharacteristicsWithValues() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.GetCharacteristicsWithValues* - name: GetCharacteristicsWithValues - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_GetCharacteristicsWithValues_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.GetCharacteristicsWithValues - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.GetCharacteristicsWithValues - nameWithType: CharacteristicObject.GetCharacteristicsWithValues -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.HasChanges - name: HasChanges - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_HasChanges - commentId: P:BenchmarkDotNet.Characteristics.CharacteristicObject.HasChanges - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.HasChanges - nameWithType: CharacteristicObject.HasChanges -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.HasChanges* - name: HasChanges - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_HasChanges_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.HasChanges - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.HasChanges - nameWithType: CharacteristicObject.HasChanges -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.HasValue(BenchmarkDotNet.Characteristics.Characteristic) - name: HasValue(Characteristic) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_HasValue_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.HasValue(BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.HasValue(BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: CharacteristicObject.HasValue(Characteristic) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.HasValue* - name: HasValue - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_HasValue_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.HasValue - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.HasValue - nameWithType: CharacteristicObject.HasValue -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Id - name: Id - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Id - commentId: P:BenchmarkDotNet.Characteristics.CharacteristicObject.Id - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Id - nameWithType: CharacteristicObject.Id -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.Id* - name: Id - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_Id_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.Id - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Id - nameWithType: CharacteristicObject.Id -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.IdCharacteristic - name: IdCharacteristic - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_IdCharacteristic - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicObject.IdCharacteristic - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.IdCharacteristic - nameWithType: CharacteristicObject.IdCharacteristic -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.IsPropertyBag - name: IsPropertyBag - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_IsPropertyBag - commentId: P:BenchmarkDotNet.Characteristics.CharacteristicObject.IsPropertyBag - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.IsPropertyBag - nameWithType: CharacteristicObject.IsPropertyBag -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.IsPropertyBag* - name: IsPropertyBag - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_IsPropertyBag_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.IsPropertyBag - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.IsPropertyBag - nameWithType: CharacteristicObject.IsPropertyBag -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.OwnerOrSelf - name: OwnerOrSelf - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_OwnerOrSelf - commentId: P:BenchmarkDotNet.Characteristics.CharacteristicObject.OwnerOrSelf - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.OwnerOrSelf - nameWithType: CharacteristicObject.OwnerOrSelf -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.OwnerOrSelf* - name: OwnerOrSelf - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_OwnerOrSelf_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.OwnerOrSelf - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.OwnerOrSelf - nameWithType: CharacteristicObject.OwnerOrSelf -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveId(BenchmarkDotNet.Characteristics.CharacteristicObject,System.String) - name: ResolveId(CharacteristicObject, String) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveId_BenchmarkDotNet_Characteristics_CharacteristicObject_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveId(BenchmarkDotNet.Characteristics.CharacteristicObject,System.String) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveId(BenchmarkDotNet.Characteristics.CharacteristicObject, System.String) - nameWithType: CharacteristicObject.ResolveId(CharacteristicObject, String) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveId* - name: ResolveId - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveId_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveId - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveId - nameWithType: CharacteristicObject.ResolveId -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic,BenchmarkDotNet.Characteristics.IResolver) - name: ResolveValue(Characteristic, IResolver) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveValue_BenchmarkDotNet_Characteristics_Characteristic_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: CharacteristicObject.ResolveValue(Characteristic, IResolver) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic,System.Object) - name: ResolveValue(Characteristic, Object) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveValue_BenchmarkDotNet_Characteristics_Characteristic_System_Object_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic,System.Object) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic, System.Object) - nameWithType: CharacteristicObject.ResolveValue(Characteristic, Object) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue* - name: ResolveValue - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveValue_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue - nameWithType: CharacteristicObject.ResolveValue -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue``1(BenchmarkDotNet.Characteristics.Characteristic{``0},``0) - name: ResolveValue(Characteristic, T) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveValue__1_BenchmarkDotNet_Characteristics_Characteristic___0____0_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue``1(BenchmarkDotNet.Characteristics.Characteristic{``0},``0) - name.vb: ResolveValue(Of T)(Characteristic(Of T), T) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic, T) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(Of T)(BenchmarkDotNet.Characteristics.Characteristic(Of T), T) - nameWithType: CharacteristicObject.ResolveValue(Characteristic, T) - nameWithType.vb: CharacteristicObject.ResolveValue(Of T)(Characteristic(Of T), T) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue``1(BenchmarkDotNet.Characteristics.Characteristic{``0},BenchmarkDotNet.Characteristics.IResolver) - name: ResolveValue(Characteristic, IResolver) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveValue__1_BenchmarkDotNet_Characteristics_Characteristic___0__BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue``1(BenchmarkDotNet.Characteristics.Characteristic{``0},BenchmarkDotNet.Characteristics.IResolver) - name.vb: ResolveValue(Of T)(Characteristic(Of T), IResolver) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(BenchmarkDotNet.Characteristics.Characteristic, BenchmarkDotNet.Characteristics.IResolver) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValue(Of T)(BenchmarkDotNet.Characteristics.Characteristic(Of T), BenchmarkDotNet.Characteristics.IResolver) - nameWithType: CharacteristicObject.ResolveValue(Characteristic, IResolver) - nameWithType.vb: CharacteristicObject.ResolveValue(Of T)(Characteristic(Of T), IResolver) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValueAsNullable* - name: ResolveValueAsNullable - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveValueAsNullable_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValueAsNullable - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValueAsNullable - nameWithType: CharacteristicObject.ResolveValueAsNullable -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValueAsNullable``1(BenchmarkDotNet.Characteristics.Characteristic{``0}) - name: ResolveValueAsNullable(Characteristic) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ResolveValueAsNullable__1_BenchmarkDotNet_Characteristics_Characteristic___0__ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValueAsNullable``1(BenchmarkDotNet.Characteristics.Characteristic{``0}) - name.vb: ResolveValueAsNullable(Of T)(Characteristic(Of T)) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValueAsNullable(BenchmarkDotNet.Characteristics.Characteristic) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject.ResolveValueAsNullable(Of T)(BenchmarkDotNet.Characteristics.Characteristic(Of T)) - nameWithType: CharacteristicObject.ResolveValueAsNullable(Characteristic) - nameWithType.vb: CharacteristicObject.ResolveValueAsNullable(Of T)(Characteristic(Of T)) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ToString - name: ToString() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ToString - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.ToString - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ToString() - nameWithType: CharacteristicObject.ToString() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.ToString* - name: ToString - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_ToString_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ToString - nameWithType: CharacteristicObject.ToString -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy - name: UnfreezeCopy() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_UnfreezeCopy - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy() - nameWithType: CharacteristicObject.UnfreezeCopy() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy* - name: UnfreezeCopy - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_UnfreezeCopy_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy - nameWithType: CharacteristicObject.UnfreezeCopy -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopyCore - name: UnfreezeCopyCore() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_UnfreezeCopyCore - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopyCore - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopyCore() - nameWithType: CharacteristicObject.UnfreezeCopyCore() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopyCore* - name: UnfreezeCopyCore - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject.html#BenchmarkDotNet_Characteristics_CharacteristicObject_UnfreezeCopyCore_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopyCore - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopyCore - nameWithType: CharacteristicObject.UnfreezeCopyCore -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1 - name: CharacteristicObject - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html - commentId: T:BenchmarkDotNet.Characteristics.CharacteristicObject`1 - name.vb: CharacteristicObject(Of T) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T) - nameWithType: CharacteristicObject - nameWithType.vb: CharacteristicObject(Of T) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.#ctor - name: CharacteristicObject() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1__ctor - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.#ctor - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CharacteristicObject() - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CharacteristicObject() - nameWithType: CharacteristicObject.CharacteristicObject() - nameWithType.vb: CharacteristicObject(Of T).CharacteristicObject() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.#ctor(System.String) - name: CharacteristicObject(String) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1__ctor_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.#ctor(System.String) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CharacteristicObject(System.String) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CharacteristicObject(System.String) - nameWithType: CharacteristicObject.CharacteristicObject(String) - nameWithType.vb: CharacteristicObject(Of T).CharacteristicObject(String) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.#ctor* - name: CharacteristicObject - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1__ctor_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CharacteristicObject - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CharacteristicObject - nameWithType: CharacteristicObject.CharacteristicObject - nameWithType.vb: CharacteristicObject(Of T).CharacteristicObject -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: Apply(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_Apply_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).Apply(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicObject.Apply(CharacteristicObject) - nameWithType.vb: CharacteristicObject(Of T).Apply(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name: Apply(CharacteristicObject[]) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_Apply_BenchmarkDotNet_Characteristics_CharacteristicObject___ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name.vb: Apply(CharacteristicObject()) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Apply(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).Apply(BenchmarkDotNet.Characteristics.CharacteristicObject()) - nameWithType: CharacteristicObject.Apply(CharacteristicObject[]) - nameWithType.vb: CharacteristicObject(Of T).Apply(CharacteristicObject()) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.Apply* - name: Apply - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_Apply_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.Apply - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Apply - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).Apply - nameWithType: CharacteristicObject.Apply - nameWithType.vb: CharacteristicObject(Of T).Apply -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: ApplyAndFreeze(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_ApplyAndFreeze_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicObject.ApplyAndFreeze(CharacteristicObject) - nameWithType.vb: CharacteristicObject(Of T).ApplyAndFreeze(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name: ApplyAndFreeze(CharacteristicObject[]) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_ApplyAndFreeze_BenchmarkDotNet_Characteristics_CharacteristicObject___ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name.vb: ApplyAndFreeze(CharacteristicObject()) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).ApplyAndFreeze(BenchmarkDotNet.Characteristics.CharacteristicObject()) - nameWithType: CharacteristicObject.ApplyAndFreeze(CharacteristicObject[]) - nameWithType.vb: CharacteristicObject(Of T).ApplyAndFreeze(CharacteristicObject()) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.ApplyAndFreeze* - name: ApplyAndFreeze - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_ApplyAndFreeze_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.ApplyAndFreeze - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.ApplyAndFreeze - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).ApplyAndFreeze - nameWithType: CharacteristicObject.ApplyAndFreeze - nameWithType.vb: CharacteristicObject(Of T).ApplyAndFreeze -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateCharacteristic* - name: CreateCharacteristic - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_CreateCharacteristic_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateCharacteristic - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CreateCharacteristic - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CreateCharacteristic - nameWithType: CharacteristicObject.CreateCharacteristic - nameWithType.vb: CharacteristicObject(Of T).CreateCharacteristic -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateCharacteristic``1(System.String) - name: CreateCharacteristic(String) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_CreateCharacteristic__1_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateCharacteristic``1(System.String) - name.vb: CreateCharacteristic(Of TC)(String) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CreateCharacteristic(System.String) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CreateCharacteristic(Of TC)(System.String) - nameWithType: CharacteristicObject.CreateCharacteristic(String) - nameWithType.vb: CharacteristicObject(Of T).CreateCharacteristic(Of TC)(String) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateHiddenCharacteristic* - name: CreateHiddenCharacteristic - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_CreateHiddenCharacteristic_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateHiddenCharacteristic - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CreateHiddenCharacteristic - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CreateHiddenCharacteristic - nameWithType: CharacteristicObject.CreateHiddenCharacteristic - nameWithType.vb: CharacteristicObject(Of T).CreateHiddenCharacteristic -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateHiddenCharacteristic``1(System.String) - name: CreateHiddenCharacteristic(String) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_CreateHiddenCharacteristic__1_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateHiddenCharacteristic``1(System.String) - name.vb: CreateHiddenCharacteristic(Of TC)(String) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CreateHiddenCharacteristic(System.String) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CreateHiddenCharacteristic(Of TC)(System.String) - nameWithType: CharacteristicObject.CreateHiddenCharacteristic(String) - nameWithType.vb: CharacteristicObject(Of T).CreateHiddenCharacteristic(Of TC)(String) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateIgnoreOnApplyCharacteristic* - name: CreateIgnoreOnApplyCharacteristic - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_CreateIgnoreOnApplyCharacteristic_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateIgnoreOnApplyCharacteristic - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CreateIgnoreOnApplyCharacteristic - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CreateIgnoreOnApplyCharacteristic - nameWithType: CharacteristicObject.CreateIgnoreOnApplyCharacteristic - nameWithType.vb: CharacteristicObject(Of T).CreateIgnoreOnApplyCharacteristic -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateIgnoreOnApplyCharacteristic``1(System.String) - name: CreateIgnoreOnApplyCharacteristic(String) - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_CreateIgnoreOnApplyCharacteristic__1_System_String_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.CreateIgnoreOnApplyCharacteristic``1(System.String) - name.vb: CreateIgnoreOnApplyCharacteristic(Of TC)(String) - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.CreateIgnoreOnApplyCharacteristic(System.String) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).CreateIgnoreOnApplyCharacteristic(Of TC)(System.String) - nameWithType: CharacteristicObject.CreateIgnoreOnApplyCharacteristic(String) - nameWithType.vb: CharacteristicObject(Of T).CreateIgnoreOnApplyCharacteristic(Of TC)(String) -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.Freeze - name: Freeze() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_Freeze - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.Freeze - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze() - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).Freeze() - nameWithType: CharacteristicObject.Freeze() - nameWithType.vb: CharacteristicObject(Of T).Freeze() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.Freeze* - name: Freeze - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_Freeze_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.Freeze - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.Freeze - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).Freeze - nameWithType: CharacteristicObject.Freeze - nameWithType.vb: CharacteristicObject(Of T).Freeze -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.UnfreezeCopy - name: UnfreezeCopy() - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_UnfreezeCopy - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicObject`1.UnfreezeCopy - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy() - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).UnfreezeCopy() - nameWithType: CharacteristicObject.UnfreezeCopy() - nameWithType.vb: CharacteristicObject(Of T).UnfreezeCopy() -- uid: BenchmarkDotNet.Characteristics.CharacteristicObject`1.UnfreezeCopy* - name: UnfreezeCopy - href: api/BenchmarkDotNet.Characteristics.CharacteristicObject-1.html#BenchmarkDotNet_Characteristics_CharacteristicObject_1_UnfreezeCopy_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicObject`1.UnfreezeCopy - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicObject.UnfreezeCopy - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicObject(Of T).UnfreezeCopy - nameWithType: CharacteristicObject.UnfreezeCopy - nameWithType.vb: CharacteristicObject(Of T).UnfreezeCopy -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter - name: CharacteristicPresenter - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html - commentId: T:BenchmarkDotNet.Characteristics.CharacteristicPresenter - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter - nameWithType: CharacteristicPresenter -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter.DefaultPresenter - name: DefaultPresenter - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicPresenter_DefaultPresenter - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicPresenter.DefaultPresenter - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter.DefaultPresenter - nameWithType: CharacteristicPresenter.DefaultPresenter -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter.FolderPresenter - name: FolderPresenter - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicPresenter_FolderPresenter - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicPresenter.FolderPresenter - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter.FolderPresenter - nameWithType: CharacteristicPresenter.FolderPresenter -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter.SourceCodePresenter - name: SourceCodePresenter - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicPresenter_SourceCodePresenter - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicPresenter.SourceCodePresenter - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter.SourceCodePresenter - nameWithType: CharacteristicPresenter.SourceCodePresenter -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter.SummaryPresenter - name: SummaryPresenter - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicPresenter_SummaryPresenter - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicPresenter.SummaryPresenter - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter.SummaryPresenter - nameWithType: CharacteristicPresenter.SummaryPresenter -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - name: ToPresentation(CharacteristicObject, Characteristic) - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicPresenter_ToPresentation_BenchmarkDotNet_Characteristics_CharacteristicObject_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: CharacteristicPresenter.ToPresentation(CharacteristicObject, Characteristic) -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation(System.Object,BenchmarkDotNet.Characteristics.Characteristic) - name: ToPresentation(Object, Characteristic) - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicPresenter_ToPresentation_System_Object_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation(System.Object,BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation(System.Object, BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: CharacteristicPresenter.ToPresentation(Object, Characteristic) -- uid: BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation* - name: ToPresentation - href: api/BenchmarkDotNet.Characteristics.CharacteristicPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicPresenter_ToPresentation_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicPresenter.ToPresentation - nameWithType: CharacteristicPresenter.ToPresentation -- uid: BenchmarkDotNet.Characteristics.CharacteristicSet - name: CharacteristicSet - href: api/BenchmarkDotNet.Characteristics.CharacteristicSet.html - commentId: T:BenchmarkDotNet.Characteristics.CharacteristicSet - fullName: BenchmarkDotNet.Characteristics.CharacteristicSet - nameWithType: CharacteristicSet -- uid: BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor - name: CharacteristicSet() - href: api/BenchmarkDotNet.Characteristics.CharacteristicSet.html#BenchmarkDotNet_Characteristics_CharacteristicSet__ctor - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor - fullName: BenchmarkDotNet.Characteristics.CharacteristicSet.CharacteristicSet() - nameWithType: CharacteristicSet.CharacteristicSet() -- uid: BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: CharacteristicSet(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicSet.html#BenchmarkDotNet_Characteristics_CharacteristicSet__ctor_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicSet.CharacteristicSet(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicSet.CharacteristicSet(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name: CharacteristicSet(CharacteristicObject[]) - href: api/BenchmarkDotNet.Characteristics.CharacteristicSet.html#BenchmarkDotNet_Characteristics_CharacteristicSet__ctor_BenchmarkDotNet_Characteristics_CharacteristicObject___ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name.vb: CharacteristicSet(CharacteristicObject()) - fullName: BenchmarkDotNet.Characteristics.CharacteristicSet.CharacteristicSet(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - fullName.vb: BenchmarkDotNet.Characteristics.CharacteristicSet.CharacteristicSet(BenchmarkDotNet.Characteristics.CharacteristicObject()) - nameWithType: CharacteristicSet.CharacteristicSet(CharacteristicObject[]) - nameWithType.vb: CharacteristicSet.CharacteristicSet(CharacteristicObject()) -- uid: BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor* - name: CharacteristicSet - href: api/BenchmarkDotNet.Characteristics.CharacteristicSet.html#BenchmarkDotNet_Characteristics_CharacteristicSet__ctor_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicSet.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicSet.CharacteristicSet - nameWithType: CharacteristicSet.CharacteristicSet -- uid: BenchmarkDotNet.Characteristics.CharacteristicSet.IsPropertyBag - name: IsPropertyBag - href: api/BenchmarkDotNet.Characteristics.CharacteristicSet.html#BenchmarkDotNet_Characteristics_CharacteristicSet_IsPropertyBag - commentId: P:BenchmarkDotNet.Characteristics.CharacteristicSet.IsPropertyBag - fullName: BenchmarkDotNet.Characteristics.CharacteristicSet.IsPropertyBag - nameWithType: CharacteristicSet.IsPropertyBag -- uid: BenchmarkDotNet.Characteristics.CharacteristicSet.IsPropertyBag* - name: IsPropertyBag - href: api/BenchmarkDotNet.Characteristics.CharacteristicSet.html#BenchmarkDotNet_Characteristics_CharacteristicSet_IsPropertyBag_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicSet.IsPropertyBag - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicSet.IsPropertyBag - nameWithType: CharacteristicSet.IsPropertyBag -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter - name: CharacteristicSetPresenter - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html - commentId: T:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter - nameWithType: CharacteristicSetPresenter -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Default - name: Default - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_Default - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Default - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Default - nameWithType: CharacteristicSetPresenter.Default -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Display - name: Display - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_Display - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Display - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Display - nameWithType: CharacteristicSetPresenter.Display -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Folder - name: Folder - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_Folder - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Folder - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.Folder - nameWithType: CharacteristicSetPresenter.Folder -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.GetPresentableCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject,System.Boolean) - name: GetPresentableCharacteristics(CharacteristicObject, Boolean) - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_GetPresentableCharacteristics_BenchmarkDotNet_Characteristics_CharacteristicObject_System_Boolean_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.GetPresentableCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject,System.Boolean) - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.GetPresentableCharacteristics(BenchmarkDotNet.Characteristics.CharacteristicObject, System.Boolean) - nameWithType: CharacteristicSetPresenter.GetPresentableCharacteristics(CharacteristicObject, Boolean) -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.GetPresentableCharacteristics* - name: GetPresentableCharacteristics - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_GetPresentableCharacteristics_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.GetPresentableCharacteristics - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.GetPresentableCharacteristics - nameWithType: CharacteristicSetPresenter.GetPresentableCharacteristics -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.SourceCode - name: SourceCode - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_SourceCode - commentId: F:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.SourceCode - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.SourceCode - nameWithType: CharacteristicSetPresenter.SourceCode -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.ToPresentation(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: ToPresentation(CharacteristicObject) - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_ToPresentation_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.ToPresentation(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.ToPresentation(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: CharacteristicSetPresenter.ToPresentation(CharacteristicObject) -- uid: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.ToPresentation* - name: ToPresentation - href: api/BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.html#BenchmarkDotNet_Characteristics_CharacteristicSetPresenter_ToPresentation_ - commentId: Overload:BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.ToPresentation - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CharacteristicSetPresenter.ToPresentation - nameWithType: CharacteristicSetPresenter.ToPresentation -- uid: BenchmarkDotNet.Characteristics.CompositeResolver - name: CompositeResolver - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html - commentId: T:BenchmarkDotNet.Characteristics.CompositeResolver - fullName: BenchmarkDotNet.Characteristics.CompositeResolver - nameWithType: CompositeResolver -- uid: BenchmarkDotNet.Characteristics.CompositeResolver.#ctor(BenchmarkDotNet.Characteristics.IResolver[]) - name: CompositeResolver(IResolver[]) - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html#BenchmarkDotNet_Characteristics_CompositeResolver__ctor_BenchmarkDotNet_Characteristics_IResolver___ - commentId: M:BenchmarkDotNet.Characteristics.CompositeResolver.#ctor(BenchmarkDotNet.Characteristics.IResolver[]) - name.vb: CompositeResolver(IResolver()) - fullName: BenchmarkDotNet.Characteristics.CompositeResolver.CompositeResolver(BenchmarkDotNet.Characteristics.IResolver[]) - fullName.vb: BenchmarkDotNet.Characteristics.CompositeResolver.CompositeResolver(BenchmarkDotNet.Characteristics.IResolver()) - nameWithType: CompositeResolver.CompositeResolver(IResolver[]) - nameWithType.vb: CompositeResolver.CompositeResolver(IResolver()) -- uid: BenchmarkDotNet.Characteristics.CompositeResolver.#ctor* - name: CompositeResolver - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html#BenchmarkDotNet_Characteristics_CompositeResolver__ctor_ - commentId: Overload:BenchmarkDotNet.Characteristics.CompositeResolver.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CompositeResolver.CompositeResolver - nameWithType: CompositeResolver.CompositeResolver -- uid: BenchmarkDotNet.Characteristics.CompositeResolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - name: CanResolve(Characteristic) - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html#BenchmarkDotNet_Characteristics_CompositeResolver_CanResolve_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.CompositeResolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.CompositeResolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: CompositeResolver.CanResolve(Characteristic) -- uid: BenchmarkDotNet.Characteristics.CompositeResolver.CanResolve* - name: CanResolve - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html#BenchmarkDotNet_Characteristics_CompositeResolver_CanResolve_ - commentId: Overload:BenchmarkDotNet.Characteristics.CompositeResolver.CanResolve - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CompositeResolver.CanResolve - nameWithType: CompositeResolver.CanResolve -- uid: BenchmarkDotNet.Characteristics.CompositeResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - name: Resolve(CharacteristicObject, Characteristic) - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html#BenchmarkDotNet_Characteristics_CompositeResolver_Resolve_BenchmarkDotNet_Characteristics_CharacteristicObject_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.CompositeResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.CompositeResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: CompositeResolver.Resolve(CharacteristicObject, Characteristic) -- uid: BenchmarkDotNet.Characteristics.CompositeResolver.Resolve* - name: Resolve - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html#BenchmarkDotNet_Characteristics_CompositeResolver_Resolve_ - commentId: Overload:BenchmarkDotNet.Characteristics.CompositeResolver.Resolve - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.CompositeResolver.Resolve - nameWithType: CompositeResolver.Resolve -- uid: BenchmarkDotNet.Characteristics.CompositeResolver.Resolve``1(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic{``0}) - name: Resolve(CharacteristicObject, Characteristic) - href: api/BenchmarkDotNet.Characteristics.CompositeResolver.html#BenchmarkDotNet_Characteristics_CompositeResolver_Resolve__1_BenchmarkDotNet_Characteristics_CharacteristicObject_BenchmarkDotNet_Characteristics_Characteristic___0__ - commentId: M:BenchmarkDotNet.Characteristics.CompositeResolver.Resolve``1(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic{``0}) - name.vb: Resolve(Of T)(CharacteristicObject, Characteristic(Of T)) - fullName: BenchmarkDotNet.Characteristics.CompositeResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic) - fullName.vb: BenchmarkDotNet.Characteristics.CompositeResolver.Resolve(Of T)(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic(Of T)) - nameWithType: CompositeResolver.Resolve(CharacteristicObject, Characteristic) - nameWithType.vb: CompositeResolver.Resolve(Of T)(CharacteristicObject, Characteristic(Of T)) -- uid: BenchmarkDotNet.Characteristics.IResolver - name: IResolver - href: api/BenchmarkDotNet.Characteristics.IResolver.html - commentId: T:BenchmarkDotNet.Characteristics.IResolver - fullName: BenchmarkDotNet.Characteristics.IResolver - nameWithType: IResolver -- uid: BenchmarkDotNet.Characteristics.IResolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - name: CanResolve(Characteristic) - href: api/BenchmarkDotNet.Characteristics.IResolver.html#BenchmarkDotNet_Characteristics_IResolver_CanResolve_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.IResolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.IResolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: IResolver.CanResolve(Characteristic) -- uid: BenchmarkDotNet.Characteristics.IResolver.CanResolve* - name: CanResolve - href: api/BenchmarkDotNet.Characteristics.IResolver.html#BenchmarkDotNet_Characteristics_IResolver_CanResolve_ - commentId: Overload:BenchmarkDotNet.Characteristics.IResolver.CanResolve - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.IResolver.CanResolve - nameWithType: IResolver.CanResolve -- uid: BenchmarkDotNet.Characteristics.IResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - name: Resolve(CharacteristicObject, Characteristic) - href: api/BenchmarkDotNet.Characteristics.IResolver.html#BenchmarkDotNet_Characteristics_IResolver_Resolve_BenchmarkDotNet_Characteristics_CharacteristicObject_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.IResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.IResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: IResolver.Resolve(CharacteristicObject, Characteristic) -- uid: BenchmarkDotNet.Characteristics.IResolver.Resolve* - name: Resolve - href: api/BenchmarkDotNet.Characteristics.IResolver.html#BenchmarkDotNet_Characteristics_IResolver_Resolve_ - commentId: Overload:BenchmarkDotNet.Characteristics.IResolver.Resolve - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.IResolver.Resolve - nameWithType: IResolver.Resolve -- uid: BenchmarkDotNet.Characteristics.IResolver.Resolve``1(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic{``0}) - name: Resolve(CharacteristicObject, Characteristic) - href: api/BenchmarkDotNet.Characteristics.IResolver.html#BenchmarkDotNet_Characteristics_IResolver_Resolve__1_BenchmarkDotNet_Characteristics_CharacteristicObject_BenchmarkDotNet_Characteristics_Characteristic___0__ - commentId: M:BenchmarkDotNet.Characteristics.IResolver.Resolve``1(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic{``0}) - name.vb: Resolve(Of T)(CharacteristicObject, Characteristic(Of T)) - fullName: BenchmarkDotNet.Characteristics.IResolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic) - fullName.vb: BenchmarkDotNet.Characteristics.IResolver.Resolve(Of T)(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic(Of T)) - nameWithType: IResolver.Resolve(CharacteristicObject, Characteristic) - nameWithType.vb: IResolver.Resolve(Of T)(CharacteristicObject, Characteristic(Of T)) -- uid: BenchmarkDotNet.Characteristics.Resolver - name: Resolver - href: api/BenchmarkDotNet.Characteristics.Resolver.html - commentId: T:BenchmarkDotNet.Characteristics.Resolver - fullName: BenchmarkDotNet.Characteristics.Resolver - nameWithType: Resolver -- uid: BenchmarkDotNet.Characteristics.Resolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - name: CanResolve(Characteristic) - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_CanResolve_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.Resolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.Resolver.CanResolve(BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: Resolver.CanResolve(Characteristic) -- uid: BenchmarkDotNet.Characteristics.Resolver.CanResolve* - name: CanResolve - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_CanResolve_ - commentId: Overload:BenchmarkDotNet.Characteristics.Resolver.CanResolve - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Resolver.CanResolve - nameWithType: Resolver.CanResolve -- uid: BenchmarkDotNet.Characteristics.Resolver.Register* - name: Register - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_Register_ - commentId: Overload:BenchmarkDotNet.Characteristics.Resolver.Register - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Resolver.Register - nameWithType: Resolver.Register -- uid: BenchmarkDotNet.Characteristics.Resolver.Register``1(BenchmarkDotNet.Characteristics.Characteristic{``0},System.Func{``0}) - name: Register(Characteristic, Func) - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_Register__1_BenchmarkDotNet_Characteristics_Characteristic___0__System_Func___0__ - commentId: M:BenchmarkDotNet.Characteristics.Resolver.Register``1(BenchmarkDotNet.Characteristics.Characteristic{``0},System.Func{``0}) - name.vb: Register(Of T)(Characteristic(Of T), Func(Of T)) - fullName: BenchmarkDotNet.Characteristics.Resolver.Register(BenchmarkDotNet.Characteristics.Characteristic, System.Func) - fullName.vb: BenchmarkDotNet.Characteristics.Resolver.Register(Of T)(BenchmarkDotNet.Characteristics.Characteristic(Of T), System.Func(Of T)) - nameWithType: Resolver.Register(Characteristic, Func) - nameWithType.vb: Resolver.Register(Of T)(Characteristic(Of T), Func(Of T)) -- uid: BenchmarkDotNet.Characteristics.Resolver.Register``1(BenchmarkDotNet.Characteristics.Characteristic{``0},System.Func{BenchmarkDotNet.Characteristics.CharacteristicObject,``0}) - name: Register(Characteristic, Func) - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_Register__1_BenchmarkDotNet_Characteristics_Characteristic___0__System_Func_BenchmarkDotNet_Characteristics_CharacteristicObject___0__ - commentId: M:BenchmarkDotNet.Characteristics.Resolver.Register``1(BenchmarkDotNet.Characteristics.Characteristic{``0},System.Func{BenchmarkDotNet.Characteristics.CharacteristicObject,``0}) - name.vb: Register(Of T)(Characteristic(Of T), Func(Of CharacteristicObject, T)) - fullName: BenchmarkDotNet.Characteristics.Resolver.Register(BenchmarkDotNet.Characteristics.Characteristic, System.Func) - fullName.vb: BenchmarkDotNet.Characteristics.Resolver.Register(Of T)(BenchmarkDotNet.Characteristics.Characteristic(Of T), System.Func(Of BenchmarkDotNet.Characteristics.CharacteristicObject, T)) - nameWithType: Resolver.Register(Characteristic, Func) - nameWithType.vb: Resolver.Register(Of T)(Characteristic(Of T), Func(Of CharacteristicObject, T)) -- uid: BenchmarkDotNet.Characteristics.Resolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - name: Resolve(CharacteristicObject, Characteristic) - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_Resolve_BenchmarkDotNet_Characteristics_CharacteristicObject_BenchmarkDotNet_Characteristics_Characteristic_ - commentId: M:BenchmarkDotNet.Characteristics.Resolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic) - fullName: BenchmarkDotNet.Characteristics.Resolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic) - nameWithType: Resolver.Resolve(CharacteristicObject, Characteristic) -- uid: BenchmarkDotNet.Characteristics.Resolver.Resolve* - name: Resolve - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_Resolve_ - commentId: Overload:BenchmarkDotNet.Characteristics.Resolver.Resolve - isSpec: "True" - fullName: BenchmarkDotNet.Characteristics.Resolver.Resolve - nameWithType: Resolver.Resolve -- uid: BenchmarkDotNet.Characteristics.Resolver.Resolve``1(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic{``0}) - name: Resolve(CharacteristicObject, Characteristic) - href: api/BenchmarkDotNet.Characteristics.Resolver.html#BenchmarkDotNet_Characteristics_Resolver_Resolve__1_BenchmarkDotNet_Characteristics_CharacteristicObject_BenchmarkDotNet_Characteristics_Characteristic___0__ - commentId: M:BenchmarkDotNet.Characteristics.Resolver.Resolve``1(BenchmarkDotNet.Characteristics.CharacteristicObject,BenchmarkDotNet.Characteristics.Characteristic{``0}) - name.vb: Resolve(Of T)(CharacteristicObject, Characteristic(Of T)) - fullName: BenchmarkDotNet.Characteristics.Resolver.Resolve(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic) - fullName.vb: BenchmarkDotNet.Characteristics.Resolver.Resolve(Of T)(BenchmarkDotNet.Characteristics.CharacteristicObject, BenchmarkDotNet.Characteristics.Characteristic(Of T)) - nameWithType: Resolver.Resolve(CharacteristicObject, Characteristic) - nameWithType.vb: Resolver.Resolve(Of T)(CharacteristicObject, Characteristic(Of T)) -- uid: BenchmarkDotNet.Code - name: BenchmarkDotNet.Code - href: api/BenchmarkDotNet.Code.html - commentId: N:BenchmarkDotNet.Code - fullName: BenchmarkDotNet.Code - nameWithType: BenchmarkDotNet.Code -- uid: BenchmarkDotNet.Code.ArrayParam`1 - name: ArrayParam - href: api/BenchmarkDotNet.Code.ArrayParam-1.html - commentId: T:BenchmarkDotNet.Code.ArrayParam`1 - name.vb: ArrayParam(Of T) - fullName: BenchmarkDotNet.Code.ArrayParam - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T) - nameWithType: ArrayParam - nameWithType.vb: ArrayParam(Of T) -- uid: BenchmarkDotNet.Code.ArrayParam`1.DisplayText - name: DisplayText - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_DisplayText - commentId: P:BenchmarkDotNet.Code.ArrayParam`1.DisplayText - fullName: BenchmarkDotNet.Code.ArrayParam.DisplayText - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).DisplayText - nameWithType: ArrayParam.DisplayText - nameWithType.vb: ArrayParam(Of T).DisplayText -- uid: BenchmarkDotNet.Code.ArrayParam`1.DisplayText* - name: DisplayText - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_DisplayText_ - commentId: Overload:BenchmarkDotNet.Code.ArrayParam`1.DisplayText - isSpec: "True" - fullName: BenchmarkDotNet.Code.ArrayParam.DisplayText - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).DisplayText - nameWithType: ArrayParam.DisplayText - nameWithType.vb: ArrayParam(Of T).DisplayText -- uid: BenchmarkDotNet.Code.ArrayParam`1.ForComplexTypes(`0[],System.Func{`0,System.String}) - name: ForComplexTypes(T[], Func) - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_ForComplexTypes__0___System_Func__0_System_String__ - commentId: M:BenchmarkDotNet.Code.ArrayParam`1.ForComplexTypes(`0[],System.Func{`0,System.String}) - name.vb: ForComplexTypes(T(), Func(Of T, String)) - fullName: BenchmarkDotNet.Code.ArrayParam.ForComplexTypes(T[], System.Func) - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).ForComplexTypes(T(), System.Func(Of T, System.String)) - nameWithType: ArrayParam.ForComplexTypes(T[], Func) - nameWithType.vb: ArrayParam(Of T).ForComplexTypes(T(), Func(Of T, String)) -- uid: BenchmarkDotNet.Code.ArrayParam`1.ForComplexTypes* - name: ForComplexTypes - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_ForComplexTypes_ - commentId: Overload:BenchmarkDotNet.Code.ArrayParam`1.ForComplexTypes - isSpec: "True" - fullName: BenchmarkDotNet.Code.ArrayParam.ForComplexTypes - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).ForComplexTypes - nameWithType: ArrayParam.ForComplexTypes - nameWithType.vb: ArrayParam(Of T).ForComplexTypes -- uid: BenchmarkDotNet.Code.ArrayParam`1.ForPrimitives(`0[]) - name: ForPrimitives(T[]) - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_ForPrimitives__0___ - commentId: M:BenchmarkDotNet.Code.ArrayParam`1.ForPrimitives(`0[]) - name.vb: ForPrimitives(T()) - fullName: BenchmarkDotNet.Code.ArrayParam.ForPrimitives(T[]) - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).ForPrimitives(T()) - nameWithType: ArrayParam.ForPrimitives(T[]) - nameWithType.vb: ArrayParam(Of T).ForPrimitives(T()) -- uid: BenchmarkDotNet.Code.ArrayParam`1.ForPrimitives* - name: ForPrimitives - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_ForPrimitives_ - commentId: Overload:BenchmarkDotNet.Code.ArrayParam`1.ForPrimitives - isSpec: "True" - fullName: BenchmarkDotNet.Code.ArrayParam.ForPrimitives - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).ForPrimitives - nameWithType: ArrayParam.ForPrimitives - nameWithType.vb: ArrayParam(Of T).ForPrimitives -- uid: BenchmarkDotNet.Code.ArrayParam`1.ToSourceCode - name: ToSourceCode() - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_ToSourceCode - commentId: M:BenchmarkDotNet.Code.ArrayParam`1.ToSourceCode - fullName: BenchmarkDotNet.Code.ArrayParam.ToSourceCode() - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).ToSourceCode() - nameWithType: ArrayParam.ToSourceCode() - nameWithType.vb: ArrayParam(Of T).ToSourceCode() -- uid: BenchmarkDotNet.Code.ArrayParam`1.ToSourceCode* - name: ToSourceCode - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_ToSourceCode_ - commentId: Overload:BenchmarkDotNet.Code.ArrayParam`1.ToSourceCode - isSpec: "True" - fullName: BenchmarkDotNet.Code.ArrayParam.ToSourceCode - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).ToSourceCode - nameWithType: ArrayParam.ToSourceCode - nameWithType.vb: ArrayParam(Of T).ToSourceCode -- uid: BenchmarkDotNet.Code.ArrayParam`1.Value - name: Value - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_Value - commentId: P:BenchmarkDotNet.Code.ArrayParam`1.Value - fullName: BenchmarkDotNet.Code.ArrayParam.Value - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).Value - nameWithType: ArrayParam.Value - nameWithType.vb: ArrayParam(Of T).Value -- uid: BenchmarkDotNet.Code.ArrayParam`1.Value* - name: Value - href: api/BenchmarkDotNet.Code.ArrayParam-1.html#BenchmarkDotNet_Code_ArrayParam_1_Value_ - commentId: Overload:BenchmarkDotNet.Code.ArrayParam`1.Value - isSpec: "True" - fullName: BenchmarkDotNet.Code.ArrayParam.Value - fullName.vb: BenchmarkDotNet.Code.ArrayParam(Of T).Value - nameWithType: ArrayParam.Value - nameWithType.vb: ArrayParam(Of T).Value -- uid: BenchmarkDotNet.Code.EnumParam - name: EnumParam - href: api/BenchmarkDotNet.Code.EnumParam.html - commentId: T:BenchmarkDotNet.Code.EnumParam - fullName: BenchmarkDotNet.Code.EnumParam - nameWithType: EnumParam -- uid: BenchmarkDotNet.Code.EnumParam.DisplayText - name: DisplayText - href: api/BenchmarkDotNet.Code.EnumParam.html#BenchmarkDotNet_Code_EnumParam_DisplayText - commentId: P:BenchmarkDotNet.Code.EnumParam.DisplayText - fullName: BenchmarkDotNet.Code.EnumParam.DisplayText - nameWithType: EnumParam.DisplayText -- uid: BenchmarkDotNet.Code.EnumParam.DisplayText* - name: DisplayText - href: api/BenchmarkDotNet.Code.EnumParam.html#BenchmarkDotNet_Code_EnumParam_DisplayText_ - commentId: Overload:BenchmarkDotNet.Code.EnumParam.DisplayText - isSpec: "True" - fullName: BenchmarkDotNet.Code.EnumParam.DisplayText - nameWithType: EnumParam.DisplayText -- uid: BenchmarkDotNet.Code.EnumParam.ToSourceCode - name: ToSourceCode() - href: api/BenchmarkDotNet.Code.EnumParam.html#BenchmarkDotNet_Code_EnumParam_ToSourceCode - commentId: M:BenchmarkDotNet.Code.EnumParam.ToSourceCode - fullName: BenchmarkDotNet.Code.EnumParam.ToSourceCode() - nameWithType: EnumParam.ToSourceCode() -- uid: BenchmarkDotNet.Code.EnumParam.ToSourceCode* - name: ToSourceCode - href: api/BenchmarkDotNet.Code.EnumParam.html#BenchmarkDotNet_Code_EnumParam_ToSourceCode_ - commentId: Overload:BenchmarkDotNet.Code.EnumParam.ToSourceCode - isSpec: "True" - fullName: BenchmarkDotNet.Code.EnumParam.ToSourceCode - nameWithType: EnumParam.ToSourceCode -- uid: BenchmarkDotNet.Code.EnumParam.Value - name: Value - href: api/BenchmarkDotNet.Code.EnumParam.html#BenchmarkDotNet_Code_EnumParam_Value - commentId: P:BenchmarkDotNet.Code.EnumParam.Value - fullName: BenchmarkDotNet.Code.EnumParam.Value - nameWithType: EnumParam.Value -- uid: BenchmarkDotNet.Code.EnumParam.Value* - name: Value - href: api/BenchmarkDotNet.Code.EnumParam.html#BenchmarkDotNet_Code_EnumParam_Value_ - commentId: Overload:BenchmarkDotNet.Code.EnumParam.Value - isSpec: "True" - fullName: BenchmarkDotNet.Code.EnumParam.Value - nameWithType: EnumParam.Value -- uid: BenchmarkDotNet.Code.IParam - name: IParam - href: api/BenchmarkDotNet.Code.IParam.html - commentId: T:BenchmarkDotNet.Code.IParam - fullName: BenchmarkDotNet.Code.IParam - nameWithType: IParam -- uid: BenchmarkDotNet.Code.IParam.DisplayText - name: DisplayText - href: api/BenchmarkDotNet.Code.IParam.html#BenchmarkDotNet_Code_IParam_DisplayText - commentId: P:BenchmarkDotNet.Code.IParam.DisplayText - fullName: BenchmarkDotNet.Code.IParam.DisplayText - nameWithType: IParam.DisplayText -- uid: BenchmarkDotNet.Code.IParam.DisplayText* - name: DisplayText - href: api/BenchmarkDotNet.Code.IParam.html#BenchmarkDotNet_Code_IParam_DisplayText_ - commentId: Overload:BenchmarkDotNet.Code.IParam.DisplayText - isSpec: "True" - fullName: BenchmarkDotNet.Code.IParam.DisplayText - nameWithType: IParam.DisplayText -- uid: BenchmarkDotNet.Code.IParam.ToSourceCode - name: ToSourceCode() - href: api/BenchmarkDotNet.Code.IParam.html#BenchmarkDotNet_Code_IParam_ToSourceCode - commentId: M:BenchmarkDotNet.Code.IParam.ToSourceCode - fullName: BenchmarkDotNet.Code.IParam.ToSourceCode() - nameWithType: IParam.ToSourceCode() -- uid: BenchmarkDotNet.Code.IParam.ToSourceCode* - name: ToSourceCode - href: api/BenchmarkDotNet.Code.IParam.html#BenchmarkDotNet_Code_IParam_ToSourceCode_ - commentId: Overload:BenchmarkDotNet.Code.IParam.ToSourceCode - isSpec: "True" - fullName: BenchmarkDotNet.Code.IParam.ToSourceCode - nameWithType: IParam.ToSourceCode -- uid: BenchmarkDotNet.Code.IParam.Value - name: Value - href: api/BenchmarkDotNet.Code.IParam.html#BenchmarkDotNet_Code_IParam_Value - commentId: P:BenchmarkDotNet.Code.IParam.Value - fullName: BenchmarkDotNet.Code.IParam.Value - nameWithType: IParam.Value -- uid: BenchmarkDotNet.Code.IParam.Value* - name: Value - href: api/BenchmarkDotNet.Code.IParam.html#BenchmarkDotNet_Code_IParam_Value_ - commentId: Overload:BenchmarkDotNet.Code.IParam.Value - isSpec: "True" - fullName: BenchmarkDotNet.Code.IParam.Value - nameWithType: IParam.Value -- uid: BenchmarkDotNet.Columns - name: BenchmarkDotNet.Columns - href: api/BenchmarkDotNet.Columns.html - commentId: N:BenchmarkDotNet.Columns - fullName: BenchmarkDotNet.Columns - nameWithType: BenchmarkDotNet.Columns -- uid: BenchmarkDotNet.Columns.BaselineColumn - name: BaselineColumn - href: api/BenchmarkDotNet.Columns.BaselineColumn.html - commentId: T:BenchmarkDotNet.Columns.BaselineColumn - fullName: BenchmarkDotNet.Columns.BaselineColumn - nameWithType: BaselineColumn -- uid: BenchmarkDotNet.Columns.BaselineColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.BaselineColumn.AlwaysShow - nameWithType: BaselineColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.BaselineColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.AlwaysShow - nameWithType: BaselineColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.BaselineColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_Category - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.Category - fullName: BenchmarkDotNet.Columns.BaselineColumn.Category - nameWithType: BaselineColumn.Category -- uid: BenchmarkDotNet.Columns.BaselineColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.Category - nameWithType: BaselineColumn.Category -- uid: BenchmarkDotNet.Columns.BaselineColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.ColumnName - fullName: BenchmarkDotNet.Columns.BaselineColumn.ColumnName - nameWithType: BaselineColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.ColumnName - nameWithType: BaselineColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineColumn.Default - name: Default - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_Default - commentId: F:BenchmarkDotNet.Columns.BaselineColumn.Default - fullName: BenchmarkDotNet.Columns.BaselineColumn.Default - nameWithType: BaselineColumn.Default -- uid: BenchmarkDotNet.Columns.BaselineColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.BaselineColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.BaselineColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: BaselineColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.BaselineColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.BaselineColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.BaselineColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: BaselineColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.BaselineColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.GetValue - nameWithType: BaselineColumn.GetValue -- uid: BenchmarkDotNet.Columns.BaselineColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_Id - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.Id - fullName: BenchmarkDotNet.Columns.BaselineColumn.Id - nameWithType: BaselineColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.Id - nameWithType: BaselineColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.BaselineColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.BaselineColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: BaselineColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.BaselineColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.IsAvailable - nameWithType: BaselineColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.BaselineColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.BaselineColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.BaselineColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: BaselineColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.BaselineColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.IsDefault - nameWithType: BaselineColumn.IsDefault -- uid: BenchmarkDotNet.Columns.BaselineColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.BaselineColumn.IsNumeric - nameWithType: BaselineColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.IsNumeric - nameWithType: BaselineColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_Legend - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.Legend - fullName: BenchmarkDotNet.Columns.BaselineColumn.Legend - nameWithType: BaselineColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.Legend - nameWithType: BaselineColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.BaselineColumn.PriorityInCategory - nameWithType: BaselineColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.PriorityInCategory - nameWithType: BaselineColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.BaselineColumn.UnitType - fullName: BenchmarkDotNet.Columns.BaselineColumn.UnitType - nameWithType: BaselineColumn.UnitType -- uid: BenchmarkDotNet.Columns.BaselineColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineColumn.html#BenchmarkDotNet_Columns_BaselineColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineColumn.UnitType - nameWithType: BaselineColumn.UnitType -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn - name: BaselineCustomColumn - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html - commentId: T:BenchmarkDotNet.Columns.BaselineCustomColumn - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn - nameWithType: BaselineCustomColumn -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.AlwaysShow - nameWithType: BaselineCustomColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.AlwaysShow - nameWithType: BaselineCustomColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_Category - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.Category - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.Category - nameWithType: BaselineCustomColumn.Category -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.Category - nameWithType: BaselineCustomColumn.Category -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.ColumnName - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.ColumnName - nameWithType: BaselineCustomColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.ColumnName - nameWithType: BaselineCustomColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: BaselineCustomColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__System_Boolean_ - commentId: M:BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name.vb: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, System.Boolean) - fullName.vb: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), System.Boolean) - nameWithType: BaselineCustomColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - nameWithType.vb: BaselineCustomColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: BaselineCustomColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.GetValue - nameWithType: BaselineCustomColumn.GetValue -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_Id - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.Id - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.Id - nameWithType: BaselineCustomColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.Id - nameWithType: BaselineCustomColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.BaselineCustomColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: BaselineCustomColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.IsAvailable - nameWithType: BaselineCustomColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.BaselineCustomColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: BaselineCustomColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.IsDefault - nameWithType: BaselineCustomColumn.IsDefault -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.IsNumeric - nameWithType: BaselineCustomColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.IsNumeric - nameWithType: BaselineCustomColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_Legend - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.Legend - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.Legend - nameWithType: BaselineCustomColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.Legend - nameWithType: BaselineCustomColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.PriorityInCategory - nameWithType: BaselineCustomColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.PriorityInCategory - nameWithType: BaselineCustomColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_ToString - commentId: M:BenchmarkDotNet.Columns.BaselineCustomColumn.ToString - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.ToString() - nameWithType: BaselineCustomColumn.ToString() -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.ToString - nameWithType: BaselineCustomColumn.ToString -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.BaselineCustomColumn.UnitType - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.UnitType - nameWithType: BaselineCustomColumn.UnitType -- uid: BenchmarkDotNet.Columns.BaselineCustomColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineCustomColumn.html#BenchmarkDotNet_Columns_BaselineCustomColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineCustomColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineCustomColumn.UnitType - nameWithType: BaselineCustomColumn.UnitType -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn - name: BaselineRatioColumn - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html - commentId: T:BenchmarkDotNet.Columns.BaselineRatioColumn - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn - nameWithType: BaselineRatioColumn -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.BaselineRatioColumn.ColumnName - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.ColumnName - nameWithType: BaselineRatioColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.ColumnName - nameWithType: BaselineRatioColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__System_Boolean_ - commentId: M:BenchmarkDotNet.Columns.BaselineRatioColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name.vb: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, System.Boolean) - fullName.vb: BenchmarkDotNet.Columns.BaselineRatioColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), System.Boolean) - nameWithType: BaselineRatioColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - nameWithType.vb: BaselineRatioColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.GetValue - nameWithType: BaselineRatioColumn.GetValue -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_Id - commentId: P:BenchmarkDotNet.Columns.BaselineRatioColumn.Id - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.Id - nameWithType: BaselineRatioColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.Id - nameWithType: BaselineRatioColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.BaselineRatioColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.IsNumeric - nameWithType: BaselineRatioColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.IsNumeric - nameWithType: BaselineRatioColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_Legend - commentId: P:BenchmarkDotNet.Columns.BaselineRatioColumn.Legend - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.Legend - nameWithType: BaselineRatioColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.Legend - nameWithType: BaselineRatioColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.Metric - name: Metric - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_Metric - commentId: P:BenchmarkDotNet.Columns.BaselineRatioColumn.Metric - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.Metric - nameWithType: BaselineRatioColumn.Metric -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.Metric* - name: Metric - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_Metric_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.Metric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.Metric - nameWithType: BaselineRatioColumn.Metric -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.BaselineRatioColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.PriorityInCategory - nameWithType: BaselineRatioColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.PriorityInCategory - nameWithType: BaselineRatioColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMean - name: RatioMean - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_RatioMean - commentId: F:BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMean - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMean - nameWithType: BaselineRatioColumn.RatioMean -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric - name: BaselineRatioColumn.RatioMetric - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.html - commentId: T:BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric - nameWithType: BaselineRatioColumn.RatioMetric -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.Mean - name: Mean - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.html#BenchmarkDotNet_Columns_BaselineRatioColumn_RatioMetric_Mean - commentId: F:BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.Mean - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.Mean - nameWithType: BaselineRatioColumn.RatioMetric.Mean -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.StdDev - name: StdDev - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.html#BenchmarkDotNet_Columns_BaselineRatioColumn_RatioMetric_StdDev - commentId: F:BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.StdDev - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioMetric.StdDev - nameWithType: BaselineRatioColumn.RatioMetric.StdDev -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioStdDev - name: RatioStdDev - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_RatioStdDev - commentId: F:BenchmarkDotNet.Columns.BaselineRatioColumn.RatioStdDev - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.RatioStdDev - nameWithType: BaselineRatioColumn.RatioStdDev -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.BaselineRatioColumn.UnitType - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.UnitType - nameWithType: BaselineRatioColumn.UnitType -- uid: BenchmarkDotNet.Columns.BaselineRatioColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineRatioColumn.html#BenchmarkDotNet_Columns_BaselineRatioColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineRatioColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineRatioColumn.UnitType - nameWithType: BaselineRatioColumn.UnitType -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn - name: BaselineScaledColumn - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html - commentId: T:BenchmarkDotNet.Columns.BaselineScaledColumn - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn - nameWithType: BaselineScaledColumn -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.BaselineScaledColumn.ColumnName - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.ColumnName - nameWithType: BaselineScaledColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.ColumnName - nameWithType: BaselineScaledColumn.ColumnName -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__System_Boolean_ - commentId: M:BenchmarkDotNet.Columns.BaselineScaledColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name.vb: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, System.Boolean) - fullName.vb: BenchmarkDotNet.Columns.BaselineScaledColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), System.Boolean) - nameWithType: BaselineScaledColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - nameWithType.vb: BaselineScaledColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.GetValue - nameWithType: BaselineScaledColumn.GetValue -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_Id - commentId: P:BenchmarkDotNet.Columns.BaselineScaledColumn.Id - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.Id - nameWithType: BaselineScaledColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.Id - nameWithType: BaselineScaledColumn.Id -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.BaselineScaledColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.IsNumeric - nameWithType: BaselineScaledColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.IsNumeric - nameWithType: BaselineScaledColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.Kind - name: Kind - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_Kind - commentId: P:BenchmarkDotNet.Columns.BaselineScaledColumn.Kind - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.Kind - nameWithType: BaselineScaledColumn.Kind -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.Kind* - name: Kind - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_Kind_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.Kind - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.Kind - nameWithType: BaselineScaledColumn.Kind -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_Legend - commentId: P:BenchmarkDotNet.Columns.BaselineScaledColumn.Legend - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.Legend - nameWithType: BaselineScaledColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.Legend - nameWithType: BaselineScaledColumn.Legend -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.BaselineScaledColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.PriorityInCategory - nameWithType: BaselineScaledColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.PriorityInCategory - nameWithType: BaselineScaledColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.Scaled - name: Scaled - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_Scaled - commentId: F:BenchmarkDotNet.Columns.BaselineScaledColumn.Scaled - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.Scaled - nameWithType: BaselineScaledColumn.Scaled -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind - name: BaselineScaledColumn.ScaledKind - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind.html - commentId: T:BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind - nameWithType: BaselineScaledColumn.ScaledKind -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind.Mean - name: Mean - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind.html#BenchmarkDotNet_Columns_BaselineScaledColumn_ScaledKind_Mean - commentId: F:BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind.Mean - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.ScaledKind.Mean - nameWithType: BaselineScaledColumn.ScaledKind.Mean -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.BaselineScaledColumn.UnitType - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.UnitType - nameWithType: BaselineScaledColumn.UnitType -- uid: BenchmarkDotNet.Columns.BaselineScaledColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.BaselineScaledColumn.html#BenchmarkDotNet_Columns_BaselineScaledColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.BaselineScaledColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.BaselineScaledColumn.UnitType - nameWithType: BaselineScaledColumn.UnitType -- uid: BenchmarkDotNet.Columns.CategoriesColumn - name: CategoriesColumn - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html - commentId: T:BenchmarkDotNet.Columns.CategoriesColumn - fullName: BenchmarkDotNet.Columns.CategoriesColumn - nameWithType: CategoriesColumn -- uid: BenchmarkDotNet.Columns.CategoriesColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.CategoriesColumn.AlwaysShow - nameWithType: CategoriesColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.CategoriesColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.AlwaysShow - nameWithType: CategoriesColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.CategoriesColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_Category - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.Category - fullName: BenchmarkDotNet.Columns.CategoriesColumn.Category - nameWithType: CategoriesColumn.Category -- uid: BenchmarkDotNet.Columns.CategoriesColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.Category - nameWithType: CategoriesColumn.Category -- uid: BenchmarkDotNet.Columns.CategoriesColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.ColumnName - fullName: BenchmarkDotNet.Columns.CategoriesColumn.ColumnName - nameWithType: CategoriesColumn.ColumnName -- uid: BenchmarkDotNet.Columns.CategoriesColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.ColumnName - nameWithType: CategoriesColumn.ColumnName -- uid: BenchmarkDotNet.Columns.CategoriesColumn.Default - name: Default - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_Default - commentId: F:BenchmarkDotNet.Columns.CategoriesColumn.Default - fullName: BenchmarkDotNet.Columns.CategoriesColumn.Default - nameWithType: CategoriesColumn.Default -- uid: BenchmarkDotNet.Columns.CategoriesColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.CategoriesColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.CategoriesColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: CategoriesColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.CategoriesColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.CategoriesColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.CategoriesColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: CategoriesColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.CategoriesColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.GetValue - nameWithType: CategoriesColumn.GetValue -- uid: BenchmarkDotNet.Columns.CategoriesColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_Id - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.Id - fullName: BenchmarkDotNet.Columns.CategoriesColumn.Id - nameWithType: CategoriesColumn.Id -- uid: BenchmarkDotNet.Columns.CategoriesColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.Id - nameWithType: CategoriesColumn.Id -- uid: BenchmarkDotNet.Columns.CategoriesColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.CategoriesColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.CategoriesColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: CategoriesColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.CategoriesColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.IsAvailable - nameWithType: CategoriesColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.CategoriesColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.CategoriesColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.CategoriesColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: CategoriesColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.CategoriesColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.IsDefault - nameWithType: CategoriesColumn.IsDefault -- uid: BenchmarkDotNet.Columns.CategoriesColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.CategoriesColumn.IsNumeric - nameWithType: CategoriesColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.CategoriesColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.IsNumeric - nameWithType: CategoriesColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.CategoriesColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_Legend - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.Legend - fullName: BenchmarkDotNet.Columns.CategoriesColumn.Legend - nameWithType: CategoriesColumn.Legend -- uid: BenchmarkDotNet.Columns.CategoriesColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.Legend - nameWithType: CategoriesColumn.Legend -- uid: BenchmarkDotNet.Columns.CategoriesColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.CategoriesColumn.PriorityInCategory - nameWithType: CategoriesColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.CategoriesColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.PriorityInCategory - nameWithType: CategoriesColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.CategoriesColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.CategoriesColumn.UnitType - fullName: BenchmarkDotNet.Columns.CategoriesColumn.UnitType - nameWithType: CategoriesColumn.UnitType -- uid: BenchmarkDotNet.Columns.CategoriesColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.CategoriesColumn.html#BenchmarkDotNet_Columns_CategoriesColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.CategoriesColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CategoriesColumn.UnitType - nameWithType: CategoriesColumn.UnitType -- uid: BenchmarkDotNet.Columns.ColumnCategory - name: ColumnCategory - href: api/BenchmarkDotNet.Columns.ColumnCategory.html - commentId: T:BenchmarkDotNet.Columns.ColumnCategory - fullName: BenchmarkDotNet.Columns.ColumnCategory - nameWithType: ColumnCategory -- uid: BenchmarkDotNet.Columns.ColumnCategory.Baseline - name: Baseline - href: api/BenchmarkDotNet.Columns.ColumnCategory.html#BenchmarkDotNet_Columns_ColumnCategory_Baseline - commentId: F:BenchmarkDotNet.Columns.ColumnCategory.Baseline - fullName: BenchmarkDotNet.Columns.ColumnCategory.Baseline - nameWithType: ColumnCategory.Baseline -- uid: BenchmarkDotNet.Columns.ColumnCategory.Custom - name: Custom - href: api/BenchmarkDotNet.Columns.ColumnCategory.html#BenchmarkDotNet_Columns_ColumnCategory_Custom - commentId: F:BenchmarkDotNet.Columns.ColumnCategory.Custom - fullName: BenchmarkDotNet.Columns.ColumnCategory.Custom - nameWithType: ColumnCategory.Custom -- uid: BenchmarkDotNet.Columns.ColumnCategory.Job - name: Job - href: api/BenchmarkDotNet.Columns.ColumnCategory.html#BenchmarkDotNet_Columns_ColumnCategory_Job - commentId: F:BenchmarkDotNet.Columns.ColumnCategory.Job - fullName: BenchmarkDotNet.Columns.ColumnCategory.Job - nameWithType: ColumnCategory.Job -- uid: BenchmarkDotNet.Columns.ColumnCategory.Meta - name: Meta - href: api/BenchmarkDotNet.Columns.ColumnCategory.html#BenchmarkDotNet_Columns_ColumnCategory_Meta - commentId: F:BenchmarkDotNet.Columns.ColumnCategory.Meta - fullName: BenchmarkDotNet.Columns.ColumnCategory.Meta - nameWithType: ColumnCategory.Meta -- uid: BenchmarkDotNet.Columns.ColumnCategory.Metric - name: Metric - href: api/BenchmarkDotNet.Columns.ColumnCategory.html#BenchmarkDotNet_Columns_ColumnCategory_Metric - commentId: F:BenchmarkDotNet.Columns.ColumnCategory.Metric - fullName: BenchmarkDotNet.Columns.ColumnCategory.Metric - nameWithType: ColumnCategory.Metric -- uid: BenchmarkDotNet.Columns.ColumnCategory.Params - name: Params - href: api/BenchmarkDotNet.Columns.ColumnCategory.html#BenchmarkDotNet_Columns_ColumnCategory_Params - commentId: F:BenchmarkDotNet.Columns.ColumnCategory.Params - fullName: BenchmarkDotNet.Columns.ColumnCategory.Params - nameWithType: ColumnCategory.Params -- uid: BenchmarkDotNet.Columns.ColumnCategory.Statistics - name: Statistics - href: api/BenchmarkDotNet.Columns.ColumnCategory.html#BenchmarkDotNet_Columns_ColumnCategory_Statistics - commentId: F:BenchmarkDotNet.Columns.ColumnCategory.Statistics - fullName: BenchmarkDotNet.Columns.ColumnCategory.Statistics - nameWithType: ColumnCategory.Statistics -- uid: BenchmarkDotNet.Columns.ColumnExtensions - name: ColumnExtensions - href: api/BenchmarkDotNet.Columns.ColumnExtensions.html - commentId: T:BenchmarkDotNet.Columns.ColumnExtensions - fullName: BenchmarkDotNet.Columns.ColumnExtensions - nameWithType: ColumnExtensions -- uid: BenchmarkDotNet.Columns.ColumnExtensions.ToProvider(BenchmarkDotNet.Columns.IColumn) - name: ToProvider(IColumn) - href: api/BenchmarkDotNet.Columns.ColumnExtensions.html#BenchmarkDotNet_Columns_ColumnExtensions_ToProvider_BenchmarkDotNet_Columns_IColumn_ - commentId: M:BenchmarkDotNet.Columns.ColumnExtensions.ToProvider(BenchmarkDotNet.Columns.IColumn) - fullName: BenchmarkDotNet.Columns.ColumnExtensions.ToProvider(BenchmarkDotNet.Columns.IColumn) - nameWithType: ColumnExtensions.ToProvider(IColumn) -- uid: BenchmarkDotNet.Columns.ColumnExtensions.ToProvider* - name: ToProvider - href: api/BenchmarkDotNet.Columns.ColumnExtensions.html#BenchmarkDotNet_Columns_ColumnExtensions_ToProvider_ - commentId: Overload:BenchmarkDotNet.Columns.ColumnExtensions.ToProvider - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ColumnExtensions.ToProvider - nameWithType: ColumnExtensions.ToProvider -- uid: BenchmarkDotNet.Columns.CompositeColumnProvider - name: CompositeColumnProvider - href: api/BenchmarkDotNet.Columns.CompositeColumnProvider.html - commentId: T:BenchmarkDotNet.Columns.CompositeColumnProvider - fullName: BenchmarkDotNet.Columns.CompositeColumnProvider - nameWithType: CompositeColumnProvider -- uid: BenchmarkDotNet.Columns.CompositeColumnProvider.#ctor(BenchmarkDotNet.Columns.IColumnProvider[]) - name: CompositeColumnProvider(IColumnProvider[]) - href: api/BenchmarkDotNet.Columns.CompositeColumnProvider.html#BenchmarkDotNet_Columns_CompositeColumnProvider__ctor_BenchmarkDotNet_Columns_IColumnProvider___ - commentId: M:BenchmarkDotNet.Columns.CompositeColumnProvider.#ctor(BenchmarkDotNet.Columns.IColumnProvider[]) - name.vb: CompositeColumnProvider(IColumnProvider()) - fullName: BenchmarkDotNet.Columns.CompositeColumnProvider.CompositeColumnProvider(BenchmarkDotNet.Columns.IColumnProvider[]) - fullName.vb: BenchmarkDotNet.Columns.CompositeColumnProvider.CompositeColumnProvider(BenchmarkDotNet.Columns.IColumnProvider()) - nameWithType: CompositeColumnProvider.CompositeColumnProvider(IColumnProvider[]) - nameWithType.vb: CompositeColumnProvider.CompositeColumnProvider(IColumnProvider()) -- uid: BenchmarkDotNet.Columns.CompositeColumnProvider.#ctor* - name: CompositeColumnProvider - href: api/BenchmarkDotNet.Columns.CompositeColumnProvider.html#BenchmarkDotNet_Columns_CompositeColumnProvider__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.CompositeColumnProvider.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CompositeColumnProvider.CompositeColumnProvider - nameWithType: CompositeColumnProvider.CompositeColumnProvider -- uid: BenchmarkDotNet.Columns.CompositeColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - name: GetColumns(Summary) - href: api/BenchmarkDotNet.Columns.CompositeColumnProvider.html#BenchmarkDotNet_Columns_CompositeColumnProvider_GetColumns_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.CompositeColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.CompositeColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - nameWithType: CompositeColumnProvider.GetColumns(Summary) -- uid: BenchmarkDotNet.Columns.CompositeColumnProvider.GetColumns* - name: GetColumns - href: api/BenchmarkDotNet.Columns.CompositeColumnProvider.html#BenchmarkDotNet_Columns_CompositeColumnProvider_GetColumns_ - commentId: Overload:BenchmarkDotNet.Columns.CompositeColumnProvider.GetColumns - isSpec: "True" - fullName: BenchmarkDotNet.Columns.CompositeColumnProvider.GetColumns - nameWithType: CompositeColumnProvider.GetColumns -- uid: BenchmarkDotNet.Columns.DefaultColumnProviders - name: DefaultColumnProviders - href: api/BenchmarkDotNet.Columns.DefaultColumnProviders.html - commentId: T:BenchmarkDotNet.Columns.DefaultColumnProviders - fullName: BenchmarkDotNet.Columns.DefaultColumnProviders - nameWithType: DefaultColumnProviders -- uid: BenchmarkDotNet.Columns.DefaultColumnProviders.Descriptor - name: Descriptor - href: api/BenchmarkDotNet.Columns.DefaultColumnProviders.html#BenchmarkDotNet_Columns_DefaultColumnProviders_Descriptor - commentId: F:BenchmarkDotNet.Columns.DefaultColumnProviders.Descriptor - fullName: BenchmarkDotNet.Columns.DefaultColumnProviders.Descriptor - nameWithType: DefaultColumnProviders.Descriptor -- uid: BenchmarkDotNet.Columns.DefaultColumnProviders.Instance - name: Instance - href: api/BenchmarkDotNet.Columns.DefaultColumnProviders.html#BenchmarkDotNet_Columns_DefaultColumnProviders_Instance - commentId: F:BenchmarkDotNet.Columns.DefaultColumnProviders.Instance - fullName: BenchmarkDotNet.Columns.DefaultColumnProviders.Instance - nameWithType: DefaultColumnProviders.Instance -- uid: BenchmarkDotNet.Columns.DefaultColumnProviders.Job - name: Job - href: api/BenchmarkDotNet.Columns.DefaultColumnProviders.html#BenchmarkDotNet_Columns_DefaultColumnProviders_Job - commentId: F:BenchmarkDotNet.Columns.DefaultColumnProviders.Job - fullName: BenchmarkDotNet.Columns.DefaultColumnProviders.Job - nameWithType: DefaultColumnProviders.Job -- uid: BenchmarkDotNet.Columns.DefaultColumnProviders.Metrics - name: Metrics - href: api/BenchmarkDotNet.Columns.DefaultColumnProviders.html#BenchmarkDotNet_Columns_DefaultColumnProviders_Metrics - commentId: F:BenchmarkDotNet.Columns.DefaultColumnProviders.Metrics - fullName: BenchmarkDotNet.Columns.DefaultColumnProviders.Metrics - nameWithType: DefaultColumnProviders.Metrics -- uid: BenchmarkDotNet.Columns.DefaultColumnProviders.Params - name: Params - href: api/BenchmarkDotNet.Columns.DefaultColumnProviders.html#BenchmarkDotNet_Columns_DefaultColumnProviders_Params - commentId: F:BenchmarkDotNet.Columns.DefaultColumnProviders.Params - fullName: BenchmarkDotNet.Columns.DefaultColumnProviders.Params - nameWithType: DefaultColumnProviders.Params -- uid: BenchmarkDotNet.Columns.DefaultColumnProviders.Statistics - name: Statistics - href: api/BenchmarkDotNet.Columns.DefaultColumnProviders.html#BenchmarkDotNet_Columns_DefaultColumnProviders_Statistics - commentId: F:BenchmarkDotNet.Columns.DefaultColumnProviders.Statistics - fullName: BenchmarkDotNet.Columns.DefaultColumnProviders.Statistics - nameWithType: DefaultColumnProviders.Statistics -- uid: BenchmarkDotNet.Columns.EmptyColumnProvider - name: EmptyColumnProvider - href: api/BenchmarkDotNet.Columns.EmptyColumnProvider.html - commentId: T:BenchmarkDotNet.Columns.EmptyColumnProvider - fullName: BenchmarkDotNet.Columns.EmptyColumnProvider - nameWithType: EmptyColumnProvider -- uid: BenchmarkDotNet.Columns.EmptyColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - name: GetColumns(Summary) - href: api/BenchmarkDotNet.Columns.EmptyColumnProvider.html#BenchmarkDotNet_Columns_EmptyColumnProvider_GetColumns_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.EmptyColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.EmptyColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - nameWithType: EmptyColumnProvider.GetColumns(Summary) -- uid: BenchmarkDotNet.Columns.EmptyColumnProvider.GetColumns* - name: GetColumns - href: api/BenchmarkDotNet.Columns.EmptyColumnProvider.html#BenchmarkDotNet_Columns_EmptyColumnProvider_GetColumns_ - commentId: Overload:BenchmarkDotNet.Columns.EmptyColumnProvider.GetColumns - isSpec: "True" - fullName: BenchmarkDotNet.Columns.EmptyColumnProvider.GetColumns - nameWithType: EmptyColumnProvider.GetColumns -- uid: BenchmarkDotNet.Columns.EmptyColumnProvider.Instance - name: Instance - href: api/BenchmarkDotNet.Columns.EmptyColumnProvider.html#BenchmarkDotNet_Columns_EmptyColumnProvider_Instance - commentId: F:BenchmarkDotNet.Columns.EmptyColumnProvider.Instance - fullName: BenchmarkDotNet.Columns.EmptyColumnProvider.Instance - nameWithType: EmptyColumnProvider.Instance -- uid: BenchmarkDotNet.Columns.IColumn - name: IColumn - href: api/BenchmarkDotNet.Columns.IColumn.html - commentId: T:BenchmarkDotNet.Columns.IColumn - fullName: BenchmarkDotNet.Columns.IColumn - nameWithType: IColumn -- uid: BenchmarkDotNet.Columns.IColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.IColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.IColumn.AlwaysShow - nameWithType: IColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.IColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.AlwaysShow - nameWithType: IColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.IColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_Category - commentId: P:BenchmarkDotNet.Columns.IColumn.Category - fullName: BenchmarkDotNet.Columns.IColumn.Category - nameWithType: IColumn.Category -- uid: BenchmarkDotNet.Columns.IColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.Category - nameWithType: IColumn.Category -- uid: BenchmarkDotNet.Columns.IColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.IColumn.ColumnName - fullName: BenchmarkDotNet.Columns.IColumn.ColumnName - nameWithType: IColumn.ColumnName -- uid: BenchmarkDotNet.Columns.IColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.ColumnName - nameWithType: IColumn.ColumnName -- uid: BenchmarkDotNet.Columns.IColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.IColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.IColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: IColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.IColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.IColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.IColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: IColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.IColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.GetValue - nameWithType: IColumn.GetValue -- uid: BenchmarkDotNet.Columns.IColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_Id - commentId: P:BenchmarkDotNet.Columns.IColumn.Id - fullName: BenchmarkDotNet.Columns.IColumn.Id - nameWithType: IColumn.Id -- uid: BenchmarkDotNet.Columns.IColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.Id - nameWithType: IColumn.Id -- uid: BenchmarkDotNet.Columns.IColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.IColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.IColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: IColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.IColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.IsAvailable - nameWithType: IColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.IColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.IColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.IColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: IColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.IColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.IsDefault - nameWithType: IColumn.IsDefault -- uid: BenchmarkDotNet.Columns.IColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.IColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.IColumn.IsNumeric - nameWithType: IColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.IColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.IsNumeric - nameWithType: IColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.IColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_Legend - commentId: P:BenchmarkDotNet.Columns.IColumn.Legend - fullName: BenchmarkDotNet.Columns.IColumn.Legend - nameWithType: IColumn.Legend -- uid: BenchmarkDotNet.Columns.IColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.Legend - nameWithType: IColumn.Legend -- uid: BenchmarkDotNet.Columns.IColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.IColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.IColumn.PriorityInCategory - nameWithType: IColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.IColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.PriorityInCategory - nameWithType: IColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.IColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.IColumn.UnitType - fullName: BenchmarkDotNet.Columns.IColumn.UnitType - nameWithType: IColumn.UnitType -- uid: BenchmarkDotNet.Columns.IColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.IColumn.html#BenchmarkDotNet_Columns_IColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.IColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumn.UnitType - nameWithType: IColumn.UnitType -- uid: BenchmarkDotNet.Columns.IColumnProvider - name: IColumnProvider - href: api/BenchmarkDotNet.Columns.IColumnProvider.html - commentId: T:BenchmarkDotNet.Columns.IColumnProvider - fullName: BenchmarkDotNet.Columns.IColumnProvider - nameWithType: IColumnProvider -- uid: BenchmarkDotNet.Columns.IColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - name: GetColumns(Summary) - href: api/BenchmarkDotNet.Columns.IColumnProvider.html#BenchmarkDotNet_Columns_IColumnProvider_GetColumns_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.IColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.IColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - nameWithType: IColumnProvider.GetColumns(Summary) -- uid: BenchmarkDotNet.Columns.IColumnProvider.GetColumns* - name: GetColumns - href: api/BenchmarkDotNet.Columns.IColumnProvider.html#BenchmarkDotNet_Columns_IColumnProvider_GetColumns_ - commentId: Overload:BenchmarkDotNet.Columns.IColumnProvider.GetColumns - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IColumnProvider.GetColumns - nameWithType: IColumnProvider.GetColumns -- uid: BenchmarkDotNet.Columns.IStatisticColumn - name: IStatisticColumn - href: api/BenchmarkDotNet.Columns.IStatisticColumn.html - commentId: T:BenchmarkDotNet.Columns.IStatisticColumn - fullName: BenchmarkDotNet.Columns.IStatisticColumn - nameWithType: IStatisticColumn -- uid: BenchmarkDotNet.Columns.IStatisticColumn.GetAllValues(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Reports.SummaryStyle) - name: GetAllValues(Summary, SummaryStyle) - href: api/BenchmarkDotNet.Columns.IStatisticColumn.html#BenchmarkDotNet_Columns_IStatisticColumn_GetAllValues_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.IStatisticColumn.GetAllValues(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.IStatisticColumn.GetAllValues(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: IStatisticColumn.GetAllValues(Summary, SummaryStyle) -- uid: BenchmarkDotNet.Columns.IStatisticColumn.GetAllValues* - name: GetAllValues - href: api/BenchmarkDotNet.Columns.IStatisticColumn.html#BenchmarkDotNet_Columns_IStatisticColumn_GetAllValues_ - commentId: Overload:BenchmarkDotNet.Columns.IStatisticColumn.GetAllValues - isSpec: "True" - fullName: BenchmarkDotNet.Columns.IStatisticColumn.GetAllValues - nameWithType: IStatisticColumn.GetAllValues -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn - name: JobCharacteristicColumn - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html - commentId: T:BenchmarkDotNet.Columns.JobCharacteristicColumn - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn - nameWithType: JobCharacteristicColumn -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.AllColumns - name: AllColumns - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_AllColumns - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.AllColumns - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.AllColumns - nameWithType: JobCharacteristicColumn.AllColumns -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.AllColumns* - name: AllColumns - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_AllColumns_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.AllColumns - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.AllColumns - nameWithType: JobCharacteristicColumn.AllColumns -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.AlwaysShow - nameWithType: JobCharacteristicColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.AlwaysShow - nameWithType: JobCharacteristicColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_Category - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.Category - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.Category - nameWithType: JobCharacteristicColumn.Category -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.Category - nameWithType: JobCharacteristicColumn.Category -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.ColumnName - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.ColumnName - nameWithType: JobCharacteristicColumn.ColumnName -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.ColumnName - nameWithType: JobCharacteristicColumn.ColumnName -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: JobCharacteristicColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: JobCharacteristicColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.GetValue - nameWithType: JobCharacteristicColumn.GetValue -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_Id - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.Id - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.Id - nameWithType: JobCharacteristicColumn.Id -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.Id - nameWithType: JobCharacteristicColumn.Id -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.JobCharacteristicColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: JobCharacteristicColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsAvailable - nameWithType: JobCharacteristicColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.JobCharacteristicColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: JobCharacteristicColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsDefault - nameWithType: JobCharacteristicColumn.IsDefault -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsNumeric - nameWithType: JobCharacteristicColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.IsNumeric - nameWithType: JobCharacteristicColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_Legend - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.Legend - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.Legend - nameWithType: JobCharacteristicColumn.Legend -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.Legend - nameWithType: JobCharacteristicColumn.Legend -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.PriorityInCategory - nameWithType: JobCharacteristicColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.PriorityInCategory - nameWithType: JobCharacteristicColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.JobCharacteristicColumn.UnitType - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.UnitType - nameWithType: JobCharacteristicColumn.UnitType -- uid: BenchmarkDotNet.Columns.JobCharacteristicColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.JobCharacteristicColumn.html#BenchmarkDotNet_Columns_JobCharacteristicColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.JobCharacteristicColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.JobCharacteristicColumn.UnitType - nameWithType: JobCharacteristicColumn.UnitType -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn - name: LogicalGroupColumn - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html - commentId: T:BenchmarkDotNet.Columns.LogicalGroupColumn - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn - nameWithType: LogicalGroupColumn -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.AlwaysShow - nameWithType: LogicalGroupColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.AlwaysShow - nameWithType: LogicalGroupColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_Category - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.Category - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.Category - nameWithType: LogicalGroupColumn.Category -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.Category - nameWithType: LogicalGroupColumn.Category -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.ColumnName - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.ColumnName - nameWithType: LogicalGroupColumn.ColumnName -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.ColumnName - nameWithType: LogicalGroupColumn.ColumnName -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.Default - name: Default - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_Default - commentId: F:BenchmarkDotNet.Columns.LogicalGroupColumn.Default - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.Default - nameWithType: LogicalGroupColumn.Default -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: LogicalGroupColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: LogicalGroupColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.GetValue - nameWithType: LogicalGroupColumn.GetValue -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_Id - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.Id - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.Id - nameWithType: LogicalGroupColumn.Id -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.Id - nameWithType: LogicalGroupColumn.Id -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.LogicalGroupColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: LogicalGroupColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.IsAvailable - nameWithType: LogicalGroupColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.LogicalGroupColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: LogicalGroupColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.IsDefault - nameWithType: LogicalGroupColumn.IsDefault -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.IsNumeric - nameWithType: LogicalGroupColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.IsNumeric - nameWithType: LogicalGroupColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_Legend - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.Legend - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.Legend - nameWithType: LogicalGroupColumn.Legend -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.Legend - nameWithType: LogicalGroupColumn.Legend -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.PriorityInCategory - nameWithType: LogicalGroupColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.PriorityInCategory - nameWithType: LogicalGroupColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.LogicalGroupColumn.UnitType - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.UnitType - nameWithType: LogicalGroupColumn.UnitType -- uid: BenchmarkDotNet.Columns.LogicalGroupColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.LogicalGroupColumn.html#BenchmarkDotNet_Columns_LogicalGroupColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.LogicalGroupColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.LogicalGroupColumn.UnitType - nameWithType: LogicalGroupColumn.UnitType -- uid: BenchmarkDotNet.Columns.MetricColumn - name: MetricColumn - href: api/BenchmarkDotNet.Columns.MetricColumn.html - commentId: T:BenchmarkDotNet.Columns.MetricColumn - fullName: BenchmarkDotNet.Columns.MetricColumn - nameWithType: MetricColumn -- uid: BenchmarkDotNet.Columns.MetricColumn.#ctor(BenchmarkDotNet.Reports.IMetricDescriptor) - name: MetricColumn(IMetricDescriptor) - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn__ctor_BenchmarkDotNet_Reports_IMetricDescriptor_ - commentId: M:BenchmarkDotNet.Columns.MetricColumn.#ctor(BenchmarkDotNet.Reports.IMetricDescriptor) - fullName: BenchmarkDotNet.Columns.MetricColumn.MetricColumn(BenchmarkDotNet.Reports.IMetricDescriptor) - nameWithType: MetricColumn.MetricColumn(IMetricDescriptor) -- uid: BenchmarkDotNet.Columns.MetricColumn.#ctor* - name: MetricColumn - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.MetricColumn - nameWithType: MetricColumn.MetricColumn -- uid: BenchmarkDotNet.Columns.MetricColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.MetricColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.MetricColumn.AlwaysShow - nameWithType: MetricColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.MetricColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.AlwaysShow - nameWithType: MetricColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.MetricColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_Category - commentId: P:BenchmarkDotNet.Columns.MetricColumn.Category - fullName: BenchmarkDotNet.Columns.MetricColumn.Category - nameWithType: MetricColumn.Category -- uid: BenchmarkDotNet.Columns.MetricColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.Category - nameWithType: MetricColumn.Category -- uid: BenchmarkDotNet.Columns.MetricColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.MetricColumn.ColumnName - fullName: BenchmarkDotNet.Columns.MetricColumn.ColumnName - nameWithType: MetricColumn.ColumnName -- uid: BenchmarkDotNet.Columns.MetricColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.ColumnName - nameWithType: MetricColumn.ColumnName -- uid: BenchmarkDotNet.Columns.MetricColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.MetricColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.MetricColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: MetricColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.MetricColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.MetricColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.MetricColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: MetricColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.MetricColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.GetValue - nameWithType: MetricColumn.GetValue -- uid: BenchmarkDotNet.Columns.MetricColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_Id - commentId: P:BenchmarkDotNet.Columns.MetricColumn.Id - fullName: BenchmarkDotNet.Columns.MetricColumn.Id - nameWithType: MetricColumn.Id -- uid: BenchmarkDotNet.Columns.MetricColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.Id - nameWithType: MetricColumn.Id -- uid: BenchmarkDotNet.Columns.MetricColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.MetricColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.MetricColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: MetricColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.MetricColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.IsAvailable - nameWithType: MetricColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.MetricColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.MetricColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.MetricColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: MetricColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.MetricColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.IsDefault - nameWithType: MetricColumn.IsDefault -- uid: BenchmarkDotNet.Columns.MetricColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.MetricColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.MetricColumn.IsNumeric - nameWithType: MetricColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.MetricColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.IsNumeric - nameWithType: MetricColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.MetricColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_Legend - commentId: P:BenchmarkDotNet.Columns.MetricColumn.Legend - fullName: BenchmarkDotNet.Columns.MetricColumn.Legend - nameWithType: MetricColumn.Legend -- uid: BenchmarkDotNet.Columns.MetricColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.Legend - nameWithType: MetricColumn.Legend -- uid: BenchmarkDotNet.Columns.MetricColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.MetricColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.MetricColumn.PriorityInCategory - nameWithType: MetricColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.MetricColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.PriorityInCategory - nameWithType: MetricColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.MetricColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_ToString - commentId: M:BenchmarkDotNet.Columns.MetricColumn.ToString - fullName: BenchmarkDotNet.Columns.MetricColumn.ToString() - nameWithType: MetricColumn.ToString() -- uid: BenchmarkDotNet.Columns.MetricColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.ToString - nameWithType: MetricColumn.ToString -- uid: BenchmarkDotNet.Columns.MetricColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.MetricColumn.UnitType - fullName: BenchmarkDotNet.Columns.MetricColumn.UnitType - nameWithType: MetricColumn.UnitType -- uid: BenchmarkDotNet.Columns.MetricColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.MetricColumn.html#BenchmarkDotNet_Columns_MetricColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.MetricColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.MetricColumn.UnitType - nameWithType: MetricColumn.UnitType -- uid: BenchmarkDotNet.Columns.ParamColumn - name: ParamColumn - href: api/BenchmarkDotNet.Columns.ParamColumn.html - commentId: T:BenchmarkDotNet.Columns.ParamColumn - fullName: BenchmarkDotNet.Columns.ParamColumn - nameWithType: ParamColumn -- uid: BenchmarkDotNet.Columns.ParamColumn.#ctor(System.String,System.Int32) - name: ParamColumn(String, Int32) - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn__ctor_System_String_System_Int32_ - commentId: M:BenchmarkDotNet.Columns.ParamColumn.#ctor(System.String,System.Int32) - fullName: BenchmarkDotNet.Columns.ParamColumn.ParamColumn(System.String, System.Int32) - nameWithType: ParamColumn.ParamColumn(String, Int32) -- uid: BenchmarkDotNet.Columns.ParamColumn.#ctor* - name: ParamColumn - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.ParamColumn - nameWithType: ParamColumn.ParamColumn -- uid: BenchmarkDotNet.Columns.ParamColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.ParamColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.ParamColumn.AlwaysShow - nameWithType: ParamColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.ParamColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.AlwaysShow - nameWithType: ParamColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.ParamColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_Category - commentId: P:BenchmarkDotNet.Columns.ParamColumn.Category - fullName: BenchmarkDotNet.Columns.ParamColumn.Category - nameWithType: ParamColumn.Category -- uid: BenchmarkDotNet.Columns.ParamColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.Category - nameWithType: ParamColumn.Category -- uid: BenchmarkDotNet.Columns.ParamColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.ParamColumn.ColumnName - fullName: BenchmarkDotNet.Columns.ParamColumn.ColumnName - nameWithType: ParamColumn.ColumnName -- uid: BenchmarkDotNet.Columns.ParamColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.ColumnName - nameWithType: ParamColumn.ColumnName -- uid: BenchmarkDotNet.Columns.ParamColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.ParamColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.ParamColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: ParamColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.ParamColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.ParamColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.ParamColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: ParamColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.ParamColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.GetValue - nameWithType: ParamColumn.GetValue -- uid: BenchmarkDotNet.Columns.ParamColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_Id - commentId: P:BenchmarkDotNet.Columns.ParamColumn.Id - fullName: BenchmarkDotNet.Columns.ParamColumn.Id - nameWithType: ParamColumn.Id -- uid: BenchmarkDotNet.Columns.ParamColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.Id - nameWithType: ParamColumn.Id -- uid: BenchmarkDotNet.Columns.ParamColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.ParamColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.ParamColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: ParamColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.ParamColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.IsAvailable - nameWithType: ParamColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.ParamColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.ParamColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.ParamColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: ParamColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.ParamColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.IsDefault - nameWithType: ParamColumn.IsDefault -- uid: BenchmarkDotNet.Columns.ParamColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.ParamColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.ParamColumn.IsNumeric - nameWithType: ParamColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.ParamColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.IsNumeric - nameWithType: ParamColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.ParamColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_Legend - commentId: P:BenchmarkDotNet.Columns.ParamColumn.Legend - fullName: BenchmarkDotNet.Columns.ParamColumn.Legend - nameWithType: ParamColumn.Legend -- uid: BenchmarkDotNet.Columns.ParamColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.Legend - nameWithType: ParamColumn.Legend -- uid: BenchmarkDotNet.Columns.ParamColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.ParamColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.ParamColumn.PriorityInCategory - nameWithType: ParamColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.ParamColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.PriorityInCategory - nameWithType: ParamColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.ParamColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_ToString - commentId: M:BenchmarkDotNet.Columns.ParamColumn.ToString - fullName: BenchmarkDotNet.Columns.ParamColumn.ToString() - nameWithType: ParamColumn.ToString() -- uid: BenchmarkDotNet.Columns.ParamColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.ToString - nameWithType: ParamColumn.ToString -- uid: BenchmarkDotNet.Columns.ParamColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.ParamColumn.UnitType - fullName: BenchmarkDotNet.Columns.ParamColumn.UnitType - nameWithType: ParamColumn.UnitType -- uid: BenchmarkDotNet.Columns.ParamColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.ParamColumn.html#BenchmarkDotNet_Columns_ParamColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.ParamColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.ParamColumn.UnitType - nameWithType: ParamColumn.UnitType -- uid: BenchmarkDotNet.Columns.RankColumn - name: RankColumn - href: api/BenchmarkDotNet.Columns.RankColumn.html - commentId: T:BenchmarkDotNet.Columns.RankColumn - fullName: BenchmarkDotNet.Columns.RankColumn - nameWithType: RankColumn -- uid: BenchmarkDotNet.Columns.RankColumn.#ctor(BenchmarkDotNet.Mathematics.NumeralSystem) - name: RankColumn(NumeralSystem) - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn__ctor_BenchmarkDotNet_Mathematics_NumeralSystem_ - commentId: M:BenchmarkDotNet.Columns.RankColumn.#ctor(BenchmarkDotNet.Mathematics.NumeralSystem) - fullName: BenchmarkDotNet.Columns.RankColumn.RankColumn(BenchmarkDotNet.Mathematics.NumeralSystem) - nameWithType: RankColumn.RankColumn(NumeralSystem) -- uid: BenchmarkDotNet.Columns.RankColumn.#ctor* - name: RankColumn - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.RankColumn - nameWithType: RankColumn.RankColumn -- uid: BenchmarkDotNet.Columns.RankColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.RankColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.RankColumn.AlwaysShow - nameWithType: RankColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.RankColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.AlwaysShow - nameWithType: RankColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.RankColumn.Arabic - name: Arabic - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Arabic - commentId: F:BenchmarkDotNet.Columns.RankColumn.Arabic - fullName: BenchmarkDotNet.Columns.RankColumn.Arabic - nameWithType: RankColumn.Arabic -- uid: BenchmarkDotNet.Columns.RankColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Category - commentId: P:BenchmarkDotNet.Columns.RankColumn.Category - fullName: BenchmarkDotNet.Columns.RankColumn.Category - nameWithType: RankColumn.Category -- uid: BenchmarkDotNet.Columns.RankColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.Category - nameWithType: RankColumn.Category -- uid: BenchmarkDotNet.Columns.RankColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.RankColumn.ColumnName - fullName: BenchmarkDotNet.Columns.RankColumn.ColumnName - nameWithType: RankColumn.ColumnName -- uid: BenchmarkDotNet.Columns.RankColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.ColumnName - nameWithType: RankColumn.ColumnName -- uid: BenchmarkDotNet.Columns.RankColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.RankColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.RankColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: RankColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.RankColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.RankColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.RankColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: RankColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.RankColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.GetValue - nameWithType: RankColumn.GetValue -- uid: BenchmarkDotNet.Columns.RankColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Id - commentId: P:BenchmarkDotNet.Columns.RankColumn.Id - fullName: BenchmarkDotNet.Columns.RankColumn.Id - nameWithType: RankColumn.Id -- uid: BenchmarkDotNet.Columns.RankColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.Id - nameWithType: RankColumn.Id -- uid: BenchmarkDotNet.Columns.RankColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.RankColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.RankColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: RankColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.RankColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.IsAvailable - nameWithType: RankColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.RankColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.RankColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.RankColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: RankColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.RankColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.IsDefault - nameWithType: RankColumn.IsDefault -- uid: BenchmarkDotNet.Columns.RankColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.RankColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.RankColumn.IsNumeric - nameWithType: RankColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.RankColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.IsNumeric - nameWithType: RankColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.RankColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Legend - commentId: P:BenchmarkDotNet.Columns.RankColumn.Legend - fullName: BenchmarkDotNet.Columns.RankColumn.Legend - nameWithType: RankColumn.Legend -- uid: BenchmarkDotNet.Columns.RankColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.Legend - nameWithType: RankColumn.Legend -- uid: BenchmarkDotNet.Columns.RankColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.RankColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.RankColumn.PriorityInCategory - nameWithType: RankColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.RankColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.PriorityInCategory - nameWithType: RankColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.RankColumn.Roman - name: Roman - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Roman - commentId: F:BenchmarkDotNet.Columns.RankColumn.Roman - fullName: BenchmarkDotNet.Columns.RankColumn.Roman - nameWithType: RankColumn.Roman -- uid: BenchmarkDotNet.Columns.RankColumn.Stars - name: Stars - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_Stars - commentId: F:BenchmarkDotNet.Columns.RankColumn.Stars - fullName: BenchmarkDotNet.Columns.RankColumn.Stars - nameWithType: RankColumn.Stars -- uid: BenchmarkDotNet.Columns.RankColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_ToString - commentId: M:BenchmarkDotNet.Columns.RankColumn.ToString - fullName: BenchmarkDotNet.Columns.RankColumn.ToString() - nameWithType: RankColumn.ToString() -- uid: BenchmarkDotNet.Columns.RankColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.ToString - nameWithType: RankColumn.ToString -- uid: BenchmarkDotNet.Columns.RankColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.RankColumn.UnitType - fullName: BenchmarkDotNet.Columns.RankColumn.UnitType - nameWithType: RankColumn.UnitType -- uid: BenchmarkDotNet.Columns.RankColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.RankColumn.html#BenchmarkDotNet_Columns_RankColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.RankColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.RankColumn.UnitType - nameWithType: RankColumn.UnitType -- uid: BenchmarkDotNet.Columns.RatioStyle - name: RatioStyle - href: api/BenchmarkDotNet.Columns.RatioStyle.html - commentId: T:BenchmarkDotNet.Columns.RatioStyle - fullName: BenchmarkDotNet.Columns.RatioStyle - nameWithType: RatioStyle -- uid: BenchmarkDotNet.Columns.RatioStyle.Percentage - name: Percentage - href: api/BenchmarkDotNet.Columns.RatioStyle.html#BenchmarkDotNet_Columns_RatioStyle_Percentage - commentId: F:BenchmarkDotNet.Columns.RatioStyle.Percentage - fullName: BenchmarkDotNet.Columns.RatioStyle.Percentage - nameWithType: RatioStyle.Percentage -- uid: BenchmarkDotNet.Columns.RatioStyle.Trend - name: Trend - href: api/BenchmarkDotNet.Columns.RatioStyle.html#BenchmarkDotNet_Columns_RatioStyle_Trend - commentId: F:BenchmarkDotNet.Columns.RatioStyle.Trend - fullName: BenchmarkDotNet.Columns.RatioStyle.Trend - nameWithType: RatioStyle.Trend -- uid: BenchmarkDotNet.Columns.RatioStyle.Value - name: Value - href: api/BenchmarkDotNet.Columns.RatioStyle.html#BenchmarkDotNet_Columns_RatioStyle_Value - commentId: F:BenchmarkDotNet.Columns.RatioStyle.Value - fullName: BenchmarkDotNet.Columns.RatioStyle.Value - nameWithType: RatioStyle.Value -- uid: BenchmarkDotNet.Columns.SimpleColumnProvider - name: SimpleColumnProvider - href: api/BenchmarkDotNet.Columns.SimpleColumnProvider.html - commentId: T:BenchmarkDotNet.Columns.SimpleColumnProvider - fullName: BenchmarkDotNet.Columns.SimpleColumnProvider - nameWithType: SimpleColumnProvider -- uid: BenchmarkDotNet.Columns.SimpleColumnProvider.#ctor(BenchmarkDotNet.Columns.IColumn[]) - name: SimpleColumnProvider(IColumn[]) - href: api/BenchmarkDotNet.Columns.SimpleColumnProvider.html#BenchmarkDotNet_Columns_SimpleColumnProvider__ctor_BenchmarkDotNet_Columns_IColumn___ - commentId: M:BenchmarkDotNet.Columns.SimpleColumnProvider.#ctor(BenchmarkDotNet.Columns.IColumn[]) - name.vb: SimpleColumnProvider(IColumn()) - fullName: BenchmarkDotNet.Columns.SimpleColumnProvider.SimpleColumnProvider(BenchmarkDotNet.Columns.IColumn[]) - fullName.vb: BenchmarkDotNet.Columns.SimpleColumnProvider.SimpleColumnProvider(BenchmarkDotNet.Columns.IColumn()) - nameWithType: SimpleColumnProvider.SimpleColumnProvider(IColumn[]) - nameWithType.vb: SimpleColumnProvider.SimpleColumnProvider(IColumn()) -- uid: BenchmarkDotNet.Columns.SimpleColumnProvider.#ctor* - name: SimpleColumnProvider - href: api/BenchmarkDotNet.Columns.SimpleColumnProvider.html#BenchmarkDotNet_Columns_SimpleColumnProvider__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.SimpleColumnProvider.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SimpleColumnProvider.SimpleColumnProvider - nameWithType: SimpleColumnProvider.SimpleColumnProvider -- uid: BenchmarkDotNet.Columns.SimpleColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - name: GetColumns(Summary) - href: api/BenchmarkDotNet.Columns.SimpleColumnProvider.html#BenchmarkDotNet_Columns_SimpleColumnProvider_GetColumns_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.SimpleColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.SimpleColumnProvider.GetColumns(BenchmarkDotNet.Reports.Summary) - nameWithType: SimpleColumnProvider.GetColumns(Summary) -- uid: BenchmarkDotNet.Columns.SimpleColumnProvider.GetColumns* - name: GetColumns - href: api/BenchmarkDotNet.Columns.SimpleColumnProvider.html#BenchmarkDotNet_Columns_SimpleColumnProvider_GetColumns_ - commentId: Overload:BenchmarkDotNet.Columns.SimpleColumnProvider.GetColumns - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SimpleColumnProvider.GetColumns - nameWithType: SimpleColumnProvider.GetColumns -- uid: BenchmarkDotNet.Columns.SizeUnit - name: SizeUnit - href: api/BenchmarkDotNet.Columns.SizeUnit.html - commentId: T:BenchmarkDotNet.Columns.SizeUnit - fullName: BenchmarkDotNet.Columns.SizeUnit - nameWithType: SizeUnit -- uid: BenchmarkDotNet.Columns.SizeUnit.#ctor(System.String,System.String,System.Int64) - name: SizeUnit(String, String, Int64) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit__ctor_System_String_System_String_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.#ctor(System.String,System.String,System.Int64) - fullName: BenchmarkDotNet.Columns.SizeUnit.SizeUnit(System.String, System.String, System.Int64) - nameWithType: SizeUnit.SizeUnit(String, String, Int64) -- uid: BenchmarkDotNet.Columns.SizeUnit.#ctor* - name: SizeUnit - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.SizeUnit - nameWithType: SizeUnit.SizeUnit -- uid: BenchmarkDotNet.Columns.SizeUnit.All - name: All - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_All - commentId: F:BenchmarkDotNet.Columns.SizeUnit.All - fullName: BenchmarkDotNet.Columns.SizeUnit.All - nameWithType: SizeUnit.All -- uid: BenchmarkDotNet.Columns.SizeUnit.B - name: B - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_B - commentId: F:BenchmarkDotNet.Columns.SizeUnit.B - fullName: BenchmarkDotNet.Columns.SizeUnit.B - nameWithType: SizeUnit.B -- uid: BenchmarkDotNet.Columns.SizeUnit.ByteAmount - name: ByteAmount - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_ByteAmount - commentId: P:BenchmarkDotNet.Columns.SizeUnit.ByteAmount - fullName: BenchmarkDotNet.Columns.SizeUnit.ByteAmount - nameWithType: SizeUnit.ByteAmount -- uid: BenchmarkDotNet.Columns.SizeUnit.ByteAmount* - name: ByteAmount - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_ByteAmount_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.ByteAmount - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.ByteAmount - nameWithType: SizeUnit.ByteAmount -- uid: BenchmarkDotNet.Columns.SizeUnit.Convert(System.Int64,BenchmarkDotNet.Columns.SizeUnit,BenchmarkDotNet.Columns.SizeUnit) - name: Convert(Int64, SizeUnit, SizeUnit) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Convert_System_Int64_BenchmarkDotNet_Columns_SizeUnit_BenchmarkDotNet_Columns_SizeUnit_ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.Convert(System.Int64,BenchmarkDotNet.Columns.SizeUnit,BenchmarkDotNet.Columns.SizeUnit) - fullName: BenchmarkDotNet.Columns.SizeUnit.Convert(System.Int64, BenchmarkDotNet.Columns.SizeUnit, BenchmarkDotNet.Columns.SizeUnit) - nameWithType: SizeUnit.Convert(Int64, SizeUnit, SizeUnit) -- uid: BenchmarkDotNet.Columns.SizeUnit.Convert* - name: Convert - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Convert_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.Convert - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.Convert - nameWithType: SizeUnit.Convert -- uid: BenchmarkDotNet.Columns.SizeUnit.Description - name: Description - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Description - commentId: P:BenchmarkDotNet.Columns.SizeUnit.Description - fullName: BenchmarkDotNet.Columns.SizeUnit.Description - nameWithType: SizeUnit.Description -- uid: BenchmarkDotNet.Columns.SizeUnit.Description* - name: Description - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Description_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.Description - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.Description - nameWithType: SizeUnit.Description -- uid: BenchmarkDotNet.Columns.SizeUnit.Equals(BenchmarkDotNet.Columns.SizeUnit) - name: Equals(SizeUnit) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Equals_BenchmarkDotNet_Columns_SizeUnit_ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.Equals(BenchmarkDotNet.Columns.SizeUnit) - fullName: BenchmarkDotNet.Columns.SizeUnit.Equals(BenchmarkDotNet.Columns.SizeUnit) - nameWithType: SizeUnit.Equals(SizeUnit) -- uid: BenchmarkDotNet.Columns.SizeUnit.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.Equals(System.Object) - fullName: BenchmarkDotNet.Columns.SizeUnit.Equals(System.Object) - nameWithType: SizeUnit.Equals(Object) -- uid: BenchmarkDotNet.Columns.SizeUnit.Equals* - name: Equals - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Equals_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.Equals - nameWithType: SizeUnit.Equals -- uid: BenchmarkDotNet.Columns.SizeUnit.GB - name: GB - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_GB - commentId: F:BenchmarkDotNet.Columns.SizeUnit.GB - fullName: BenchmarkDotNet.Columns.SizeUnit.GB - nameWithType: SizeUnit.GB -- uid: BenchmarkDotNet.Columns.SizeUnit.GetBestSizeUnit(System.Int64[]) - name: GetBestSizeUnit(Int64[]) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_GetBestSizeUnit_System_Int64___ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.GetBestSizeUnit(System.Int64[]) - name.vb: GetBestSizeUnit(Int64()) - fullName: BenchmarkDotNet.Columns.SizeUnit.GetBestSizeUnit(System.Int64[]) - fullName.vb: BenchmarkDotNet.Columns.SizeUnit.GetBestSizeUnit(System.Int64()) - nameWithType: SizeUnit.GetBestSizeUnit(Int64[]) - nameWithType.vb: SizeUnit.GetBestSizeUnit(Int64()) -- uid: BenchmarkDotNet.Columns.SizeUnit.GetBestSizeUnit* - name: GetBestSizeUnit - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_GetBestSizeUnit_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.GetBestSizeUnit - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.GetBestSizeUnit - nameWithType: SizeUnit.GetBestSizeUnit -- uid: BenchmarkDotNet.Columns.SizeUnit.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_GetHashCode - commentId: M:BenchmarkDotNet.Columns.SizeUnit.GetHashCode - fullName: BenchmarkDotNet.Columns.SizeUnit.GetHashCode() - nameWithType: SizeUnit.GetHashCode() -- uid: BenchmarkDotNet.Columns.SizeUnit.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.GetHashCode - nameWithType: SizeUnit.GetHashCode -- uid: BenchmarkDotNet.Columns.SizeUnit.KB - name: KB - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_KB - commentId: F:BenchmarkDotNet.Columns.SizeUnit.KB - fullName: BenchmarkDotNet.Columns.SizeUnit.KB - nameWithType: SizeUnit.KB -- uid: BenchmarkDotNet.Columns.SizeUnit.MB - name: MB - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_MB - commentId: F:BenchmarkDotNet.Columns.SizeUnit.MB - fullName: BenchmarkDotNet.Columns.SizeUnit.MB - nameWithType: SizeUnit.MB -- uid: BenchmarkDotNet.Columns.SizeUnit.Name - name: Name - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Name - commentId: P:BenchmarkDotNet.Columns.SizeUnit.Name - fullName: BenchmarkDotNet.Columns.SizeUnit.Name - nameWithType: SizeUnit.Name -- uid: BenchmarkDotNet.Columns.SizeUnit.Name* - name: Name - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_Name_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.Name - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.Name - nameWithType: SizeUnit.Name -- uid: BenchmarkDotNet.Columns.SizeUnit.op_Equality(BenchmarkDotNet.Columns.SizeUnit,BenchmarkDotNet.Columns.SizeUnit) - name: Equality(SizeUnit, SizeUnit) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_op_Equality_BenchmarkDotNet_Columns_SizeUnit_BenchmarkDotNet_Columns_SizeUnit_ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.op_Equality(BenchmarkDotNet.Columns.SizeUnit,BenchmarkDotNet.Columns.SizeUnit) - fullName: BenchmarkDotNet.Columns.SizeUnit.Equality(BenchmarkDotNet.Columns.SizeUnit, BenchmarkDotNet.Columns.SizeUnit) - nameWithType: SizeUnit.Equality(SizeUnit, SizeUnit) -- uid: BenchmarkDotNet.Columns.SizeUnit.op_Equality* - name: Equality - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_op_Equality_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.op_Equality - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.Equality - nameWithType: SizeUnit.Equality -- uid: BenchmarkDotNet.Columns.SizeUnit.op_Inequality(BenchmarkDotNet.Columns.SizeUnit,BenchmarkDotNet.Columns.SizeUnit) - name: Inequality(SizeUnit, SizeUnit) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_op_Inequality_BenchmarkDotNet_Columns_SizeUnit_BenchmarkDotNet_Columns_SizeUnit_ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.op_Inequality(BenchmarkDotNet.Columns.SizeUnit,BenchmarkDotNet.Columns.SizeUnit) - fullName: BenchmarkDotNet.Columns.SizeUnit.Inequality(BenchmarkDotNet.Columns.SizeUnit, BenchmarkDotNet.Columns.SizeUnit) - nameWithType: SizeUnit.Inequality(SizeUnit, SizeUnit) -- uid: BenchmarkDotNet.Columns.SizeUnit.op_Inequality* - name: Inequality - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_op_Inequality_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.op_Inequality - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.Inequality - nameWithType: SizeUnit.Inequality -- uid: BenchmarkDotNet.Columns.SizeUnit.TB - name: TB - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_TB - commentId: F:BenchmarkDotNet.Columns.SizeUnit.TB - fullName: BenchmarkDotNet.Columns.SizeUnit.TB - nameWithType: SizeUnit.TB -- uid: BenchmarkDotNet.Columns.SizeUnit.ToValue(System.Int64) - name: ToValue(Int64) - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_ToValue_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeUnit.ToValue(System.Int64) - fullName: BenchmarkDotNet.Columns.SizeUnit.ToValue(System.Int64) - nameWithType: SizeUnit.ToValue(Int64) -- uid: BenchmarkDotNet.Columns.SizeUnit.ToValue* - name: ToValue - href: api/BenchmarkDotNet.Columns.SizeUnit.html#BenchmarkDotNet_Columns_SizeUnit_ToValue_ - commentId: Overload:BenchmarkDotNet.Columns.SizeUnit.ToValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeUnit.ToValue - nameWithType: SizeUnit.ToValue -- uid: BenchmarkDotNet.Columns.SizeValue - name: SizeValue - href: api/BenchmarkDotNet.Columns.SizeValue.html - commentId: T:BenchmarkDotNet.Columns.SizeValue - fullName: BenchmarkDotNet.Columns.SizeValue - nameWithType: SizeValue -- uid: BenchmarkDotNet.Columns.SizeValue.#ctor(System.Int64) - name: SizeValue(Int64) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue__ctor_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.#ctor(System.Int64) - fullName: BenchmarkDotNet.Columns.SizeValue.SizeValue(System.Int64) - nameWithType: SizeValue.SizeValue(Int64) -- uid: BenchmarkDotNet.Columns.SizeValue.#ctor(System.Int64,BenchmarkDotNet.Columns.SizeUnit) - name: SizeValue(Int64, SizeUnit) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue__ctor_System_Int64_BenchmarkDotNet_Columns_SizeUnit_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.#ctor(System.Int64,BenchmarkDotNet.Columns.SizeUnit) - fullName: BenchmarkDotNet.Columns.SizeValue.SizeValue(System.Int64, BenchmarkDotNet.Columns.SizeUnit) - nameWithType: SizeValue.SizeValue(Int64, SizeUnit) -- uid: BenchmarkDotNet.Columns.SizeValue.#ctor* - name: SizeValue - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.SizeValue - nameWithType: SizeValue.SizeValue -- uid: BenchmarkDotNet.Columns.SizeValue.B - name: B - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_B - commentId: F:BenchmarkDotNet.Columns.SizeValue.B - fullName: BenchmarkDotNet.Columns.SizeValue.B - nameWithType: SizeValue.B -- uid: BenchmarkDotNet.Columns.SizeValue.Bytes - name: Bytes - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_Bytes - commentId: P:BenchmarkDotNet.Columns.SizeValue.Bytes - fullName: BenchmarkDotNet.Columns.SizeValue.Bytes - nameWithType: SizeValue.Bytes -- uid: BenchmarkDotNet.Columns.SizeValue.Bytes* - name: Bytes - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_Bytes_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.Bytes - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.Bytes - nameWithType: SizeValue.Bytes -- uid: BenchmarkDotNet.Columns.SizeValue.FromBytes(System.Int64) - name: FromBytes(Int64) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromBytes_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.FromBytes(System.Int64) - fullName: BenchmarkDotNet.Columns.SizeValue.FromBytes(System.Int64) - nameWithType: SizeValue.FromBytes(Int64) -- uid: BenchmarkDotNet.Columns.SizeValue.FromBytes* - name: FromBytes - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromBytes_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.FromBytes - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.FromBytes - nameWithType: SizeValue.FromBytes -- uid: BenchmarkDotNet.Columns.SizeValue.FromGigabytes(System.Int64) - name: FromGigabytes(Int64) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromGigabytes_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.FromGigabytes(System.Int64) - fullName: BenchmarkDotNet.Columns.SizeValue.FromGigabytes(System.Int64) - nameWithType: SizeValue.FromGigabytes(Int64) -- uid: BenchmarkDotNet.Columns.SizeValue.FromGigabytes* - name: FromGigabytes - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromGigabytes_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.FromGigabytes - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.FromGigabytes - nameWithType: SizeValue.FromGigabytes -- uid: BenchmarkDotNet.Columns.SizeValue.FromKilobytes(System.Int64) - name: FromKilobytes(Int64) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromKilobytes_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.FromKilobytes(System.Int64) - fullName: BenchmarkDotNet.Columns.SizeValue.FromKilobytes(System.Int64) - nameWithType: SizeValue.FromKilobytes(Int64) -- uid: BenchmarkDotNet.Columns.SizeValue.FromKilobytes* - name: FromKilobytes - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromKilobytes_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.FromKilobytes - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.FromKilobytes - nameWithType: SizeValue.FromKilobytes -- uid: BenchmarkDotNet.Columns.SizeValue.FromMegabytes(System.Int64) - name: FromMegabytes(Int64) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromMegabytes_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.FromMegabytes(System.Int64) - fullName: BenchmarkDotNet.Columns.SizeValue.FromMegabytes(System.Int64) - nameWithType: SizeValue.FromMegabytes(Int64) -- uid: BenchmarkDotNet.Columns.SizeValue.FromMegabytes* - name: FromMegabytes - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromMegabytes_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.FromMegabytes - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.FromMegabytes - nameWithType: SizeValue.FromMegabytes -- uid: BenchmarkDotNet.Columns.SizeValue.FromTerabytes(System.Int64) - name: FromTerabytes(Int64) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromTerabytes_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.FromTerabytes(System.Int64) - fullName: BenchmarkDotNet.Columns.SizeValue.FromTerabytes(System.Int64) - nameWithType: SizeValue.FromTerabytes(Int64) -- uid: BenchmarkDotNet.Columns.SizeValue.FromTerabytes* - name: FromTerabytes - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_FromTerabytes_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.FromTerabytes - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.FromTerabytes - nameWithType: SizeValue.FromTerabytes -- uid: BenchmarkDotNet.Columns.SizeValue.GB - name: GB - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_GB - commentId: F:BenchmarkDotNet.Columns.SizeValue.GB - fullName: BenchmarkDotNet.Columns.SizeValue.GB - nameWithType: SizeValue.GB -- uid: BenchmarkDotNet.Columns.SizeValue.KB - name: KB - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_KB - commentId: F:BenchmarkDotNet.Columns.SizeValue.KB - fullName: BenchmarkDotNet.Columns.SizeValue.KB - nameWithType: SizeValue.KB -- uid: BenchmarkDotNet.Columns.SizeValue.MB - name: MB - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_MB - commentId: F:BenchmarkDotNet.Columns.SizeValue.MB - fullName: BenchmarkDotNet.Columns.SizeValue.MB - nameWithType: SizeValue.MB -- uid: BenchmarkDotNet.Columns.SizeValue.op_Multiply(BenchmarkDotNet.Columns.SizeValue,System.Int64) - name: Multiply(SizeValue, Int64) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_op_Multiply_BenchmarkDotNet_Columns_SizeValue_System_Int64_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.op_Multiply(BenchmarkDotNet.Columns.SizeValue,System.Int64) - fullName: BenchmarkDotNet.Columns.SizeValue.Multiply(BenchmarkDotNet.Columns.SizeValue, System.Int64) - nameWithType: SizeValue.Multiply(SizeValue, Int64) -- uid: BenchmarkDotNet.Columns.SizeValue.op_Multiply(System.Int64,BenchmarkDotNet.Columns.SizeValue) - name: Multiply(Int64, SizeValue) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_op_Multiply_System_Int64_BenchmarkDotNet_Columns_SizeValue_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.op_Multiply(System.Int64,BenchmarkDotNet.Columns.SizeValue) - fullName: BenchmarkDotNet.Columns.SizeValue.Multiply(System.Int64, BenchmarkDotNet.Columns.SizeValue) - nameWithType: SizeValue.Multiply(Int64, SizeValue) -- uid: BenchmarkDotNet.Columns.SizeValue.op_Multiply* - name: Multiply - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_op_Multiply_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.op_Multiply - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.Multiply - nameWithType: SizeValue.Multiply -- uid: BenchmarkDotNet.Columns.SizeValue.TB - name: TB - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_TB - commentId: F:BenchmarkDotNet.Columns.SizeValue.TB - fullName: BenchmarkDotNet.Columns.SizeValue.TB - nameWithType: SizeValue.TB -- uid: BenchmarkDotNet.Columns.SizeValue.ToString(BenchmarkDotNet.Columns.SizeUnit,System.Globalization.CultureInfo,System.String,Perfolizer.Common.UnitPresentation) - name: ToString(SizeUnit, CultureInfo, String, UnitPresentation) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_ToString_BenchmarkDotNet_Columns_SizeUnit_System_Globalization_CultureInfo_System_String_Perfolizer_Common_UnitPresentation_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.ToString(BenchmarkDotNet.Columns.SizeUnit,System.Globalization.CultureInfo,System.String,Perfolizer.Common.UnitPresentation) - fullName: BenchmarkDotNet.Columns.SizeValue.ToString(BenchmarkDotNet.Columns.SizeUnit, System.Globalization.CultureInfo, System.String, Perfolizer.Common.UnitPresentation) - nameWithType: SizeValue.ToString(SizeUnit, CultureInfo, String, UnitPresentation) -- uid: BenchmarkDotNet.Columns.SizeValue.ToString(System.Globalization.CultureInfo,System.String,Perfolizer.Common.UnitPresentation) - name: ToString(CultureInfo, String, UnitPresentation) - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_ToString_System_Globalization_CultureInfo_System_String_Perfolizer_Common_UnitPresentation_ - commentId: M:BenchmarkDotNet.Columns.SizeValue.ToString(System.Globalization.CultureInfo,System.String,Perfolizer.Common.UnitPresentation) - fullName: BenchmarkDotNet.Columns.SizeValue.ToString(System.Globalization.CultureInfo, System.String, Perfolizer.Common.UnitPresentation) - nameWithType: SizeValue.ToString(CultureInfo, String, UnitPresentation) -- uid: BenchmarkDotNet.Columns.SizeValue.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.SizeValue.html#BenchmarkDotNet_Columns_SizeValue_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.SizeValue.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.SizeValue.ToString - nameWithType: SizeValue.ToString -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn - name: StatisticalTestColumn - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html - commentId: T:BenchmarkDotNet.Columns.StatisticalTestColumn - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn - nameWithType: StatisticalTestColumn -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.#ctor(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,Perfolizer.Mathematics.Thresholds.Threshold,System.Boolean) - name: StatisticalTestColumn(StatisticalTestKind, Threshold, Boolean) - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn__ctor_Perfolizer_Mathematics_SignificanceTesting_StatisticalTestKind_Perfolizer_Mathematics_Thresholds_Threshold_System_Boolean_ - commentId: M:BenchmarkDotNet.Columns.StatisticalTestColumn.#ctor(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,Perfolizer.Mathematics.Thresholds.Threshold,System.Boolean) - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.StatisticalTestColumn(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind, Perfolizer.Mathematics.Thresholds.Threshold, System.Boolean) - nameWithType: StatisticalTestColumn.StatisticalTestColumn(StatisticalTestKind, Threshold, Boolean) -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.#ctor* - name: StatisticalTestColumn - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.StatisticalTestColumn - nameWithType: StatisticalTestColumn.StatisticalTestColumn -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.ColumnName - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.ColumnName - nameWithType: StatisticalTestColumn.ColumnName -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.ColumnName - nameWithType: StatisticalTestColumn.ColumnName -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Create(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,Perfolizer.Mathematics.Thresholds.Threshold,System.Boolean) - name: Create(StatisticalTestKind, Threshold, Boolean) - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Create_Perfolizer_Mathematics_SignificanceTesting_StatisticalTestKind_Perfolizer_Mathematics_Thresholds_Threshold_System_Boolean_ - commentId: M:BenchmarkDotNet.Columns.StatisticalTestColumn.Create(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind,Perfolizer.Mathematics.Thresholds.Threshold,System.Boolean) - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Create(Perfolizer.Mathematics.SignificanceTesting.StatisticalTestKind, Perfolizer.Mathematics.Thresholds.Threshold, System.Boolean) - nameWithType: StatisticalTestColumn.Create(StatisticalTestKind, Threshold, Boolean) -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Create* - name: Create - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Create_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.Create - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Create - nameWithType: StatisticalTestColumn.Create -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__BenchmarkDotNet_Mathematics_Statistics_System_Collections_Generic_IReadOnlyDictionary_System_String_BenchmarkDotNet_Reports_Metric__System_Boolean_ - commentId: M:BenchmarkDotNet.Columns.StatisticalTestColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},BenchmarkDotNet.Mathematics.Statistics,System.Collections.Generic.IReadOnlyDictionary{System.String,BenchmarkDotNet.Reports.Metric},System.Boolean) - name.vb: GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary, System.Boolean) - fullName.vb: BenchmarkDotNet.Columns.StatisticalTestColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), BenchmarkDotNet.Mathematics.Statistics, System.Collections.Generic.IReadOnlyDictionary(Of System.String, BenchmarkDotNet.Reports.Metric), System.Boolean) - nameWithType: StatisticalTestColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary, Statistics, IReadOnlyDictionary, Boolean) - nameWithType.vb: StatisticalTestColumn.GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary(Of String, Metric), Statistics, IReadOnlyDictionary(Of String, Metric), Boolean) -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.GetValue - nameWithType: StatisticalTestColumn.GetValue -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Id - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.Id - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Id - nameWithType: StatisticalTestColumn.Id -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Id - nameWithType: StatisticalTestColumn.Id -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.IsNumeric - nameWithType: StatisticalTestColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.IsNumeric - nameWithType: StatisticalTestColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Kind - name: Kind - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Kind - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.Kind - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Kind - nameWithType: StatisticalTestColumn.Kind -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Kind* - name: Kind - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Kind_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.Kind - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Kind - nameWithType: StatisticalTestColumn.Kind -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Legend - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.Legend - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Legend - nameWithType: StatisticalTestColumn.Legend -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Legend - nameWithType: StatisticalTestColumn.Legend -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.PriorityInCategory - nameWithType: StatisticalTestColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.PriorityInCategory - nameWithType: StatisticalTestColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.ShowPValues - name: ShowPValues - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_ShowPValues - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.ShowPValues - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.ShowPValues - nameWithType: StatisticalTestColumn.ShowPValues -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.ShowPValues* - name: ShowPValues - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_ShowPValues_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.ShowPValues - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.ShowPValues - nameWithType: StatisticalTestColumn.ShowPValues -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Threshold - name: Threshold - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Threshold - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.Threshold - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Threshold - nameWithType: StatisticalTestColumn.Threshold -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.Threshold* - name: Threshold - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_Threshold_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.Threshold - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.Threshold - nameWithType: StatisticalTestColumn.Threshold -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.StatisticalTestColumn.UnitType - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.UnitType - nameWithType: StatisticalTestColumn.UnitType -- uid: BenchmarkDotNet.Columns.StatisticalTestColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.StatisticalTestColumn.html#BenchmarkDotNet_Columns_StatisticalTestColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticalTestColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticalTestColumn.UnitType - nameWithType: StatisticalTestColumn.UnitType -- uid: BenchmarkDotNet.Columns.StatisticColumn - name: StatisticColumn - href: api/BenchmarkDotNet.Columns.StatisticColumn.html - commentId: T:BenchmarkDotNet.Columns.StatisticColumn - fullName: BenchmarkDotNet.Columns.StatisticColumn - nameWithType: StatisticColumn -- uid: BenchmarkDotNet.Columns.StatisticColumn.AllStatistics - name: AllStatistics - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_AllStatistics - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.AllStatistics - fullName: BenchmarkDotNet.Columns.StatisticColumn.AllStatistics - nameWithType: StatisticColumn.AllStatistics -- uid: BenchmarkDotNet.Columns.StatisticColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.StatisticColumn.AlwaysShow - nameWithType: StatisticColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.StatisticColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.AlwaysShow - nameWithType: StatisticColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.StatisticColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Category - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.Category - fullName: BenchmarkDotNet.Columns.StatisticColumn.Category - nameWithType: StatisticColumn.Category -- uid: BenchmarkDotNet.Columns.StatisticColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.Category - nameWithType: StatisticColumn.Category -- uid: BenchmarkDotNet.Columns.StatisticColumn.CiError(Perfolizer.Mathematics.Common.ConfidenceLevel) - name: CiError(ConfidenceLevel) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_CiError_Perfolizer_Mathematics_Common_ConfidenceLevel_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.CiError(Perfolizer.Mathematics.Common.ConfidenceLevel) - fullName: BenchmarkDotNet.Columns.StatisticColumn.CiError(Perfolizer.Mathematics.Common.ConfidenceLevel) - nameWithType: StatisticColumn.CiError(ConfidenceLevel) -- uid: BenchmarkDotNet.Columns.StatisticColumn.CiError* - name: CiError - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_CiError_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.CiError - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.CiError - nameWithType: StatisticColumn.CiError -- uid: BenchmarkDotNet.Columns.StatisticColumn.CiLower(Perfolizer.Mathematics.Common.ConfidenceLevel) - name: CiLower(ConfidenceLevel) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_CiLower_Perfolizer_Mathematics_Common_ConfidenceLevel_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.CiLower(Perfolizer.Mathematics.Common.ConfidenceLevel) - fullName: BenchmarkDotNet.Columns.StatisticColumn.CiLower(Perfolizer.Mathematics.Common.ConfidenceLevel) - nameWithType: StatisticColumn.CiLower(ConfidenceLevel) -- uid: BenchmarkDotNet.Columns.StatisticColumn.CiLower* - name: CiLower - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_CiLower_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.CiLower - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.CiLower - nameWithType: StatisticColumn.CiLower -- uid: BenchmarkDotNet.Columns.StatisticColumn.CiUpper(Perfolizer.Mathematics.Common.ConfidenceLevel) - name: CiUpper(ConfidenceLevel) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_CiUpper_Perfolizer_Mathematics_Common_ConfidenceLevel_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.CiUpper(Perfolizer.Mathematics.Common.ConfidenceLevel) - fullName: BenchmarkDotNet.Columns.StatisticColumn.CiUpper(Perfolizer.Mathematics.Common.ConfidenceLevel) - nameWithType: StatisticColumn.CiUpper(ConfidenceLevel) -- uid: BenchmarkDotNet.Columns.StatisticColumn.CiUpper* - name: CiUpper - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_CiUpper_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.CiUpper - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.CiUpper - nameWithType: StatisticColumn.CiUpper -- uid: BenchmarkDotNet.Columns.StatisticColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.ColumnName - fullName: BenchmarkDotNet.Columns.StatisticColumn.ColumnName - nameWithType: StatisticColumn.ColumnName -- uid: BenchmarkDotNet.Columns.StatisticColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.ColumnName - nameWithType: StatisticColumn.ColumnName -- uid: BenchmarkDotNet.Columns.StatisticColumn.Error - name: Error - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Error - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Error - fullName: BenchmarkDotNet.Columns.StatisticColumn.Error - nameWithType: StatisticColumn.Error -- uid: BenchmarkDotNet.Columns.StatisticColumn.GetAllValues(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Reports.SummaryStyle) - name: GetAllValues(Summary, SummaryStyle) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_GetAllValues_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.GetAllValues(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.StatisticColumn.GetAllValues(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: StatisticColumn.GetAllValues(Summary, SummaryStyle) -- uid: BenchmarkDotNet.Columns.StatisticColumn.GetAllValues* - name: GetAllValues - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_GetAllValues_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.GetAllValues - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.GetAllValues - nameWithType: StatisticColumn.GetAllValues -- uid: BenchmarkDotNet.Columns.StatisticColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.StatisticColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: StatisticColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.StatisticColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.StatisticColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: StatisticColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.StatisticColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.GetValue - nameWithType: StatisticColumn.GetValue -- uid: BenchmarkDotNet.Columns.StatisticColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Id - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.Id - fullName: BenchmarkDotNet.Columns.StatisticColumn.Id - nameWithType: StatisticColumn.Id -- uid: BenchmarkDotNet.Columns.StatisticColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.Id - nameWithType: StatisticColumn.Id -- uid: BenchmarkDotNet.Columns.StatisticColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.StatisticColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: StatisticColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.StatisticColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.IsAvailable - nameWithType: StatisticColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.StatisticColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.StatisticColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: StatisticColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.StatisticColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.IsDefault - nameWithType: StatisticColumn.IsDefault -- uid: BenchmarkDotNet.Columns.StatisticColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.StatisticColumn.IsNumeric - nameWithType: StatisticColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.StatisticColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.IsNumeric - nameWithType: StatisticColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.StatisticColumn.Iterations - name: Iterations - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Iterations - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Iterations - fullName: BenchmarkDotNet.Columns.StatisticColumn.Iterations - nameWithType: StatisticColumn.Iterations -- uid: BenchmarkDotNet.Columns.StatisticColumn.Kurtosis - name: Kurtosis - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Kurtosis - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Kurtosis - fullName: BenchmarkDotNet.Columns.StatisticColumn.Kurtosis - nameWithType: StatisticColumn.Kurtosis -- uid: BenchmarkDotNet.Columns.StatisticColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Legend - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.Legend - fullName: BenchmarkDotNet.Columns.StatisticColumn.Legend - nameWithType: StatisticColumn.Legend -- uid: BenchmarkDotNet.Columns.StatisticColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.Legend - nameWithType: StatisticColumn.Legend -- uid: BenchmarkDotNet.Columns.StatisticColumn.Max - name: Max - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Max - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Max - fullName: BenchmarkDotNet.Columns.StatisticColumn.Max - nameWithType: StatisticColumn.Max -- uid: BenchmarkDotNet.Columns.StatisticColumn.Mean - name: Mean - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Mean - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Mean - fullName: BenchmarkDotNet.Columns.StatisticColumn.Mean - nameWithType: StatisticColumn.Mean -- uid: BenchmarkDotNet.Columns.StatisticColumn.Median - name: Median - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Median - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Median - fullName: BenchmarkDotNet.Columns.StatisticColumn.Median - nameWithType: StatisticColumn.Median -- uid: BenchmarkDotNet.Columns.StatisticColumn.Min - name: Min - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Min - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Min - fullName: BenchmarkDotNet.Columns.StatisticColumn.Min - nameWithType: StatisticColumn.Min -- uid: BenchmarkDotNet.Columns.StatisticColumn.MValue - name: MValue - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_MValue - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.MValue - fullName: BenchmarkDotNet.Columns.StatisticColumn.MValue - nameWithType: StatisticColumn.MValue -- uid: BenchmarkDotNet.Columns.StatisticColumn.OperationsPerSecond - name: OperationsPerSecond - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_OperationsPerSecond - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.OperationsPerSecond - fullName: BenchmarkDotNet.Columns.StatisticColumn.OperationsPerSecond - nameWithType: StatisticColumn.OperationsPerSecond -- uid: BenchmarkDotNet.Columns.StatisticColumn.P0 - name: P0 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P0 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P0 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P0 - nameWithType: StatisticColumn.P0 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P100 - name: P100 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P100 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P100 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P100 - nameWithType: StatisticColumn.P100 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P25 - name: P25 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P25 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P25 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P25 - nameWithType: StatisticColumn.P25 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P50 - name: P50 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P50 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P50 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P50 - nameWithType: StatisticColumn.P50 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P67 - name: P67 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P67 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P67 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P67 - nameWithType: StatisticColumn.P67 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P80 - name: P80 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P80 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P80 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P80 - nameWithType: StatisticColumn.P80 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P85 - name: P85 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P85 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P85 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P85 - nameWithType: StatisticColumn.P85 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P90 - name: P90 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P90 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P90 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P90 - nameWithType: StatisticColumn.P90 -- uid: BenchmarkDotNet.Columns.StatisticColumn.P95 - name: P95 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_P95 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.P95 - fullName: BenchmarkDotNet.Columns.StatisticColumn.P95 - nameWithType: StatisticColumn.P95 -- uid: BenchmarkDotNet.Columns.StatisticColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.StatisticColumn.PriorityInCategory - nameWithType: StatisticColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.StatisticColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.PriorityInCategory - nameWithType: StatisticColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.StatisticColumn.Q1 - name: Q1 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Q1 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Q1 - fullName: BenchmarkDotNet.Columns.StatisticColumn.Q1 - nameWithType: StatisticColumn.Q1 -- uid: BenchmarkDotNet.Columns.StatisticColumn.Q3 - name: Q3 - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Q3 - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Q3 - fullName: BenchmarkDotNet.Columns.StatisticColumn.Q3 - nameWithType: StatisticColumn.Q3 -- uid: BenchmarkDotNet.Columns.StatisticColumn.Skewness - name: Skewness - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_Skewness - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.Skewness - fullName: BenchmarkDotNet.Columns.StatisticColumn.Skewness - nameWithType: StatisticColumn.Skewness -- uid: BenchmarkDotNet.Columns.StatisticColumn.StdDev - name: StdDev - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_StdDev - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.StdDev - fullName: BenchmarkDotNet.Columns.StatisticColumn.StdDev - nameWithType: StatisticColumn.StdDev -- uid: BenchmarkDotNet.Columns.StatisticColumn.StdErr - name: StdErr - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_StdErr - commentId: F:BenchmarkDotNet.Columns.StatisticColumn.StdErr - fullName: BenchmarkDotNet.Columns.StatisticColumn.StdErr - nameWithType: StatisticColumn.StdErr -- uid: BenchmarkDotNet.Columns.StatisticColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_ToString - commentId: M:BenchmarkDotNet.Columns.StatisticColumn.ToString - fullName: BenchmarkDotNet.Columns.StatisticColumn.ToString() - nameWithType: StatisticColumn.ToString() -- uid: BenchmarkDotNet.Columns.StatisticColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.ToString - nameWithType: StatisticColumn.ToString -- uid: BenchmarkDotNet.Columns.StatisticColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.StatisticColumn.UnitType - fullName: BenchmarkDotNet.Columns.StatisticColumn.UnitType - nameWithType: StatisticColumn.UnitType -- uid: BenchmarkDotNet.Columns.StatisticColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.StatisticColumn.html#BenchmarkDotNet_Columns_StatisticColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.StatisticColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.StatisticColumn.UnitType - nameWithType: StatisticColumn.UnitType -- uid: BenchmarkDotNet.Columns.TagColumn - name: TagColumn - href: api/BenchmarkDotNet.Columns.TagColumn.html - commentId: T:BenchmarkDotNet.Columns.TagColumn - fullName: BenchmarkDotNet.Columns.TagColumn - nameWithType: TagColumn -- uid: BenchmarkDotNet.Columns.TagColumn.#ctor(System.String,System.Func{System.String,System.String}) - name: TagColumn(String, Func) - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn__ctor_System_String_System_Func_System_String_System_String__ - commentId: M:BenchmarkDotNet.Columns.TagColumn.#ctor(System.String,System.Func{System.String,System.String}) - name.vb: TagColumn(String, Func(Of String, String)) - fullName: BenchmarkDotNet.Columns.TagColumn.TagColumn(System.String, System.Func) - fullName.vb: BenchmarkDotNet.Columns.TagColumn.TagColumn(System.String, System.Func(Of System.String, System.String)) - nameWithType: TagColumn.TagColumn(String, Func) - nameWithType.vb: TagColumn.TagColumn(String, Func(Of String, String)) -- uid: BenchmarkDotNet.Columns.TagColumn.#ctor* - name: TagColumn - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn__ctor_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.TagColumn - nameWithType: TagColumn.TagColumn -- uid: BenchmarkDotNet.Columns.TagColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.TagColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.TagColumn.AlwaysShow - nameWithType: TagColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.TagColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.AlwaysShow - nameWithType: TagColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.TagColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_Category - commentId: P:BenchmarkDotNet.Columns.TagColumn.Category - fullName: BenchmarkDotNet.Columns.TagColumn.Category - nameWithType: TagColumn.Category -- uid: BenchmarkDotNet.Columns.TagColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.Category - nameWithType: TagColumn.Category -- uid: BenchmarkDotNet.Columns.TagColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.TagColumn.ColumnName - fullName: BenchmarkDotNet.Columns.TagColumn.ColumnName - nameWithType: TagColumn.ColumnName -- uid: BenchmarkDotNet.Columns.TagColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.ColumnName - nameWithType: TagColumn.ColumnName -- uid: BenchmarkDotNet.Columns.TagColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.TagColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.TagColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: TagColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.TagColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.TagColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.TagColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: TagColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.TagColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.GetValue - nameWithType: TagColumn.GetValue -- uid: BenchmarkDotNet.Columns.TagColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_Id - commentId: P:BenchmarkDotNet.Columns.TagColumn.Id - fullName: BenchmarkDotNet.Columns.TagColumn.Id - nameWithType: TagColumn.Id -- uid: BenchmarkDotNet.Columns.TagColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.Id - nameWithType: TagColumn.Id -- uid: BenchmarkDotNet.Columns.TagColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.TagColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.TagColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: TagColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.TagColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.IsAvailable - nameWithType: TagColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.TagColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.TagColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.TagColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: TagColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.TagColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.IsDefault - nameWithType: TagColumn.IsDefault -- uid: BenchmarkDotNet.Columns.TagColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.TagColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.TagColumn.IsNumeric - nameWithType: TagColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.TagColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.IsNumeric - nameWithType: TagColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.TagColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_Legend - commentId: P:BenchmarkDotNet.Columns.TagColumn.Legend - fullName: BenchmarkDotNet.Columns.TagColumn.Legend - nameWithType: TagColumn.Legend -- uid: BenchmarkDotNet.Columns.TagColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.Legend - nameWithType: TagColumn.Legend -- uid: BenchmarkDotNet.Columns.TagColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.TagColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.TagColumn.PriorityInCategory - nameWithType: TagColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.TagColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.PriorityInCategory - nameWithType: TagColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.TagColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_ToString - commentId: M:BenchmarkDotNet.Columns.TagColumn.ToString - fullName: BenchmarkDotNet.Columns.TagColumn.ToString() - nameWithType: TagColumn.ToString() -- uid: BenchmarkDotNet.Columns.TagColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.ToString - nameWithType: TagColumn.ToString -- uid: BenchmarkDotNet.Columns.TagColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.TagColumn.UnitType - fullName: BenchmarkDotNet.Columns.TagColumn.UnitType - nameWithType: TagColumn.UnitType -- uid: BenchmarkDotNet.Columns.TagColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.TagColumn.html#BenchmarkDotNet_Columns_TagColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.TagColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TagColumn.UnitType - nameWithType: TagColumn.UnitType -- uid: BenchmarkDotNet.Columns.TargetMethodColumn - name: TargetMethodColumn - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html - commentId: T:BenchmarkDotNet.Columns.TargetMethodColumn - fullName: BenchmarkDotNet.Columns.TargetMethodColumn - nameWithType: TargetMethodColumn -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.AlwaysShow - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_AlwaysShow - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.AlwaysShow - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.AlwaysShow - nameWithType: TargetMethodColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.AlwaysShow* - name: AlwaysShow - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_AlwaysShow_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.AlwaysShow - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.AlwaysShow - nameWithType: TargetMethodColumn.AlwaysShow -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Category - name: Category - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Category - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.Category - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Category - nameWithType: TargetMethodColumn.Category -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Category* - name: Category - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Category_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.Category - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Category - nameWithType: TargetMethodColumn.Category -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.ColumnName - name: ColumnName - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_ColumnName - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.ColumnName - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.ColumnName - nameWithType: TargetMethodColumn.ColumnName -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.ColumnName* - name: ColumnName - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_ColumnName_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.ColumnName - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.ColumnName - nameWithType: TargetMethodColumn.ColumnName -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetValue(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.TargetMethodColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: TargetMethodColumn.GetValue(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - name: GetValue(Summary, BenchmarkCase, SummaryStyle) - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_GetValue_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Columns.TargetMethodColumn.GetValue(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.GetValue(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: TargetMethodColumn.GetValue(Summary, BenchmarkCase, SummaryStyle) -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.GetValue* - name: GetValue - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_GetValue_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.GetValue - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.GetValue - nameWithType: TargetMethodColumn.GetValue -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Id - name: Id - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Id - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.Id - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Id - nameWithType: TargetMethodColumn.Id -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Id* - name: Id - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Id_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.Id - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Id - nameWithType: TargetMethodColumn.Id -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - name: IsAvailable(Summary) - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_IsAvailable_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Columns.TargetMethodColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.IsAvailable(BenchmarkDotNet.Reports.Summary) - nameWithType: TargetMethodColumn.IsAvailable(Summary) -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.IsAvailable - nameWithType: TargetMethodColumn.IsAvailable -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: IsDefault(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_IsDefault_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Columns.TargetMethodColumn.IsDefault(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.IsDefault(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: TargetMethodColumn.IsDefault(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.IsDefault - nameWithType: TargetMethodColumn.IsDefault -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.IsNumeric - name: IsNumeric - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_IsNumeric - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.IsNumeric - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.IsNumeric - nameWithType: TargetMethodColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.IsNumeric* - name: IsNumeric - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_IsNumeric_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.IsNumeric - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.IsNumeric - nameWithType: TargetMethodColumn.IsNumeric -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Legend - name: Legend - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Legend - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.Legend - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Legend - nameWithType: TargetMethodColumn.Legend -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Legend* - name: Legend - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Legend_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Legend - nameWithType: TargetMethodColumn.Legend -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Method - name: Method - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Method - commentId: F:BenchmarkDotNet.Columns.TargetMethodColumn.Method - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Method - nameWithType: TargetMethodColumn.Method -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Namespace - name: Namespace - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Namespace - commentId: F:BenchmarkDotNet.Columns.TargetMethodColumn.Namespace - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Namespace - nameWithType: TargetMethodColumn.Namespace -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_PriorityInCategory - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.PriorityInCategory - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.PriorityInCategory - nameWithType: TargetMethodColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.PriorityInCategory - nameWithType: TargetMethodColumn.PriorityInCategory -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_ToString - commentId: M:BenchmarkDotNet.Columns.TargetMethodColumn.ToString - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.ToString() - nameWithType: TargetMethodColumn.ToString() -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.ToString - nameWithType: TargetMethodColumn.ToString -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.Type - name: Type - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_Type - commentId: F:BenchmarkDotNet.Columns.TargetMethodColumn.Type - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.Type - nameWithType: TargetMethodColumn.Type -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_UnitType - commentId: P:BenchmarkDotNet.Columns.TargetMethodColumn.UnitType - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.UnitType - nameWithType: TargetMethodColumn.UnitType -- uid: BenchmarkDotNet.Columns.TargetMethodColumn.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Columns.TargetMethodColumn.html#BenchmarkDotNet_Columns_TargetMethodColumn_UnitType_ - commentId: Overload:BenchmarkDotNet.Columns.TargetMethodColumn.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Columns.TargetMethodColumn.UnitType - nameWithType: TargetMethodColumn.UnitType -- uid: BenchmarkDotNet.Columns.UnitType - name: UnitType - href: api/BenchmarkDotNet.Columns.UnitType.html - commentId: T:BenchmarkDotNet.Columns.UnitType - fullName: BenchmarkDotNet.Columns.UnitType - nameWithType: UnitType -- uid: BenchmarkDotNet.Columns.UnitType.Dimensionless - name: Dimensionless - href: api/BenchmarkDotNet.Columns.UnitType.html#BenchmarkDotNet_Columns_UnitType_Dimensionless - commentId: F:BenchmarkDotNet.Columns.UnitType.Dimensionless - fullName: BenchmarkDotNet.Columns.UnitType.Dimensionless - nameWithType: UnitType.Dimensionless -- uid: BenchmarkDotNet.Columns.UnitType.Size - name: Size - href: api/BenchmarkDotNet.Columns.UnitType.html#BenchmarkDotNet_Columns_UnitType_Size - commentId: F:BenchmarkDotNet.Columns.UnitType.Size - fullName: BenchmarkDotNet.Columns.UnitType.Size - nameWithType: UnitType.Size -- uid: BenchmarkDotNet.Columns.UnitType.Time - name: Time - href: api/BenchmarkDotNet.Columns.UnitType.html#BenchmarkDotNet_Columns_UnitType_Time - commentId: F:BenchmarkDotNet.Columns.UnitType.Time - fullName: BenchmarkDotNet.Columns.UnitType.Time - nameWithType: UnitType.Time -- uid: BenchmarkDotNet.Configs - name: BenchmarkDotNet.Configs - href: api/BenchmarkDotNet.Configs.html - commentId: N:BenchmarkDotNet.Configs - fullName: BenchmarkDotNet.Configs - nameWithType: BenchmarkDotNet.Configs -- uid: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule - name: BenchmarkLogicalGroupRule - href: api/BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.html - commentId: T:BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule - fullName: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule - nameWithType: BenchmarkLogicalGroupRule -- uid: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByCategory - name: ByCategory - href: api/BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.html#BenchmarkDotNet_Configs_BenchmarkLogicalGroupRule_ByCategory - commentId: F:BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByCategory - fullName: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByCategory - nameWithType: BenchmarkLogicalGroupRule.ByCategory -- uid: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByJob - name: ByJob - href: api/BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.html#BenchmarkDotNet_Configs_BenchmarkLogicalGroupRule_ByJob - commentId: F:BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByJob - fullName: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByJob - nameWithType: BenchmarkLogicalGroupRule.ByJob -- uid: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByMethod - name: ByMethod - href: api/BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.html#BenchmarkDotNet_Configs_BenchmarkLogicalGroupRule_ByMethod - commentId: F:BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByMethod - fullName: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByMethod - nameWithType: BenchmarkLogicalGroupRule.ByMethod -- uid: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByParams - name: ByParams - href: api/BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.html#BenchmarkDotNet_Configs_BenchmarkLogicalGroupRule_ByParams - commentId: F:BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByParams - fullName: BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule.ByParams - nameWithType: BenchmarkLogicalGroupRule.ByParams -- uid: BenchmarkDotNet.Configs.ConfigExtensions - name: ConfigExtensions - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html - commentId: T:BenchmarkDotNet.Configs.ConfigExtensions - fullName: BenchmarkDotNet.Configs.ConfigExtensions - nameWithType: ConfigExtensions -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddAnalyser(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Analysers.IAnalyser[]) - name: AddAnalyser(IConfig, IAnalyser[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddAnalyser_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Analysers_IAnalyser___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddAnalyser(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Analysers.IAnalyser[]) - name.vb: AddAnalyser(IConfig, IAnalyser()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddAnalyser(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Analysers.IAnalyser[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddAnalyser(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Analysers.IAnalyser()) - nameWithType: ConfigExtensions.AddAnalyser(IConfig, IAnalyser[]) - nameWithType.vb: ConfigExtensions.AddAnalyser(IConfig, IAnalyser()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddAnalyser* - name: AddAnalyser - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddAnalyser_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddAnalyser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddAnalyser - nameWithType: ConfigExtensions.AddAnalyser -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddColumn(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Columns.IColumn[]) - name: AddColumn(IConfig, IColumn[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddColumn_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Columns_IColumn___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddColumn(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Columns.IColumn[]) - name.vb: AddColumn(IConfig, IColumn()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddColumn(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Columns.IColumn[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddColumn(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Columns.IColumn()) - nameWithType: ConfigExtensions.AddColumn(IConfig, IColumn[]) - nameWithType.vb: ConfigExtensions.AddColumn(IConfig, IColumn()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddColumn* - name: AddColumn - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddColumn_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddColumn - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddColumn - nameWithType: ConfigExtensions.AddColumn -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddColumnProvider(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Columns.IColumnProvider[]) - name: AddColumnProvider(IConfig, IColumnProvider[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddColumnProvider_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Columns_IColumnProvider___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddColumnProvider(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Columns.IColumnProvider[]) - name.vb: AddColumnProvider(IConfig, IColumnProvider()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddColumnProvider(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Columns.IColumnProvider[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddColumnProvider(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Columns.IColumnProvider()) - nameWithType: ConfigExtensions.AddColumnProvider(IConfig, IColumnProvider[]) - nameWithType.vb: ConfigExtensions.AddColumnProvider(IConfig, IColumnProvider()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddColumnProvider* - name: AddColumnProvider - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddColumnProvider_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddColumnProvider - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddColumnProvider - nameWithType: ConfigExtensions.AddColumnProvider -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddDiagnoser(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Diagnosers.IDiagnoser[]) - name: AddDiagnoser(IConfig, IDiagnoser[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddDiagnoser_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Diagnosers_IDiagnoser___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddDiagnoser(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Diagnosers.IDiagnoser[]) - name.vb: AddDiagnoser(IConfig, IDiagnoser()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddDiagnoser(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Diagnosers.IDiagnoser[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddDiagnoser(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Diagnosers.IDiagnoser()) - nameWithType: ConfigExtensions.AddDiagnoser(IConfig, IDiagnoser[]) - nameWithType.vb: ConfigExtensions.AddDiagnoser(IConfig, IDiagnoser()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddDiagnoser* - name: AddDiagnoser - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddDiagnoser_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddDiagnoser - nameWithType: ConfigExtensions.AddDiagnoser -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddExporter(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Exporters.IExporter[]) - name: AddExporter(IConfig, IExporter[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddExporter_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Exporters_IExporter___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddExporter(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Exporters.IExporter[]) - name.vb: AddExporter(IConfig, IExporter()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddExporter(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Exporters.IExporter[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddExporter(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Exporters.IExporter()) - nameWithType: ConfigExtensions.AddExporter(IConfig, IExporter[]) - nameWithType.vb: ConfigExtensions.AddExporter(IConfig, IExporter()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddExporter* - name: AddExporter - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddExporter_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddExporter - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddExporter - nameWithType: ConfigExtensions.AddExporter -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddFilter(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Filters.IFilter[]) - name: AddFilter(IConfig, IFilter[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddFilter_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Filters_IFilter___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddFilter(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Filters.IFilter[]) - name.vb: AddFilter(IConfig, IFilter()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddFilter(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Filters.IFilter[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddFilter(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Filters.IFilter()) - nameWithType: ConfigExtensions.AddFilter(IConfig, IFilter[]) - nameWithType.vb: ConfigExtensions.AddFilter(IConfig, IFilter()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddFilter* - name: AddFilter - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddFilter_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddFilter - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddFilter - nameWithType: ConfigExtensions.AddFilter -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddHardwareCounters(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Diagnosers.HardwareCounter[]) - name: AddHardwareCounters(IConfig, HardwareCounter[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddHardwareCounters_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Diagnosers_HardwareCounter___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddHardwareCounters(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Diagnosers.HardwareCounter[]) - name.vb: AddHardwareCounters(IConfig, HardwareCounter()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddHardwareCounters(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Diagnosers.HardwareCounter[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddHardwareCounters(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Diagnosers.HardwareCounter()) - nameWithType: ConfigExtensions.AddHardwareCounters(IConfig, HardwareCounter[]) - nameWithType.vb: ConfigExtensions.AddHardwareCounters(IConfig, HardwareCounter()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddHardwareCounters* - name: AddHardwareCounters - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddHardwareCounters_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddHardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddHardwareCounters - nameWithType: ConfigExtensions.AddHardwareCounters -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddJob(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Jobs.Job) - name: AddJob(IConfig, Job) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddJob_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddJob(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddJob(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Jobs.Job) - nameWithType: ConfigExtensions.AddJob(IConfig, Job) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddJob* - name: AddJob - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddJob_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddJob - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddJob - nameWithType: ConfigExtensions.AddJob -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddLogger(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Loggers.ILogger[]) - name: AddLogger(IConfig, ILogger[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddLogger_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Loggers_ILogger___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddLogger(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Loggers.ILogger[]) - name.vb: AddLogger(IConfig, ILogger()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddLogger(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Loggers.ILogger[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddLogger(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Loggers.ILogger()) - nameWithType: ConfigExtensions.AddLogger(IConfig, ILogger[]) - nameWithType.vb: ConfigExtensions.AddLogger(IConfig, ILogger()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddLogger* - name: AddLogger - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddLogger_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddLogger - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddLogger - nameWithType: ConfigExtensions.AddLogger -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddLogicalGroupRules(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - name: AddLogicalGroupRules(IConfig, BenchmarkLogicalGroupRule[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddLogicalGroupRules_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Configs_BenchmarkLogicalGroupRule___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddLogicalGroupRules(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - name.vb: AddLogicalGroupRules(IConfig, BenchmarkLogicalGroupRule()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddLogicalGroupRules(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddLogicalGroupRules(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule()) - nameWithType: ConfigExtensions.AddLogicalGroupRules(IConfig, BenchmarkLogicalGroupRule[]) - nameWithType.vb: ConfigExtensions.AddLogicalGroupRules(IConfig, BenchmarkLogicalGroupRule()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddLogicalGroupRules* - name: AddLogicalGroupRules - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddLogicalGroupRules_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddLogicalGroupRules - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddLogicalGroupRules - nameWithType: ConfigExtensions.AddLogicalGroupRules -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddValidator(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Validators.IValidator[]) - name: AddValidator(IConfig, IValidator[]) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddValidator_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Validators_IValidator___ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.AddValidator(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Validators.IValidator[]) - name.vb: AddValidator(IConfig, IValidator()) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddValidator(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Validators.IValidator[]) - fullName.vb: BenchmarkDotNet.Configs.ConfigExtensions.AddValidator(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Validators.IValidator()) - nameWithType: ConfigExtensions.AddValidator(IConfig, IValidator[]) - nameWithType.vb: ConfigExtensions.AddValidator(IConfig, IValidator()) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.AddValidator* - name: AddValidator - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_AddValidator_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.AddValidator - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.AddValidator - nameWithType: ConfigExtensions.AddValidator -- uid: BenchmarkDotNet.Configs.ConfigExtensions.CreateImmutableConfig(BenchmarkDotNet.Configs.IConfig) - name: CreateImmutableConfig(IConfig) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_CreateImmutableConfig_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.CreateImmutableConfig(BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.CreateImmutableConfig(BenchmarkDotNet.Configs.IConfig) - nameWithType: ConfigExtensions.CreateImmutableConfig(IConfig) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.CreateImmutableConfig* - name: CreateImmutableConfig - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_CreateImmutableConfig_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.CreateImmutableConfig - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.CreateImmutableConfig - nameWithType: ConfigExtensions.CreateImmutableConfig -- uid: BenchmarkDotNet.Configs.ConfigExtensions.DontOverwriteResults(BenchmarkDotNet.Configs.IConfig,System.Boolean) - name: DontOverwriteResults(IConfig, Boolean) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_DontOverwriteResults_BenchmarkDotNet_Configs_IConfig_System_Boolean_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.DontOverwriteResults(BenchmarkDotNet.Configs.IConfig,System.Boolean) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.DontOverwriteResults(BenchmarkDotNet.Configs.IConfig, System.Boolean) - nameWithType: ConfigExtensions.DontOverwriteResults(IConfig, Boolean) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.DontOverwriteResults* - name: DontOverwriteResults - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_DontOverwriteResults_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.DontOverwriteResults - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.DontOverwriteResults - nameWithType: ConfigExtensions.DontOverwriteResults -- uid: BenchmarkDotNet.Configs.ConfigExtensions.KeepBenchmarkFiles(BenchmarkDotNet.Configs.IConfig,System.Boolean) - name: KeepBenchmarkFiles(IConfig, Boolean) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_KeepBenchmarkFiles_BenchmarkDotNet_Configs_IConfig_System_Boolean_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.KeepBenchmarkFiles(BenchmarkDotNet.Configs.IConfig,System.Boolean) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.KeepBenchmarkFiles(BenchmarkDotNet.Configs.IConfig, System.Boolean) - nameWithType: ConfigExtensions.KeepBenchmarkFiles(IConfig, Boolean) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.KeepBenchmarkFiles* - name: KeepBenchmarkFiles - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_KeepBenchmarkFiles_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.KeepBenchmarkFiles - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.KeepBenchmarkFiles - nameWithType: ConfigExtensions.KeepBenchmarkFiles -- uid: BenchmarkDotNet.Configs.ConfigExtensions.StopOnFirstError(BenchmarkDotNet.Configs.IConfig,System.Boolean) - name: StopOnFirstError(IConfig, Boolean) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_StopOnFirstError_BenchmarkDotNet_Configs_IConfig_System_Boolean_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.StopOnFirstError(BenchmarkDotNet.Configs.IConfig,System.Boolean) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.StopOnFirstError(BenchmarkDotNet.Configs.IConfig, System.Boolean) - nameWithType: ConfigExtensions.StopOnFirstError(IConfig, Boolean) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.StopOnFirstError* - name: StopOnFirstError - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_StopOnFirstError_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.StopOnFirstError - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.StopOnFirstError - nameWithType: ConfigExtensions.StopOnFirstError -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithArtifactsPath(BenchmarkDotNet.Configs.IConfig,System.String) - name: WithArtifactsPath(IConfig, String) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithArtifactsPath_BenchmarkDotNet_Configs_IConfig_System_String_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.WithArtifactsPath(BenchmarkDotNet.Configs.IConfig,System.String) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithArtifactsPath(BenchmarkDotNet.Configs.IConfig, System.String) - nameWithType: ConfigExtensions.WithArtifactsPath(IConfig, String) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithArtifactsPath* - name: WithArtifactsPath - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithArtifactsPath_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.WithArtifactsPath - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithArtifactsPath - nameWithType: ConfigExtensions.WithArtifactsPath -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithCultureInfo(BenchmarkDotNet.Configs.IConfig,System.Globalization.CultureInfo) - name: WithCultureInfo(IConfig, CultureInfo) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithCultureInfo_BenchmarkDotNet_Configs_IConfig_System_Globalization_CultureInfo_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.WithCultureInfo(BenchmarkDotNet.Configs.IConfig,System.Globalization.CultureInfo) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithCultureInfo(BenchmarkDotNet.Configs.IConfig, System.Globalization.CultureInfo) - nameWithType: ConfigExtensions.WithCultureInfo(IConfig, CultureInfo) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithCultureInfo* - name: WithCultureInfo - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithCultureInfo_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.WithCultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithCultureInfo - nameWithType: ConfigExtensions.WithCultureInfo -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithOption(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.ConfigOptions,System.Boolean) - name: WithOption(IConfig, ConfigOptions, Boolean) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithOption_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Configs_ConfigOptions_System_Boolean_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.WithOption(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.ConfigOptions,System.Boolean) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithOption(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Configs.ConfigOptions, System.Boolean) - nameWithType: ConfigExtensions.WithOption(IConfig, ConfigOptions, Boolean) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithOption* - name: WithOption - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithOption_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.WithOption - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithOption - nameWithType: ConfigExtensions.WithOption -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithOptions(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.ConfigOptions) - name: WithOptions(IConfig, ConfigOptions) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithOptions_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Configs_ConfigOptions_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.WithOptions(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.ConfigOptions) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithOptions(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Configs.ConfigOptions) - nameWithType: ConfigExtensions.WithOptions(IConfig, ConfigOptions) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithOptions* - name: WithOptions - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithOptions_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.WithOptions - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithOptions - nameWithType: ConfigExtensions.WithOptions -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithOrderer(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Order.IOrderer) - name: WithOrderer(IConfig, IOrderer) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithOrderer_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Order_IOrderer_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.WithOrderer(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Order.IOrderer) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithOrderer(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Order.IOrderer) - nameWithType: ConfigExtensions.WithOrderer(IConfig, IOrderer) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithOrderer* - name: WithOrderer - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithOrderer_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.WithOrderer - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithOrderer - nameWithType: ConfigExtensions.WithOrderer -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithSummaryStyle(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Reports.SummaryStyle) - name: WithSummaryStyle(IConfig, SummaryStyle) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithSummaryStyle_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.WithSummaryStyle(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithSummaryStyle(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: ConfigExtensions.WithSummaryStyle(IConfig, SummaryStyle) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithSummaryStyle* - name: WithSummaryStyle - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithSummaryStyle_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.WithSummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithSummaryStyle - nameWithType: ConfigExtensions.WithSummaryStyle -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithUnionRule(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.ConfigUnionRule) - name: WithUnionRule(IConfig, ConfigUnionRule) - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithUnionRule_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Configs_ConfigUnionRule_ - commentId: M:BenchmarkDotNet.Configs.ConfigExtensions.WithUnionRule(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.ConfigUnionRule) - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithUnionRule(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Configs.ConfigUnionRule) - nameWithType: ConfigExtensions.WithUnionRule(IConfig, ConfigUnionRule) -- uid: BenchmarkDotNet.Configs.ConfigExtensions.WithUnionRule* - name: WithUnionRule - href: api/BenchmarkDotNet.Configs.ConfigExtensions.html#BenchmarkDotNet_Configs_ConfigExtensions_WithUnionRule_ - commentId: Overload:BenchmarkDotNet.Configs.ConfigExtensions.WithUnionRule - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ConfigExtensions.WithUnionRule - nameWithType: ConfigExtensions.WithUnionRule -- uid: BenchmarkDotNet.Configs.ConfigOptions - name: ConfigOptions - href: api/BenchmarkDotNet.Configs.ConfigOptions.html - commentId: T:BenchmarkDotNet.Configs.ConfigOptions - fullName: BenchmarkDotNet.Configs.ConfigOptions - nameWithType: ConfigOptions -- uid: BenchmarkDotNet.Configs.ConfigOptions.Default - name: Default - href: api/BenchmarkDotNet.Configs.ConfigOptions.html#BenchmarkDotNet_Configs_ConfigOptions_Default - commentId: F:BenchmarkDotNet.Configs.ConfigOptions.Default - fullName: BenchmarkDotNet.Configs.ConfigOptions.Default - nameWithType: ConfigOptions.Default -- uid: BenchmarkDotNet.Configs.ConfigOptions.DisableLogFile - name: DisableLogFile - href: api/BenchmarkDotNet.Configs.ConfigOptions.html#BenchmarkDotNet_Configs_ConfigOptions_DisableLogFile - commentId: F:BenchmarkDotNet.Configs.ConfigOptions.DisableLogFile - fullName: BenchmarkDotNet.Configs.ConfigOptions.DisableLogFile - nameWithType: ConfigOptions.DisableLogFile -- uid: BenchmarkDotNet.Configs.ConfigOptions.DisableOptimizationsValidator - name: DisableOptimizationsValidator - href: api/BenchmarkDotNet.Configs.ConfigOptions.html#BenchmarkDotNet_Configs_ConfigOptions_DisableOptimizationsValidator - commentId: F:BenchmarkDotNet.Configs.ConfigOptions.DisableOptimizationsValidator - fullName: BenchmarkDotNet.Configs.ConfigOptions.DisableOptimizationsValidator - nameWithType: ConfigOptions.DisableOptimizationsValidator -- uid: BenchmarkDotNet.Configs.ConfigOptions.DontOverwriteResults - name: DontOverwriteResults - href: api/BenchmarkDotNet.Configs.ConfigOptions.html#BenchmarkDotNet_Configs_ConfigOptions_DontOverwriteResults - commentId: F:BenchmarkDotNet.Configs.ConfigOptions.DontOverwriteResults - fullName: BenchmarkDotNet.Configs.ConfigOptions.DontOverwriteResults - nameWithType: ConfigOptions.DontOverwriteResults -- uid: BenchmarkDotNet.Configs.ConfigOptions.JoinSummary - name: JoinSummary - href: api/BenchmarkDotNet.Configs.ConfigOptions.html#BenchmarkDotNet_Configs_ConfigOptions_JoinSummary - commentId: F:BenchmarkDotNet.Configs.ConfigOptions.JoinSummary - fullName: BenchmarkDotNet.Configs.ConfigOptions.JoinSummary - nameWithType: ConfigOptions.JoinSummary -- uid: BenchmarkDotNet.Configs.ConfigOptions.KeepBenchmarkFiles - name: KeepBenchmarkFiles - href: api/BenchmarkDotNet.Configs.ConfigOptions.html#BenchmarkDotNet_Configs_ConfigOptions_KeepBenchmarkFiles - commentId: F:BenchmarkDotNet.Configs.ConfigOptions.KeepBenchmarkFiles - fullName: BenchmarkDotNet.Configs.ConfigOptions.KeepBenchmarkFiles - nameWithType: ConfigOptions.KeepBenchmarkFiles -- uid: BenchmarkDotNet.Configs.ConfigOptions.StopOnFirstError - name: StopOnFirstError - href: api/BenchmarkDotNet.Configs.ConfigOptions.html#BenchmarkDotNet_Configs_ConfigOptions_StopOnFirstError - commentId: F:BenchmarkDotNet.Configs.ConfigOptions.StopOnFirstError - fullName: BenchmarkDotNet.Configs.ConfigOptions.StopOnFirstError - nameWithType: ConfigOptions.StopOnFirstError -- uid: BenchmarkDotNet.Configs.ConfigUnionRule - name: ConfigUnionRule - href: api/BenchmarkDotNet.Configs.ConfigUnionRule.html - commentId: T:BenchmarkDotNet.Configs.ConfigUnionRule - fullName: BenchmarkDotNet.Configs.ConfigUnionRule - nameWithType: ConfigUnionRule -- uid: BenchmarkDotNet.Configs.ConfigUnionRule.AlwaysUseGlobal - name: AlwaysUseGlobal - href: api/BenchmarkDotNet.Configs.ConfigUnionRule.html#BenchmarkDotNet_Configs_ConfigUnionRule_AlwaysUseGlobal - commentId: F:BenchmarkDotNet.Configs.ConfigUnionRule.AlwaysUseGlobal - fullName: BenchmarkDotNet.Configs.ConfigUnionRule.AlwaysUseGlobal - nameWithType: ConfigUnionRule.AlwaysUseGlobal -- uid: BenchmarkDotNet.Configs.ConfigUnionRule.AlwaysUseLocal - name: AlwaysUseLocal - href: api/BenchmarkDotNet.Configs.ConfigUnionRule.html#BenchmarkDotNet_Configs_ConfigUnionRule_AlwaysUseLocal - commentId: F:BenchmarkDotNet.Configs.ConfigUnionRule.AlwaysUseLocal - fullName: BenchmarkDotNet.Configs.ConfigUnionRule.AlwaysUseLocal - nameWithType: ConfigUnionRule.AlwaysUseLocal -- uid: BenchmarkDotNet.Configs.ConfigUnionRule.Union - name: Union - href: api/BenchmarkDotNet.Configs.ConfigUnionRule.html#BenchmarkDotNet_Configs_ConfigUnionRule_Union - commentId: F:BenchmarkDotNet.Configs.ConfigUnionRule.Union - fullName: BenchmarkDotNet.Configs.ConfigUnionRule.Union - nameWithType: ConfigUnionRule.Union -- uid: BenchmarkDotNet.Configs.DebugBuildConfig - name: DebugBuildConfig - href: api/BenchmarkDotNet.Configs.DebugBuildConfig.html - commentId: T:BenchmarkDotNet.Configs.DebugBuildConfig - fullName: BenchmarkDotNet.Configs.DebugBuildConfig - nameWithType: DebugBuildConfig -- uid: BenchmarkDotNet.Configs.DebugBuildConfig.GetJobs - name: GetJobs() - href: api/BenchmarkDotNet.Configs.DebugBuildConfig.html#BenchmarkDotNet_Configs_DebugBuildConfig_GetJobs - commentId: M:BenchmarkDotNet.Configs.DebugBuildConfig.GetJobs - fullName: BenchmarkDotNet.Configs.DebugBuildConfig.GetJobs() - nameWithType: DebugBuildConfig.GetJobs() -- uid: BenchmarkDotNet.Configs.DebugBuildConfig.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Configs.DebugBuildConfig.html#BenchmarkDotNet_Configs_DebugBuildConfig_GetJobs_ - commentId: Overload:BenchmarkDotNet.Configs.DebugBuildConfig.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugBuildConfig.GetJobs - nameWithType: DebugBuildConfig.GetJobs -- uid: BenchmarkDotNet.Configs.DebugConfig - name: DebugConfig - href: api/BenchmarkDotNet.Configs.DebugConfig.html - commentId: T:BenchmarkDotNet.Configs.DebugConfig - fullName: BenchmarkDotNet.Configs.DebugConfig - nameWithType: DebugConfig -- uid: BenchmarkDotNet.Configs.DebugConfig.ArtifactsPath - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_ArtifactsPath - commentId: P:BenchmarkDotNet.Configs.DebugConfig.ArtifactsPath - fullName: BenchmarkDotNet.Configs.DebugConfig.ArtifactsPath - nameWithType: DebugConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.DebugConfig.ArtifactsPath* - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_ArtifactsPath_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.ArtifactsPath - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.ArtifactsPath - nameWithType: DebugConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.DebugConfig.CultureInfo - name: CultureInfo - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_CultureInfo - commentId: P:BenchmarkDotNet.Configs.DebugConfig.CultureInfo - fullName: BenchmarkDotNet.Configs.DebugConfig.CultureInfo - nameWithType: DebugConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.DebugConfig.CultureInfo* - name: CultureInfo - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_CultureInfo_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.CultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.CultureInfo - nameWithType: DebugConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.DebugConfig.GetAnalysers - name: GetAnalysers() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetAnalysers - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetAnalysers - fullName: BenchmarkDotNet.Configs.DebugConfig.GetAnalysers() - nameWithType: DebugConfig.GetAnalysers() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetAnalysers* - name: GetAnalysers - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetAnalysers_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetAnalysers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetAnalysers - nameWithType: DebugConfig.GetAnalysers -- uid: BenchmarkDotNet.Configs.DebugConfig.GetColumnProviders - name: GetColumnProviders() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetColumnProviders - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetColumnProviders - fullName: BenchmarkDotNet.Configs.DebugConfig.GetColumnProviders() - nameWithType: DebugConfig.GetColumnProviders() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetColumnProviders* - name: GetColumnProviders - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetColumnProviders_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetColumnProviders - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetColumnProviders - nameWithType: DebugConfig.GetColumnProviders -- uid: BenchmarkDotNet.Configs.DebugConfig.GetDiagnosers - name: GetDiagnosers() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetDiagnosers - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetDiagnosers - fullName: BenchmarkDotNet.Configs.DebugConfig.GetDiagnosers() - nameWithType: DebugConfig.GetDiagnosers() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetDiagnosers* - name: GetDiagnosers - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetDiagnosers_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetDiagnosers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetDiagnosers - nameWithType: DebugConfig.GetDiagnosers -- uid: BenchmarkDotNet.Configs.DebugConfig.GetExporters - name: GetExporters() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetExporters - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetExporters - fullName: BenchmarkDotNet.Configs.DebugConfig.GetExporters() - nameWithType: DebugConfig.GetExporters() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetExporters* - name: GetExporters - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetExporters_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetExporters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetExporters - nameWithType: DebugConfig.GetExporters -- uid: BenchmarkDotNet.Configs.DebugConfig.GetFilters - name: GetFilters() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetFilters - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetFilters - fullName: BenchmarkDotNet.Configs.DebugConfig.GetFilters() - nameWithType: DebugConfig.GetFilters() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetFilters* - name: GetFilters - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetFilters_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetFilters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetFilters - nameWithType: DebugConfig.GetFilters -- uid: BenchmarkDotNet.Configs.DebugConfig.GetHardwareCounters - name: GetHardwareCounters() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetHardwareCounters - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetHardwareCounters - fullName: BenchmarkDotNet.Configs.DebugConfig.GetHardwareCounters() - nameWithType: DebugConfig.GetHardwareCounters() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetHardwareCounters* - name: GetHardwareCounters - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetHardwareCounters_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetHardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetHardwareCounters - nameWithType: DebugConfig.GetHardwareCounters -- uid: BenchmarkDotNet.Configs.DebugConfig.GetJobs - name: GetJobs() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetJobs - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetJobs - fullName: BenchmarkDotNet.Configs.DebugConfig.GetJobs() - nameWithType: DebugConfig.GetJobs() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetJobs_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetJobs - nameWithType: DebugConfig.GetJobs -- uid: BenchmarkDotNet.Configs.DebugConfig.GetLoggers - name: GetLoggers() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetLoggers - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetLoggers - fullName: BenchmarkDotNet.Configs.DebugConfig.GetLoggers() - nameWithType: DebugConfig.GetLoggers() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetLoggers* - name: GetLoggers - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetLoggers_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetLoggers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetLoggers - nameWithType: DebugConfig.GetLoggers -- uid: BenchmarkDotNet.Configs.DebugConfig.GetLogicalGroupRules - name: GetLogicalGroupRules() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetLogicalGroupRules - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetLogicalGroupRules - fullName: BenchmarkDotNet.Configs.DebugConfig.GetLogicalGroupRules() - nameWithType: DebugConfig.GetLogicalGroupRules() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetLogicalGroupRules* - name: GetLogicalGroupRules - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetLogicalGroupRules_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetLogicalGroupRules - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetLogicalGroupRules - nameWithType: DebugConfig.GetLogicalGroupRules -- uid: BenchmarkDotNet.Configs.DebugConfig.GetValidators - name: GetValidators() - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetValidators - commentId: M:BenchmarkDotNet.Configs.DebugConfig.GetValidators - fullName: BenchmarkDotNet.Configs.DebugConfig.GetValidators() - nameWithType: DebugConfig.GetValidators() -- uid: BenchmarkDotNet.Configs.DebugConfig.GetValidators* - name: GetValidators - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_GetValidators_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.GetValidators - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.GetValidators - nameWithType: DebugConfig.GetValidators -- uid: BenchmarkDotNet.Configs.DebugConfig.Options - name: Options - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_Options - commentId: P:BenchmarkDotNet.Configs.DebugConfig.Options - fullName: BenchmarkDotNet.Configs.DebugConfig.Options - nameWithType: DebugConfig.Options -- uid: BenchmarkDotNet.Configs.DebugConfig.Options* - name: Options - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_Options_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.Options - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.Options - nameWithType: DebugConfig.Options -- uid: BenchmarkDotNet.Configs.DebugConfig.Orderer - name: Orderer - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_Orderer - commentId: P:BenchmarkDotNet.Configs.DebugConfig.Orderer - fullName: BenchmarkDotNet.Configs.DebugConfig.Orderer - nameWithType: DebugConfig.Orderer -- uid: BenchmarkDotNet.Configs.DebugConfig.Orderer* - name: Orderer - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_Orderer_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.Orderer - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.Orderer - nameWithType: DebugConfig.Orderer -- uid: BenchmarkDotNet.Configs.DebugConfig.SummaryStyle - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_SummaryStyle - commentId: P:BenchmarkDotNet.Configs.DebugConfig.SummaryStyle - fullName: BenchmarkDotNet.Configs.DebugConfig.SummaryStyle - nameWithType: DebugConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.DebugConfig.SummaryStyle* - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_SummaryStyle_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.SummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.SummaryStyle - nameWithType: DebugConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.DebugConfig.UnionRule - name: UnionRule - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_UnionRule - commentId: P:BenchmarkDotNet.Configs.DebugConfig.UnionRule - fullName: BenchmarkDotNet.Configs.DebugConfig.UnionRule - nameWithType: DebugConfig.UnionRule -- uid: BenchmarkDotNet.Configs.DebugConfig.UnionRule* - name: UnionRule - href: api/BenchmarkDotNet.Configs.DebugConfig.html#BenchmarkDotNet_Configs_DebugConfig_UnionRule_ - commentId: Overload:BenchmarkDotNet.Configs.DebugConfig.UnionRule - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugConfig.UnionRule - nameWithType: DebugConfig.UnionRule -- uid: BenchmarkDotNet.Configs.DebugInProcessConfig - name: DebugInProcessConfig - href: api/BenchmarkDotNet.Configs.DebugInProcessConfig.html - commentId: T:BenchmarkDotNet.Configs.DebugInProcessConfig - fullName: BenchmarkDotNet.Configs.DebugInProcessConfig - nameWithType: DebugInProcessConfig -- uid: BenchmarkDotNet.Configs.DebugInProcessConfig.GetJobs - name: GetJobs() - href: api/BenchmarkDotNet.Configs.DebugInProcessConfig.html#BenchmarkDotNet_Configs_DebugInProcessConfig_GetJobs - commentId: M:BenchmarkDotNet.Configs.DebugInProcessConfig.GetJobs - fullName: BenchmarkDotNet.Configs.DebugInProcessConfig.GetJobs() - nameWithType: DebugInProcessConfig.GetJobs() -- uid: BenchmarkDotNet.Configs.DebugInProcessConfig.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Configs.DebugInProcessConfig.html#BenchmarkDotNet_Configs_DebugInProcessConfig_GetJobs_ - commentId: Overload:BenchmarkDotNet.Configs.DebugInProcessConfig.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DebugInProcessConfig.GetJobs - nameWithType: DebugInProcessConfig.GetJobs -- uid: BenchmarkDotNet.Configs.DefaultConfig - name: DefaultConfig - href: api/BenchmarkDotNet.Configs.DefaultConfig.html - commentId: T:BenchmarkDotNet.Configs.DefaultConfig - fullName: BenchmarkDotNet.Configs.DefaultConfig - nameWithType: DefaultConfig -- uid: BenchmarkDotNet.Configs.DefaultConfig.ArtifactsPath - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_ArtifactsPath - commentId: P:BenchmarkDotNet.Configs.DefaultConfig.ArtifactsPath - fullName: BenchmarkDotNet.Configs.DefaultConfig.ArtifactsPath - nameWithType: DefaultConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.DefaultConfig.ArtifactsPath* - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_ArtifactsPath_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.ArtifactsPath - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.ArtifactsPath - nameWithType: DefaultConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.DefaultConfig.CultureInfo - name: CultureInfo - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_CultureInfo - commentId: P:BenchmarkDotNet.Configs.DefaultConfig.CultureInfo - fullName: BenchmarkDotNet.Configs.DefaultConfig.CultureInfo - nameWithType: DefaultConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.DefaultConfig.CultureInfo* - name: CultureInfo - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_CultureInfo_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.CultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.CultureInfo - nameWithType: DefaultConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetAnalysers - name: GetAnalysers() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetAnalysers - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetAnalysers - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetAnalysers() - nameWithType: DefaultConfig.GetAnalysers() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetAnalysers* - name: GetAnalysers - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetAnalysers_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetAnalysers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetAnalysers - nameWithType: DefaultConfig.GetAnalysers -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetColumnProviders - name: GetColumnProviders() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetColumnProviders - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetColumnProviders - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetColumnProviders() - nameWithType: DefaultConfig.GetColumnProviders() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetColumnProviders* - name: GetColumnProviders - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetColumnProviders_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetColumnProviders - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetColumnProviders - nameWithType: DefaultConfig.GetColumnProviders -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetDiagnosers - name: GetDiagnosers() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetDiagnosers - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetDiagnosers - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetDiagnosers() - nameWithType: DefaultConfig.GetDiagnosers() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetDiagnosers* - name: GetDiagnosers - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetDiagnosers_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetDiagnosers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetDiagnosers - nameWithType: DefaultConfig.GetDiagnosers -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetExporters - name: GetExporters() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetExporters - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetExporters - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetExporters() - nameWithType: DefaultConfig.GetExporters() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetExporters* - name: GetExporters - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetExporters_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetExporters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetExporters - nameWithType: DefaultConfig.GetExporters -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetFilters - name: GetFilters() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetFilters - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetFilters - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetFilters() - nameWithType: DefaultConfig.GetFilters() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetFilters* - name: GetFilters - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetFilters_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetFilters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetFilters - nameWithType: DefaultConfig.GetFilters -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetHardwareCounters - name: GetHardwareCounters() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetHardwareCounters - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetHardwareCounters - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetHardwareCounters() - nameWithType: DefaultConfig.GetHardwareCounters() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetHardwareCounters* - name: GetHardwareCounters - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetHardwareCounters_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetHardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetHardwareCounters - nameWithType: DefaultConfig.GetHardwareCounters -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetJobs - name: GetJobs() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetJobs - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetJobs - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetJobs() - nameWithType: DefaultConfig.GetJobs() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetJobs_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetJobs - nameWithType: DefaultConfig.GetJobs -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetLoggers - name: GetLoggers() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetLoggers - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetLoggers - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetLoggers() - nameWithType: DefaultConfig.GetLoggers() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetLoggers* - name: GetLoggers - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetLoggers_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetLoggers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetLoggers - nameWithType: DefaultConfig.GetLoggers -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetLogicalGroupRules - name: GetLogicalGroupRules() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetLogicalGroupRules - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetLogicalGroupRules - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetLogicalGroupRules() - nameWithType: DefaultConfig.GetLogicalGroupRules() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetLogicalGroupRules* - name: GetLogicalGroupRules - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetLogicalGroupRules_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetLogicalGroupRules - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetLogicalGroupRules - nameWithType: DefaultConfig.GetLogicalGroupRules -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetValidators - name: GetValidators() - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetValidators - commentId: M:BenchmarkDotNet.Configs.DefaultConfig.GetValidators - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetValidators() - nameWithType: DefaultConfig.GetValidators() -- uid: BenchmarkDotNet.Configs.DefaultConfig.GetValidators* - name: GetValidators - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_GetValidators_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.GetValidators - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.GetValidators - nameWithType: DefaultConfig.GetValidators -- uid: BenchmarkDotNet.Configs.DefaultConfig.Instance - name: Instance - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_Instance - commentId: F:BenchmarkDotNet.Configs.DefaultConfig.Instance - fullName: BenchmarkDotNet.Configs.DefaultConfig.Instance - nameWithType: DefaultConfig.Instance -- uid: BenchmarkDotNet.Configs.DefaultConfig.Options - name: Options - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_Options - commentId: P:BenchmarkDotNet.Configs.DefaultConfig.Options - fullName: BenchmarkDotNet.Configs.DefaultConfig.Options - nameWithType: DefaultConfig.Options -- uid: BenchmarkDotNet.Configs.DefaultConfig.Options* - name: Options - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_Options_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.Options - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.Options - nameWithType: DefaultConfig.Options -- uid: BenchmarkDotNet.Configs.DefaultConfig.Orderer - name: Orderer - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_Orderer - commentId: P:BenchmarkDotNet.Configs.DefaultConfig.Orderer - fullName: BenchmarkDotNet.Configs.DefaultConfig.Orderer - nameWithType: DefaultConfig.Orderer -- uid: BenchmarkDotNet.Configs.DefaultConfig.Orderer* - name: Orderer - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_Orderer_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.Orderer - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.Orderer - nameWithType: DefaultConfig.Orderer -- uid: BenchmarkDotNet.Configs.DefaultConfig.SummaryStyle - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_SummaryStyle - commentId: P:BenchmarkDotNet.Configs.DefaultConfig.SummaryStyle - fullName: BenchmarkDotNet.Configs.DefaultConfig.SummaryStyle - nameWithType: DefaultConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.DefaultConfig.SummaryStyle* - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_SummaryStyle_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.SummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.SummaryStyle - nameWithType: DefaultConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.DefaultConfig.UnionRule - name: UnionRule - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_UnionRule - commentId: P:BenchmarkDotNet.Configs.DefaultConfig.UnionRule - fullName: BenchmarkDotNet.Configs.DefaultConfig.UnionRule - nameWithType: DefaultConfig.UnionRule -- uid: BenchmarkDotNet.Configs.DefaultConfig.UnionRule* - name: UnionRule - href: api/BenchmarkDotNet.Configs.DefaultConfig.html#BenchmarkDotNet_Configs_DefaultConfig_UnionRule_ - commentId: Overload:BenchmarkDotNet.Configs.DefaultConfig.UnionRule - isSpec: "True" - fullName: BenchmarkDotNet.Configs.DefaultConfig.UnionRule - nameWithType: DefaultConfig.UnionRule -- uid: BenchmarkDotNet.Configs.IConfig - name: IConfig - href: api/BenchmarkDotNet.Configs.IConfig.html - commentId: T:BenchmarkDotNet.Configs.IConfig - fullName: BenchmarkDotNet.Configs.IConfig - nameWithType: IConfig -- uid: BenchmarkDotNet.Configs.IConfig.ArtifactsPath - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_ArtifactsPath - commentId: P:BenchmarkDotNet.Configs.IConfig.ArtifactsPath - fullName: BenchmarkDotNet.Configs.IConfig.ArtifactsPath - nameWithType: IConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.IConfig.ArtifactsPath* - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_ArtifactsPath_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.ArtifactsPath - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.ArtifactsPath - nameWithType: IConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.IConfig.CultureInfo - name: CultureInfo - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_CultureInfo - commentId: P:BenchmarkDotNet.Configs.IConfig.CultureInfo - fullName: BenchmarkDotNet.Configs.IConfig.CultureInfo - nameWithType: IConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.IConfig.CultureInfo* - name: CultureInfo - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_CultureInfo_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.CultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.CultureInfo - nameWithType: IConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.IConfig.GetAnalysers - name: GetAnalysers() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetAnalysers - commentId: M:BenchmarkDotNet.Configs.IConfig.GetAnalysers - fullName: BenchmarkDotNet.Configs.IConfig.GetAnalysers() - nameWithType: IConfig.GetAnalysers() -- uid: BenchmarkDotNet.Configs.IConfig.GetAnalysers* - name: GetAnalysers - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetAnalysers_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetAnalysers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetAnalysers - nameWithType: IConfig.GetAnalysers -- uid: BenchmarkDotNet.Configs.IConfig.GetColumnProviders - name: GetColumnProviders() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetColumnProviders - commentId: M:BenchmarkDotNet.Configs.IConfig.GetColumnProviders - fullName: BenchmarkDotNet.Configs.IConfig.GetColumnProviders() - nameWithType: IConfig.GetColumnProviders() -- uid: BenchmarkDotNet.Configs.IConfig.GetColumnProviders* - name: GetColumnProviders - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetColumnProviders_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetColumnProviders - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetColumnProviders - nameWithType: IConfig.GetColumnProviders -- uid: BenchmarkDotNet.Configs.IConfig.GetDiagnosers - name: GetDiagnosers() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetDiagnosers - commentId: M:BenchmarkDotNet.Configs.IConfig.GetDiagnosers - fullName: BenchmarkDotNet.Configs.IConfig.GetDiagnosers() - nameWithType: IConfig.GetDiagnosers() -- uid: BenchmarkDotNet.Configs.IConfig.GetDiagnosers* - name: GetDiagnosers - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetDiagnosers_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetDiagnosers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetDiagnosers - nameWithType: IConfig.GetDiagnosers -- uid: BenchmarkDotNet.Configs.IConfig.GetExporters - name: GetExporters() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetExporters - commentId: M:BenchmarkDotNet.Configs.IConfig.GetExporters - fullName: BenchmarkDotNet.Configs.IConfig.GetExporters() - nameWithType: IConfig.GetExporters() -- uid: BenchmarkDotNet.Configs.IConfig.GetExporters* - name: GetExporters - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetExporters_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetExporters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetExporters - nameWithType: IConfig.GetExporters -- uid: BenchmarkDotNet.Configs.IConfig.GetFilters - name: GetFilters() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetFilters - commentId: M:BenchmarkDotNet.Configs.IConfig.GetFilters - fullName: BenchmarkDotNet.Configs.IConfig.GetFilters() - nameWithType: IConfig.GetFilters() -- uid: BenchmarkDotNet.Configs.IConfig.GetFilters* - name: GetFilters - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetFilters_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetFilters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetFilters - nameWithType: IConfig.GetFilters -- uid: BenchmarkDotNet.Configs.IConfig.GetHardwareCounters - name: GetHardwareCounters() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetHardwareCounters - commentId: M:BenchmarkDotNet.Configs.IConfig.GetHardwareCounters - fullName: BenchmarkDotNet.Configs.IConfig.GetHardwareCounters() - nameWithType: IConfig.GetHardwareCounters() -- uid: BenchmarkDotNet.Configs.IConfig.GetHardwareCounters* - name: GetHardwareCounters - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetHardwareCounters_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetHardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetHardwareCounters - nameWithType: IConfig.GetHardwareCounters -- uid: BenchmarkDotNet.Configs.IConfig.GetJobs - name: GetJobs() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetJobs - commentId: M:BenchmarkDotNet.Configs.IConfig.GetJobs - fullName: BenchmarkDotNet.Configs.IConfig.GetJobs() - nameWithType: IConfig.GetJobs() -- uid: BenchmarkDotNet.Configs.IConfig.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetJobs_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetJobs - nameWithType: IConfig.GetJobs -- uid: BenchmarkDotNet.Configs.IConfig.GetLoggers - name: GetLoggers() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetLoggers - commentId: M:BenchmarkDotNet.Configs.IConfig.GetLoggers - fullName: BenchmarkDotNet.Configs.IConfig.GetLoggers() - nameWithType: IConfig.GetLoggers() -- uid: BenchmarkDotNet.Configs.IConfig.GetLoggers* - name: GetLoggers - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetLoggers_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetLoggers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetLoggers - nameWithType: IConfig.GetLoggers -- uid: BenchmarkDotNet.Configs.IConfig.GetLogicalGroupRules - name: GetLogicalGroupRules() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetLogicalGroupRules - commentId: M:BenchmarkDotNet.Configs.IConfig.GetLogicalGroupRules - fullName: BenchmarkDotNet.Configs.IConfig.GetLogicalGroupRules() - nameWithType: IConfig.GetLogicalGroupRules() -- uid: BenchmarkDotNet.Configs.IConfig.GetLogicalGroupRules* - name: GetLogicalGroupRules - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetLogicalGroupRules_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetLogicalGroupRules - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetLogicalGroupRules - nameWithType: IConfig.GetLogicalGroupRules -- uid: BenchmarkDotNet.Configs.IConfig.GetValidators - name: GetValidators() - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetValidators - commentId: M:BenchmarkDotNet.Configs.IConfig.GetValidators - fullName: BenchmarkDotNet.Configs.IConfig.GetValidators() - nameWithType: IConfig.GetValidators() -- uid: BenchmarkDotNet.Configs.IConfig.GetValidators* - name: GetValidators - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_GetValidators_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.GetValidators - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.GetValidators - nameWithType: IConfig.GetValidators -- uid: BenchmarkDotNet.Configs.IConfig.Options - name: Options - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_Options - commentId: P:BenchmarkDotNet.Configs.IConfig.Options - fullName: BenchmarkDotNet.Configs.IConfig.Options - nameWithType: IConfig.Options -- uid: BenchmarkDotNet.Configs.IConfig.Options* - name: Options - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_Options_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.Options - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.Options - nameWithType: IConfig.Options -- uid: BenchmarkDotNet.Configs.IConfig.Orderer - name: Orderer - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_Orderer - commentId: P:BenchmarkDotNet.Configs.IConfig.Orderer - fullName: BenchmarkDotNet.Configs.IConfig.Orderer - nameWithType: IConfig.Orderer -- uid: BenchmarkDotNet.Configs.IConfig.Orderer* - name: Orderer - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_Orderer_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.Orderer - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.Orderer - nameWithType: IConfig.Orderer -- uid: BenchmarkDotNet.Configs.IConfig.SummaryStyle - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_SummaryStyle - commentId: P:BenchmarkDotNet.Configs.IConfig.SummaryStyle - fullName: BenchmarkDotNet.Configs.IConfig.SummaryStyle - nameWithType: IConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.IConfig.SummaryStyle* - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_SummaryStyle_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.SummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.SummaryStyle - nameWithType: IConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.IConfig.UnionRule - name: UnionRule - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_UnionRule - commentId: P:BenchmarkDotNet.Configs.IConfig.UnionRule - fullName: BenchmarkDotNet.Configs.IConfig.UnionRule - nameWithType: IConfig.UnionRule -- uid: BenchmarkDotNet.Configs.IConfig.UnionRule* - name: UnionRule - href: api/BenchmarkDotNet.Configs.IConfig.html#BenchmarkDotNet_Configs_IConfig_UnionRule_ - commentId: Overload:BenchmarkDotNet.Configs.IConfig.UnionRule - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfig.UnionRule - nameWithType: IConfig.UnionRule -- uid: BenchmarkDotNet.Configs.IConfigSource - name: IConfigSource - href: api/BenchmarkDotNet.Configs.IConfigSource.html - commentId: T:BenchmarkDotNet.Configs.IConfigSource - fullName: BenchmarkDotNet.Configs.IConfigSource - nameWithType: IConfigSource -- uid: BenchmarkDotNet.Configs.IConfigSource.Config - name: Config - href: api/BenchmarkDotNet.Configs.IConfigSource.html#BenchmarkDotNet_Configs_IConfigSource_Config - commentId: P:BenchmarkDotNet.Configs.IConfigSource.Config - fullName: BenchmarkDotNet.Configs.IConfigSource.Config - nameWithType: IConfigSource.Config -- uid: BenchmarkDotNet.Configs.IConfigSource.Config* - name: Config - href: api/BenchmarkDotNet.Configs.IConfigSource.html#BenchmarkDotNet_Configs_IConfigSource_Config_ - commentId: Overload:BenchmarkDotNet.Configs.IConfigSource.Config - isSpec: "True" - fullName: BenchmarkDotNet.Configs.IConfigSource.Config - nameWithType: IConfigSource.Config -- uid: BenchmarkDotNet.Configs.ImmutableConfig - name: ImmutableConfig - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html - commentId: T:BenchmarkDotNet.Configs.ImmutableConfig - fullName: BenchmarkDotNet.Configs.ImmutableConfig - nameWithType: ImmutableConfig -- uid: BenchmarkDotNet.Configs.ImmutableConfig.ArtifactsPath - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_ArtifactsPath - commentId: P:BenchmarkDotNet.Configs.ImmutableConfig.ArtifactsPath - fullName: BenchmarkDotNet.Configs.ImmutableConfig.ArtifactsPath - nameWithType: ImmutableConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.ImmutableConfig.ArtifactsPath* - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_ArtifactsPath_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.ArtifactsPath - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.ArtifactsPath - nameWithType: ImmutableConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.ImmutableConfig.CultureInfo - name: CultureInfo - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_CultureInfo - commentId: P:BenchmarkDotNet.Configs.ImmutableConfig.CultureInfo - fullName: BenchmarkDotNet.Configs.ImmutableConfig.CultureInfo - nameWithType: ImmutableConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.ImmutableConfig.CultureInfo* - name: CultureInfo - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_CultureInfo_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.CultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.CultureInfo - nameWithType: ImmutableConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetAnalysers - name: GetAnalysers() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetAnalysers - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetAnalysers - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetAnalysers() - nameWithType: ImmutableConfig.GetAnalysers() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetAnalysers* - name: GetAnalysers - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetAnalysers_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetAnalysers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetAnalysers - nameWithType: ImmutableConfig.GetAnalysers -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetColumnProviders - name: GetColumnProviders() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetColumnProviders - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetColumnProviders - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetColumnProviders() - nameWithType: ImmutableConfig.GetColumnProviders() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetColumnProviders* - name: GetColumnProviders - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetColumnProviders_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetColumnProviders - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetColumnProviders - nameWithType: ImmutableConfig.GetColumnProviders -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeAnalyser - name: GetCompositeAnalyser() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeAnalyser - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeAnalyser - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeAnalyser() - nameWithType: ImmutableConfig.GetCompositeAnalyser() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeAnalyser* - name: GetCompositeAnalyser - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeAnalyser_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeAnalyser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeAnalyser - nameWithType: ImmutableConfig.GetCompositeAnalyser -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser - name: GetCompositeDiagnoser() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeDiagnoser - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser() - nameWithType: ImmutableConfig.GetCompositeDiagnoser() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Diagnosers.RunMode) - name: GetCompositeDiagnoser(BenchmarkCase, RunMode) - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeDiagnoser_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Diagnosers_RunMode_ - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Diagnosers.RunMode) - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Diagnosers.RunMode) - nameWithType: ImmutableConfig.GetCompositeDiagnoser(BenchmarkCase, RunMode) -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser* - name: GetCompositeDiagnoser - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeDiagnoser_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeDiagnoser - nameWithType: ImmutableConfig.GetCompositeDiagnoser -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeExporter - name: GetCompositeExporter() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeExporter - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeExporter - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeExporter() - nameWithType: ImmutableConfig.GetCompositeExporter() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeExporter* - name: GetCompositeExporter - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeExporter_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeExporter - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeExporter - nameWithType: ImmutableConfig.GetCompositeExporter -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeLogger - name: GetCompositeLogger() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeLogger - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeLogger - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeLogger() - nameWithType: ImmutableConfig.GetCompositeLogger() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeLogger* - name: GetCompositeLogger - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeLogger_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeLogger - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeLogger - nameWithType: ImmutableConfig.GetCompositeLogger -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeValidator - name: GetCompositeValidator() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeValidator - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeValidator - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeValidator() - nameWithType: ImmutableConfig.GetCompositeValidator() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeValidator* - name: GetCompositeValidator - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetCompositeValidator_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeValidator - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetCompositeValidator - nameWithType: ImmutableConfig.GetCompositeValidator -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetDiagnosers - name: GetDiagnosers() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetDiagnosers - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetDiagnosers - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetDiagnosers() - nameWithType: ImmutableConfig.GetDiagnosers() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetDiagnosers* - name: GetDiagnosers - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetDiagnosers_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetDiagnosers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetDiagnosers - nameWithType: ImmutableConfig.GetDiagnosers -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetExporters - name: GetExporters() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetExporters - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetExporters - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetExporters() - nameWithType: ImmutableConfig.GetExporters() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetExporters* - name: GetExporters - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetExporters_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetExporters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetExporters - nameWithType: ImmutableConfig.GetExporters -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetFilters - name: GetFilters() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetFilters - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetFilters - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetFilters() - nameWithType: ImmutableConfig.GetFilters() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetFilters* - name: GetFilters - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetFilters_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetFilters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetFilters - nameWithType: ImmutableConfig.GetFilters -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetHardwareCounters - name: GetHardwareCounters() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetHardwareCounters - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetHardwareCounters - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetHardwareCounters() - nameWithType: ImmutableConfig.GetHardwareCounters() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetHardwareCounters* - name: GetHardwareCounters - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetHardwareCounters_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetHardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetHardwareCounters - nameWithType: ImmutableConfig.GetHardwareCounters -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetJobs - name: GetJobs() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetJobs - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetJobs - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetJobs() - nameWithType: ImmutableConfig.GetJobs() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetJobs_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetJobs - nameWithType: ImmutableConfig.GetJobs -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetLoggers - name: GetLoggers() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetLoggers - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetLoggers - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetLoggers() - nameWithType: ImmutableConfig.GetLoggers() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetLoggers* - name: GetLoggers - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetLoggers_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetLoggers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetLoggers - nameWithType: ImmutableConfig.GetLoggers -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetLogicalGroupRules - name: GetLogicalGroupRules() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetLogicalGroupRules - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetLogicalGroupRules - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetLogicalGroupRules() - nameWithType: ImmutableConfig.GetLogicalGroupRules() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetLogicalGroupRules* - name: GetLogicalGroupRules - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetLogicalGroupRules_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetLogicalGroupRules - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetLogicalGroupRules - nameWithType: ImmutableConfig.GetLogicalGroupRules -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetValidators - name: GetValidators() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetValidators - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.GetValidators - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetValidators() - nameWithType: ImmutableConfig.GetValidators() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.GetValidators* - name: GetValidators - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_GetValidators_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.GetValidators - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.GetValidators - nameWithType: ImmutableConfig.GetValidators -- uid: BenchmarkDotNet.Configs.ImmutableConfig.HasExtraStatsDiagnoser - name: HasExtraStatsDiagnoser() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_HasExtraStatsDiagnoser - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.HasExtraStatsDiagnoser - fullName: BenchmarkDotNet.Configs.ImmutableConfig.HasExtraStatsDiagnoser() - nameWithType: ImmutableConfig.HasExtraStatsDiagnoser() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.HasExtraStatsDiagnoser* - name: HasExtraStatsDiagnoser - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_HasExtraStatsDiagnoser_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.HasExtraStatsDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.HasExtraStatsDiagnoser - nameWithType: ImmutableConfig.HasExtraStatsDiagnoser -- uid: BenchmarkDotNet.Configs.ImmutableConfig.HasMemoryDiagnoser - name: HasMemoryDiagnoser() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_HasMemoryDiagnoser - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.HasMemoryDiagnoser - fullName: BenchmarkDotNet.Configs.ImmutableConfig.HasMemoryDiagnoser() - nameWithType: ImmutableConfig.HasMemoryDiagnoser() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.HasMemoryDiagnoser* - name: HasMemoryDiagnoser - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_HasMemoryDiagnoser_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.HasMemoryDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.HasMemoryDiagnoser - nameWithType: ImmutableConfig.HasMemoryDiagnoser -- uid: BenchmarkDotNet.Configs.ImmutableConfig.HasThreadingDiagnoser - name: HasThreadingDiagnoser() - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_HasThreadingDiagnoser - commentId: M:BenchmarkDotNet.Configs.ImmutableConfig.HasThreadingDiagnoser - fullName: BenchmarkDotNet.Configs.ImmutableConfig.HasThreadingDiagnoser() - nameWithType: ImmutableConfig.HasThreadingDiagnoser() -- uid: BenchmarkDotNet.Configs.ImmutableConfig.HasThreadingDiagnoser* - name: HasThreadingDiagnoser - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_HasThreadingDiagnoser_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.HasThreadingDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.HasThreadingDiagnoser - nameWithType: ImmutableConfig.HasThreadingDiagnoser -- uid: BenchmarkDotNet.Configs.ImmutableConfig.Options - name: Options - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_Options - commentId: P:BenchmarkDotNet.Configs.ImmutableConfig.Options - fullName: BenchmarkDotNet.Configs.ImmutableConfig.Options - nameWithType: ImmutableConfig.Options -- uid: BenchmarkDotNet.Configs.ImmutableConfig.Options* - name: Options - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_Options_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.Options - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.Options - nameWithType: ImmutableConfig.Options -- uid: BenchmarkDotNet.Configs.ImmutableConfig.Orderer - name: Orderer - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_Orderer - commentId: P:BenchmarkDotNet.Configs.ImmutableConfig.Orderer - fullName: BenchmarkDotNet.Configs.ImmutableConfig.Orderer - nameWithType: ImmutableConfig.Orderer -- uid: BenchmarkDotNet.Configs.ImmutableConfig.Orderer* - name: Orderer - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_Orderer_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.Orderer - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.Orderer - nameWithType: ImmutableConfig.Orderer -- uid: BenchmarkDotNet.Configs.ImmutableConfig.SummaryStyle - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_SummaryStyle - commentId: P:BenchmarkDotNet.Configs.ImmutableConfig.SummaryStyle - fullName: BenchmarkDotNet.Configs.ImmutableConfig.SummaryStyle - nameWithType: ImmutableConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.ImmutableConfig.SummaryStyle* - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_SummaryStyle_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.SummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.SummaryStyle - nameWithType: ImmutableConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.ImmutableConfig.UnionRule - name: UnionRule - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_UnionRule - commentId: P:BenchmarkDotNet.Configs.ImmutableConfig.UnionRule - fullName: BenchmarkDotNet.Configs.ImmutableConfig.UnionRule - nameWithType: ImmutableConfig.UnionRule -- uid: BenchmarkDotNet.Configs.ImmutableConfig.UnionRule* - name: UnionRule - href: api/BenchmarkDotNet.Configs.ImmutableConfig.html#BenchmarkDotNet_Configs_ImmutableConfig_UnionRule_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfig.UnionRule - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfig.UnionRule - nameWithType: ImmutableConfig.UnionRule -- uid: BenchmarkDotNet.Configs.ImmutableConfigBuilder - name: ImmutableConfigBuilder - href: api/BenchmarkDotNet.Configs.ImmutableConfigBuilder.html - commentId: T:BenchmarkDotNet.Configs.ImmutableConfigBuilder - fullName: BenchmarkDotNet.Configs.ImmutableConfigBuilder - nameWithType: ImmutableConfigBuilder -- uid: BenchmarkDotNet.Configs.ImmutableConfigBuilder.Create(BenchmarkDotNet.Configs.IConfig) - name: Create(IConfig) - href: api/BenchmarkDotNet.Configs.ImmutableConfigBuilder.html#BenchmarkDotNet_Configs_ImmutableConfigBuilder_Create_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Configs.ImmutableConfigBuilder.Create(BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Configs.ImmutableConfigBuilder.Create(BenchmarkDotNet.Configs.IConfig) - nameWithType: ImmutableConfigBuilder.Create(IConfig) -- uid: BenchmarkDotNet.Configs.ImmutableConfigBuilder.Create* - name: Create - href: api/BenchmarkDotNet.Configs.ImmutableConfigBuilder.html#BenchmarkDotNet_Configs_ImmutableConfigBuilder_Create_ - commentId: Overload:BenchmarkDotNet.Configs.ImmutableConfigBuilder.Create - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ImmutableConfigBuilder.Create - nameWithType: ImmutableConfigBuilder.Create -- uid: BenchmarkDotNet.Configs.ManualConfig - name: ManualConfig - href: api/BenchmarkDotNet.Configs.ManualConfig.html - commentId: T:BenchmarkDotNet.Configs.ManualConfig - fullName: BenchmarkDotNet.Configs.ManualConfig - nameWithType: ManualConfig -- uid: BenchmarkDotNet.Configs.ManualConfig.Add(BenchmarkDotNet.Configs.IConfig) - name: Add(IConfig) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Add_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.Add(BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Configs.ManualConfig.Add(BenchmarkDotNet.Configs.IConfig) - nameWithType: ManualConfig.Add(IConfig) -- uid: BenchmarkDotNet.Configs.ManualConfig.Add* - name: Add - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Add_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.Add - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.Add - nameWithType: ManualConfig.Add -- uid: BenchmarkDotNet.Configs.ManualConfig.AddAnalyser(BenchmarkDotNet.Analysers.IAnalyser[]) - name: AddAnalyser(IAnalyser[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddAnalyser_BenchmarkDotNet_Analysers_IAnalyser___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddAnalyser(BenchmarkDotNet.Analysers.IAnalyser[]) - name.vb: AddAnalyser(IAnalyser()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddAnalyser(BenchmarkDotNet.Analysers.IAnalyser[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddAnalyser(BenchmarkDotNet.Analysers.IAnalyser()) - nameWithType: ManualConfig.AddAnalyser(IAnalyser[]) - nameWithType.vb: ManualConfig.AddAnalyser(IAnalyser()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddAnalyser* - name: AddAnalyser - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddAnalyser_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddAnalyser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddAnalyser - nameWithType: ManualConfig.AddAnalyser -- uid: BenchmarkDotNet.Configs.ManualConfig.AddColumn(BenchmarkDotNet.Columns.IColumn[]) - name: AddColumn(IColumn[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddColumn_BenchmarkDotNet_Columns_IColumn___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddColumn(BenchmarkDotNet.Columns.IColumn[]) - name.vb: AddColumn(IColumn()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddColumn(BenchmarkDotNet.Columns.IColumn[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddColumn(BenchmarkDotNet.Columns.IColumn()) - nameWithType: ManualConfig.AddColumn(IColumn[]) - nameWithType.vb: ManualConfig.AddColumn(IColumn()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddColumn* - name: AddColumn - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddColumn_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddColumn - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddColumn - nameWithType: ManualConfig.AddColumn -- uid: BenchmarkDotNet.Configs.ManualConfig.AddColumnProvider(BenchmarkDotNet.Columns.IColumnProvider[]) - name: AddColumnProvider(IColumnProvider[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddColumnProvider_BenchmarkDotNet_Columns_IColumnProvider___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddColumnProvider(BenchmarkDotNet.Columns.IColumnProvider[]) - name.vb: AddColumnProvider(IColumnProvider()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddColumnProvider(BenchmarkDotNet.Columns.IColumnProvider[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddColumnProvider(BenchmarkDotNet.Columns.IColumnProvider()) - nameWithType: ManualConfig.AddColumnProvider(IColumnProvider[]) - nameWithType.vb: ManualConfig.AddColumnProvider(IColumnProvider()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddColumnProvider* - name: AddColumnProvider - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddColumnProvider_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddColumnProvider - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddColumnProvider - nameWithType: ManualConfig.AddColumnProvider -- uid: BenchmarkDotNet.Configs.ManualConfig.AddDiagnoser(BenchmarkDotNet.Diagnosers.IDiagnoser[]) - name: AddDiagnoser(IDiagnoser[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddDiagnoser_BenchmarkDotNet_Diagnosers_IDiagnoser___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddDiagnoser(BenchmarkDotNet.Diagnosers.IDiagnoser[]) - name.vb: AddDiagnoser(IDiagnoser()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddDiagnoser(BenchmarkDotNet.Diagnosers.IDiagnoser[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddDiagnoser(BenchmarkDotNet.Diagnosers.IDiagnoser()) - nameWithType: ManualConfig.AddDiagnoser(IDiagnoser[]) - nameWithType.vb: ManualConfig.AddDiagnoser(IDiagnoser()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddDiagnoser* - name: AddDiagnoser - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddDiagnoser_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddDiagnoser - nameWithType: ManualConfig.AddDiagnoser -- uid: BenchmarkDotNet.Configs.ManualConfig.AddExporter(BenchmarkDotNet.Exporters.IExporter[]) - name: AddExporter(IExporter[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddExporter_BenchmarkDotNet_Exporters_IExporter___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddExporter(BenchmarkDotNet.Exporters.IExporter[]) - name.vb: AddExporter(IExporter()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddExporter(BenchmarkDotNet.Exporters.IExporter[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddExporter(BenchmarkDotNet.Exporters.IExporter()) - nameWithType: ManualConfig.AddExporter(IExporter[]) - nameWithType.vb: ManualConfig.AddExporter(IExporter()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddExporter* - name: AddExporter - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddExporter_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddExporter - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddExporter - nameWithType: ManualConfig.AddExporter -- uid: BenchmarkDotNet.Configs.ManualConfig.AddFilter(BenchmarkDotNet.Filters.IFilter[]) - name: AddFilter(IFilter[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddFilter_BenchmarkDotNet_Filters_IFilter___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddFilter(BenchmarkDotNet.Filters.IFilter[]) - name.vb: AddFilter(IFilter()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddFilter(BenchmarkDotNet.Filters.IFilter[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddFilter(BenchmarkDotNet.Filters.IFilter()) - nameWithType: ManualConfig.AddFilter(IFilter[]) - nameWithType.vb: ManualConfig.AddFilter(IFilter()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddFilter* - name: AddFilter - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddFilter_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddFilter - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddFilter - nameWithType: ManualConfig.AddFilter -- uid: BenchmarkDotNet.Configs.ManualConfig.AddHardwareCounters(BenchmarkDotNet.Diagnosers.HardwareCounter[]) - name: AddHardwareCounters(HardwareCounter[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddHardwareCounters_BenchmarkDotNet_Diagnosers_HardwareCounter___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddHardwareCounters(BenchmarkDotNet.Diagnosers.HardwareCounter[]) - name.vb: AddHardwareCounters(HardwareCounter()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddHardwareCounters(BenchmarkDotNet.Diagnosers.HardwareCounter[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddHardwareCounters(BenchmarkDotNet.Diagnosers.HardwareCounter()) - nameWithType: ManualConfig.AddHardwareCounters(HardwareCounter[]) - nameWithType.vb: ManualConfig.AddHardwareCounters(HardwareCounter()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddHardwareCounters* - name: AddHardwareCounters - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddHardwareCounters_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddHardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddHardwareCounters - nameWithType: ManualConfig.AddHardwareCounters -- uid: BenchmarkDotNet.Configs.ManualConfig.AddJob(BenchmarkDotNet.Jobs.Job[]) - name: AddJob(Job[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddJob_BenchmarkDotNet_Jobs_Job___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddJob(BenchmarkDotNet.Jobs.Job[]) - name.vb: AddJob(Job()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddJob(BenchmarkDotNet.Jobs.Job[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddJob(BenchmarkDotNet.Jobs.Job()) - nameWithType: ManualConfig.AddJob(Job[]) - nameWithType.vb: ManualConfig.AddJob(Job()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddJob* - name: AddJob - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddJob_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddJob - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddJob - nameWithType: ManualConfig.AddJob -- uid: BenchmarkDotNet.Configs.ManualConfig.AddLogger(BenchmarkDotNet.Loggers.ILogger[]) - name: AddLogger(ILogger[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddLogger_BenchmarkDotNet_Loggers_ILogger___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddLogger(BenchmarkDotNet.Loggers.ILogger[]) - name.vb: AddLogger(ILogger()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddLogger(BenchmarkDotNet.Loggers.ILogger[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddLogger(BenchmarkDotNet.Loggers.ILogger()) - nameWithType: ManualConfig.AddLogger(ILogger[]) - nameWithType.vb: ManualConfig.AddLogger(ILogger()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddLogger* - name: AddLogger - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddLogger_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddLogger - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddLogger - nameWithType: ManualConfig.AddLogger -- uid: BenchmarkDotNet.Configs.ManualConfig.AddLogicalGroupRules(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - name: AddLogicalGroupRules(BenchmarkLogicalGroupRule[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddLogicalGroupRules_BenchmarkDotNet_Configs_BenchmarkLogicalGroupRule___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddLogicalGroupRules(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - name.vb: AddLogicalGroupRules(BenchmarkLogicalGroupRule()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddLogicalGroupRules(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddLogicalGroupRules(BenchmarkDotNet.Configs.BenchmarkLogicalGroupRule()) - nameWithType: ManualConfig.AddLogicalGroupRules(BenchmarkLogicalGroupRule[]) - nameWithType.vb: ManualConfig.AddLogicalGroupRules(BenchmarkLogicalGroupRule()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddLogicalGroupRules* - name: AddLogicalGroupRules - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddLogicalGroupRules_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddLogicalGroupRules - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddLogicalGroupRules - nameWithType: ManualConfig.AddLogicalGroupRules -- uid: BenchmarkDotNet.Configs.ManualConfig.AddValidator(BenchmarkDotNet.Validators.IValidator[]) - name: AddValidator(IValidator[]) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddValidator_BenchmarkDotNet_Validators_IValidator___ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.AddValidator(BenchmarkDotNet.Validators.IValidator[]) - name.vb: AddValidator(IValidator()) - fullName: BenchmarkDotNet.Configs.ManualConfig.AddValidator(BenchmarkDotNet.Validators.IValidator[]) - fullName.vb: BenchmarkDotNet.Configs.ManualConfig.AddValidator(BenchmarkDotNet.Validators.IValidator()) - nameWithType: ManualConfig.AddValidator(IValidator[]) - nameWithType.vb: ManualConfig.AddValidator(IValidator()) -- uid: BenchmarkDotNet.Configs.ManualConfig.AddValidator* - name: AddValidator - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_AddValidator_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.AddValidator - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.AddValidator - nameWithType: ManualConfig.AddValidator -- uid: BenchmarkDotNet.Configs.ManualConfig.ArtifactsPath - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_ArtifactsPath - commentId: P:BenchmarkDotNet.Configs.ManualConfig.ArtifactsPath - fullName: BenchmarkDotNet.Configs.ManualConfig.ArtifactsPath - nameWithType: ManualConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.ManualConfig.ArtifactsPath* - name: ArtifactsPath - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_ArtifactsPath_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.ArtifactsPath - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.ArtifactsPath - nameWithType: ManualConfig.ArtifactsPath -- uid: BenchmarkDotNet.Configs.ManualConfig.Create(BenchmarkDotNet.Configs.IConfig) - name: Create(IConfig) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Create_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.Create(BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Configs.ManualConfig.Create(BenchmarkDotNet.Configs.IConfig) - nameWithType: ManualConfig.Create(IConfig) -- uid: BenchmarkDotNet.Configs.ManualConfig.Create* - name: Create - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Create_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.Create - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.Create - nameWithType: ManualConfig.Create -- uid: BenchmarkDotNet.Configs.ManualConfig.CreateEmpty - name: CreateEmpty() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_CreateEmpty - commentId: M:BenchmarkDotNet.Configs.ManualConfig.CreateEmpty - fullName: BenchmarkDotNet.Configs.ManualConfig.CreateEmpty() - nameWithType: ManualConfig.CreateEmpty() -- uid: BenchmarkDotNet.Configs.ManualConfig.CreateEmpty* - name: CreateEmpty - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_CreateEmpty_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.CreateEmpty - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.CreateEmpty - nameWithType: ManualConfig.CreateEmpty -- uid: BenchmarkDotNet.Configs.ManualConfig.CreateMinimumViable - name: CreateMinimumViable() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_CreateMinimumViable - commentId: M:BenchmarkDotNet.Configs.ManualConfig.CreateMinimumViable - fullName: BenchmarkDotNet.Configs.ManualConfig.CreateMinimumViable() - nameWithType: ManualConfig.CreateMinimumViable() -- uid: BenchmarkDotNet.Configs.ManualConfig.CreateMinimumViable* - name: CreateMinimumViable - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_CreateMinimumViable_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.CreateMinimumViable - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.CreateMinimumViable - nameWithType: ManualConfig.CreateMinimumViable -- uid: BenchmarkDotNet.Configs.ManualConfig.CultureInfo - name: CultureInfo - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_CultureInfo - commentId: P:BenchmarkDotNet.Configs.ManualConfig.CultureInfo - fullName: BenchmarkDotNet.Configs.ManualConfig.CultureInfo - nameWithType: ManualConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.ManualConfig.CultureInfo* - name: CultureInfo - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_CultureInfo_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.CultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.CultureInfo - nameWithType: ManualConfig.CultureInfo -- uid: BenchmarkDotNet.Configs.ManualConfig.GetAnalysers - name: GetAnalysers() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetAnalysers - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetAnalysers - fullName: BenchmarkDotNet.Configs.ManualConfig.GetAnalysers() - nameWithType: ManualConfig.GetAnalysers() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetAnalysers* - name: GetAnalysers - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetAnalysers_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetAnalysers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetAnalysers - nameWithType: ManualConfig.GetAnalysers -- uid: BenchmarkDotNet.Configs.ManualConfig.GetColumnProviders - name: GetColumnProviders() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetColumnProviders - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetColumnProviders - fullName: BenchmarkDotNet.Configs.ManualConfig.GetColumnProviders() - nameWithType: ManualConfig.GetColumnProviders() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetColumnProviders* - name: GetColumnProviders - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetColumnProviders_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetColumnProviders - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetColumnProviders - nameWithType: ManualConfig.GetColumnProviders -- uid: BenchmarkDotNet.Configs.ManualConfig.GetDiagnosers - name: GetDiagnosers() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetDiagnosers - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetDiagnosers - fullName: BenchmarkDotNet.Configs.ManualConfig.GetDiagnosers() - nameWithType: ManualConfig.GetDiagnosers() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetDiagnosers* - name: GetDiagnosers - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetDiagnosers_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetDiagnosers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetDiagnosers - nameWithType: ManualConfig.GetDiagnosers -- uid: BenchmarkDotNet.Configs.ManualConfig.GetExporters - name: GetExporters() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetExporters - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetExporters - fullName: BenchmarkDotNet.Configs.ManualConfig.GetExporters() - nameWithType: ManualConfig.GetExporters() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetExporters* - name: GetExporters - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetExporters_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetExporters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetExporters - nameWithType: ManualConfig.GetExporters -- uid: BenchmarkDotNet.Configs.ManualConfig.GetFilters - name: GetFilters() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetFilters - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetFilters - fullName: BenchmarkDotNet.Configs.ManualConfig.GetFilters() - nameWithType: ManualConfig.GetFilters() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetFilters* - name: GetFilters - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetFilters_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetFilters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetFilters - nameWithType: ManualConfig.GetFilters -- uid: BenchmarkDotNet.Configs.ManualConfig.GetHardwareCounters - name: GetHardwareCounters() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetHardwareCounters - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetHardwareCounters - fullName: BenchmarkDotNet.Configs.ManualConfig.GetHardwareCounters() - nameWithType: ManualConfig.GetHardwareCounters() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetHardwareCounters* - name: GetHardwareCounters - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetHardwareCounters_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetHardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetHardwareCounters - nameWithType: ManualConfig.GetHardwareCounters -- uid: BenchmarkDotNet.Configs.ManualConfig.GetJobs - name: GetJobs() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetJobs - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetJobs - fullName: BenchmarkDotNet.Configs.ManualConfig.GetJobs() - nameWithType: ManualConfig.GetJobs() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetJobs_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetJobs - nameWithType: ManualConfig.GetJobs -- uid: BenchmarkDotNet.Configs.ManualConfig.GetLoggers - name: GetLoggers() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetLoggers - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetLoggers - fullName: BenchmarkDotNet.Configs.ManualConfig.GetLoggers() - nameWithType: ManualConfig.GetLoggers() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetLoggers* - name: GetLoggers - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetLoggers_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetLoggers - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetLoggers - nameWithType: ManualConfig.GetLoggers -- uid: BenchmarkDotNet.Configs.ManualConfig.GetLogicalGroupRules - name: GetLogicalGroupRules() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetLogicalGroupRules - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetLogicalGroupRules - fullName: BenchmarkDotNet.Configs.ManualConfig.GetLogicalGroupRules() - nameWithType: ManualConfig.GetLogicalGroupRules() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetLogicalGroupRules* - name: GetLogicalGroupRules - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetLogicalGroupRules_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetLogicalGroupRules - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetLogicalGroupRules - nameWithType: ManualConfig.GetLogicalGroupRules -- uid: BenchmarkDotNet.Configs.ManualConfig.GetValidators - name: GetValidators() - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetValidators - commentId: M:BenchmarkDotNet.Configs.ManualConfig.GetValidators - fullName: BenchmarkDotNet.Configs.ManualConfig.GetValidators() - nameWithType: ManualConfig.GetValidators() -- uid: BenchmarkDotNet.Configs.ManualConfig.GetValidators* - name: GetValidators - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_GetValidators_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.GetValidators - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.GetValidators - nameWithType: ManualConfig.GetValidators -- uid: BenchmarkDotNet.Configs.ManualConfig.Options - name: Options - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Options - commentId: P:BenchmarkDotNet.Configs.ManualConfig.Options - fullName: BenchmarkDotNet.Configs.ManualConfig.Options - nameWithType: ManualConfig.Options -- uid: BenchmarkDotNet.Configs.ManualConfig.Options* - name: Options - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Options_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.Options - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.Options - nameWithType: ManualConfig.Options -- uid: BenchmarkDotNet.Configs.ManualConfig.Orderer - name: Orderer - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Orderer - commentId: P:BenchmarkDotNet.Configs.ManualConfig.Orderer - fullName: BenchmarkDotNet.Configs.ManualConfig.Orderer - nameWithType: ManualConfig.Orderer -- uid: BenchmarkDotNet.Configs.ManualConfig.Orderer* - name: Orderer - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Orderer_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.Orderer - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.Orderer - nameWithType: ManualConfig.Orderer -- uid: BenchmarkDotNet.Configs.ManualConfig.SummaryStyle - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_SummaryStyle - commentId: P:BenchmarkDotNet.Configs.ManualConfig.SummaryStyle - fullName: BenchmarkDotNet.Configs.ManualConfig.SummaryStyle - nameWithType: ManualConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.ManualConfig.SummaryStyle* - name: SummaryStyle - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_SummaryStyle_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.SummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.SummaryStyle - nameWithType: ManualConfig.SummaryStyle -- uid: BenchmarkDotNet.Configs.ManualConfig.Union(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.IConfig) - name: Union(IConfig, IConfig) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Union_BenchmarkDotNet_Configs_IConfig_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.Union(BenchmarkDotNet.Configs.IConfig,BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Configs.ManualConfig.Union(BenchmarkDotNet.Configs.IConfig, BenchmarkDotNet.Configs.IConfig) - nameWithType: ManualConfig.Union(IConfig, IConfig) -- uid: BenchmarkDotNet.Configs.ManualConfig.Union* - name: Union - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_Union_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.Union - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.Union - nameWithType: ManualConfig.Union -- uid: BenchmarkDotNet.Configs.ManualConfig.UnionRule - name: UnionRule - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_UnionRule - commentId: P:BenchmarkDotNet.Configs.ManualConfig.UnionRule - fullName: BenchmarkDotNet.Configs.ManualConfig.UnionRule - nameWithType: ManualConfig.UnionRule -- uid: BenchmarkDotNet.Configs.ManualConfig.UnionRule* - name: UnionRule - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_UnionRule_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.UnionRule - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.UnionRule - nameWithType: ManualConfig.UnionRule -- uid: BenchmarkDotNet.Configs.ManualConfig.WithArtifactsPath(System.String) - name: WithArtifactsPath(String) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithArtifactsPath_System_String_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.WithArtifactsPath(System.String) - fullName: BenchmarkDotNet.Configs.ManualConfig.WithArtifactsPath(System.String) - nameWithType: ManualConfig.WithArtifactsPath(String) -- uid: BenchmarkDotNet.Configs.ManualConfig.WithArtifactsPath* - name: WithArtifactsPath - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithArtifactsPath_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.WithArtifactsPath - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.WithArtifactsPath - nameWithType: ManualConfig.WithArtifactsPath -- uid: BenchmarkDotNet.Configs.ManualConfig.WithOption(BenchmarkDotNet.Configs.ConfigOptions,System.Boolean) - name: WithOption(ConfigOptions, Boolean) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithOption_BenchmarkDotNet_Configs_ConfigOptions_System_Boolean_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.WithOption(BenchmarkDotNet.Configs.ConfigOptions,System.Boolean) - fullName: BenchmarkDotNet.Configs.ManualConfig.WithOption(BenchmarkDotNet.Configs.ConfigOptions, System.Boolean) - nameWithType: ManualConfig.WithOption(ConfigOptions, Boolean) -- uid: BenchmarkDotNet.Configs.ManualConfig.WithOption* - name: WithOption - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithOption_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.WithOption - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.WithOption - nameWithType: ManualConfig.WithOption -- uid: BenchmarkDotNet.Configs.ManualConfig.WithOptions(BenchmarkDotNet.Configs.ConfigOptions) - name: WithOptions(ConfigOptions) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithOptions_BenchmarkDotNet_Configs_ConfigOptions_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.WithOptions(BenchmarkDotNet.Configs.ConfigOptions) - fullName: BenchmarkDotNet.Configs.ManualConfig.WithOptions(BenchmarkDotNet.Configs.ConfigOptions) - nameWithType: ManualConfig.WithOptions(ConfigOptions) -- uid: BenchmarkDotNet.Configs.ManualConfig.WithOptions* - name: WithOptions - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithOptions_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.WithOptions - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.WithOptions - nameWithType: ManualConfig.WithOptions -- uid: BenchmarkDotNet.Configs.ManualConfig.WithOrderer(BenchmarkDotNet.Order.IOrderer) - name: WithOrderer(IOrderer) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithOrderer_BenchmarkDotNet_Order_IOrderer_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.WithOrderer(BenchmarkDotNet.Order.IOrderer) - fullName: BenchmarkDotNet.Configs.ManualConfig.WithOrderer(BenchmarkDotNet.Order.IOrderer) - nameWithType: ManualConfig.WithOrderer(IOrderer) -- uid: BenchmarkDotNet.Configs.ManualConfig.WithOrderer* - name: WithOrderer - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithOrderer_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.WithOrderer - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.WithOrderer - nameWithType: ManualConfig.WithOrderer -- uid: BenchmarkDotNet.Configs.ManualConfig.WithSummaryStyle(BenchmarkDotNet.Reports.SummaryStyle) - name: WithSummaryStyle(SummaryStyle) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithSummaryStyle_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.WithSummaryStyle(BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Configs.ManualConfig.WithSummaryStyle(BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: ManualConfig.WithSummaryStyle(SummaryStyle) -- uid: BenchmarkDotNet.Configs.ManualConfig.WithSummaryStyle* - name: WithSummaryStyle - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithSummaryStyle_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.WithSummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.WithSummaryStyle - nameWithType: ManualConfig.WithSummaryStyle -- uid: BenchmarkDotNet.Configs.ManualConfig.WithUnionRule(BenchmarkDotNet.Configs.ConfigUnionRule) - name: WithUnionRule(ConfigUnionRule) - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithUnionRule_BenchmarkDotNet_Configs_ConfigUnionRule_ - commentId: M:BenchmarkDotNet.Configs.ManualConfig.WithUnionRule(BenchmarkDotNet.Configs.ConfigUnionRule) - fullName: BenchmarkDotNet.Configs.ManualConfig.WithUnionRule(BenchmarkDotNet.Configs.ConfigUnionRule) - nameWithType: ManualConfig.WithUnionRule(ConfigUnionRule) -- uid: BenchmarkDotNet.Configs.ManualConfig.WithUnionRule* - name: WithUnionRule - href: api/BenchmarkDotNet.Configs.ManualConfig.html#BenchmarkDotNet_Configs_ManualConfig_WithUnionRule_ - commentId: Overload:BenchmarkDotNet.Configs.ManualConfig.WithUnionRule - isSpec: "True" - fullName: BenchmarkDotNet.Configs.ManualConfig.WithUnionRule - nameWithType: ManualConfig.WithUnionRule -- uid: BenchmarkDotNet.ConsoleArguments - name: BenchmarkDotNet.ConsoleArguments - href: api/BenchmarkDotNet.ConsoleArguments.html - commentId: N:BenchmarkDotNet.ConsoleArguments - fullName: BenchmarkDotNet.ConsoleArguments - nameWithType: BenchmarkDotNet.ConsoleArguments -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions - name: CommandLineOptions - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html - commentId: T:BenchmarkDotNet.ConsoleArguments.CommandLineOptions - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions - nameWithType: CommandLineOptions -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Affinity - name: Affinity - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Affinity - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Affinity - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Affinity - nameWithType: CommandLineOptions.Affinity -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Affinity* - name: Affinity - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Affinity_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Affinity - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Affinity - nameWithType: CommandLineOptions.Affinity -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AllCategories - name: AllCategories - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AllCategories - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AllCategories - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AllCategories - nameWithType: CommandLineOptions.AllCategories -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AllCategories* - name: AllCategories - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AllCategories_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AllCategories - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AllCategories - nameWithType: CommandLineOptions.AllCategories -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AnyCategories - name: AnyCategories - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AnyCategories - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AnyCategories - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AnyCategories - nameWithType: CommandLineOptions.AnyCategories -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AnyCategories* - name: AnyCategories - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AnyCategories_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AnyCategories - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AnyCategories - nameWithType: CommandLineOptions.AnyCategories -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerMode - name: AOTCompilerMode - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AOTCompilerMode - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerMode - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerMode - nameWithType: CommandLineOptions.AOTCompilerMode -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerMode* - name: AOTCompilerMode - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AOTCompilerMode_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerMode - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerMode - nameWithType: CommandLineOptions.AOTCompilerMode -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerPath - name: AOTCompilerPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AOTCompilerPath - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerPath - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerPath - nameWithType: CommandLineOptions.AOTCompilerPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerPath* - name: AOTCompilerPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AOTCompilerPath_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerPath - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AOTCompilerPath - nameWithType: CommandLineOptions.AOTCompilerPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ArtifactsDirectory - name: ArtifactsDirectory - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_ArtifactsDirectory - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ArtifactsDirectory - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ArtifactsDirectory - nameWithType: CommandLineOptions.ArtifactsDirectory -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ArtifactsDirectory* - name: ArtifactsDirectory - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_ArtifactsDirectory_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ArtifactsDirectory - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ArtifactsDirectory - nameWithType: CommandLineOptions.ArtifactsDirectory -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AttributeNames - name: AttributeNames - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AttributeNames - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AttributeNames - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AttributeNames - nameWithType: CommandLineOptions.AttributeNames -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AttributeNames* - name: AttributeNames - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_AttributeNames_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AttributeNames - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.AttributeNames - nameWithType: CommandLineOptions.AttributeNames -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.BaseJob - name: BaseJob - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_BaseJob - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.BaseJob - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.BaseJob - nameWithType: CommandLineOptions.BaseJob -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.BaseJob* - name: BaseJob - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_BaseJob_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.BaseJob - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.BaseJob - nameWithType: CommandLineOptions.BaseJob -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CliPath - name: CliPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CliPath - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CliPath - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CliPath - nameWithType: CommandLineOptions.CliPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CliPath* - name: CliPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CliPath_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CliPath - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CliPath - nameWithType: CommandLineOptions.CliPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ClrVersion - name: ClrVersion - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_ClrVersion - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ClrVersion - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ClrVersion - nameWithType: CommandLineOptions.ClrVersion -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ClrVersion* - name: ClrVersion - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_ClrVersion_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ClrVersion - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ClrVersion - nameWithType: CommandLineOptions.ClrVersion -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtPath - name: CoreRtPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CoreRtPath - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtPath - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtPath - nameWithType: CommandLineOptions.CoreRtPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtPath* - name: CoreRtPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CoreRtPath_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtPath - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtPath - nameWithType: CommandLineOptions.CoreRtPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtVersion - name: CoreRtVersion - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CoreRtVersion - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtVersion - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtVersion - nameWithType: CommandLineOptions.CoreRtVersion -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtVersion* - name: CoreRtVersion - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CoreRtVersion_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtVersion - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRtVersion - nameWithType: CommandLineOptions.CoreRtVersion -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRunPaths - name: CoreRunPaths - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CoreRunPaths - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRunPaths - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRunPaths - nameWithType: CommandLineOptions.CoreRunPaths -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRunPaths* - name: CoreRunPaths - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CoreRunPaths_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRunPaths - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CoreRunPaths - nameWithType: CommandLineOptions.CoreRunPaths -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CustomRuntimePack - name: CustomRuntimePack - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CustomRuntimePack - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CustomRuntimePack - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CustomRuntimePack - nameWithType: CommandLineOptions.CustomRuntimePack -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CustomRuntimePack* - name: CustomRuntimePack - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_CustomRuntimePack_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CustomRuntimePack - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.CustomRuntimePack - nameWithType: CommandLineOptions.CustomRuntimePack -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisableLogFile - name: DisableLogFile - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisableLogFile - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisableLogFile - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisableLogFile - nameWithType: CommandLineOptions.DisableLogFile -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisableLogFile* - name: DisableLogFile - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisableLogFile_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisableLogFile - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisableLogFile - nameWithType: CommandLineOptions.DisableLogFile -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerDiff - name: DisassemblerDiff - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisassemblerDiff - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerDiff - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerDiff - nameWithType: CommandLineOptions.DisassemblerDiff -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerDiff* - name: DisassemblerDiff - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisassemblerDiff_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerDiff - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerDiff - nameWithType: CommandLineOptions.DisassemblerDiff -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerRecursiveDepth - name: DisassemblerRecursiveDepth - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisassemblerRecursiveDepth - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerRecursiveDepth - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerRecursiveDepth - nameWithType: CommandLineOptions.DisassemblerRecursiveDepth -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerRecursiveDepth* - name: DisassemblerRecursiveDepth - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisassemblerRecursiveDepth_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerRecursiveDepth - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisassemblerRecursiveDepth - nameWithType: CommandLineOptions.DisassemblerRecursiveDepth -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisplayAllStatistics - name: DisplayAllStatistics - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisplayAllStatistics - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisplayAllStatistics - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisplayAllStatistics - nameWithType: CommandLineOptions.DisplayAllStatistics -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisplayAllStatistics* - name: DisplayAllStatistics - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DisplayAllStatistics_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisplayAllStatistics - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DisplayAllStatistics - nameWithType: CommandLineOptions.DisplayAllStatistics -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DontOverwriteResults - name: DontOverwriteResults - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DontOverwriteResults - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DontOverwriteResults - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DontOverwriteResults - nameWithType: CommandLineOptions.DontOverwriteResults -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DontOverwriteResults* - name: DontOverwriteResults - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_DontOverwriteResults_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DontOverwriteResults - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.DontOverwriteResults - nameWithType: CommandLineOptions.DontOverwriteResults -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.EnvironmentVariables - name: EnvironmentVariables - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_EnvironmentVariables - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.EnvironmentVariables - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.EnvironmentVariables - nameWithType: CommandLineOptions.EnvironmentVariables -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.EnvironmentVariables* - name: EnvironmentVariables - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_EnvironmentVariables_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.EnvironmentVariables - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.EnvironmentVariables - nameWithType: CommandLineOptions.EnvironmentVariables -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Examples - name: Examples - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Examples - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Examples - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Examples - nameWithType: CommandLineOptions.Examples -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Examples* - name: Examples - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Examples_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Examples - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Examples - nameWithType: CommandLineOptions.Examples -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Exporters - name: Exporters - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Exporters - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Exporters - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Exporters - nameWithType: CommandLineOptions.Exporters -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Exporters* - name: Exporters - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Exporters_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Exporters - nameWithType: CommandLineOptions.Exporters -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Filters - name: Filters - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Filters - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Filters - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Filters - nameWithType: CommandLineOptions.Filters -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Filters* - name: Filters - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Filters_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Filters - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Filters - nameWithType: CommandLineOptions.Filters -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.HardwareCounters - name: HardwareCounters - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_HardwareCounters - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.HardwareCounters - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.HardwareCounters - nameWithType: CommandLineOptions.HardwareCounters -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.HardwareCounters* - name: HardwareCounters - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_HardwareCounters_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.HardwareCounters - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.HardwareCounters - nameWithType: CommandLineOptions.HardwareCounters -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.InvocationCount - name: InvocationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_InvocationCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.InvocationCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.InvocationCount - nameWithType: CommandLineOptions.InvocationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.InvocationCount* - name: InvocationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_InvocationCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.InvocationCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.InvocationCount - nameWithType: CommandLineOptions.InvocationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationCount - name: IterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_IterationCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationCount - nameWithType: CommandLineOptions.IterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationCount* - name: IterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_IterationCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationCount - nameWithType: CommandLineOptions.IterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationTimeInMilliseconds - name: IterationTimeInMilliseconds - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_IterationTimeInMilliseconds - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationTimeInMilliseconds - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationTimeInMilliseconds - nameWithType: CommandLineOptions.IterationTimeInMilliseconds -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationTimeInMilliseconds* - name: IterationTimeInMilliseconds - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_IterationTimeInMilliseconds_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationTimeInMilliseconds - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.IterationTimeInMilliseconds - nameWithType: CommandLineOptions.IterationTimeInMilliseconds -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Join - name: Join - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Join - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Join - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Join - nameWithType: CommandLineOptions.Join -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Join* - name: Join - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Join_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Join - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Join - nameWithType: CommandLineOptions.Join -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.KeepBenchmarkFiles - name: KeepBenchmarkFiles - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_KeepBenchmarkFiles - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.KeepBenchmarkFiles - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.KeepBenchmarkFiles - nameWithType: CommandLineOptions.KeepBenchmarkFiles -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.KeepBenchmarkFiles* - name: KeepBenchmarkFiles - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_KeepBenchmarkFiles_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.KeepBenchmarkFiles - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.KeepBenchmarkFiles - nameWithType: CommandLineOptions.KeepBenchmarkFiles -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.LaunchCount - name: LaunchCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_LaunchCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.LaunchCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.LaunchCount - nameWithType: CommandLineOptions.LaunchCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.LaunchCount* - name: LaunchCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_LaunchCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.LaunchCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.LaunchCount - nameWithType: CommandLineOptions.LaunchCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ListBenchmarkCaseMode - name: ListBenchmarkCaseMode - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_ListBenchmarkCaseMode - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ListBenchmarkCaseMode - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ListBenchmarkCaseMode - nameWithType: CommandLineOptions.ListBenchmarkCaseMode -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ListBenchmarkCaseMode* - name: ListBenchmarkCaseMode - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_ListBenchmarkCaseMode_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ListBenchmarkCaseMode - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.ListBenchmarkCaseMode - nameWithType: CommandLineOptions.ListBenchmarkCaseMode -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxIterationCount - name: MaxIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MaxIterationCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxIterationCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxIterationCount - nameWithType: CommandLineOptions.MaxIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxIterationCount* - name: MaxIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MaxIterationCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxIterationCount - nameWithType: CommandLineOptions.MaxIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxParameterColumnWidth - name: MaxParameterColumnWidth - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MaxParameterColumnWidth - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxParameterColumnWidth - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxParameterColumnWidth - nameWithType: CommandLineOptions.MaxParameterColumnWidth -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxParameterColumnWidth* - name: MaxParameterColumnWidth - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MaxParameterColumnWidth_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxParameterColumnWidth - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxParameterColumnWidth - nameWithType: CommandLineOptions.MaxParameterColumnWidth -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxWarmupIterationCount - name: MaxWarmupIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MaxWarmupIterationCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxWarmupIterationCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxWarmupIterationCount - nameWithType: CommandLineOptions.MaxWarmupIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxWarmupIterationCount* - name: MaxWarmupIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MaxWarmupIterationCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxWarmupIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MaxWarmupIterationCount - nameWithType: CommandLineOptions.MaxWarmupIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MemoryRandomization - name: MemoryRandomization - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MemoryRandomization - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MemoryRandomization - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MemoryRandomization - nameWithType: CommandLineOptions.MemoryRandomization -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MemoryRandomization* - name: MemoryRandomization - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MemoryRandomization_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MemoryRandomization - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MemoryRandomization - nameWithType: CommandLineOptions.MemoryRandomization -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinIterationCount - name: MinIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MinIterationCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinIterationCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinIterationCount - nameWithType: CommandLineOptions.MinIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinIterationCount* - name: MinIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MinIterationCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinIterationCount - nameWithType: CommandLineOptions.MinIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinWarmupIterationCount - name: MinWarmupIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MinWarmupIterationCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinWarmupIterationCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinWarmupIterationCount - nameWithType: CommandLineOptions.MinWarmupIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinWarmupIterationCount* - name: MinWarmupIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MinWarmupIterationCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinWarmupIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MinWarmupIterationCount - nameWithType: CommandLineOptions.MinWarmupIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MonoPath - name: MonoPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MonoPath - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MonoPath - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MonoPath - nameWithType: CommandLineOptions.MonoPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MonoPath* - name: MonoPath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_MonoPath_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MonoPath - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.MonoPath - nameWithType: CommandLineOptions.MonoPath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Outliers - name: Outliers - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Outliers - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Outliers - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Outliers - nameWithType: CommandLineOptions.Outliers -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Outliers* - name: Outliers - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Outliers_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Outliers - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Outliers - nameWithType: CommandLineOptions.Outliers -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Platform - name: Platform - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Platform - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Platform - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Platform - nameWithType: CommandLineOptions.Platform -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Platform* - name: Platform - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Platform_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Platform - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Platform - nameWithType: CommandLineOptions.Platform -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.PrintInformation - name: PrintInformation - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_PrintInformation - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.PrintInformation - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.PrintInformation - nameWithType: CommandLineOptions.PrintInformation -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.PrintInformation* - name: PrintInformation - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_PrintInformation_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.PrintInformation - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.PrintInformation - nameWithType: CommandLineOptions.PrintInformation -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Profiler - name: Profiler - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Profiler - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Profiler - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Profiler - nameWithType: CommandLineOptions.Profiler -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Profiler* - name: Profiler - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Profiler_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Profiler - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Profiler - nameWithType: CommandLineOptions.Profiler -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RestorePath - name: RestorePath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RestorePath - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RestorePath - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RestorePath - nameWithType: CommandLineOptions.RestorePath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RestorePath* - name: RestorePath - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RestorePath_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RestorePath - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RestorePath - nameWithType: CommandLineOptions.RestorePath -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunInProcess - name: RunInProcess - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RunInProcess - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunInProcess - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunInProcess - nameWithType: CommandLineOptions.RunInProcess -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunInProcess* - name: RunInProcess - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RunInProcess_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunInProcess - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunInProcess - nameWithType: CommandLineOptions.RunInProcess -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunOncePerIteration - name: RunOncePerIteration - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RunOncePerIteration - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunOncePerIteration - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunOncePerIteration - nameWithType: CommandLineOptions.RunOncePerIteration -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunOncePerIteration* - name: RunOncePerIteration - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RunOncePerIteration_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunOncePerIteration - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunOncePerIteration - nameWithType: CommandLineOptions.RunOncePerIteration -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunStrategy - name: RunStrategy - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RunStrategy - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunStrategy - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunStrategy - nameWithType: CommandLineOptions.RunStrategy -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunStrategy* - name: RunStrategy - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_RunStrategy_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunStrategy - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.RunStrategy - nameWithType: CommandLineOptions.RunStrategy -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Runtimes - name: Runtimes - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Runtimes - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Runtimes - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Runtimes - nameWithType: CommandLineOptions.Runtimes -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Runtimes* - name: Runtimes - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_Runtimes_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Runtimes - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.Runtimes - nameWithType: CommandLineOptions.Runtimes -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StatisticalTestThreshold - name: StatisticalTestThreshold - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_StatisticalTestThreshold - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StatisticalTestThreshold - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StatisticalTestThreshold - nameWithType: CommandLineOptions.StatisticalTestThreshold -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StatisticalTestThreshold* - name: StatisticalTestThreshold - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_StatisticalTestThreshold_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StatisticalTestThreshold - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StatisticalTestThreshold - nameWithType: CommandLineOptions.StatisticalTestThreshold -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StopOnFirstError - name: StopOnFirstError - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_StopOnFirstError - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StopOnFirstError - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StopOnFirstError - nameWithType: CommandLineOptions.StopOnFirstError -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StopOnFirstError* - name: StopOnFirstError - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_StopOnFirstError_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StopOnFirstError - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.StopOnFirstError - nameWithType: CommandLineOptions.StopOnFirstError -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.TimeOutInSeconds - name: TimeOutInSeconds - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_TimeOutInSeconds - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.TimeOutInSeconds - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.TimeOutInSeconds - nameWithType: CommandLineOptions.TimeOutInSeconds -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.TimeOutInSeconds* - name: TimeOutInSeconds - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_TimeOutInSeconds_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.TimeOutInSeconds - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.TimeOutInSeconds - nameWithType: CommandLineOptions.TimeOutInSeconds -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UnrollFactor - name: UnrollFactor - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UnrollFactor - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UnrollFactor - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UnrollFactor - nameWithType: CommandLineOptions.UnrollFactor -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UnrollFactor* - name: UnrollFactor - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UnrollFactor_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UnrollFactor - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UnrollFactor - nameWithType: CommandLineOptions.UnrollFactor -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseDisassemblyDiagnoser - name: UseDisassemblyDiagnoser - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UseDisassemblyDiagnoser - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseDisassemblyDiagnoser - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseDisassemblyDiagnoser - nameWithType: CommandLineOptions.UseDisassemblyDiagnoser -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseDisassemblyDiagnoser* - name: UseDisassemblyDiagnoser - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UseDisassemblyDiagnoser_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseDisassemblyDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseDisassemblyDiagnoser - nameWithType: CommandLineOptions.UseDisassemblyDiagnoser -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseMemoryDiagnoser - name: UseMemoryDiagnoser - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UseMemoryDiagnoser - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseMemoryDiagnoser - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseMemoryDiagnoser - nameWithType: CommandLineOptions.UseMemoryDiagnoser -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseMemoryDiagnoser* - name: UseMemoryDiagnoser - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UseMemoryDiagnoser_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseMemoryDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseMemoryDiagnoser - nameWithType: CommandLineOptions.UseMemoryDiagnoser -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseThreadingDiagnoser - name: UseThreadingDiagnoser - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UseThreadingDiagnoser - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseThreadingDiagnoser - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseThreadingDiagnoser - nameWithType: CommandLineOptions.UseThreadingDiagnoser -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseThreadingDiagnoser* - name: UseThreadingDiagnoser - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_UseThreadingDiagnoser_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseThreadingDiagnoser - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.UseThreadingDiagnoser - nameWithType: CommandLineOptions.UseThreadingDiagnoser -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WarmupIterationCount - name: WarmupIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WarmupIterationCount - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WarmupIterationCount - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WarmupIterationCount - nameWithType: CommandLineOptions.WarmupIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WarmupIterationCount* - name: WarmupIterationCount - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WarmupIterationCount_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WarmupIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WarmupIterationCount - nameWithType: CommandLineOptions.WarmupIterationCount -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavascriptEngine - name: WasmJavascriptEngine - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WasmJavascriptEngine - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavascriptEngine - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavascriptEngine - nameWithType: CommandLineOptions.WasmJavascriptEngine -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavascriptEngine* - name: WasmJavascriptEngine - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WasmJavascriptEngine_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavascriptEngine - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavascriptEngine - nameWithType: CommandLineOptions.WasmJavascriptEngine -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavaScriptEngineArguments - name: WasmJavaScriptEngineArguments - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WasmJavaScriptEngineArguments - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavaScriptEngineArguments - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavaScriptEngineArguments - nameWithType: CommandLineOptions.WasmJavaScriptEngineArguments -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavaScriptEngineArguments* - name: WasmJavaScriptEngineArguments - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WasmJavaScriptEngineArguments_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavaScriptEngineArguments - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmJavaScriptEngineArguments - nameWithType: CommandLineOptions.WasmJavaScriptEngineArguments -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmMainJs - name: WasmMainJs - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WasmMainJs - commentId: P:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmMainJs - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmMainJs - nameWithType: CommandLineOptions.WasmMainJs -- uid: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmMainJs* - name: WasmMainJs - href: api/BenchmarkDotNet.ConsoleArguments.CommandLineOptions.html#BenchmarkDotNet_ConsoleArguments_CommandLineOptions_WasmMainJs_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmMainJs - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CommandLineOptions.WasmMainJs - nameWithType: CommandLineOptions.WasmMainJs -- uid: BenchmarkDotNet.ConsoleArguments.ConfigParser - name: ConfigParser - href: api/BenchmarkDotNet.ConsoleArguments.ConfigParser.html - commentId: T:BenchmarkDotNet.ConsoleArguments.ConfigParser - fullName: BenchmarkDotNet.ConsoleArguments.ConfigParser - nameWithType: ConfigParser -- uid: BenchmarkDotNet.ConsoleArguments.ConfigParser.Parse(System.String[],BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Configs.IConfig) - name: Parse(String[], ILogger, IConfig) - href: api/BenchmarkDotNet.ConsoleArguments.ConfigParser.html#BenchmarkDotNet_ConsoleArguments_ConfigParser_Parse_System_String___BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.ConsoleArguments.ConfigParser.Parse(System.String[],BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Configs.IConfig) - name.vb: Parse(String(), ILogger, IConfig) - fullName: BenchmarkDotNet.ConsoleArguments.ConfigParser.Parse(System.String[], BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Configs.IConfig) - fullName.vb: BenchmarkDotNet.ConsoleArguments.ConfigParser.Parse(System.String(), BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Configs.IConfig) - nameWithType: ConfigParser.Parse(String[], ILogger, IConfig) - nameWithType.vb: ConfigParser.Parse(String(), ILogger, IConfig) -- uid: BenchmarkDotNet.ConsoleArguments.ConfigParser.Parse* - name: Parse - href: api/BenchmarkDotNet.ConsoleArguments.ConfigParser.html#BenchmarkDotNet_ConsoleArguments_ConfigParser_Parse_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.ConfigParser.Parse - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.ConfigParser.Parse - nameWithType: ConfigParser.Parse -- uid: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester - name: CorrectionsSuggester - href: api/BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.html - commentId: T:BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester - fullName: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester - nameWithType: CorrectionsSuggester -- uid: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.#ctor(System.Collections.Generic.IReadOnlyList{System.Type}) - name: CorrectionsSuggester(IReadOnlyList) - href: api/BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.html#BenchmarkDotNet_ConsoleArguments_CorrectionsSuggester__ctor_System_Collections_Generic_IReadOnlyList_System_Type__ - commentId: M:BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.#ctor(System.Collections.Generic.IReadOnlyList{System.Type}) - name.vb: CorrectionsSuggester(IReadOnlyList(Of Type)) - fullName: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.CorrectionsSuggester(System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.CorrectionsSuggester(System.Collections.Generic.IReadOnlyList(Of System.Type)) - nameWithType: CorrectionsSuggester.CorrectionsSuggester(IReadOnlyList) - nameWithType.vb: CorrectionsSuggester.CorrectionsSuggester(IReadOnlyList(Of Type)) -- uid: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.#ctor* - name: CorrectionsSuggester - href: api/BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.html#BenchmarkDotNet_ConsoleArguments_CorrectionsSuggester__ctor_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.CorrectionsSuggester - nameWithType: CorrectionsSuggester.CorrectionsSuggester -- uid: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.GetAllBenchmarkNames - name: GetAllBenchmarkNames() - href: api/BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.html#BenchmarkDotNet_ConsoleArguments_CorrectionsSuggester_GetAllBenchmarkNames - commentId: M:BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.GetAllBenchmarkNames - fullName: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.GetAllBenchmarkNames() - nameWithType: CorrectionsSuggester.GetAllBenchmarkNames() -- uid: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.GetAllBenchmarkNames* - name: GetAllBenchmarkNames - href: api/BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.html#BenchmarkDotNet_ConsoleArguments_CorrectionsSuggester_GetAllBenchmarkNames_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.GetAllBenchmarkNames - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.GetAllBenchmarkNames - nameWithType: CorrectionsSuggester.GetAllBenchmarkNames -- uid: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.SuggestFor(System.String) - name: SuggestFor(String) - href: api/BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.html#BenchmarkDotNet_ConsoleArguments_CorrectionsSuggester_SuggestFor_System_String_ - commentId: M:BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.SuggestFor(System.String) - fullName: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.SuggestFor(System.String) - nameWithType: CorrectionsSuggester.SuggestFor(String) -- uid: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.SuggestFor* - name: SuggestFor - href: api/BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.html#BenchmarkDotNet_ConsoleArguments_CorrectionsSuggester_SuggestFor_ - commentId: Overload:BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.SuggestFor - isSpec: "True" - fullName: BenchmarkDotNet.ConsoleArguments.CorrectionsSuggester.SuggestFor - nameWithType: CorrectionsSuggester.SuggestFor -- uid: BenchmarkDotNet.ConsoleArguments.ListBenchmarks - name: BenchmarkDotNet.ConsoleArguments.ListBenchmarks - href: api/BenchmarkDotNet.ConsoleArguments.ListBenchmarks.html - commentId: N:BenchmarkDotNet.ConsoleArguments.ListBenchmarks - fullName: BenchmarkDotNet.ConsoleArguments.ListBenchmarks - nameWithType: BenchmarkDotNet.ConsoleArguments.ListBenchmarks -- uid: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode - name: ListBenchmarkCaseMode - href: api/BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.html - commentId: T:BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode - fullName: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode - nameWithType: ListBenchmarkCaseMode -- uid: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Disabled - name: Disabled - href: api/BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.html#BenchmarkDotNet_ConsoleArguments_ListBenchmarks_ListBenchmarkCaseMode_Disabled - commentId: F:BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Disabled - fullName: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Disabled - nameWithType: ListBenchmarkCaseMode.Disabled -- uid: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Flat - name: Flat - href: api/BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.html#BenchmarkDotNet_ConsoleArguments_ListBenchmarks_ListBenchmarkCaseMode_Flat - commentId: F:BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Flat - fullName: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Flat - nameWithType: ListBenchmarkCaseMode.Flat -- uid: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Tree - name: Tree - href: api/BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.html#BenchmarkDotNet_ConsoleArguments_ListBenchmarks_ListBenchmarkCaseMode_Tree - commentId: F:BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Tree - fullName: BenchmarkDotNet.ConsoleArguments.ListBenchmarks.ListBenchmarkCaseMode.Tree - nameWithType: ListBenchmarkCaseMode.Tree -- uid: BenchmarkDotNet.Diagnosers - name: BenchmarkDotNet.Diagnosers - href: api/BenchmarkDotNet.Diagnosers.html - commentId: N:BenchmarkDotNet.Diagnosers - fullName: BenchmarkDotNet.Diagnosers - nameWithType: BenchmarkDotNet.Diagnosers -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser - name: CompositeDiagnoser - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html - commentId: T:BenchmarkDotNet.Diagnosers.CompositeDiagnoser - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser - nameWithType: CompositeDiagnoser -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.#ctor(System.Collections.Immutable.ImmutableHashSet{BenchmarkDotNet.Diagnosers.IDiagnoser}) - name: CompositeDiagnoser(ImmutableHashSet) - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser__ctor_System_Collections_Immutable_ImmutableHashSet_BenchmarkDotNet_Diagnosers_IDiagnoser__ - commentId: M:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.#ctor(System.Collections.Immutable.ImmutableHashSet{BenchmarkDotNet.Diagnosers.IDiagnoser}) - name.vb: CompositeDiagnoser(ImmutableHashSet(Of IDiagnoser)) - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.CompositeDiagnoser(System.Collections.Immutable.ImmutableHashSet) - fullName.vb: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.CompositeDiagnoser(System.Collections.Immutable.ImmutableHashSet(Of BenchmarkDotNet.Diagnosers.IDiagnoser)) - nameWithType: CompositeDiagnoser.CompositeDiagnoser(ImmutableHashSet) - nameWithType.vb: CompositeDiagnoser.CompositeDiagnoser(ImmutableHashSet(Of IDiagnoser)) -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.#ctor* - name: CompositeDiagnoser - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.CompositeDiagnoser - nameWithType: CompositeDiagnoser.CompositeDiagnoser -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Analysers - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Analysers - commentId: P:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Analysers - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Analysers - nameWithType: CompositeDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Analysers* - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Analysers_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Analysers - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Analysers - nameWithType: CompositeDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - name: DisplayResults(ILogger) - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_DisplayResults_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - nameWithType: CompositeDiagnoser.DisplayResults(ILogger) -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.DisplayResults* - name: DisplayResults - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_DisplayResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.DisplayResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.DisplayResults - nameWithType: CompositeDiagnoser.DisplayResults -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Exporters - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Exporters - commentId: P:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Exporters - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Exporters - nameWithType: CompositeDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Exporters* - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Exporters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Exporters - nameWithType: CompositeDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - name: GetRunMode(BenchmarkCase) - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_GetRunMode_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: CompositeDiagnoser.GetRunMode(BenchmarkCase) -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.GetRunMode* - name: GetRunMode - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_GetRunMode_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.GetRunMode - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.GetRunMode - nameWithType: CompositeDiagnoser.GetRunMode -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Handle(HostSignal, DiagnoserActionParameters) - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Handle_BenchmarkDotNet_Engines_HostSignal_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal, BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: CompositeDiagnoser.Handle(HostSignal, DiagnoserActionParameters) -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Handle* - name: Handle - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Handle_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Handle - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Handle - nameWithType: CompositeDiagnoser.Handle -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Ids - name: Ids - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Ids - commentId: P:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Ids - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Ids - nameWithType: CompositeDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Ids* - name: Ids - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Ids_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Ids - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Ids - nameWithType: CompositeDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - name: ProcessResults(DiagnoserResults) - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_ProcessResults_BenchmarkDotNet_Diagnosers_DiagnoserResults_ - commentId: M:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - nameWithType: CompositeDiagnoser.ProcessResults(DiagnoserResults) -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.ProcessResults* - name: ProcessResults - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_ProcessResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.ProcessResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.ProcessResults - nameWithType: CompositeDiagnoser.ProcessResults -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: CompositeDiagnoser.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Validate* - name: Validate - href: api/BenchmarkDotNet.Diagnosers.CompositeDiagnoser.html#BenchmarkDotNet_Diagnosers_CompositeDiagnoser_Validate_ - commentId: Overload:BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.CompositeDiagnoser.Validate - nameWithType: CompositeDiagnoser.Validate -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters - name: DiagnoserActionParameters - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html - commentId: T:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters - nameWithType: DiagnoserActionParameters -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.#ctor(System.Diagnostics.Process,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Running.BenchmarkId) - name: DiagnoserActionParameters(Process, BenchmarkCase, BenchmarkId) - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters__ctor_System_Diagnostics_Process_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Running_BenchmarkId_ - commentId: M:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.#ctor(System.Diagnostics.Process,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Running.BenchmarkId) - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.DiagnoserActionParameters(System.Diagnostics.Process, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Running.BenchmarkId) - nameWithType: DiagnoserActionParameters.DiagnoserActionParameters(Process, BenchmarkCase, BenchmarkId) -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.#ctor* - name: DiagnoserActionParameters - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.DiagnoserActionParameters - nameWithType: DiagnoserActionParameters.DiagnoserActionParameters -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkCase - name: BenchmarkCase - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_BenchmarkCase - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkCase - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkCase - nameWithType: DiagnoserActionParameters.BenchmarkCase -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkCase* - name: BenchmarkCase - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_BenchmarkCase_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkCase - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkCase - nameWithType: DiagnoserActionParameters.BenchmarkCase -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkId - name: BenchmarkId - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_BenchmarkId - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkId - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkId - nameWithType: DiagnoserActionParameters.BenchmarkId -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkId* - name: BenchmarkId - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_BenchmarkId_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkId - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.BenchmarkId - nameWithType: DiagnoserActionParameters.BenchmarkId -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Config - name: Config - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_Config - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Config - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Config - nameWithType: DiagnoserActionParameters.Config -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Config* - name: Config - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_Config_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Config - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Config - nameWithType: DiagnoserActionParameters.Config -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Process - name: Process - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_Process - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Process - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Process - nameWithType: DiagnoserActionParameters.Process -- uid: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Process* - name: Process - href: api/BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.html#BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_Process_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Process - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserActionParameters.Process - nameWithType: DiagnoserActionParameters.Process -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults - name: DiagnoserResults - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html - commentId: T:BenchmarkDotNet.Diagnosers.DiagnoserResults - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults - nameWithType: DiagnoserResults -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.#ctor(BenchmarkDotNet.Running.BenchmarkCase,System.Int64,BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.ThreadingStats,BenchmarkDotNet.Toolchains.Results.BuildResult) - name: DiagnoserResults(BenchmarkCase, Int64, GcStats, ThreadingStats, BuildResult) - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults__ctor_BenchmarkDotNet_Running_BenchmarkCase_System_Int64_BenchmarkDotNet_Engines_GcStats_BenchmarkDotNet_Engines_ThreadingStats_BenchmarkDotNet_Toolchains_Results_BuildResult_ - commentId: M:BenchmarkDotNet.Diagnosers.DiagnoserResults.#ctor(BenchmarkDotNet.Running.BenchmarkCase,System.Int64,BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.ThreadingStats,BenchmarkDotNet.Toolchains.Results.BuildResult) - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.DiagnoserResults(BenchmarkDotNet.Running.BenchmarkCase, System.Int64, BenchmarkDotNet.Engines.GcStats, BenchmarkDotNet.Engines.ThreadingStats, BenchmarkDotNet.Toolchains.Results.BuildResult) - nameWithType: DiagnoserResults.DiagnoserResults(BenchmarkCase, Int64, GcStats, ThreadingStats, BuildResult) -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.#ctor* - name: DiagnoserResults - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserResults.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.DiagnoserResults - nameWithType: DiagnoserResults.DiagnoserResults -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.BenchmarkCase - name: BenchmarkCase - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_BenchmarkCase - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserResults.BenchmarkCase - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.BenchmarkCase - nameWithType: DiagnoserResults.BenchmarkCase -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.BenchmarkCase* - name: BenchmarkCase - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_BenchmarkCase_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserResults.BenchmarkCase - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.BenchmarkCase - nameWithType: DiagnoserResults.BenchmarkCase -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.BuildResult - name: BuildResult - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_BuildResult - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserResults.BuildResult - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.BuildResult - nameWithType: DiagnoserResults.BuildResult -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.BuildResult* - name: BuildResult - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_BuildResult_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserResults.BuildResult - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.BuildResult - nameWithType: DiagnoserResults.BuildResult -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.GcStats - name: GcStats - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_GcStats - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserResults.GcStats - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.GcStats - nameWithType: DiagnoserResults.GcStats -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.GcStats* - name: GcStats - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_GcStats_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserResults.GcStats - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.GcStats - nameWithType: DiagnoserResults.GcStats -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.ThreadingStats - name: ThreadingStats - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_ThreadingStats - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserResults.ThreadingStats - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.ThreadingStats - nameWithType: DiagnoserResults.ThreadingStats -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.ThreadingStats* - name: ThreadingStats - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_ThreadingStats_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserResults.ThreadingStats - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.ThreadingStats - nameWithType: DiagnoserResults.ThreadingStats -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.TotalOperations - name: TotalOperations - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_TotalOperations - commentId: P:BenchmarkDotNet.Diagnosers.DiagnoserResults.TotalOperations - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.TotalOperations - nameWithType: DiagnoserResults.TotalOperations -- uid: BenchmarkDotNet.Diagnosers.DiagnoserResults.TotalOperations* - name: TotalOperations - href: api/BenchmarkDotNet.Diagnosers.DiagnoserResults.html#BenchmarkDotNet_Diagnosers_DiagnoserResults_TotalOperations_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DiagnoserResults.TotalOperations - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DiagnoserResults.TotalOperations - nameWithType: DiagnoserResults.TotalOperations -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser - name: DisassemblyDiagnoser - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html - commentId: T:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser - nameWithType: DisassemblyDiagnoser -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.#ctor(BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig) - name: DisassemblyDiagnoser(DisassemblyDiagnoserConfig) - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser__ctor_BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ - commentId: M:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.#ctor(BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig) - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisassemblyDiagnoser(BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig) - nameWithType: DisassemblyDiagnoser.DisassemblyDiagnoser(DisassemblyDiagnoserConfig) -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.#ctor* - name: DisassemblyDiagnoser - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisassemblyDiagnoser - nameWithType: DisassemblyDiagnoser.DisassemblyDiagnoser -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Analysers - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Analysers - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Analysers - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Analysers - nameWithType: DisassemblyDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Analysers* - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Analysers_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Analysers - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Analysers - nameWithType: DisassemblyDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Config - name: Config - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Config - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Config - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Config - nameWithType: DisassemblyDiagnoser.Config -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Config* - name: Config - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Config_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Config - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Config - nameWithType: DisassemblyDiagnoser.Config -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - name: DisplayResults(ILogger) - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_DisplayResults_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - nameWithType: DisassemblyDiagnoser.DisplayResults(ILogger) -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisplayResults* - name: DisplayResults - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_DisplayResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisplayResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.DisplayResults - nameWithType: DisassemblyDiagnoser.DisplayResults -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Exporters - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Exporters - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Exporters - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Exporters - nameWithType: DisassemblyDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Exporters* - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Exporters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Exporters - nameWithType: DisassemblyDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - name: GetRunMode(BenchmarkCase) - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_GetRunMode_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: DisassemblyDiagnoser.GetRunMode(BenchmarkCase) -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.GetRunMode* - name: GetRunMode - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_GetRunMode_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.GetRunMode - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.GetRunMode - nameWithType: DisassemblyDiagnoser.GetRunMode -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Handle(HostSignal, DiagnoserActionParameters) - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Handle_BenchmarkDotNet_Engines_HostSignal_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal, BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: DisassemblyDiagnoser.Handle(HostSignal, DiagnoserActionParameters) -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Handle* - name: Handle - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Handle_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Handle - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Handle - nameWithType: DisassemblyDiagnoser.Handle -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Ids - name: Ids - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Ids - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Ids - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Ids - nameWithType: DisassemblyDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Ids* - name: Ids - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Ids_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Ids - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Ids - nameWithType: DisassemblyDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - name: ProcessResults(DiagnoserResults) - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_ProcessResults_BenchmarkDotNet_Diagnosers_DiagnoserResults_ - commentId: M:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - nameWithType: DisassemblyDiagnoser.ProcessResults(DiagnoserResults) -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.ProcessResults* - name: ProcessResults - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_ProcessResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.ProcessResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.ProcessResults - nameWithType: DisassemblyDiagnoser.ProcessResults -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Results - name: Results - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Results - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Results - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Results - nameWithType: DisassemblyDiagnoser.Results -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Results* - name: Results - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Results_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Results - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Results - nameWithType: DisassemblyDiagnoser.Results -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: DisassemblyDiagnoser.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Validate* - name: Validate - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoser_Validate_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoser.Validate - nameWithType: DisassemblyDiagnoser.Validate -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig - name: DisassemblyDiagnoserConfig - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html - commentId: T:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig - nameWithType: DisassemblyDiagnoserConfig -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.#ctor(System.Int32,Iced.Intel.Formatter,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - name: DisassemblyDiagnoserConfig(Int32, Formatter, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig__ctor_System_Int32_Iced_Intel_Formatter_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.#ctor(System.Int32,Iced.Intel.Formatter,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.DisassemblyDiagnoserConfig(System.Int32, Iced.Intel.Formatter, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) - nameWithType: DisassemblyDiagnoserConfig.DisassemblyDiagnoserConfig(Int32, Formatter, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.#ctor* - name: DisassemblyDiagnoserConfig - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.DisassemblyDiagnoserConfig - nameWithType: DisassemblyDiagnoserConfig.DisassemblyDiagnoserConfig -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport - name: ExportCombinedDisassemblyReport - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportCombinedDisassemblyReport - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport - nameWithType: DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport* - name: ExportCombinedDisassemblyReport - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportCombinedDisassemblyReport_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport - nameWithType: DisassemblyDiagnoserConfig.ExportCombinedDisassemblyReport -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportDiff - name: ExportDiff - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportDiff - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportDiff - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportDiff - nameWithType: DisassemblyDiagnoserConfig.ExportDiff -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportDiff* - name: ExportDiff - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportDiff_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportDiff - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportDiff - nameWithType: DisassemblyDiagnoserConfig.ExportDiff -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportGithubMarkdown - name: ExportGithubMarkdown - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportGithubMarkdown - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportGithubMarkdown - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportGithubMarkdown - nameWithType: DisassemblyDiagnoserConfig.ExportGithubMarkdown -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportGithubMarkdown* - name: ExportGithubMarkdown - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportGithubMarkdown_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportGithubMarkdown - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportGithubMarkdown - nameWithType: DisassemblyDiagnoserConfig.ExportGithubMarkdown -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportHtml - name: ExportHtml - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportHtml - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportHtml - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportHtml - nameWithType: DisassemblyDiagnoserConfig.ExportHtml -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportHtml* - name: ExportHtml - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ExportHtml_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportHtml - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.ExportHtml - nameWithType: DisassemblyDiagnoserConfig.ExportHtml -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.MaxDepth - name: MaxDepth - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_MaxDepth - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.MaxDepth - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.MaxDepth - nameWithType: DisassemblyDiagnoserConfig.MaxDepth -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.MaxDepth* - name: MaxDepth - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_MaxDepth_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.MaxDepth - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.MaxDepth - nameWithType: DisassemblyDiagnoserConfig.MaxDepth -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintInstructionAddresses - name: PrintInstructionAddresses - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_PrintInstructionAddresses - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintInstructionAddresses - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintInstructionAddresses - nameWithType: DisassemblyDiagnoserConfig.PrintInstructionAddresses -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintInstructionAddresses* - name: PrintInstructionAddresses - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_PrintInstructionAddresses_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintInstructionAddresses - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintInstructionAddresses - nameWithType: DisassemblyDiagnoserConfig.PrintInstructionAddresses -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintSource - name: PrintSource - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_PrintSource - commentId: P:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintSource - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintSource - nameWithType: DisassemblyDiagnoserConfig.PrintSource -- uid: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintSource* - name: PrintSource - href: api/BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.html#BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_PrintSource_ - commentId: Overload:BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintSource - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig.PrintSource - nameWithType: DisassemblyDiagnoserConfig.PrintSource -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfile - name: EventPipeProfile - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfile.html - commentId: T:BenchmarkDotNet.Diagnosers.EventPipeProfile - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfile - nameWithType: EventPipeProfile -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfile.CpuSampling - name: CpuSampling - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfile.html#BenchmarkDotNet_Diagnosers_EventPipeProfile_CpuSampling - commentId: F:BenchmarkDotNet.Diagnosers.EventPipeProfile.CpuSampling - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfile.CpuSampling - nameWithType: EventPipeProfile.CpuSampling -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfile.GcCollect - name: GcCollect - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfile.html#BenchmarkDotNet_Diagnosers_EventPipeProfile_GcCollect - commentId: F:BenchmarkDotNet.Diagnosers.EventPipeProfile.GcCollect - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfile.GcCollect - nameWithType: EventPipeProfile.GcCollect -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfile.GcVerbose - name: GcVerbose - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfile.html#BenchmarkDotNet_Diagnosers_EventPipeProfile_GcVerbose - commentId: F:BenchmarkDotNet.Diagnosers.EventPipeProfile.GcVerbose - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfile.GcVerbose - nameWithType: EventPipeProfile.GcVerbose -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfile.Jit - name: Jit - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfile.html#BenchmarkDotNet_Diagnosers_EventPipeProfile_Jit - commentId: F:BenchmarkDotNet.Diagnosers.EventPipeProfile.Jit - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfile.Jit - nameWithType: EventPipeProfile.Jit -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler - name: EventPipeProfiler - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html - commentId: T:BenchmarkDotNet.Diagnosers.EventPipeProfiler - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler - nameWithType: EventPipeProfiler -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.#ctor - name: EventPipeProfiler() - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler__ctor - commentId: M:BenchmarkDotNet.Diagnosers.EventPipeProfiler.#ctor - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.EventPipeProfiler() - nameWithType: EventPipeProfiler.EventPipeProfiler() -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.#ctor(BenchmarkDotNet.Diagnosers.EventPipeProfile,System.Collections.Generic.IReadOnlyCollection{Microsoft.Diagnostics.NETCore.Client.EventPipeProvider},System.Boolean) - name: EventPipeProfiler(EventPipeProfile, IReadOnlyCollection, Boolean) - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler__ctor_BenchmarkDotNet_Diagnosers_EventPipeProfile_System_Collections_Generic_IReadOnlyCollection_Microsoft_Diagnostics_NETCore_Client_EventPipeProvider__System_Boolean_ - commentId: M:BenchmarkDotNet.Diagnosers.EventPipeProfiler.#ctor(BenchmarkDotNet.Diagnosers.EventPipeProfile,System.Collections.Generic.IReadOnlyCollection{Microsoft.Diagnostics.NETCore.Client.EventPipeProvider},System.Boolean) - name.vb: EventPipeProfiler(EventPipeProfile, IReadOnlyCollection(Of EventPipeProvider), Boolean) - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.EventPipeProfiler(BenchmarkDotNet.Diagnosers.EventPipeProfile, System.Collections.Generic.IReadOnlyCollection, System.Boolean) - fullName.vb: BenchmarkDotNet.Diagnosers.EventPipeProfiler.EventPipeProfiler(BenchmarkDotNet.Diagnosers.EventPipeProfile, System.Collections.Generic.IReadOnlyCollection(Of Microsoft.Diagnostics.NETCore.Client.EventPipeProvider), System.Boolean) - nameWithType: EventPipeProfiler.EventPipeProfiler(EventPipeProfile, IReadOnlyCollection, Boolean) - nameWithType.vb: EventPipeProfiler.EventPipeProfiler(EventPipeProfile, IReadOnlyCollection(Of EventPipeProvider), Boolean) -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.#ctor* - name: EventPipeProfiler - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.EventPipeProfiler - nameWithType: EventPipeProfiler.EventPipeProfiler -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Analysers - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Analysers - commentId: P:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Analysers - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Analysers - nameWithType: EventPipeProfiler.Analysers -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Analysers* - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Analysers_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Analysers - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Analysers - nameWithType: EventPipeProfiler.Analysers -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Default - name: Default - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Default - commentId: F:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Default - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Default - nameWithType: EventPipeProfiler.Default -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - name: DisplayResults(ILogger) - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_DisplayResults_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Diagnosers.EventPipeProfiler.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - nameWithType: EventPipeProfiler.DisplayResults(ILogger) -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.DisplayResults* - name: DisplayResults - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_DisplayResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.DisplayResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.DisplayResults - nameWithType: EventPipeProfiler.DisplayResults -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Exporters - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Exporters - commentId: P:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Exporters - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Exporters - nameWithType: EventPipeProfiler.Exporters -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Exporters* - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Exporters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Exporters - nameWithType: EventPipeProfiler.Exporters -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - name: GetRunMode(BenchmarkCase) - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_GetRunMode_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Diagnosers.EventPipeProfiler.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: EventPipeProfiler.GetRunMode(BenchmarkCase) -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.GetRunMode* - name: GetRunMode - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_GetRunMode_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.GetRunMode - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.GetRunMode - nameWithType: EventPipeProfiler.GetRunMode -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Handle(HostSignal, DiagnoserActionParameters) - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Handle_BenchmarkDotNet_Engines_HostSignal_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Handle(BenchmarkDotNet.Engines.HostSignal, BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: EventPipeProfiler.Handle(HostSignal, DiagnoserActionParameters) -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Handle* - name: Handle - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Handle_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Handle - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Handle - nameWithType: EventPipeProfiler.Handle -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Ids - name: Ids - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Ids - commentId: P:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Ids - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Ids - nameWithType: EventPipeProfiler.Ids -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Ids* - name: Ids - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Ids_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Ids - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Ids - nameWithType: EventPipeProfiler.Ids -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - name: ProcessResults(DiagnoserResults) - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_ProcessResults_BenchmarkDotNet_Diagnosers_DiagnoserResults_ - commentId: M:BenchmarkDotNet.Diagnosers.EventPipeProfiler.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - nameWithType: EventPipeProfiler.ProcessResults(DiagnoserResults) -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ProcessResults* - name: ProcessResults - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_ProcessResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.ProcessResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ProcessResults - nameWithType: EventPipeProfiler.ProcessResults -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ShortName - name: ShortName - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_ShortName - commentId: P:BenchmarkDotNet.Diagnosers.EventPipeProfiler.ShortName - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ShortName - nameWithType: EventPipeProfiler.ShortName -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ShortName* - name: ShortName - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_ShortName_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.ShortName - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.ShortName - nameWithType: EventPipeProfiler.ShortName -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: EventPipeProfiler.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Validate* - name: Validate - href: api/BenchmarkDotNet.Diagnosers.EventPipeProfiler.html#BenchmarkDotNet_Diagnosers_EventPipeProfiler_Validate_ - commentId: Overload:BenchmarkDotNet.Diagnosers.EventPipeProfiler.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.EventPipeProfiler.Validate - nameWithType: EventPipeProfiler.Validate -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter - name: HardwareCounter - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html - commentId: T:BenchmarkDotNet.Diagnosers.HardwareCounter - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter - nameWithType: HardwareCounter -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchInstructionRetired - name: BranchInstructionRetired - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_BranchInstructionRetired - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.BranchInstructionRetired - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchInstructionRetired - nameWithType: HardwareCounter.BranchInstructionRetired -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchInstructions - name: BranchInstructions - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_BranchInstructions - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.BranchInstructions - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchInstructions - nameWithType: HardwareCounter.BranchInstructions -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchMispredictions - name: BranchMispredictions - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_BranchMispredictions - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.BranchMispredictions - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchMispredictions - nameWithType: HardwareCounter.BranchMispredictions -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchMispredictsRetired - name: BranchMispredictsRetired - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_BranchMispredictsRetired - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.BranchMispredictsRetired - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.BranchMispredictsRetired - nameWithType: HardwareCounter.BranchMispredictsRetired -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.CacheMisses - name: CacheMisses - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_CacheMisses - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.CacheMisses - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.CacheMisses - nameWithType: HardwareCounter.CacheMisses -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.InstructionRetired - name: InstructionRetired - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_InstructionRetired - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.InstructionRetired - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.InstructionRetired - nameWithType: HardwareCounter.InstructionRetired -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.LlcMisses - name: LlcMisses - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_LlcMisses - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.LlcMisses - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.LlcMisses - nameWithType: HardwareCounter.LlcMisses -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.LlcReference - name: LlcReference - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_LlcReference - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.LlcReference - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.LlcReference - nameWithType: HardwareCounter.LlcReference -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.NotSet - name: NotSet - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_NotSet - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.NotSet - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.NotSet - nameWithType: HardwareCounter.NotSet -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.Timer - name: Timer - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_Timer - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.Timer - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.Timer - nameWithType: HardwareCounter.Timer -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.TotalCycles - name: TotalCycles - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_TotalCycles - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.TotalCycles - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.TotalCycles - nameWithType: HardwareCounter.TotalCycles -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.TotalIssues - name: TotalIssues - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_TotalIssues - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.TotalIssues - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.TotalIssues - nameWithType: HardwareCounter.TotalIssues -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.UnhaltedCoreCycles - name: UnhaltedCoreCycles - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_UnhaltedCoreCycles - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.UnhaltedCoreCycles - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.UnhaltedCoreCycles - nameWithType: HardwareCounter.UnhaltedCoreCycles -- uid: BenchmarkDotNet.Diagnosers.HardwareCounter.UnhaltedReferenceCycles - name: UnhaltedReferenceCycles - href: api/BenchmarkDotNet.Diagnosers.HardwareCounter.html#BenchmarkDotNet_Diagnosers_HardwareCounter_UnhaltedReferenceCycles - commentId: F:BenchmarkDotNet.Diagnosers.HardwareCounter.UnhaltedReferenceCycles - fullName: BenchmarkDotNet.Diagnosers.HardwareCounter.UnhaltedReferenceCycles - nameWithType: HardwareCounter.UnhaltedReferenceCycles -- uid: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions - name: HardwareCounterExtensions - href: api/BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.html - commentId: T:BenchmarkDotNet.Diagnosers.HardwareCounterExtensions - fullName: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions - nameWithType: HardwareCounterExtensions -- uid: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.TheGreaterTheBetter(BenchmarkDotNet.Diagnosers.HardwareCounter) - name: TheGreaterTheBetter(HardwareCounter) - href: api/BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.html#BenchmarkDotNet_Diagnosers_HardwareCounterExtensions_TheGreaterTheBetter_BenchmarkDotNet_Diagnosers_HardwareCounter_ - commentId: M:BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.TheGreaterTheBetter(BenchmarkDotNet.Diagnosers.HardwareCounter) - fullName: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.TheGreaterTheBetter(BenchmarkDotNet.Diagnosers.HardwareCounter) - nameWithType: HardwareCounterExtensions.TheGreaterTheBetter(HardwareCounter) -- uid: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.TheGreaterTheBetter* - name: TheGreaterTheBetter - href: api/BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.html#BenchmarkDotNet_Diagnosers_HardwareCounterExtensions_TheGreaterTheBetter_ - commentId: Overload:BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.TheGreaterTheBetter - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.TheGreaterTheBetter - nameWithType: HardwareCounterExtensions.TheGreaterTheBetter -- uid: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.ToShortName(BenchmarkDotNet.Diagnosers.HardwareCounter) - name: ToShortName(HardwareCounter) - href: api/BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.html#BenchmarkDotNet_Diagnosers_HardwareCounterExtensions_ToShortName_BenchmarkDotNet_Diagnosers_HardwareCounter_ - commentId: M:BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.ToShortName(BenchmarkDotNet.Diagnosers.HardwareCounter) - fullName: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.ToShortName(BenchmarkDotNet.Diagnosers.HardwareCounter) - nameWithType: HardwareCounterExtensions.ToShortName(HardwareCounter) -- uid: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.ToShortName* - name: ToShortName - href: api/BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.html#BenchmarkDotNet_Diagnosers_HardwareCounterExtensions_ToShortName_ - commentId: Overload:BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.ToShortName - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.HardwareCounterExtensions.ToShortName - nameWithType: HardwareCounterExtensions.ToShortName -- uid: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser`1 - name: IConfigurableDiagnoser - href: api/BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser-1.html - commentId: T:BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser`1 - name.vb: IConfigurableDiagnoser(Of TConfig) - fullName: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser - fullName.vb: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser(Of TConfig) - nameWithType: IConfigurableDiagnoser - nameWithType.vb: IConfigurableDiagnoser(Of TConfig) -- uid: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser`1.Configure(`0) - name: Configure(TConfig) - href: api/BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser-1.html#BenchmarkDotNet_Diagnosers_IConfigurableDiagnoser_1_Configure__0_ - commentId: M:BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser`1.Configure(`0) - fullName: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser.Configure(TConfig) - fullName.vb: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser(Of TConfig).Configure(TConfig) - nameWithType: IConfigurableDiagnoser.Configure(TConfig) - nameWithType.vb: IConfigurableDiagnoser(Of TConfig).Configure(TConfig) -- uid: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser`1.Configure* - name: Configure - href: api/BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser-1.html#BenchmarkDotNet_Diagnosers_IConfigurableDiagnoser_1_Configure_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser`1.Configure - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser.Configure - fullName.vb: BenchmarkDotNet.Diagnosers.IConfigurableDiagnoser(Of TConfig).Configure - nameWithType: IConfigurableDiagnoser.Configure - nameWithType.vb: IConfigurableDiagnoser(Of TConfig).Configure -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser - name: IDiagnoser - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html - commentId: T:BenchmarkDotNet.Diagnosers.IDiagnoser - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser - nameWithType: IDiagnoser -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Analysers - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Analysers - commentId: P:BenchmarkDotNet.Diagnosers.IDiagnoser.Analysers - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Analysers - nameWithType: IDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Analysers* - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Analysers_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.Analysers - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Analysers - nameWithType: IDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - name: DisplayResults(ILogger) - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_DisplayResults_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Diagnosers.IDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - nameWithType: IDiagnoser.DisplayResults(ILogger) -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.DisplayResults* - name: DisplayResults - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_DisplayResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.DisplayResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.DisplayResults - nameWithType: IDiagnoser.DisplayResults -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Exporters - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Exporters - commentId: P:BenchmarkDotNet.Diagnosers.IDiagnoser.Exporters - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Exporters - nameWithType: IDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Exporters* - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Exporters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Exporters - nameWithType: IDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - name: GetRunMode(BenchmarkCase) - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_GetRunMode_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Diagnosers.IDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: IDiagnoser.GetRunMode(BenchmarkCase) -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.GetRunMode* - name: GetRunMode - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_GetRunMode_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.GetRunMode - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.GetRunMode - nameWithType: IDiagnoser.GetRunMode -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Handle(HostSignal, DiagnoserActionParameters) - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Handle_BenchmarkDotNet_Engines_HostSignal_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.IDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal, BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: IDiagnoser.Handle(HostSignal, DiagnoserActionParameters) -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Handle* - name: Handle - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Handle_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.Handle - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Handle - nameWithType: IDiagnoser.Handle -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Ids - name: Ids - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Ids - commentId: P:BenchmarkDotNet.Diagnosers.IDiagnoser.Ids - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Ids - nameWithType: IDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Ids* - name: Ids - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Ids_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.Ids - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Ids - nameWithType: IDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - name: ProcessResults(DiagnoserResults) - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_ProcessResults_BenchmarkDotNet_Diagnosers_DiagnoserResults_ - commentId: M:BenchmarkDotNet.Diagnosers.IDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - nameWithType: IDiagnoser.ProcessResults(DiagnoserResults) -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.ProcessResults* - name: ProcessResults - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_ProcessResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.ProcessResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.ProcessResults - nameWithType: IDiagnoser.ProcessResults -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.IDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: IDiagnoser.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Diagnosers.IDiagnoser.Validate* - name: Validate - href: api/BenchmarkDotNet.Diagnosers.IDiagnoser.html#BenchmarkDotNet_Diagnosers_IDiagnoser_Validate_ - commentId: Overload:BenchmarkDotNet.Diagnosers.IDiagnoser.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.IDiagnoser.Validate - nameWithType: IDiagnoser.Validate -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser - name: MemoryDiagnoser - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html - commentId: T:BenchmarkDotNet.Diagnosers.MemoryDiagnoser - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser - nameWithType: MemoryDiagnoser -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Analysers - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Analysers - commentId: P:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Analysers - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Analysers - nameWithType: MemoryDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Analysers* - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Analysers_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Analysers - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Analysers - nameWithType: MemoryDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Default - name: Default - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Default - commentId: F:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Default - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Default - nameWithType: MemoryDiagnoser.Default -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - name: DisplayResults(ILogger) - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_DisplayResults_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - nameWithType: MemoryDiagnoser.DisplayResults(ILogger) -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.DisplayResults* - name: DisplayResults - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_DisplayResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.DisplayResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.DisplayResults - nameWithType: MemoryDiagnoser.DisplayResults -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Exporters - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Exporters - commentId: P:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Exporters - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Exporters - nameWithType: MemoryDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Exporters* - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Exporters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Exporters - nameWithType: MemoryDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - name: GetRunMode(BenchmarkCase) - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_GetRunMode_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: MemoryDiagnoser.GetRunMode(BenchmarkCase) -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.GetRunMode* - name: GetRunMode - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_GetRunMode_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.GetRunMode - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.GetRunMode - nameWithType: MemoryDiagnoser.GetRunMode -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Handle(HostSignal, DiagnoserActionParameters) - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Handle_BenchmarkDotNet_Engines_HostSignal_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal, BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: MemoryDiagnoser.Handle(HostSignal, DiagnoserActionParameters) -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Handle* - name: Handle - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Handle_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Handle - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Handle - nameWithType: MemoryDiagnoser.Handle -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Ids - name: Ids - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Ids - commentId: P:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Ids - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Ids - nameWithType: MemoryDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Ids* - name: Ids - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Ids_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Ids - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Ids - nameWithType: MemoryDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - name: ProcessResults(DiagnoserResults) - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_ProcessResults_BenchmarkDotNet_Diagnosers_DiagnoserResults_ - commentId: M:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - nameWithType: MemoryDiagnoser.ProcessResults(DiagnoserResults) -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.ProcessResults* - name: ProcessResults - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_ProcessResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.ProcessResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.ProcessResults - nameWithType: MemoryDiagnoser.ProcessResults -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: MemoryDiagnoser.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Validate* - name: Validate - href: api/BenchmarkDotNet.Diagnosers.MemoryDiagnoser.html#BenchmarkDotNet_Diagnosers_MemoryDiagnoser_Validate_ - commentId: Overload:BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.MemoryDiagnoser.Validate - nameWithType: MemoryDiagnoser.Validate -- uid: BenchmarkDotNet.Diagnosers.PmcStats - name: PmcStats - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html - commentId: T:BenchmarkDotNet.Diagnosers.PmcStats - fullName: BenchmarkDotNet.Diagnosers.PmcStats - nameWithType: PmcStats -- uid: BenchmarkDotNet.Diagnosers.PmcStats.#ctor - name: PmcStats() - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html#BenchmarkDotNet_Diagnosers_PmcStats__ctor - commentId: M:BenchmarkDotNet.Diagnosers.PmcStats.#ctor - fullName: BenchmarkDotNet.Diagnosers.PmcStats.PmcStats() - nameWithType: PmcStats.PmcStats() -- uid: BenchmarkDotNet.Diagnosers.PmcStats.#ctor(System.Collections.Generic.IReadOnlyCollection{BenchmarkDotNet.Diagnosers.HardwareCounter},System.Func{BenchmarkDotNet.Diagnosers.HardwareCounter,BenchmarkDotNet.Diagnosers.PreciseMachineCounter}) - name: PmcStats(IReadOnlyCollection, Func) - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html#BenchmarkDotNet_Diagnosers_PmcStats__ctor_System_Collections_Generic_IReadOnlyCollection_BenchmarkDotNet_Diagnosers_HardwareCounter__System_Func_BenchmarkDotNet_Diagnosers_HardwareCounter_BenchmarkDotNet_Diagnosers_PreciseMachineCounter__ - commentId: M:BenchmarkDotNet.Diagnosers.PmcStats.#ctor(System.Collections.Generic.IReadOnlyCollection{BenchmarkDotNet.Diagnosers.HardwareCounter},System.Func{BenchmarkDotNet.Diagnosers.HardwareCounter,BenchmarkDotNet.Diagnosers.PreciseMachineCounter}) - name.vb: PmcStats(IReadOnlyCollection(Of HardwareCounter), Func(Of HardwareCounter, PreciseMachineCounter)) - fullName: BenchmarkDotNet.Diagnosers.PmcStats.PmcStats(System.Collections.Generic.IReadOnlyCollection, System.Func) - fullName.vb: BenchmarkDotNet.Diagnosers.PmcStats.PmcStats(System.Collections.Generic.IReadOnlyCollection(Of BenchmarkDotNet.Diagnosers.HardwareCounter), System.Func(Of BenchmarkDotNet.Diagnosers.HardwareCounter, BenchmarkDotNet.Diagnosers.PreciseMachineCounter)) - nameWithType: PmcStats.PmcStats(IReadOnlyCollection, Func) - nameWithType.vb: PmcStats.PmcStats(IReadOnlyCollection(Of HardwareCounter), Func(Of HardwareCounter, PreciseMachineCounter)) -- uid: BenchmarkDotNet.Diagnosers.PmcStats.#ctor* - name: PmcStats - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html#BenchmarkDotNet_Diagnosers_PmcStats__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PmcStats.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PmcStats.PmcStats - nameWithType: PmcStats.PmcStats -- uid: BenchmarkDotNet.Diagnosers.PmcStats.Counters - name: Counters - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html#BenchmarkDotNet_Diagnosers_PmcStats_Counters - commentId: P:BenchmarkDotNet.Diagnosers.PmcStats.Counters - fullName: BenchmarkDotNet.Diagnosers.PmcStats.Counters - nameWithType: PmcStats.Counters -- uid: BenchmarkDotNet.Diagnosers.PmcStats.Counters* - name: Counters - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html#BenchmarkDotNet_Diagnosers_PmcStats_Counters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PmcStats.Counters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PmcStats.Counters - nameWithType: PmcStats.Counters -- uid: BenchmarkDotNet.Diagnosers.PmcStats.TotalOperations - name: TotalOperations - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html#BenchmarkDotNet_Diagnosers_PmcStats_TotalOperations - commentId: P:BenchmarkDotNet.Diagnosers.PmcStats.TotalOperations - fullName: BenchmarkDotNet.Diagnosers.PmcStats.TotalOperations - nameWithType: PmcStats.TotalOperations -- uid: BenchmarkDotNet.Diagnosers.PmcStats.TotalOperations* - name: TotalOperations - href: api/BenchmarkDotNet.Diagnosers.PmcStats.html#BenchmarkDotNet_Diagnosers_PmcStats_TotalOperations_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PmcStats.TotalOperations - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PmcStats.TotalOperations - nameWithType: PmcStats.TotalOperations -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter - name: PreciseMachineCounter - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html - commentId: T:BenchmarkDotNet.Diagnosers.PreciseMachineCounter - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter - nameWithType: PreciseMachineCounter -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Count - name: Count - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Count - commentId: P:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Count - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Count - nameWithType: PreciseMachineCounter.Count -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Count* - name: Count - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Count_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Count - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Count - nameWithType: PreciseMachineCounter.Count -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Counter - name: Counter - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Counter - commentId: P:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Counter - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Counter - nameWithType: PreciseMachineCounter.Counter -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Counter* - name: Counter - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Counter_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Counter - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Counter - nameWithType: PreciseMachineCounter.Counter -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Interval - name: Interval - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Interval - commentId: P:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Interval - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Interval - nameWithType: PreciseMachineCounter.Interval -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Interval* - name: Interval - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Interval_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Interval - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Interval - nameWithType: PreciseMachineCounter.Interval -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Name - name: Name - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Name - commentId: P:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Name - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Name - nameWithType: PreciseMachineCounter.Name -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Name* - name: Name - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_Name_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Name - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.Name - nameWithType: PreciseMachineCounter.Name -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.OnSample(System.UInt64) - name: OnSample(UInt64) - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_OnSample_System_UInt64_ - commentId: M:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.OnSample(System.UInt64) - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.OnSample(System.UInt64) - nameWithType: PreciseMachineCounter.OnSample(UInt64) -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.OnSample* - name: OnSample - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_OnSample_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.OnSample - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.OnSample - nameWithType: PreciseMachineCounter.OnSample -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.PerInstructionPointer - name: PerInstructionPointer - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_PerInstructionPointer - commentId: P:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.PerInstructionPointer - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.PerInstructionPointer - nameWithType: PreciseMachineCounter.PerInstructionPointer -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.PerInstructionPointer* - name: PerInstructionPointer - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_PerInstructionPointer_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.PerInstructionPointer - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.PerInstructionPointer - nameWithType: PreciseMachineCounter.PerInstructionPointer -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.ProfileSourceId - name: ProfileSourceId - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_ProfileSourceId - commentId: P:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.ProfileSourceId - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.ProfileSourceId - nameWithType: PreciseMachineCounter.ProfileSourceId -- uid: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.ProfileSourceId* - name: ProfileSourceId - href: api/BenchmarkDotNet.Diagnosers.PreciseMachineCounter.html#BenchmarkDotNet_Diagnosers_PreciseMachineCounter_ProfileSourceId_ - commentId: Overload:BenchmarkDotNet.Diagnosers.PreciseMachineCounter.ProfileSourceId - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.PreciseMachineCounter.ProfileSourceId - nameWithType: PreciseMachineCounter.ProfileSourceId -- uid: BenchmarkDotNet.Diagnosers.RunMode - name: RunMode - href: api/BenchmarkDotNet.Diagnosers.RunMode.html - commentId: T:BenchmarkDotNet.Diagnosers.RunMode - fullName: BenchmarkDotNet.Diagnosers.RunMode - nameWithType: RunMode -- uid: BenchmarkDotNet.Diagnosers.RunMode.ExtraRun - name: ExtraRun - href: api/BenchmarkDotNet.Diagnosers.RunMode.html#BenchmarkDotNet_Diagnosers_RunMode_ExtraRun - commentId: F:BenchmarkDotNet.Diagnosers.RunMode.ExtraRun - fullName: BenchmarkDotNet.Diagnosers.RunMode.ExtraRun - nameWithType: RunMode.ExtraRun -- uid: BenchmarkDotNet.Diagnosers.RunMode.None - name: None - href: api/BenchmarkDotNet.Diagnosers.RunMode.html#BenchmarkDotNet_Diagnosers_RunMode_None - commentId: F:BenchmarkDotNet.Diagnosers.RunMode.None - fullName: BenchmarkDotNet.Diagnosers.RunMode.None - nameWithType: RunMode.None -- uid: BenchmarkDotNet.Diagnosers.RunMode.NoOverhead - name: NoOverhead - href: api/BenchmarkDotNet.Diagnosers.RunMode.html#BenchmarkDotNet_Diagnosers_RunMode_NoOverhead - commentId: F:BenchmarkDotNet.Diagnosers.RunMode.NoOverhead - fullName: BenchmarkDotNet.Diagnosers.RunMode.NoOverhead - nameWithType: RunMode.NoOverhead -- uid: BenchmarkDotNet.Diagnosers.RunMode.SeparateLogic - name: SeparateLogic - href: api/BenchmarkDotNet.Diagnosers.RunMode.html#BenchmarkDotNet_Diagnosers_RunMode_SeparateLogic - commentId: F:BenchmarkDotNet.Diagnosers.RunMode.SeparateLogic - fullName: BenchmarkDotNet.Diagnosers.RunMode.SeparateLogic - nameWithType: RunMode.SeparateLogic -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser - name: ThreadingDiagnoser - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html - commentId: T:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser - nameWithType: ThreadingDiagnoser -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Analysers - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Analysers - commentId: P:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Analysers - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Analysers - nameWithType: ThreadingDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Analysers* - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Analysers_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Analysers - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Analysers - nameWithType: ThreadingDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Default - name: Default - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Default - commentId: F:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Default - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Default - nameWithType: ThreadingDiagnoser.Default -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - name: DisplayResults(ILogger) - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_DisplayResults_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - nameWithType: ThreadingDiagnoser.DisplayResults(ILogger) -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.DisplayResults* - name: DisplayResults - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_DisplayResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.DisplayResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.DisplayResults - nameWithType: ThreadingDiagnoser.DisplayResults -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Exporters - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Exporters - commentId: P:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Exporters - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Exporters - nameWithType: ThreadingDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Exporters* - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Exporters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Exporters - nameWithType: ThreadingDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - name: GetRunMode(BenchmarkCase) - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_GetRunMode_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: ThreadingDiagnoser.GetRunMode(BenchmarkCase) -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.GetRunMode* - name: GetRunMode - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_GetRunMode_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.GetRunMode - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.GetRunMode - nameWithType: ThreadingDiagnoser.GetRunMode -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Handle(HostSignal, DiagnoserActionParameters) - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Handle_BenchmarkDotNet_Engines_HostSignal_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal, BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: ThreadingDiagnoser.Handle(HostSignal, DiagnoserActionParameters) -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Handle* - name: Handle - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Handle_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Handle - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Handle - nameWithType: ThreadingDiagnoser.Handle -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Ids - name: Ids - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Ids - commentId: P:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Ids - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Ids - nameWithType: ThreadingDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Ids* - name: Ids - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Ids_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Ids - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Ids - nameWithType: ThreadingDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - name: ProcessResults(DiagnoserResults) - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_ProcessResults_BenchmarkDotNet_Diagnosers_DiagnoserResults_ - commentId: M:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - nameWithType: ThreadingDiagnoser.ProcessResults(DiagnoserResults) -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.ProcessResults* - name: ProcessResults - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_ProcessResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.ProcessResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.ProcessResults - nameWithType: ThreadingDiagnoser.ProcessResults -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ThreadingDiagnoser.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Validate* - name: Validate - href: api/BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.html#BenchmarkDotNet_Diagnosers_ThreadingDiagnoser_Validate_ - commentId: Overload:BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.ThreadingDiagnoser.Validate - nameWithType: ThreadingDiagnoser.Validate -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser - name: UnresolvedDiagnoser - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html - commentId: T:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser - nameWithType: UnresolvedDiagnoser -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.#ctor(System.Type) - name: UnresolvedDiagnoser(Type) - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser__ctor_System_Type_ - commentId: M:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.#ctor(System.Type) - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.UnresolvedDiagnoser(System.Type) - nameWithType: UnresolvedDiagnoser.UnresolvedDiagnoser(Type) -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.#ctor* - name: UnresolvedDiagnoser - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser__ctor_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.UnresolvedDiagnoser - nameWithType: UnresolvedDiagnoser.UnresolvedDiagnoser -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Analysers - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Analysers - commentId: P:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Analysers - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Analysers - nameWithType: UnresolvedDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Analysers* - name: Analysers - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Analysers_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Analysers - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Analysers - nameWithType: UnresolvedDiagnoser.Analysers -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - name: DisplayResults(ILogger) - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_DisplayResults_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.DisplayResults(BenchmarkDotNet.Loggers.ILogger) - nameWithType: UnresolvedDiagnoser.DisplayResults(ILogger) -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.DisplayResults* - name: DisplayResults - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_DisplayResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.DisplayResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.DisplayResults - nameWithType: UnresolvedDiagnoser.DisplayResults -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Exporters - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Exporters - commentId: P:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Exporters - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Exporters - nameWithType: UnresolvedDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Exporters* - name: Exporters - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Exporters_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Exporters - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Exporters - nameWithType: UnresolvedDiagnoser.Exporters -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - name: GetRunMode(BenchmarkCase) - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_GetRunMode_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.GetRunMode(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: UnresolvedDiagnoser.GetRunMode(BenchmarkCase) -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.GetRunMode* - name: GetRunMode - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_GetRunMode_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.GetRunMode - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.GetRunMode - nameWithType: UnresolvedDiagnoser.GetRunMode -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Handle(HostSignal, DiagnoserActionParameters) - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Handle_BenchmarkDotNet_Engines_HostSignal_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal,BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Handle(BenchmarkDotNet.Engines.HostSignal, BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: UnresolvedDiagnoser.Handle(HostSignal, DiagnoserActionParameters) -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Handle* - name: Handle - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Handle_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Handle - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Handle - nameWithType: UnresolvedDiagnoser.Handle -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Ids - name: Ids - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Ids - commentId: P:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Ids - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Ids - nameWithType: UnresolvedDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Ids* - name: Ids - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Ids_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Ids - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Ids - nameWithType: UnresolvedDiagnoser.Ids -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - name: ProcessResults(DiagnoserResults) - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_ProcessResults_BenchmarkDotNet_Diagnosers_DiagnoserResults_ - commentId: M:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.ProcessResults(BenchmarkDotNet.Diagnosers.DiagnoserResults) - nameWithType: UnresolvedDiagnoser.ProcessResults(DiagnoserResults) -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.ProcessResults* - name: ProcessResults - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_ProcessResults_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.ProcessResults - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.ProcessResults - nameWithType: UnresolvedDiagnoser.ProcessResults -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: UnresolvedDiagnoser.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Validate* - name: Validate - href: api/BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.html#BenchmarkDotNet_Diagnosers_UnresolvedDiagnoser_Validate_ - commentId: Overload:BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Diagnosers.UnresolvedDiagnoser.Validate - nameWithType: UnresolvedDiagnoser.Validate -- uid: BenchmarkDotNet.Disassemblers - name: BenchmarkDotNet.Disassemblers - href: api/BenchmarkDotNet.Disassemblers.html - commentId: N:BenchmarkDotNet.Disassemblers - fullName: BenchmarkDotNet.Disassemblers - nameWithType: BenchmarkDotNet.Disassemblers -- uid: BenchmarkDotNet.Disassemblers.Asm - name: Asm - href: api/BenchmarkDotNet.Disassemblers.Asm.html - commentId: T:BenchmarkDotNet.Disassemblers.Asm - fullName: BenchmarkDotNet.Disassemblers.Asm - nameWithType: Asm -- uid: BenchmarkDotNet.Disassemblers.Asm.Instruction - name: Instruction - href: api/BenchmarkDotNet.Disassemblers.Asm.html#BenchmarkDotNet_Disassemblers_Asm_Instruction - commentId: P:BenchmarkDotNet.Disassemblers.Asm.Instruction - fullName: BenchmarkDotNet.Disassemblers.Asm.Instruction - nameWithType: Asm.Instruction -- uid: BenchmarkDotNet.Disassemblers.Asm.Instruction* - name: Instruction - href: api/BenchmarkDotNet.Disassemblers.Asm.html#BenchmarkDotNet_Disassemblers_Asm_Instruction_ - commentId: Overload:BenchmarkDotNet.Disassemblers.Asm.Instruction - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.Asm.Instruction - nameWithType: Asm.Instruction -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod - name: DisassembledMethod - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html - commentId: T:BenchmarkDotNet.Disassemblers.DisassembledMethod - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod - nameWithType: DisassembledMethod -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.CommandLine - name: CommandLine - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_CommandLine - commentId: P:BenchmarkDotNet.Disassemblers.DisassembledMethod.CommandLine - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.CommandLine - nameWithType: DisassembledMethod.CommandLine -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.CommandLine* - name: CommandLine - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_CommandLine_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassembledMethod.CommandLine - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.CommandLine - nameWithType: DisassembledMethod.CommandLine -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Empty(System.String,System.UInt64,System.String) - name: Empty(String, UInt64, String) - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Empty_System_String_System_UInt64_System_String_ - commentId: M:BenchmarkDotNet.Disassemblers.DisassembledMethod.Empty(System.String,System.UInt64,System.String) - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Empty(System.String, System.UInt64, System.String) - nameWithType: DisassembledMethod.Empty(String, UInt64, String) -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Empty* - name: Empty - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Empty_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassembledMethod.Empty - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Empty - nameWithType: DisassembledMethod.Empty -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Maps - name: Maps - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Maps - commentId: P:BenchmarkDotNet.Disassemblers.DisassembledMethod.Maps - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Maps - nameWithType: DisassembledMethod.Maps -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Maps* - name: Maps - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Maps_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassembledMethod.Maps - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Maps - nameWithType: DisassembledMethod.Maps -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Name - name: Name - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Name - commentId: P:BenchmarkDotNet.Disassemblers.DisassembledMethod.Name - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Name - nameWithType: DisassembledMethod.Name -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Name* - name: Name - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Name_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassembledMethod.Name - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Name - nameWithType: DisassembledMethod.Name -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.NativeCode - name: NativeCode - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_NativeCode - commentId: P:BenchmarkDotNet.Disassemblers.DisassembledMethod.NativeCode - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.NativeCode - nameWithType: DisassembledMethod.NativeCode -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.NativeCode* - name: NativeCode - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_NativeCode_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassembledMethod.NativeCode - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.NativeCode - nameWithType: DisassembledMethod.NativeCode -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Problem - name: Problem - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Problem - commentId: P:BenchmarkDotNet.Disassemblers.DisassembledMethod.Problem - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Problem - nameWithType: DisassembledMethod.Problem -- uid: BenchmarkDotNet.Disassemblers.DisassembledMethod.Problem* - name: Problem - href: api/BenchmarkDotNet.Disassemblers.DisassembledMethod.html#BenchmarkDotNet_Disassemblers_DisassembledMethod_Problem_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassembledMethod.Problem - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassembledMethod.Problem - nameWithType: DisassembledMethod.Problem -- uid: BenchmarkDotNet.Disassemblers.DisassemblerConstants - name: DisassemblerConstants - href: api/BenchmarkDotNet.Disassemblers.DisassemblerConstants.html - commentId: T:BenchmarkDotNet.Disassemblers.DisassemblerConstants - fullName: BenchmarkDotNet.Disassemblers.DisassemblerConstants - nameWithType: DisassemblerConstants -- uid: BenchmarkDotNet.Disassemblers.DisassemblerConstants.DisassemblerEntryMethodName - name: DisassemblerEntryMethodName - href: api/BenchmarkDotNet.Disassemblers.DisassemblerConstants.html#BenchmarkDotNet_Disassemblers_DisassemblerConstants_DisassemblerEntryMethodName - commentId: F:BenchmarkDotNet.Disassemblers.DisassemblerConstants.DisassemblerEntryMethodName - fullName: BenchmarkDotNet.Disassemblers.DisassemblerConstants.DisassemblerEntryMethodName - nameWithType: DisassemblerConstants.DisassemblerEntryMethodName -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult - name: DisassemblyResult - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html - commentId: T:BenchmarkDotNet.Disassemblers.DisassemblyResult - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult - nameWithType: DisassemblyResult -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.#ctor - name: DisassemblyResult() - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult__ctor - commentId: M:BenchmarkDotNet.Disassemblers.DisassemblyResult.#ctor - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.DisassemblyResult() - nameWithType: DisassemblyResult.DisassemblyResult() -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.#ctor* - name: DisassemblyResult - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult__ctor_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.DisassemblyResult - nameWithType: DisassemblyResult.DisassemblyResult -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.AddressToNameMapping - name: AddressToNameMapping - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_AddressToNameMapping - commentId: P:BenchmarkDotNet.Disassemblers.DisassemblyResult.AddressToNameMapping - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.AddressToNameMapping - nameWithType: DisassemblyResult.AddressToNameMapping -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.AddressToNameMapping* - name: AddressToNameMapping - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_AddressToNameMapping_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.AddressToNameMapping - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.AddressToNameMapping - nameWithType: DisassemblyResult.AddressToNameMapping -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.Errors - name: Errors - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_Errors - commentId: P:BenchmarkDotNet.Disassemblers.DisassemblyResult.Errors - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.Errors - nameWithType: DisassemblyResult.Errors -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.Errors* - name: Errors - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_Errors_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.Errors - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.Errors - nameWithType: DisassemblyResult.Errors -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.Methods - name: Methods - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_Methods - commentId: P:BenchmarkDotNet.Disassemblers.DisassemblyResult.Methods - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.Methods - nameWithType: DisassemblyResult.Methods -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.Methods* - name: Methods - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_Methods_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.Methods - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.Methods - nameWithType: DisassemblyResult.Methods -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair - name: DisassemblyResult.MutablePair - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.html - commentId: T:BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair - nameWithType: DisassemblyResult.MutablePair -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Key - name: Key - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_MutablePair_Key - commentId: P:BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Key - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Key - nameWithType: DisassemblyResult.MutablePair.Key -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Key* - name: Key - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_MutablePair_Key_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Key - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Key - nameWithType: DisassemblyResult.MutablePair.Key -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Value - name: Value - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_MutablePair_Value - commentId: P:BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Value - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Value - nameWithType: DisassemblyResult.MutablePair.Value -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Value* - name: Value - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_MutablePair_Value_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Value - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.MutablePair.Value - nameWithType: DisassemblyResult.MutablePair.Value -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.PointerSize - name: PointerSize - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_PointerSize - commentId: P:BenchmarkDotNet.Disassemblers.DisassemblyResult.PointerSize - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.PointerSize - nameWithType: DisassemblyResult.PointerSize -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.PointerSize* - name: PointerSize - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_PointerSize_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.PointerSize - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.PointerSize - nameWithType: DisassemblyResult.PointerSize -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.SerializedAddressToNameMapping - name: SerializedAddressToNameMapping - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_SerializedAddressToNameMapping - commentId: P:BenchmarkDotNet.Disassemblers.DisassemblyResult.SerializedAddressToNameMapping - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.SerializedAddressToNameMapping - nameWithType: DisassemblyResult.SerializedAddressToNameMapping -- uid: BenchmarkDotNet.Disassemblers.DisassemblyResult.SerializedAddressToNameMapping* - name: SerializedAddressToNameMapping - href: api/BenchmarkDotNet.Disassemblers.DisassemblyResult.html#BenchmarkDotNet_Disassemblers_DisassemblyResult_SerializedAddressToNameMapping_ - commentId: Overload:BenchmarkDotNet.Disassemblers.DisassemblyResult.SerializedAddressToNameMapping - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.DisassemblyResult.SerializedAddressToNameMapping - nameWithType: DisassemblyResult.SerializedAddressToNameMapping -- uid: BenchmarkDotNet.Disassemblers.Map - name: Map - href: api/BenchmarkDotNet.Disassemblers.Map.html - commentId: T:BenchmarkDotNet.Disassemblers.Map - fullName: BenchmarkDotNet.Disassemblers.Map - nameWithType: Map -- uid: BenchmarkDotNet.Disassemblers.Map.SourceCodes - name: SourceCodes - href: api/BenchmarkDotNet.Disassemblers.Map.html#BenchmarkDotNet_Disassemblers_Map_SourceCodes - commentId: P:BenchmarkDotNet.Disassemblers.Map.SourceCodes - fullName: BenchmarkDotNet.Disassemblers.Map.SourceCodes - nameWithType: Map.SourceCodes -- uid: BenchmarkDotNet.Disassemblers.Map.SourceCodes* - name: SourceCodes - href: api/BenchmarkDotNet.Disassemblers.Map.html#BenchmarkDotNet_Disassemblers_Map_SourceCodes_ - commentId: Overload:BenchmarkDotNet.Disassemblers.Map.SourceCodes - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.Map.SourceCodes - nameWithType: Map.SourceCodes -- uid: BenchmarkDotNet.Disassemblers.MonoCode - name: MonoCode - href: api/BenchmarkDotNet.Disassemblers.MonoCode.html - commentId: T:BenchmarkDotNet.Disassemblers.MonoCode - fullName: BenchmarkDotNet.Disassemblers.MonoCode - nameWithType: MonoCode -- uid: BenchmarkDotNet.Disassemblers.MonoCode.Text - name: Text - href: api/BenchmarkDotNet.Disassemblers.MonoCode.html#BenchmarkDotNet_Disassemblers_MonoCode_Text - commentId: P:BenchmarkDotNet.Disassemblers.MonoCode.Text - fullName: BenchmarkDotNet.Disassemblers.MonoCode.Text - nameWithType: MonoCode.Text -- uid: BenchmarkDotNet.Disassemblers.MonoCode.Text* - name: Text - href: api/BenchmarkDotNet.Disassemblers.MonoCode.html#BenchmarkDotNet_Disassemblers_MonoCode_Text_ - commentId: Overload:BenchmarkDotNet.Disassemblers.MonoCode.Text - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.MonoCode.Text - nameWithType: MonoCode.Text -- uid: BenchmarkDotNet.Disassemblers.Sharp - name: Sharp - href: api/BenchmarkDotNet.Disassemblers.Sharp.html - commentId: T:BenchmarkDotNet.Disassemblers.Sharp - fullName: BenchmarkDotNet.Disassemblers.Sharp - nameWithType: Sharp -- uid: BenchmarkDotNet.Disassemblers.Sharp.FilePath - name: FilePath - href: api/BenchmarkDotNet.Disassemblers.Sharp.html#BenchmarkDotNet_Disassemblers_Sharp_FilePath - commentId: P:BenchmarkDotNet.Disassemblers.Sharp.FilePath - fullName: BenchmarkDotNet.Disassemblers.Sharp.FilePath - nameWithType: Sharp.FilePath -- uid: BenchmarkDotNet.Disassemblers.Sharp.FilePath* - name: FilePath - href: api/BenchmarkDotNet.Disassemblers.Sharp.html#BenchmarkDotNet_Disassemblers_Sharp_FilePath_ - commentId: Overload:BenchmarkDotNet.Disassemblers.Sharp.FilePath - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.Sharp.FilePath - nameWithType: Sharp.FilePath -- uid: BenchmarkDotNet.Disassemblers.Sharp.LineNumber - name: LineNumber - href: api/BenchmarkDotNet.Disassemblers.Sharp.html#BenchmarkDotNet_Disassemblers_Sharp_LineNumber - commentId: P:BenchmarkDotNet.Disassemblers.Sharp.LineNumber - fullName: BenchmarkDotNet.Disassemblers.Sharp.LineNumber - nameWithType: Sharp.LineNumber -- uid: BenchmarkDotNet.Disassemblers.Sharp.LineNumber* - name: LineNumber - href: api/BenchmarkDotNet.Disassemblers.Sharp.html#BenchmarkDotNet_Disassemblers_Sharp_LineNumber_ - commentId: Overload:BenchmarkDotNet.Disassemblers.Sharp.LineNumber - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.Sharp.LineNumber - nameWithType: Sharp.LineNumber -- uid: BenchmarkDotNet.Disassemblers.Sharp.Text - name: Text - href: api/BenchmarkDotNet.Disassemblers.Sharp.html#BenchmarkDotNet_Disassemblers_Sharp_Text - commentId: P:BenchmarkDotNet.Disassemblers.Sharp.Text - fullName: BenchmarkDotNet.Disassemblers.Sharp.Text - nameWithType: Sharp.Text -- uid: BenchmarkDotNet.Disassemblers.Sharp.Text* - name: Text - href: api/BenchmarkDotNet.Disassemblers.Sharp.html#BenchmarkDotNet_Disassemblers_Sharp_Text_ - commentId: Overload:BenchmarkDotNet.Disassemblers.Sharp.Text - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.Sharp.Text - nameWithType: Sharp.Text -- uid: BenchmarkDotNet.Disassemblers.SourceCode - name: SourceCode - href: api/BenchmarkDotNet.Disassemblers.SourceCode.html - commentId: T:BenchmarkDotNet.Disassemblers.SourceCode - fullName: BenchmarkDotNet.Disassemblers.SourceCode - nameWithType: SourceCode -- uid: BenchmarkDotNet.Disassemblers.SourceCode.InstructionPointer - name: InstructionPointer - href: api/BenchmarkDotNet.Disassemblers.SourceCode.html#BenchmarkDotNet_Disassemblers_SourceCode_InstructionPointer - commentId: P:BenchmarkDotNet.Disassemblers.SourceCode.InstructionPointer - fullName: BenchmarkDotNet.Disassemblers.SourceCode.InstructionPointer - nameWithType: SourceCode.InstructionPointer -- uid: BenchmarkDotNet.Disassemblers.SourceCode.InstructionPointer* - name: InstructionPointer - href: api/BenchmarkDotNet.Disassemblers.SourceCode.html#BenchmarkDotNet_Disassemblers_SourceCode_InstructionPointer_ - commentId: Overload:BenchmarkDotNet.Disassemblers.SourceCode.InstructionPointer - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.SourceCode.InstructionPointer - nameWithType: SourceCode.InstructionPointer -- uid: BenchmarkDotNet.Disassemblers.WindowsDisassembler - name: WindowsDisassembler - href: api/BenchmarkDotNet.Disassemblers.WindowsDisassembler.html - commentId: T:BenchmarkDotNet.Disassemblers.WindowsDisassembler - fullName: BenchmarkDotNet.Disassemblers.WindowsDisassembler - nameWithType: WindowsDisassembler -- uid: BenchmarkDotNet.Disassemblers.WindowsDisassembler.#ctor(BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig) - name: WindowsDisassembler(DisassemblyDiagnoserConfig) - href: api/BenchmarkDotNet.Disassemblers.WindowsDisassembler.html#BenchmarkDotNet_Disassemblers_WindowsDisassembler__ctor_BenchmarkDotNet_Diagnosers_DisassemblyDiagnoserConfig_ - commentId: M:BenchmarkDotNet.Disassemblers.WindowsDisassembler.#ctor(BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig) - fullName: BenchmarkDotNet.Disassemblers.WindowsDisassembler.WindowsDisassembler(BenchmarkDotNet.Diagnosers.DisassemblyDiagnoserConfig) - nameWithType: WindowsDisassembler.WindowsDisassembler(DisassemblyDiagnoserConfig) -- uid: BenchmarkDotNet.Disassemblers.WindowsDisassembler.#ctor* - name: WindowsDisassembler - href: api/BenchmarkDotNet.Disassemblers.WindowsDisassembler.html#BenchmarkDotNet_Disassemblers_WindowsDisassembler__ctor_ - commentId: Overload:BenchmarkDotNet.Disassemblers.WindowsDisassembler.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.WindowsDisassembler.WindowsDisassembler - nameWithType: WindowsDisassembler.WindowsDisassembler -- uid: BenchmarkDotNet.Disassemblers.WindowsDisassembler.Disassemble(BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - name: Disassemble(DiagnoserActionParameters) - href: api/BenchmarkDotNet.Disassemblers.WindowsDisassembler.html#BenchmarkDotNet_Disassemblers_WindowsDisassembler_Disassemble_BenchmarkDotNet_Diagnosers_DiagnoserActionParameters_ - commentId: M:BenchmarkDotNet.Disassemblers.WindowsDisassembler.Disassemble(BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - fullName: BenchmarkDotNet.Disassemblers.WindowsDisassembler.Disassemble(BenchmarkDotNet.Diagnosers.DiagnoserActionParameters) - nameWithType: WindowsDisassembler.Disassemble(DiagnoserActionParameters) -- uid: BenchmarkDotNet.Disassemblers.WindowsDisassembler.Disassemble* - name: Disassemble - href: api/BenchmarkDotNet.Disassemblers.WindowsDisassembler.html#BenchmarkDotNet_Disassemblers_WindowsDisassembler_Disassemble_ - commentId: Overload:BenchmarkDotNet.Disassemblers.WindowsDisassembler.Disassemble - isSpec: "True" - fullName: BenchmarkDotNet.Disassemblers.WindowsDisassembler.Disassemble - nameWithType: WindowsDisassembler.Disassemble -- uid: BenchmarkDotNet.Engines - name: BenchmarkDotNet.Engines - href: api/BenchmarkDotNet.Engines.html - commentId: N:BenchmarkDotNet.Engines - fullName: BenchmarkDotNet.Engines - nameWithType: BenchmarkDotNet.Engines -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria - name: AutoWarmupStoppingCriteria - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html - commentId: T:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria - nameWithType: AutoWarmupStoppingCriteria -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.#ctor(System.Int32,System.Int32,System.Int32) - name: AutoWarmupStoppingCriteria(Int32, Int32, Int32) - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria__ctor_System_Int32_System_Int32_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.#ctor(System.Int32,System.Int32,System.Int32) - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.AutoWarmupStoppingCriteria(System.Int32, System.Int32, System.Int32) - nameWithType: AutoWarmupStoppingCriteria.AutoWarmupStoppingCriteria(Int32, Int32, Int32) -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.#ctor* - name: AutoWarmupStoppingCriteria - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.AutoWarmupStoppingCriteria - nameWithType: AutoWarmupStoppingCriteria.AutoWarmupStoppingCriteria -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name: Evaluate(IReadOnlyList) - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_Evaluate_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Measurement__ - commentId: M:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name.vb: Evaluate(IReadOnlyList(Of Measurement)) - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Measurement)) - nameWithType: AutoWarmupStoppingCriteria.Evaluate(IReadOnlyList) - nameWithType.vb: AutoWarmupStoppingCriteria.Evaluate(IReadOnlyList(Of Measurement)) -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.Evaluate* - name: Evaluate - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_Evaluate_ - commentId: Overload:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.Evaluate - isSpec: "True" - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.Evaluate - nameWithType: AutoWarmupStoppingCriteria.Evaluate -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetMaxIterationCount - name: GetMaxIterationCount() - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_GetMaxIterationCount - commentId: M:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetMaxIterationCount - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetMaxIterationCount() - nameWithType: AutoWarmupStoppingCriteria.GetMaxIterationCount() -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetMaxIterationCount* - name: GetMaxIterationCount - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_GetMaxIterationCount_ - commentId: Overload:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetMaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetMaxIterationCount - nameWithType: AutoWarmupStoppingCriteria.GetMaxIterationCount -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetTitle - name: GetTitle() - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_GetTitle - commentId: M:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetTitle - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetTitle() - nameWithType: AutoWarmupStoppingCriteria.GetTitle() -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetTitle* - name: GetTitle - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_GetTitle_ - commentId: Overload:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetTitle - isSpec: "True" - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetTitle - nameWithType: AutoWarmupStoppingCriteria.GetTitle -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetWarnings - name: GetWarnings() - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_GetWarnings - commentId: M:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetWarnings - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetWarnings() - nameWithType: AutoWarmupStoppingCriteria.GetWarnings() -- uid: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetWarnings* - name: GetWarnings - href: api/BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.html#BenchmarkDotNet_Engines_AutoWarmupStoppingCriteria_GetWarnings_ - commentId: Overload:BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetWarnings - isSpec: "True" - fullName: BenchmarkDotNet.Engines.AutoWarmupStoppingCriteria.GetWarnings - nameWithType: AutoWarmupStoppingCriteria.GetWarnings -- uid: BenchmarkDotNet.Engines.ConsoleHost - name: ConsoleHost - href: api/BenchmarkDotNet.Engines.ConsoleHost.html - commentId: T:BenchmarkDotNet.Engines.ConsoleHost - fullName: BenchmarkDotNet.Engines.ConsoleHost - nameWithType: ConsoleHost -- uid: BenchmarkDotNet.Engines.ConsoleHost.#ctor(System.IO.TextWriter,System.IO.TextReader) - name: ConsoleHost(TextWriter, TextReader) - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost__ctor_System_IO_TextWriter_System_IO_TextReader_ - commentId: M:BenchmarkDotNet.Engines.ConsoleHost.#ctor(System.IO.TextWriter,System.IO.TextReader) - fullName: BenchmarkDotNet.Engines.ConsoleHost.ConsoleHost(System.IO.TextWriter, System.IO.TextReader) - nameWithType: ConsoleHost.ConsoleHost(TextWriter, TextReader) -- uid: BenchmarkDotNet.Engines.ConsoleHost.#ctor* - name: ConsoleHost - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.ConsoleHost.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ConsoleHost.ConsoleHost - nameWithType: ConsoleHost.ConsoleHost -- uid: BenchmarkDotNet.Engines.ConsoleHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - name: ReportResults(RunResults) - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_ReportResults_BenchmarkDotNet_Engines_RunResults_ - commentId: M:BenchmarkDotNet.Engines.ConsoleHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - fullName: BenchmarkDotNet.Engines.ConsoleHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - nameWithType: ConsoleHost.ReportResults(RunResults) -- uid: BenchmarkDotNet.Engines.ConsoleHost.ReportResults* - name: ReportResults - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_ReportResults_ - commentId: Overload:BenchmarkDotNet.Engines.ConsoleHost.ReportResults - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ConsoleHost.ReportResults - nameWithType: ConsoleHost.ReportResults -- uid: BenchmarkDotNet.Engines.ConsoleHost.SendError(System.String) - name: SendError(String) - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_SendError_System_String_ - commentId: M:BenchmarkDotNet.Engines.ConsoleHost.SendError(System.String) - fullName: BenchmarkDotNet.Engines.ConsoleHost.SendError(System.String) - nameWithType: ConsoleHost.SendError(String) -- uid: BenchmarkDotNet.Engines.ConsoleHost.SendError* - name: SendError - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_SendError_ - commentId: Overload:BenchmarkDotNet.Engines.ConsoleHost.SendError - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ConsoleHost.SendError - nameWithType: ConsoleHost.SendError -- uid: BenchmarkDotNet.Engines.ConsoleHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - name: SendSignal(HostSignal) - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_SendSignal_BenchmarkDotNet_Engines_HostSignal_ - commentId: M:BenchmarkDotNet.Engines.ConsoleHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - fullName: BenchmarkDotNet.Engines.ConsoleHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - nameWithType: ConsoleHost.SendSignal(HostSignal) -- uid: BenchmarkDotNet.Engines.ConsoleHost.SendSignal* - name: SendSignal - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_SendSignal_ - commentId: Overload:BenchmarkDotNet.Engines.ConsoleHost.SendSignal - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ConsoleHost.SendSignal - nameWithType: ConsoleHost.SendSignal -- uid: BenchmarkDotNet.Engines.ConsoleHost.Write(System.String) - name: Write(String) - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_Write_System_String_ - commentId: M:BenchmarkDotNet.Engines.ConsoleHost.Write(System.String) - fullName: BenchmarkDotNet.Engines.ConsoleHost.Write(System.String) - nameWithType: ConsoleHost.Write(String) -- uid: BenchmarkDotNet.Engines.ConsoleHost.Write* - name: Write - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_Write_ - commentId: Overload:BenchmarkDotNet.Engines.ConsoleHost.Write - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ConsoleHost.Write - nameWithType: ConsoleHost.Write -- uid: BenchmarkDotNet.Engines.ConsoleHost.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_WriteLine - commentId: M:BenchmarkDotNet.Engines.ConsoleHost.WriteLine - fullName: BenchmarkDotNet.Engines.ConsoleHost.WriteLine() - nameWithType: ConsoleHost.WriteLine() -- uid: BenchmarkDotNet.Engines.ConsoleHost.WriteLine(System.String) - name: WriteLine(String) - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_WriteLine_System_String_ - commentId: M:BenchmarkDotNet.Engines.ConsoleHost.WriteLine(System.String) - fullName: BenchmarkDotNet.Engines.ConsoleHost.WriteLine(System.String) - nameWithType: ConsoleHost.WriteLine(String) -- uid: BenchmarkDotNet.Engines.ConsoleHost.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Engines.ConsoleHost.html#BenchmarkDotNet_Engines_ConsoleHost_WriteLine_ - commentId: Overload:BenchmarkDotNet.Engines.ConsoleHost.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ConsoleHost.WriteLine - nameWithType: ConsoleHost.WriteLine -- uid: BenchmarkDotNet.Engines.Consumer - name: Consumer - href: api/BenchmarkDotNet.Engines.Consumer.html - commentId: T:BenchmarkDotNet.Engines.Consumer - fullName: BenchmarkDotNet.Engines.Consumer - nameWithType: Consumer -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Boolean) - name: Consume(Boolean) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Boolean_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Boolean) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Boolean) - nameWithType: Consumer.Consume(Boolean) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Byte) - name: Consume(Byte) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Byte_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Byte) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Byte) - nameWithType: Consumer.Consume(Byte) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Char) - name: Consume(Char) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Char_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Char) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Char) - nameWithType: Consumer.Consume(Char) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Double) - name: Consume(Double) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Double_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Double) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Double) - nameWithType: Consumer.Consume(Double) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Int16) - name: Consume(Int16) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Int16_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Int16) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Int16) - nameWithType: Consumer.Consume(Int16) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Int32) - name: Consume(Int32) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Int32) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Int32) - nameWithType: Consumer.Consume(Int32) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Int64) - name: Consume(Int64) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Int64_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Int64) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Int64) - nameWithType: Consumer.Consume(Int64) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Object) - name: Consume(Object) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Object_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Object) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Object) - nameWithType: Consumer.Consume(Object) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.SByte) - name: Consume(SByte) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_SByte_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.SByte) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.SByte) - nameWithType: Consumer.Consume(SByte) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.Single) - name: Consume(Single) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_Single_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.Single) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.Single) - nameWithType: Consumer.Consume(Single) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.String) - name: Consume(String) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_String_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.String) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.String) - nameWithType: Consumer.Consume(String) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.UInt16) - name: Consume(UInt16) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_UInt16_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.UInt16) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.UInt16) - nameWithType: Consumer.Consume(UInt16) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.UInt32) - name: Consume(UInt32) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_UInt32_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.UInt32) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.UInt32) - nameWithType: Consumer.Consume(UInt32) -- uid: BenchmarkDotNet.Engines.Consumer.Consume(System.UInt64) - name: Consume(UInt64) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_System_UInt64_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume(System.UInt64) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(System.UInt64) - nameWithType: Consumer.Consume(UInt64) -- uid: BenchmarkDotNet.Engines.Consumer.Consume* - name: Consume - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume_ - commentId: Overload:BenchmarkDotNet.Engines.Consumer.Consume - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Consumer.Consume - nameWithType: Consumer.Consume -- uid: BenchmarkDotNet.Engines.Consumer.Consume``1(``0) - name: Consume(T) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume__1___0_ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume``1(``0) - name.vb: Consume(Of T)(T) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(T) - fullName.vb: BenchmarkDotNet.Engines.Consumer.Consume(Of T)(T) - nameWithType: Consumer.Consume(T) - nameWithType.vb: Consumer.Consume(Of T)(T) -- uid: BenchmarkDotNet.Engines.Consumer.Consume``1(``0@) - name: Consume(T) - href: api/BenchmarkDotNet.Engines.Consumer.html#BenchmarkDotNet_Engines_Consumer_Consume__1___0__ - commentId: M:BenchmarkDotNet.Engines.Consumer.Consume``1(``0@) - name.vb: Consume(Of T)(ByRef T) - fullName: BenchmarkDotNet.Engines.Consumer.Consume(T) - fullName.vb: BenchmarkDotNet.Engines.Consumer.Consume(Of T)(ByRef T) - nameWithType: Consumer.Consume(T) - nameWithType.vb: Consumer.Consume(Of T)(ByRef T) -- uid: BenchmarkDotNet.Engines.ConsumerExtensions - name: ConsumerExtensions - href: api/BenchmarkDotNet.Engines.ConsumerExtensions.html - commentId: T:BenchmarkDotNet.Engines.ConsumerExtensions - fullName: BenchmarkDotNet.Engines.ConsumerExtensions - nameWithType: ConsumerExtensions -- uid: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Collections.IEnumerable,BenchmarkDotNet.Engines.Consumer) - name: Consume(IEnumerable, Consumer) - href: api/BenchmarkDotNet.Engines.ConsumerExtensions.html#BenchmarkDotNet_Engines_ConsumerExtensions_Consume_System_Collections_IEnumerable_BenchmarkDotNet_Engines_Consumer_ - commentId: M:BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Collections.IEnumerable,BenchmarkDotNet.Engines.Consumer) - fullName: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Collections.IEnumerable, BenchmarkDotNet.Engines.Consumer) - nameWithType: ConsumerExtensions.Consume(IEnumerable, Consumer) -- uid: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Linq.IQueryable,BenchmarkDotNet.Engines.Consumer) - name: Consume(IQueryable, Consumer) - href: api/BenchmarkDotNet.Engines.ConsumerExtensions.html#BenchmarkDotNet_Engines_ConsumerExtensions_Consume_System_Linq_IQueryable_BenchmarkDotNet_Engines_Consumer_ - commentId: M:BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Linq.IQueryable,BenchmarkDotNet.Engines.Consumer) - fullName: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Linq.IQueryable, BenchmarkDotNet.Engines.Consumer) - nameWithType: ConsumerExtensions.Consume(IQueryable, Consumer) -- uid: BenchmarkDotNet.Engines.ConsumerExtensions.Consume* - name: Consume - href: api/BenchmarkDotNet.Engines.ConsumerExtensions.html#BenchmarkDotNet_Engines_ConsumerExtensions_Consume_ - commentId: Overload:BenchmarkDotNet.Engines.ConsumerExtensions.Consume - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ConsumerExtensions.Consume - nameWithType: ConsumerExtensions.Consume -- uid: BenchmarkDotNet.Engines.ConsumerExtensions.Consume``1(System.Collections.Generic.IEnumerable{``0},BenchmarkDotNet.Engines.Consumer) - name: Consume(IEnumerable, Consumer) - href: api/BenchmarkDotNet.Engines.ConsumerExtensions.html#BenchmarkDotNet_Engines_ConsumerExtensions_Consume__1_System_Collections_Generic_IEnumerable___0__BenchmarkDotNet_Engines_Consumer_ - commentId: M:BenchmarkDotNet.Engines.ConsumerExtensions.Consume``1(System.Collections.Generic.IEnumerable{``0},BenchmarkDotNet.Engines.Consumer) - name.vb: Consume(Of T)(IEnumerable(Of T), Consumer) - fullName: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Collections.Generic.IEnumerable, BenchmarkDotNet.Engines.Consumer) - fullName.vb: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(Of T)(System.Collections.Generic.IEnumerable(Of T), BenchmarkDotNet.Engines.Consumer) - nameWithType: ConsumerExtensions.Consume(IEnumerable, Consumer) - nameWithType.vb: ConsumerExtensions.Consume(Of T)(IEnumerable(Of T), Consumer) -- uid: BenchmarkDotNet.Engines.ConsumerExtensions.Consume``1(System.Linq.IQueryable{``0},BenchmarkDotNet.Engines.Consumer) - name: Consume(IQueryable, Consumer) - href: api/BenchmarkDotNet.Engines.ConsumerExtensions.html#BenchmarkDotNet_Engines_ConsumerExtensions_Consume__1_System_Linq_IQueryable___0__BenchmarkDotNet_Engines_Consumer_ - commentId: M:BenchmarkDotNet.Engines.ConsumerExtensions.Consume``1(System.Linq.IQueryable{``0},BenchmarkDotNet.Engines.Consumer) - name.vb: Consume(Of T)(IQueryable(Of T), Consumer) - fullName: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(System.Linq.IQueryable, BenchmarkDotNet.Engines.Consumer) - fullName.vb: BenchmarkDotNet.Engines.ConsumerExtensions.Consume(Of T)(System.Linq.IQueryable(Of T), BenchmarkDotNet.Engines.Consumer) - nameWithType: ConsumerExtensions.Consume(IQueryable, Consumer) - nameWithType.vb: ConsumerExtensions.Consume(Of T)(IQueryable(Of T), Consumer) -- uid: BenchmarkDotNet.Engines.DeadCodeEliminationHelper - name: DeadCodeEliminationHelper - href: api/BenchmarkDotNet.Engines.DeadCodeEliminationHelper.html - commentId: T:BenchmarkDotNet.Engines.DeadCodeEliminationHelper - fullName: BenchmarkDotNet.Engines.DeadCodeEliminationHelper - nameWithType: DeadCodeEliminationHelper -- uid: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing* - name: KeepAliveWithoutBoxing - href: api/BenchmarkDotNet.Engines.DeadCodeEliminationHelper.html#BenchmarkDotNet_Engines_DeadCodeEliminationHelper_KeepAliveWithoutBoxing_ - commentId: Overload:BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing - isSpec: "True" - fullName: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing - nameWithType: DeadCodeEliminationHelper.KeepAliveWithoutBoxing -- uid: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing``1(``0) - name: KeepAliveWithoutBoxing(T) - href: api/BenchmarkDotNet.Engines.DeadCodeEliminationHelper.html#BenchmarkDotNet_Engines_DeadCodeEliminationHelper_KeepAliveWithoutBoxing__1___0_ - commentId: M:BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing``1(``0) - name.vb: KeepAliveWithoutBoxing(Of T)(T) - fullName: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing(T) - fullName.vb: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing(Of T)(T) - nameWithType: DeadCodeEliminationHelper.KeepAliveWithoutBoxing(T) - nameWithType.vb: DeadCodeEliminationHelper.KeepAliveWithoutBoxing(Of T)(T) -- uid: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing``1(``0@) - name: KeepAliveWithoutBoxing(ref T) - href: api/BenchmarkDotNet.Engines.DeadCodeEliminationHelper.html#BenchmarkDotNet_Engines_DeadCodeEliminationHelper_KeepAliveWithoutBoxing__1___0__ - commentId: M:BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing``1(``0@) - name.vb: KeepAliveWithoutBoxing(Of T)(ByRef T) - fullName: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing(ref T) - fullName.vb: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxing(Of T)(ByRef T) - nameWithType: DeadCodeEliminationHelper.KeepAliveWithoutBoxing(ref T) - nameWithType.vb: DeadCodeEliminationHelper.KeepAliveWithoutBoxing(Of T)(ByRef T) -- uid: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly* - name: KeepAliveWithoutBoxingReadonly - href: api/BenchmarkDotNet.Engines.DeadCodeEliminationHelper.html#BenchmarkDotNet_Engines_DeadCodeEliminationHelper_KeepAliveWithoutBoxingReadonly_ - commentId: Overload:BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly - isSpec: "True" - fullName: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly - nameWithType: DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly -- uid: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly``1(``0@) - name: KeepAliveWithoutBoxingReadonly(T) - href: api/BenchmarkDotNet.Engines.DeadCodeEliminationHelper.html#BenchmarkDotNet_Engines_DeadCodeEliminationHelper_KeepAliveWithoutBoxingReadonly__1___0__ - commentId: M:BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly``1(``0@) - name.vb: KeepAliveWithoutBoxingReadonly(Of T)(ByRef T) - fullName: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly(T) - fullName.vb: BenchmarkDotNet.Engines.DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly(Of T)(ByRef T) - nameWithType: DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly(T) - nameWithType.vb: DeadCodeEliminationHelper.KeepAliveWithoutBoxingReadonly(Of T)(ByRef T) -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory - name: DefaultStoppingCriteriaFactory - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html - commentId: T:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory - nameWithType: DefaultStoppingCriteriaFactory -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmup(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Characteristics.IResolver,BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.RunStrategy) - name: CreateWarmup(Job, IResolver, IterationMode, RunStrategy) - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html#BenchmarkDotNet_Engines_DefaultStoppingCriteriaFactory_CreateWarmup_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Characteristics_IResolver_BenchmarkDotNet_Engines_IterationMode_BenchmarkDotNet_Engines_RunStrategy_ - commentId: M:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmup(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Characteristics.IResolver,BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.RunStrategy) - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmup(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Characteristics.IResolver, BenchmarkDotNet.Engines.IterationMode, BenchmarkDotNet.Engines.RunStrategy) - nameWithType: DefaultStoppingCriteriaFactory.CreateWarmup(Job, IResolver, IterationMode, RunStrategy) -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmup* - name: CreateWarmup - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html#BenchmarkDotNet_Engines_DefaultStoppingCriteriaFactory_CreateWarmup_ - commentId: Overload:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmup - isSpec: "True" - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmup - nameWithType: DefaultStoppingCriteriaFactory.CreateWarmup -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupOverhead - name: CreateWarmupOverhead() - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html#BenchmarkDotNet_Engines_DefaultStoppingCriteriaFactory_CreateWarmupOverhead - commentId: M:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupOverhead - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupOverhead() - nameWithType: DefaultStoppingCriteriaFactory.CreateWarmupOverhead() -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupOverhead* - name: CreateWarmupOverhead - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html#BenchmarkDotNet_Engines_DefaultStoppingCriteriaFactory_CreateWarmupOverhead_ - commentId: Overload:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupOverhead - isSpec: "True" - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupOverhead - nameWithType: DefaultStoppingCriteriaFactory.CreateWarmupOverhead -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupWorkload(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Characteristics.IResolver,BenchmarkDotNet.Engines.RunStrategy) - name: CreateWarmupWorkload(Job, IResolver, RunStrategy) - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html#BenchmarkDotNet_Engines_DefaultStoppingCriteriaFactory_CreateWarmupWorkload_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Characteristics_IResolver_BenchmarkDotNet_Engines_RunStrategy_ - commentId: M:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupWorkload(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Characteristics.IResolver,BenchmarkDotNet.Engines.RunStrategy) - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupWorkload(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Characteristics.IResolver, BenchmarkDotNet.Engines.RunStrategy) - nameWithType: DefaultStoppingCriteriaFactory.CreateWarmupWorkload(Job, IResolver, RunStrategy) -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupWorkload* - name: CreateWarmupWorkload - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html#BenchmarkDotNet_Engines_DefaultStoppingCriteriaFactory_CreateWarmupWorkload_ - commentId: Overload:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupWorkload - isSpec: "True" - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.CreateWarmupWorkload - nameWithType: DefaultStoppingCriteriaFactory.CreateWarmupWorkload -- uid: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.Instance - name: Instance - href: api/BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.html#BenchmarkDotNet_Engines_DefaultStoppingCriteriaFactory_Instance - commentId: F:BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.Instance - fullName: BenchmarkDotNet.Engines.DefaultStoppingCriteriaFactory.Instance - nameWithType: DefaultStoppingCriteriaFactory.Instance -- uid: BenchmarkDotNet.Engines.Engine - name: Engine - href: api/BenchmarkDotNet.Engines.Engine.html - commentId: T:BenchmarkDotNet.Engines.Engine - fullName: BenchmarkDotNet.Engines.Engine - nameWithType: Engine -- uid: BenchmarkDotNet.Engines.Engine.BenchmarkName - name: BenchmarkName - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_BenchmarkName - commentId: P:BenchmarkDotNet.Engines.Engine.BenchmarkName - fullName: BenchmarkDotNet.Engines.Engine.BenchmarkName - nameWithType: Engine.BenchmarkName -- uid: BenchmarkDotNet.Engines.Engine.BenchmarkName* - name: BenchmarkName - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_BenchmarkName_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.BenchmarkName - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.BenchmarkName - nameWithType: Engine.BenchmarkName -- uid: BenchmarkDotNet.Engines.Engine.CultureInfo - name: CultureInfo - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_CultureInfo - commentId: P:BenchmarkDotNet.Engines.Engine.CultureInfo - fullName: BenchmarkDotNet.Engines.Engine.CultureInfo - nameWithType: Engine.CultureInfo -- uid: BenchmarkDotNet.Engines.Engine.CultureInfo* - name: CultureInfo - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_CultureInfo_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.CultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.CultureInfo - nameWithType: Engine.CultureInfo -- uid: BenchmarkDotNet.Engines.Engine.Dispose - name: Dispose() - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dispose - commentId: M:BenchmarkDotNet.Engines.Engine.Dispose - fullName: BenchmarkDotNet.Engines.Engine.Dispose() - nameWithType: Engine.Dispose() -- uid: BenchmarkDotNet.Engines.Engine.Dispose* - name: Dispose - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dispose_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Dispose - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Dispose - nameWithType: Engine.Dispose -- uid: BenchmarkDotNet.Engines.Engine.Dummy1Action - name: Dummy1Action - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dummy1Action - commentId: P:BenchmarkDotNet.Engines.Engine.Dummy1Action - fullName: BenchmarkDotNet.Engines.Engine.Dummy1Action - nameWithType: Engine.Dummy1Action -- uid: BenchmarkDotNet.Engines.Engine.Dummy1Action* - name: Dummy1Action - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dummy1Action_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Dummy1Action - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Dummy1Action - nameWithType: Engine.Dummy1Action -- uid: BenchmarkDotNet.Engines.Engine.Dummy2Action - name: Dummy2Action - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dummy2Action - commentId: P:BenchmarkDotNet.Engines.Engine.Dummy2Action - fullName: BenchmarkDotNet.Engines.Engine.Dummy2Action - nameWithType: Engine.Dummy2Action -- uid: BenchmarkDotNet.Engines.Engine.Dummy2Action* - name: Dummy2Action - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dummy2Action_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Dummy2Action - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Dummy2Action - nameWithType: Engine.Dummy2Action -- uid: BenchmarkDotNet.Engines.Engine.Dummy3Action - name: Dummy3Action - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dummy3Action - commentId: P:BenchmarkDotNet.Engines.Engine.Dummy3Action - fullName: BenchmarkDotNet.Engines.Engine.Dummy3Action - nameWithType: Engine.Dummy3Action -- uid: BenchmarkDotNet.Engines.Engine.Dummy3Action* - name: Dummy3Action - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Dummy3Action_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Dummy3Action - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Dummy3Action - nameWithType: Engine.Dummy3Action -- uid: BenchmarkDotNet.Engines.Engine.GlobalCleanupAction - name: GlobalCleanupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_GlobalCleanupAction - commentId: P:BenchmarkDotNet.Engines.Engine.GlobalCleanupAction - fullName: BenchmarkDotNet.Engines.Engine.GlobalCleanupAction - nameWithType: Engine.GlobalCleanupAction -- uid: BenchmarkDotNet.Engines.Engine.GlobalCleanupAction* - name: GlobalCleanupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_GlobalCleanupAction_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.GlobalCleanupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.GlobalCleanupAction - nameWithType: Engine.GlobalCleanupAction -- uid: BenchmarkDotNet.Engines.Engine.GlobalSetupAction - name: GlobalSetupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_GlobalSetupAction - commentId: P:BenchmarkDotNet.Engines.Engine.GlobalSetupAction - fullName: BenchmarkDotNet.Engines.Engine.GlobalSetupAction - nameWithType: Engine.GlobalSetupAction -- uid: BenchmarkDotNet.Engines.Engine.GlobalSetupAction* - name: GlobalSetupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_GlobalSetupAction_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.GlobalSetupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.GlobalSetupAction - nameWithType: Engine.GlobalSetupAction -- uid: BenchmarkDotNet.Engines.Engine.Host - name: Host - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Host - commentId: P:BenchmarkDotNet.Engines.Engine.Host - fullName: BenchmarkDotNet.Engines.Engine.Host - nameWithType: Engine.Host -- uid: BenchmarkDotNet.Engines.Engine.Host* - name: Host - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Host_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Host - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Host - nameWithType: Engine.Host -- uid: BenchmarkDotNet.Engines.Engine.IterationCleanupAction - name: IterationCleanupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_IterationCleanupAction - commentId: P:BenchmarkDotNet.Engines.Engine.IterationCleanupAction - fullName: BenchmarkDotNet.Engines.Engine.IterationCleanupAction - nameWithType: Engine.IterationCleanupAction -- uid: BenchmarkDotNet.Engines.Engine.IterationCleanupAction* - name: IterationCleanupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_IterationCleanupAction_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.IterationCleanupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.IterationCleanupAction - nameWithType: Engine.IterationCleanupAction -- uid: BenchmarkDotNet.Engines.Engine.IterationSetupAction - name: IterationSetupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_IterationSetupAction - commentId: P:BenchmarkDotNet.Engines.Engine.IterationSetupAction - fullName: BenchmarkDotNet.Engines.Engine.IterationSetupAction - nameWithType: Engine.IterationSetupAction -- uid: BenchmarkDotNet.Engines.Engine.IterationSetupAction* - name: IterationSetupAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_IterationSetupAction_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.IterationSetupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.IterationSetupAction - nameWithType: Engine.IterationSetupAction -- uid: BenchmarkDotNet.Engines.Engine.MinInvokeCount - name: MinInvokeCount - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_MinInvokeCount - commentId: F:BenchmarkDotNet.Engines.Engine.MinInvokeCount - fullName: BenchmarkDotNet.Engines.Engine.MinInvokeCount - nameWithType: Engine.MinInvokeCount -- uid: BenchmarkDotNet.Engines.Engine.OperationsPerInvoke - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_OperationsPerInvoke - commentId: P:BenchmarkDotNet.Engines.Engine.OperationsPerInvoke - fullName: BenchmarkDotNet.Engines.Engine.OperationsPerInvoke - nameWithType: Engine.OperationsPerInvoke -- uid: BenchmarkDotNet.Engines.Engine.OperationsPerInvoke* - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_OperationsPerInvoke_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.OperationsPerInvoke - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.OperationsPerInvoke - nameWithType: Engine.OperationsPerInvoke -- uid: BenchmarkDotNet.Engines.Engine.OverheadAction - name: OverheadAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_OverheadAction - commentId: P:BenchmarkDotNet.Engines.Engine.OverheadAction - fullName: BenchmarkDotNet.Engines.Engine.OverheadAction - nameWithType: Engine.OverheadAction -- uid: BenchmarkDotNet.Engines.Engine.OverheadAction* - name: OverheadAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_OverheadAction_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.OverheadAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.OverheadAction - nameWithType: Engine.OverheadAction -- uid: BenchmarkDotNet.Engines.Engine.Resolver - name: Resolver - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Resolver - commentId: P:BenchmarkDotNet.Engines.Engine.Resolver - fullName: BenchmarkDotNet.Engines.Engine.Resolver - nameWithType: Engine.Resolver -- uid: BenchmarkDotNet.Engines.Engine.Resolver* - name: Resolver - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Resolver_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Resolver - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Resolver - nameWithType: Engine.Resolver -- uid: BenchmarkDotNet.Engines.Engine.Run - name: Run() - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Run - commentId: M:BenchmarkDotNet.Engines.Engine.Run - fullName: BenchmarkDotNet.Engines.Engine.Run() - nameWithType: Engine.Run() -- uid: BenchmarkDotNet.Engines.Engine.Run* - name: Run - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_Run_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Run - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Run - nameWithType: Engine.Run -- uid: BenchmarkDotNet.Engines.Engine.RunIteration(BenchmarkDotNet.Engines.IterationData) - name: RunIteration(IterationData) - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_RunIteration_BenchmarkDotNet_Engines_IterationData_ - commentId: M:BenchmarkDotNet.Engines.Engine.RunIteration(BenchmarkDotNet.Engines.IterationData) - fullName: BenchmarkDotNet.Engines.Engine.RunIteration(BenchmarkDotNet.Engines.IterationData) - nameWithType: Engine.RunIteration(IterationData) -- uid: BenchmarkDotNet.Engines.Engine.RunIteration* - name: RunIteration - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_RunIteration_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.RunIteration - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.RunIteration - nameWithType: Engine.RunIteration -- uid: BenchmarkDotNet.Engines.Engine.Signals - name: Engine.Signals - href: api/BenchmarkDotNet.Engines.Engine.Signals.html - commentId: T:BenchmarkDotNet.Engines.Engine.Signals - fullName: BenchmarkDotNet.Engines.Engine.Signals - nameWithType: Engine.Signals -- uid: BenchmarkDotNet.Engines.Engine.Signals.Acknowledgment - name: Acknowledgment - href: api/BenchmarkDotNet.Engines.Engine.Signals.html#BenchmarkDotNet_Engines_Engine_Signals_Acknowledgment - commentId: F:BenchmarkDotNet.Engines.Engine.Signals.Acknowledgment - fullName: BenchmarkDotNet.Engines.Engine.Signals.Acknowledgment - nameWithType: Engine.Signals.Acknowledgment -- uid: BenchmarkDotNet.Engines.Engine.Signals.ToMessage(BenchmarkDotNet.Engines.HostSignal) - name: ToMessage(HostSignal) - href: api/BenchmarkDotNet.Engines.Engine.Signals.html#BenchmarkDotNet_Engines_Engine_Signals_ToMessage_BenchmarkDotNet_Engines_HostSignal_ - commentId: M:BenchmarkDotNet.Engines.Engine.Signals.ToMessage(BenchmarkDotNet.Engines.HostSignal) - fullName: BenchmarkDotNet.Engines.Engine.Signals.ToMessage(BenchmarkDotNet.Engines.HostSignal) - nameWithType: Engine.Signals.ToMessage(HostSignal) -- uid: BenchmarkDotNet.Engines.Engine.Signals.ToMessage* - name: ToMessage - href: api/BenchmarkDotNet.Engines.Engine.Signals.html#BenchmarkDotNet_Engines_Engine_Signals_ToMessage_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Signals.ToMessage - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Signals.ToMessage - nameWithType: Engine.Signals.ToMessage -- uid: BenchmarkDotNet.Engines.Engine.Signals.TryGetSignal(System.String,BenchmarkDotNet.Engines.HostSignal@) - name: TryGetSignal(String, out HostSignal) - href: api/BenchmarkDotNet.Engines.Engine.Signals.html#BenchmarkDotNet_Engines_Engine_Signals_TryGetSignal_System_String_BenchmarkDotNet_Engines_HostSignal__ - commentId: M:BenchmarkDotNet.Engines.Engine.Signals.TryGetSignal(System.String,BenchmarkDotNet.Engines.HostSignal@) - name.vb: TryGetSignal(String, ByRef HostSignal) - fullName: BenchmarkDotNet.Engines.Engine.Signals.TryGetSignal(System.String, out BenchmarkDotNet.Engines.HostSignal) - fullName.vb: BenchmarkDotNet.Engines.Engine.Signals.TryGetSignal(System.String, ByRef BenchmarkDotNet.Engines.HostSignal) - nameWithType: Engine.Signals.TryGetSignal(String, out HostSignal) - nameWithType.vb: Engine.Signals.TryGetSignal(String, ByRef HostSignal) -- uid: BenchmarkDotNet.Engines.Engine.Signals.TryGetSignal* - name: TryGetSignal - href: api/BenchmarkDotNet.Engines.Engine.Signals.html#BenchmarkDotNet_Engines_Engine_Signals_TryGetSignal_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.Signals.TryGetSignal - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.Signals.TryGetSignal - nameWithType: Engine.Signals.TryGetSignal -- uid: BenchmarkDotNet.Engines.Engine.TargetJob - name: TargetJob - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_TargetJob - commentId: P:BenchmarkDotNet.Engines.Engine.TargetJob - fullName: BenchmarkDotNet.Engines.Engine.TargetJob - nameWithType: Engine.TargetJob -- uid: BenchmarkDotNet.Engines.Engine.TargetJob* - name: TargetJob - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_TargetJob_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.TargetJob - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.TargetJob - nameWithType: Engine.TargetJob -- uid: BenchmarkDotNet.Engines.Engine.WorkloadAction - name: WorkloadAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_WorkloadAction - commentId: P:BenchmarkDotNet.Engines.Engine.WorkloadAction - fullName: BenchmarkDotNet.Engines.Engine.WorkloadAction - nameWithType: Engine.WorkloadAction -- uid: BenchmarkDotNet.Engines.Engine.WorkloadAction* - name: WorkloadAction - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_WorkloadAction_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.WorkloadAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.WorkloadAction - nameWithType: Engine.WorkloadAction -- uid: BenchmarkDotNet.Engines.Engine.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_WriteLine - commentId: M:BenchmarkDotNet.Engines.Engine.WriteLine - fullName: BenchmarkDotNet.Engines.Engine.WriteLine() - nameWithType: Engine.WriteLine() -- uid: BenchmarkDotNet.Engines.Engine.WriteLine(System.String) - name: WriteLine(String) - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_WriteLine_System_String_ - commentId: M:BenchmarkDotNet.Engines.Engine.WriteLine(System.String) - fullName: BenchmarkDotNet.Engines.Engine.WriteLine(System.String) - nameWithType: Engine.WriteLine(String) -- uid: BenchmarkDotNet.Engines.Engine.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Engines.Engine.html#BenchmarkDotNet_Engines_Engine_WriteLine_ - commentId: Overload:BenchmarkDotNet.Engines.Engine.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.Engine.WriteLine - nameWithType: Engine.WriteLine -- uid: BenchmarkDotNet.Engines.EngineActualStage - name: EngineActualStage - href: api/BenchmarkDotNet.Engines.EngineActualStage.html - commentId: T:BenchmarkDotNet.Engines.EngineActualStage - fullName: BenchmarkDotNet.Engines.EngineActualStage - nameWithType: EngineActualStage -- uid: BenchmarkDotNet.Engines.EngineActualStage.#ctor(BenchmarkDotNet.Engines.IEngine) - name: EngineActualStage(IEngine) - href: api/BenchmarkDotNet.Engines.EngineActualStage.html#BenchmarkDotNet_Engines_EngineActualStage__ctor_BenchmarkDotNet_Engines_IEngine_ - commentId: M:BenchmarkDotNet.Engines.EngineActualStage.#ctor(BenchmarkDotNet.Engines.IEngine) - fullName: BenchmarkDotNet.Engines.EngineActualStage.EngineActualStage(BenchmarkDotNet.Engines.IEngine) - nameWithType: EngineActualStage.EngineActualStage(IEngine) -- uid: BenchmarkDotNet.Engines.EngineActualStage.#ctor* - name: EngineActualStage - href: api/BenchmarkDotNet.Engines.EngineActualStage.html#BenchmarkDotNet_Engines_EngineActualStage__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.EngineActualStage.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineActualStage.EngineActualStage - nameWithType: EngineActualStage.EngineActualStage -- uid: BenchmarkDotNet.Engines.EngineActualStage.RunOverhead(System.Int64,System.Int32) - name: RunOverhead(Int64, Int32) - href: api/BenchmarkDotNet.Engines.EngineActualStage.html#BenchmarkDotNet_Engines_EngineActualStage_RunOverhead_System_Int64_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.EngineActualStage.RunOverhead(System.Int64,System.Int32) - fullName: BenchmarkDotNet.Engines.EngineActualStage.RunOverhead(System.Int64, System.Int32) - nameWithType: EngineActualStage.RunOverhead(Int64, Int32) -- uid: BenchmarkDotNet.Engines.EngineActualStage.RunOverhead* - name: RunOverhead - href: api/BenchmarkDotNet.Engines.EngineActualStage.html#BenchmarkDotNet_Engines_EngineActualStage_RunOverhead_ - commentId: Overload:BenchmarkDotNet.Engines.EngineActualStage.RunOverhead - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineActualStage.RunOverhead - nameWithType: EngineActualStage.RunOverhead -- uid: BenchmarkDotNet.Engines.EngineActualStage.RunWorkload(System.Int64,System.Int32,System.Boolean) - name: RunWorkload(Int64, Int32, Boolean) - href: api/BenchmarkDotNet.Engines.EngineActualStage.html#BenchmarkDotNet_Engines_EngineActualStage_RunWorkload_System_Int64_System_Int32_System_Boolean_ - commentId: M:BenchmarkDotNet.Engines.EngineActualStage.RunWorkload(System.Int64,System.Int32,System.Boolean) - fullName: BenchmarkDotNet.Engines.EngineActualStage.RunWorkload(System.Int64, System.Int32, System.Boolean) - nameWithType: EngineActualStage.RunWorkload(Int64, Int32, Boolean) -- uid: BenchmarkDotNet.Engines.EngineActualStage.RunWorkload* - name: RunWorkload - href: api/BenchmarkDotNet.Engines.EngineActualStage.html#BenchmarkDotNet_Engines_EngineActualStage_RunWorkload_ - commentId: Overload:BenchmarkDotNet.Engines.EngineActualStage.RunWorkload - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineActualStage.RunWorkload - nameWithType: EngineActualStage.RunWorkload -- uid: BenchmarkDotNet.Engines.EngineEventSource - name: EngineEventSource - href: api/BenchmarkDotNet.Engines.EngineEventSource.html - commentId: T:BenchmarkDotNet.Engines.EngineEventSource - fullName: BenchmarkDotNet.Engines.EngineEventSource - nameWithType: EngineEventSource -- uid: BenchmarkDotNet.Engines.EngineEventSource.BenchmarkStartEventId - name: BenchmarkStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_BenchmarkStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.BenchmarkStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.BenchmarkStartEventId - nameWithType: EngineEventSource.BenchmarkStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.BenchmarkStopEventId - name: BenchmarkStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_BenchmarkStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.BenchmarkStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.BenchmarkStopEventId - nameWithType: EngineEventSource.BenchmarkStopEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.OverheadActualStartEventId - name: OverheadActualStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_OverheadActualStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.OverheadActualStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.OverheadActualStartEventId - nameWithType: EngineEventSource.OverheadActualStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.OverheadActualStopEventId - name: OverheadActualStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_OverheadActualStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.OverheadActualStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.OverheadActualStopEventId - nameWithType: EngineEventSource.OverheadActualStopEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.OverheadJittingStartEventId - name: OverheadJittingStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_OverheadJittingStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.OverheadJittingStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.OverheadJittingStartEventId - nameWithType: EngineEventSource.OverheadJittingStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.OverheadJittingStopEventId - name: OverheadJittingStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_OverheadJittingStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.OverheadJittingStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.OverheadJittingStopEventId - nameWithType: EngineEventSource.OverheadJittingStopEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.OverheadWarmupStartEventId - name: OverheadWarmupStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_OverheadWarmupStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.OverheadWarmupStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.OverheadWarmupStartEventId - nameWithType: EngineEventSource.OverheadWarmupStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.OverheadWarmupStopEventId - name: OverheadWarmupStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_OverheadWarmupStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.OverheadWarmupStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.OverheadWarmupStopEventId - nameWithType: EngineEventSource.OverheadWarmupStopEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.SourceName - name: SourceName - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_SourceName - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.SourceName - fullName: BenchmarkDotNet.Engines.EngineEventSource.SourceName - nameWithType: EngineEventSource.SourceName -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks - name: EngineEventSource.Tasks - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html - commentId: T:BenchmarkDotNet.Engines.EngineEventSource.Tasks - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks - nameWithType: EngineEventSource.Tasks -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.Benchmark - name: Benchmark - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_Benchmark - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.Benchmark - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.Benchmark - nameWithType: EngineEventSource.Tasks.Benchmark -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadActual - name: OverheadActual - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_OverheadActual - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadActual - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadActual - nameWithType: EngineEventSource.Tasks.OverheadActual -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadJitting - name: OverheadJitting - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_OverheadJitting - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadJitting - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadJitting - nameWithType: EngineEventSource.Tasks.OverheadJitting -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadWarmup - name: OverheadWarmup - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_OverheadWarmup - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadWarmup - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.OverheadWarmup - nameWithType: EngineEventSource.Tasks.OverheadWarmup -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadActual - name: WorkloadActual - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_WorkloadActual - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadActual - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadActual - nameWithType: EngineEventSource.Tasks.WorkloadActual -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadJitting - name: WorkloadJitting - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_WorkloadJitting - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadJitting - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadJitting - nameWithType: EngineEventSource.Tasks.WorkloadJitting -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadPilot - name: WorkloadPilot - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_WorkloadPilot - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadPilot - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadPilot - nameWithType: EngineEventSource.Tasks.WorkloadPilot -- uid: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadWarmup - name: WorkloadWarmup - href: api/BenchmarkDotNet.Engines.EngineEventSource.Tasks.html#BenchmarkDotNet_Engines_EngineEventSource_Tasks_WorkloadWarmup - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadWarmup - fullName: BenchmarkDotNet.Engines.EngineEventSource.Tasks.WorkloadWarmup - nameWithType: EngineEventSource.Tasks.WorkloadWarmup -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadActualStartEventId - name: WorkloadActualStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadActualStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadActualStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadActualStartEventId - nameWithType: EngineEventSource.WorkloadActualStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadActualStopEventId - name: WorkloadActualStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadActualStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadActualStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadActualStopEventId - nameWithType: EngineEventSource.WorkloadActualStopEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadJittingStartEventId - name: WorkloadJittingStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadJittingStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadJittingStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadJittingStartEventId - nameWithType: EngineEventSource.WorkloadJittingStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadJittingStopEventId - name: WorkloadJittingStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadJittingStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadJittingStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadJittingStopEventId - nameWithType: EngineEventSource.WorkloadJittingStopEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadPilotStartEventId - name: WorkloadPilotStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadPilotStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadPilotStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadPilotStartEventId - nameWithType: EngineEventSource.WorkloadPilotStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadPilotStopEventId - name: WorkloadPilotStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadPilotStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadPilotStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadPilotStopEventId - nameWithType: EngineEventSource.WorkloadPilotStopEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadWarmupStartEventId - name: WorkloadWarmupStartEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadWarmupStartEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadWarmupStartEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadWarmupStartEventId - nameWithType: EngineEventSource.WorkloadWarmupStartEventId -- uid: BenchmarkDotNet.Engines.EngineEventSource.WorkloadWarmupStopEventId - name: WorkloadWarmupStopEventId - href: api/BenchmarkDotNet.Engines.EngineEventSource.html#BenchmarkDotNet_Engines_EngineEventSource_WorkloadWarmupStopEventId - commentId: F:BenchmarkDotNet.Engines.EngineEventSource.WorkloadWarmupStopEventId - fullName: BenchmarkDotNet.Engines.EngineEventSource.WorkloadWarmupStopEventId - nameWithType: EngineEventSource.WorkloadWarmupStopEventId -- uid: BenchmarkDotNet.Engines.EngineFactory - name: EngineFactory - href: api/BenchmarkDotNet.Engines.EngineFactory.html - commentId: T:BenchmarkDotNet.Engines.EngineFactory - fullName: BenchmarkDotNet.Engines.EngineFactory - nameWithType: EngineFactory -- uid: BenchmarkDotNet.Engines.EngineFactory.CreateReadyToRun(BenchmarkDotNet.Engines.EngineParameters) - name: CreateReadyToRun(EngineParameters) - href: api/BenchmarkDotNet.Engines.EngineFactory.html#BenchmarkDotNet_Engines_EngineFactory_CreateReadyToRun_BenchmarkDotNet_Engines_EngineParameters_ - commentId: M:BenchmarkDotNet.Engines.EngineFactory.CreateReadyToRun(BenchmarkDotNet.Engines.EngineParameters) - fullName: BenchmarkDotNet.Engines.EngineFactory.CreateReadyToRun(BenchmarkDotNet.Engines.EngineParameters) - nameWithType: EngineFactory.CreateReadyToRun(EngineParameters) -- uid: BenchmarkDotNet.Engines.EngineFactory.CreateReadyToRun* - name: CreateReadyToRun - href: api/BenchmarkDotNet.Engines.EngineFactory.html#BenchmarkDotNet_Engines_EngineFactory_CreateReadyToRun_ - commentId: Overload:BenchmarkDotNet.Engines.EngineFactory.CreateReadyToRun - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineFactory.CreateReadyToRun - nameWithType: EngineFactory.CreateReadyToRun -- uid: BenchmarkDotNet.Engines.EngineParameters - name: EngineParameters - href: api/BenchmarkDotNet.Engines.EngineParameters.html - commentId: T:BenchmarkDotNet.Engines.EngineParameters - fullName: BenchmarkDotNet.Engines.EngineParameters - nameWithType: EngineParameters -- uid: BenchmarkDotNet.Engines.EngineParameters.BenchmarkName - name: BenchmarkName - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_BenchmarkName - commentId: P:BenchmarkDotNet.Engines.EngineParameters.BenchmarkName - fullName: BenchmarkDotNet.Engines.EngineParameters.BenchmarkName - nameWithType: EngineParameters.BenchmarkName -- uid: BenchmarkDotNet.Engines.EngineParameters.BenchmarkName* - name: BenchmarkName - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_BenchmarkName_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.BenchmarkName - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.BenchmarkName - nameWithType: EngineParameters.BenchmarkName -- uid: BenchmarkDotNet.Engines.EngineParameters.DefaultResolver - name: DefaultResolver - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_DefaultResolver - commentId: F:BenchmarkDotNet.Engines.EngineParameters.DefaultResolver - fullName: BenchmarkDotNet.Engines.EngineParameters.DefaultResolver - nameWithType: EngineParameters.DefaultResolver -- uid: BenchmarkDotNet.Engines.EngineParameters.Dummy1Action - name: Dummy1Action - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Dummy1Action - commentId: P:BenchmarkDotNet.Engines.EngineParameters.Dummy1Action - fullName: BenchmarkDotNet.Engines.EngineParameters.Dummy1Action - nameWithType: EngineParameters.Dummy1Action -- uid: BenchmarkDotNet.Engines.EngineParameters.Dummy1Action* - name: Dummy1Action - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Dummy1Action_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.Dummy1Action - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.Dummy1Action - nameWithType: EngineParameters.Dummy1Action -- uid: BenchmarkDotNet.Engines.EngineParameters.Dummy2Action - name: Dummy2Action - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Dummy2Action - commentId: P:BenchmarkDotNet.Engines.EngineParameters.Dummy2Action - fullName: BenchmarkDotNet.Engines.EngineParameters.Dummy2Action - nameWithType: EngineParameters.Dummy2Action -- uid: BenchmarkDotNet.Engines.EngineParameters.Dummy2Action* - name: Dummy2Action - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Dummy2Action_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.Dummy2Action - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.Dummy2Action - nameWithType: EngineParameters.Dummy2Action -- uid: BenchmarkDotNet.Engines.EngineParameters.Dummy3Action - name: Dummy3Action - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Dummy3Action - commentId: P:BenchmarkDotNet.Engines.EngineParameters.Dummy3Action - fullName: BenchmarkDotNet.Engines.EngineParameters.Dummy3Action - nameWithType: EngineParameters.Dummy3Action -- uid: BenchmarkDotNet.Engines.EngineParameters.Dummy3Action* - name: Dummy3Action - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Dummy3Action_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.Dummy3Action - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.Dummy3Action - nameWithType: EngineParameters.Dummy3Action -- uid: BenchmarkDotNet.Engines.EngineParameters.GlobalCleanupAction - name: GlobalCleanupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_GlobalCleanupAction - commentId: P:BenchmarkDotNet.Engines.EngineParameters.GlobalCleanupAction - fullName: BenchmarkDotNet.Engines.EngineParameters.GlobalCleanupAction - nameWithType: EngineParameters.GlobalCleanupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.GlobalCleanupAction* - name: GlobalCleanupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_GlobalCleanupAction_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.GlobalCleanupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.GlobalCleanupAction - nameWithType: EngineParameters.GlobalCleanupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.GlobalSetupAction - name: GlobalSetupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_GlobalSetupAction - commentId: P:BenchmarkDotNet.Engines.EngineParameters.GlobalSetupAction - fullName: BenchmarkDotNet.Engines.EngineParameters.GlobalSetupAction - nameWithType: EngineParameters.GlobalSetupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.GlobalSetupAction* - name: GlobalSetupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_GlobalSetupAction_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.GlobalSetupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.GlobalSetupAction - nameWithType: EngineParameters.GlobalSetupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.HasInvocationCount - name: HasInvocationCount - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_HasInvocationCount - commentId: P:BenchmarkDotNet.Engines.EngineParameters.HasInvocationCount - fullName: BenchmarkDotNet.Engines.EngineParameters.HasInvocationCount - nameWithType: EngineParameters.HasInvocationCount -- uid: BenchmarkDotNet.Engines.EngineParameters.HasInvocationCount* - name: HasInvocationCount - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_HasInvocationCount_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.HasInvocationCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.HasInvocationCount - nameWithType: EngineParameters.HasInvocationCount -- uid: BenchmarkDotNet.Engines.EngineParameters.HasUnrollFactor - name: HasUnrollFactor - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_HasUnrollFactor - commentId: P:BenchmarkDotNet.Engines.EngineParameters.HasUnrollFactor - fullName: BenchmarkDotNet.Engines.EngineParameters.HasUnrollFactor - nameWithType: EngineParameters.HasUnrollFactor -- uid: BenchmarkDotNet.Engines.EngineParameters.HasUnrollFactor* - name: HasUnrollFactor - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_HasUnrollFactor_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.HasUnrollFactor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.HasUnrollFactor - nameWithType: EngineParameters.HasUnrollFactor -- uid: BenchmarkDotNet.Engines.EngineParameters.Host - name: Host - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Host - commentId: P:BenchmarkDotNet.Engines.EngineParameters.Host - fullName: BenchmarkDotNet.Engines.EngineParameters.Host - nameWithType: EngineParameters.Host -- uid: BenchmarkDotNet.Engines.EngineParameters.Host* - name: Host - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_Host_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.Host - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.Host - nameWithType: EngineParameters.Host -- uid: BenchmarkDotNet.Engines.EngineParameters.IterationCleanupAction - name: IterationCleanupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_IterationCleanupAction - commentId: P:BenchmarkDotNet.Engines.EngineParameters.IterationCleanupAction - fullName: BenchmarkDotNet.Engines.EngineParameters.IterationCleanupAction - nameWithType: EngineParameters.IterationCleanupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.IterationCleanupAction* - name: IterationCleanupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_IterationCleanupAction_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.IterationCleanupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.IterationCleanupAction - nameWithType: EngineParameters.IterationCleanupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.IterationSetupAction - name: IterationSetupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_IterationSetupAction - commentId: P:BenchmarkDotNet.Engines.EngineParameters.IterationSetupAction - fullName: BenchmarkDotNet.Engines.EngineParameters.IterationSetupAction - nameWithType: EngineParameters.IterationSetupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.IterationSetupAction* - name: IterationSetupAction - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_IterationSetupAction_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.IterationSetupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.IterationSetupAction - nameWithType: EngineParameters.IterationSetupAction -- uid: BenchmarkDotNet.Engines.EngineParameters.IterationTime - name: IterationTime - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_IterationTime - commentId: P:BenchmarkDotNet.Engines.EngineParameters.IterationTime - fullName: BenchmarkDotNet.Engines.EngineParameters.IterationTime - nameWithType: EngineParameters.IterationTime -- uid: BenchmarkDotNet.Engines.EngineParameters.IterationTime* - name: IterationTime - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_IterationTime_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.IterationTime - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.IterationTime - nameWithType: EngineParameters.IterationTime -- uid: BenchmarkDotNet.Engines.EngineParameters.MeasureExtraStats - name: MeasureExtraStats - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_MeasureExtraStats - commentId: P:BenchmarkDotNet.Engines.EngineParameters.MeasureExtraStats - fullName: BenchmarkDotNet.Engines.EngineParameters.MeasureExtraStats - nameWithType: EngineParameters.MeasureExtraStats -- uid: BenchmarkDotNet.Engines.EngineParameters.MeasureExtraStats* - name: MeasureExtraStats - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_MeasureExtraStats_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.MeasureExtraStats - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.MeasureExtraStats - nameWithType: EngineParameters.MeasureExtraStats -- uid: BenchmarkDotNet.Engines.EngineParameters.NeedsJitting - name: NeedsJitting - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_NeedsJitting - commentId: P:BenchmarkDotNet.Engines.EngineParameters.NeedsJitting - fullName: BenchmarkDotNet.Engines.EngineParameters.NeedsJitting - nameWithType: EngineParameters.NeedsJitting -- uid: BenchmarkDotNet.Engines.EngineParameters.NeedsJitting* - name: NeedsJitting - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_NeedsJitting_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.NeedsJitting - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.NeedsJitting - nameWithType: EngineParameters.NeedsJitting -- uid: BenchmarkDotNet.Engines.EngineParameters.OperationsPerInvoke - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_OperationsPerInvoke - commentId: P:BenchmarkDotNet.Engines.EngineParameters.OperationsPerInvoke - fullName: BenchmarkDotNet.Engines.EngineParameters.OperationsPerInvoke - nameWithType: EngineParameters.OperationsPerInvoke -- uid: BenchmarkDotNet.Engines.EngineParameters.OperationsPerInvoke* - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_OperationsPerInvoke_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.OperationsPerInvoke - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.OperationsPerInvoke - nameWithType: EngineParameters.OperationsPerInvoke -- uid: BenchmarkDotNet.Engines.EngineParameters.OverheadActionNoUnroll - name: OverheadActionNoUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_OverheadActionNoUnroll - commentId: P:BenchmarkDotNet.Engines.EngineParameters.OverheadActionNoUnroll - fullName: BenchmarkDotNet.Engines.EngineParameters.OverheadActionNoUnroll - nameWithType: EngineParameters.OverheadActionNoUnroll -- uid: BenchmarkDotNet.Engines.EngineParameters.OverheadActionNoUnroll* - name: OverheadActionNoUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_OverheadActionNoUnroll_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.OverheadActionNoUnroll - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.OverheadActionNoUnroll - nameWithType: EngineParameters.OverheadActionNoUnroll -- uid: BenchmarkDotNet.Engines.EngineParameters.OverheadActionUnroll - name: OverheadActionUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_OverheadActionUnroll - commentId: P:BenchmarkDotNet.Engines.EngineParameters.OverheadActionUnroll - fullName: BenchmarkDotNet.Engines.EngineParameters.OverheadActionUnroll - nameWithType: EngineParameters.OverheadActionUnroll -- uid: BenchmarkDotNet.Engines.EngineParameters.OverheadActionUnroll* - name: OverheadActionUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_OverheadActionUnroll_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.OverheadActionUnroll - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.OverheadActionUnroll - nameWithType: EngineParameters.OverheadActionUnroll -- uid: BenchmarkDotNet.Engines.EngineParameters.TargetJob - name: TargetJob - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_TargetJob - commentId: P:BenchmarkDotNet.Engines.EngineParameters.TargetJob - fullName: BenchmarkDotNet.Engines.EngineParameters.TargetJob - nameWithType: EngineParameters.TargetJob -- uid: BenchmarkDotNet.Engines.EngineParameters.TargetJob* - name: TargetJob - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_TargetJob_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.TargetJob - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.TargetJob - nameWithType: EngineParameters.TargetJob -- uid: BenchmarkDotNet.Engines.EngineParameters.UnrollFactor - name: UnrollFactor - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_UnrollFactor - commentId: P:BenchmarkDotNet.Engines.EngineParameters.UnrollFactor - fullName: BenchmarkDotNet.Engines.EngineParameters.UnrollFactor - nameWithType: EngineParameters.UnrollFactor -- uid: BenchmarkDotNet.Engines.EngineParameters.UnrollFactor* - name: UnrollFactor - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_UnrollFactor_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.UnrollFactor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.UnrollFactor - nameWithType: EngineParameters.UnrollFactor -- uid: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionNoUnroll - name: WorkloadActionNoUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_WorkloadActionNoUnroll - commentId: P:BenchmarkDotNet.Engines.EngineParameters.WorkloadActionNoUnroll - fullName: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionNoUnroll - nameWithType: EngineParameters.WorkloadActionNoUnroll -- uid: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionNoUnroll* - name: WorkloadActionNoUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_WorkloadActionNoUnroll_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.WorkloadActionNoUnroll - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionNoUnroll - nameWithType: EngineParameters.WorkloadActionNoUnroll -- uid: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionUnroll - name: WorkloadActionUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_WorkloadActionUnroll - commentId: P:BenchmarkDotNet.Engines.EngineParameters.WorkloadActionUnroll - fullName: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionUnroll - nameWithType: EngineParameters.WorkloadActionUnroll -- uid: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionUnroll* - name: WorkloadActionUnroll - href: api/BenchmarkDotNet.Engines.EngineParameters.html#BenchmarkDotNet_Engines_EngineParameters_WorkloadActionUnroll_ - commentId: Overload:BenchmarkDotNet.Engines.EngineParameters.WorkloadActionUnroll - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineParameters.WorkloadActionUnroll - nameWithType: EngineParameters.WorkloadActionUnroll -- uid: BenchmarkDotNet.Engines.EngineResolver - name: EngineResolver - href: api/BenchmarkDotNet.Engines.EngineResolver.html - commentId: T:BenchmarkDotNet.Engines.EngineResolver - fullName: BenchmarkDotNet.Engines.EngineResolver - nameWithType: EngineResolver -- uid: BenchmarkDotNet.Engines.EngineResolver.Instance - name: Instance - href: api/BenchmarkDotNet.Engines.EngineResolver.html#BenchmarkDotNet_Engines_EngineResolver_Instance - commentId: F:BenchmarkDotNet.Engines.EngineResolver.Instance - fullName: BenchmarkDotNet.Engines.EngineResolver.Instance - nameWithType: EngineResolver.Instance -- uid: BenchmarkDotNet.Engines.EngineStage - name: EngineStage - href: api/BenchmarkDotNet.Engines.EngineStage.html - commentId: T:BenchmarkDotNet.Engines.EngineStage - fullName: BenchmarkDotNet.Engines.EngineStage - nameWithType: EngineStage -- uid: BenchmarkDotNet.Engines.EngineStage.#ctor(BenchmarkDotNet.Engines.IEngine) - name: EngineStage(IEngine) - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage__ctor_BenchmarkDotNet_Engines_IEngine_ - commentId: M:BenchmarkDotNet.Engines.EngineStage.#ctor(BenchmarkDotNet.Engines.IEngine) - fullName: BenchmarkDotNet.Engines.EngineStage.EngineStage(BenchmarkDotNet.Engines.IEngine) - nameWithType: EngineStage.EngineStage(IEngine) -- uid: BenchmarkDotNet.Engines.EngineStage.#ctor* - name: EngineStage - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.EngineStage.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineStage.EngineStage - nameWithType: EngineStage.EngineStage -- uid: BenchmarkDotNet.Engines.EngineStage.RunIteration(BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage,System.Int32,System.Int64,System.Int32) - name: RunIteration(IterationMode, IterationStage, Int32, Int64, Int32) - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage_RunIteration_BenchmarkDotNet_Engines_IterationMode_BenchmarkDotNet_Engines_IterationStage_System_Int32_System_Int64_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.EngineStage.RunIteration(BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage,System.Int32,System.Int64,System.Int32) - fullName: BenchmarkDotNet.Engines.EngineStage.RunIteration(BenchmarkDotNet.Engines.IterationMode, BenchmarkDotNet.Engines.IterationStage, System.Int32, System.Int64, System.Int32) - nameWithType: EngineStage.RunIteration(IterationMode, IterationStage, Int32, Int64, Int32) -- uid: BenchmarkDotNet.Engines.EngineStage.RunIteration* - name: RunIteration - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage_RunIteration_ - commentId: Overload:BenchmarkDotNet.Engines.EngineStage.RunIteration - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineStage.RunIteration - nameWithType: EngineStage.RunIteration -- uid: BenchmarkDotNet.Engines.EngineStage.TargetJob - name: TargetJob - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage_TargetJob - commentId: P:BenchmarkDotNet.Engines.EngineStage.TargetJob - fullName: BenchmarkDotNet.Engines.EngineStage.TargetJob - nameWithType: EngineStage.TargetJob -- uid: BenchmarkDotNet.Engines.EngineStage.TargetJob* - name: TargetJob - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage_TargetJob_ - commentId: Overload:BenchmarkDotNet.Engines.EngineStage.TargetJob - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineStage.TargetJob - nameWithType: EngineStage.TargetJob -- uid: BenchmarkDotNet.Engines.EngineStage.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage_WriteLine - commentId: M:BenchmarkDotNet.Engines.EngineStage.WriteLine - fullName: BenchmarkDotNet.Engines.EngineStage.WriteLine() - nameWithType: EngineStage.WriteLine() -- uid: BenchmarkDotNet.Engines.EngineStage.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Engines.EngineStage.html#BenchmarkDotNet_Engines_EngineStage_WriteLine_ - commentId: Overload:BenchmarkDotNet.Engines.EngineStage.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.EngineStage.WriteLine - nameWithType: EngineStage.WriteLine -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria - name: FixedStoppingCriteria - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html - commentId: T:BenchmarkDotNet.Engines.FixedStoppingCriteria - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria - nameWithType: FixedStoppingCriteria -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.#ctor(System.Int32) - name: FixedStoppingCriteria(Int32) - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria__ctor_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.FixedStoppingCriteria.#ctor(System.Int32) - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.FixedStoppingCriteria(System.Int32) - nameWithType: FixedStoppingCriteria.FixedStoppingCriteria(Int32) -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.#ctor* - name: FixedStoppingCriteria - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.FixedStoppingCriteria.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.FixedStoppingCriteria - nameWithType: FixedStoppingCriteria.FixedStoppingCriteria -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name: Evaluate(IReadOnlyList) - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_Evaluate_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Measurement__ - commentId: M:BenchmarkDotNet.Engines.FixedStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name.vb: Evaluate(IReadOnlyList(Of Measurement)) - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Engines.FixedStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Measurement)) - nameWithType: FixedStoppingCriteria.Evaluate(IReadOnlyList) - nameWithType.vb: FixedStoppingCriteria.Evaluate(IReadOnlyList(Of Measurement)) -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.Evaluate* - name: Evaluate - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_Evaluate_ - commentId: Overload:BenchmarkDotNet.Engines.FixedStoppingCriteria.Evaluate - isSpec: "True" - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.Evaluate - nameWithType: FixedStoppingCriteria.Evaluate -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetMaxIterationCount - name: GetMaxIterationCount() - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_GetMaxIterationCount - commentId: M:BenchmarkDotNet.Engines.FixedStoppingCriteria.GetMaxIterationCount - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetMaxIterationCount() - nameWithType: FixedStoppingCriteria.GetMaxIterationCount() -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetMaxIterationCount* - name: GetMaxIterationCount - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_GetMaxIterationCount_ - commentId: Overload:BenchmarkDotNet.Engines.FixedStoppingCriteria.GetMaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetMaxIterationCount - nameWithType: FixedStoppingCriteria.GetMaxIterationCount -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetTitle - name: GetTitle() - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_GetTitle - commentId: M:BenchmarkDotNet.Engines.FixedStoppingCriteria.GetTitle - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetTitle() - nameWithType: FixedStoppingCriteria.GetTitle() -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetTitle* - name: GetTitle - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_GetTitle_ - commentId: Overload:BenchmarkDotNet.Engines.FixedStoppingCriteria.GetTitle - isSpec: "True" - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetTitle - nameWithType: FixedStoppingCriteria.GetTitle -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetWarnings - name: GetWarnings() - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_GetWarnings - commentId: M:BenchmarkDotNet.Engines.FixedStoppingCriteria.GetWarnings - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetWarnings() - nameWithType: FixedStoppingCriteria.GetWarnings() -- uid: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetWarnings* - name: GetWarnings - href: api/BenchmarkDotNet.Engines.FixedStoppingCriteria.html#BenchmarkDotNet_Engines_FixedStoppingCriteria_GetWarnings_ - commentId: Overload:BenchmarkDotNet.Engines.FixedStoppingCriteria.GetWarnings - isSpec: "True" - fullName: BenchmarkDotNet.Engines.FixedStoppingCriteria.GetWarnings - nameWithType: FixedStoppingCriteria.GetWarnings -- uid: BenchmarkDotNet.Engines.GcStats - name: GcStats - href: api/BenchmarkDotNet.Engines.GcStats.html - commentId: T:BenchmarkDotNet.Engines.GcStats - fullName: BenchmarkDotNet.Engines.GcStats - nameWithType: GcStats -- uid: BenchmarkDotNet.Engines.GcStats.AllocationQuantum - name: AllocationQuantum - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_AllocationQuantum - commentId: F:BenchmarkDotNet.Engines.GcStats.AllocationQuantum - fullName: BenchmarkDotNet.Engines.GcStats.AllocationQuantum - nameWithType: GcStats.AllocationQuantum -- uid: BenchmarkDotNet.Engines.GcStats.BytesAllocatedPerOperation - name: BytesAllocatedPerOperation - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_BytesAllocatedPerOperation - commentId: P:BenchmarkDotNet.Engines.GcStats.BytesAllocatedPerOperation - fullName: BenchmarkDotNet.Engines.GcStats.BytesAllocatedPerOperation - nameWithType: GcStats.BytesAllocatedPerOperation -- uid: BenchmarkDotNet.Engines.GcStats.BytesAllocatedPerOperation* - name: BytesAllocatedPerOperation - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_BytesAllocatedPerOperation_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.BytesAllocatedPerOperation - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.BytesAllocatedPerOperation - nameWithType: GcStats.BytesAllocatedPerOperation -- uid: BenchmarkDotNet.Engines.GcStats.Empty - name: Empty - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Empty - commentId: F:BenchmarkDotNet.Engines.GcStats.Empty - fullName: BenchmarkDotNet.Engines.GcStats.Empty - nameWithType: GcStats.Empty -- uid: BenchmarkDotNet.Engines.GcStats.Equals(BenchmarkDotNet.Engines.GcStats) - name: Equals(GcStats) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Equals_BenchmarkDotNet_Engines_GcStats_ - commentId: M:BenchmarkDotNet.Engines.GcStats.Equals(BenchmarkDotNet.Engines.GcStats) - fullName: BenchmarkDotNet.Engines.GcStats.Equals(BenchmarkDotNet.Engines.GcStats) - nameWithType: GcStats.Equals(GcStats) -- uid: BenchmarkDotNet.Engines.GcStats.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Engines.GcStats.Equals(System.Object) - fullName: BenchmarkDotNet.Engines.GcStats.Equals(System.Object) - nameWithType: GcStats.Equals(Object) -- uid: BenchmarkDotNet.Engines.GcStats.Equals* - name: Equals - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Equals_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.Equals - nameWithType: GcStats.Equals -- uid: BenchmarkDotNet.Engines.GcStats.FromForced(System.Int32) - name: FromForced(Int32) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_FromForced_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.GcStats.FromForced(System.Int32) - fullName: BenchmarkDotNet.Engines.GcStats.FromForced(System.Int32) - nameWithType: GcStats.FromForced(Int32) -- uid: BenchmarkDotNet.Engines.GcStats.FromForced* - name: FromForced - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_FromForced_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.FromForced - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.FromForced - nameWithType: GcStats.FromForced -- uid: BenchmarkDotNet.Engines.GcStats.Gen0Collections - name: Gen0Collections - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Gen0Collections - commentId: P:BenchmarkDotNet.Engines.GcStats.Gen0Collections - fullName: BenchmarkDotNet.Engines.GcStats.Gen0Collections - nameWithType: GcStats.Gen0Collections -- uid: BenchmarkDotNet.Engines.GcStats.Gen0Collections* - name: Gen0Collections - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Gen0Collections_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.Gen0Collections - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.Gen0Collections - nameWithType: GcStats.Gen0Collections -- uid: BenchmarkDotNet.Engines.GcStats.Gen1Collections - name: Gen1Collections - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Gen1Collections - commentId: P:BenchmarkDotNet.Engines.GcStats.Gen1Collections - fullName: BenchmarkDotNet.Engines.GcStats.Gen1Collections - nameWithType: GcStats.Gen1Collections -- uid: BenchmarkDotNet.Engines.GcStats.Gen1Collections* - name: Gen1Collections - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Gen1Collections_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.Gen1Collections - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.Gen1Collections - nameWithType: GcStats.Gen1Collections -- uid: BenchmarkDotNet.Engines.GcStats.Gen2Collections - name: Gen2Collections - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Gen2Collections - commentId: P:BenchmarkDotNet.Engines.GcStats.Gen2Collections - fullName: BenchmarkDotNet.Engines.GcStats.Gen2Collections - nameWithType: GcStats.Gen2Collections -- uid: BenchmarkDotNet.Engines.GcStats.Gen2Collections* - name: Gen2Collections - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Gen2Collections_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.Gen2Collections - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.Gen2Collections - nameWithType: GcStats.Gen2Collections -- uid: BenchmarkDotNet.Engines.GcStats.GetCollectionsCount(System.Int32) - name: GetCollectionsCount(Int32) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_GetCollectionsCount_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.GcStats.GetCollectionsCount(System.Int32) - fullName: BenchmarkDotNet.Engines.GcStats.GetCollectionsCount(System.Int32) - nameWithType: GcStats.GetCollectionsCount(Int32) -- uid: BenchmarkDotNet.Engines.GcStats.GetCollectionsCount* - name: GetCollectionsCount - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_GetCollectionsCount_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.GetCollectionsCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.GetCollectionsCount - nameWithType: GcStats.GetCollectionsCount -- uid: BenchmarkDotNet.Engines.GcStats.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_GetHashCode - commentId: M:BenchmarkDotNet.Engines.GcStats.GetHashCode - fullName: BenchmarkDotNet.Engines.GcStats.GetHashCode() - nameWithType: GcStats.GetHashCode() -- uid: BenchmarkDotNet.Engines.GcStats.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.GetHashCode - nameWithType: GcStats.GetHashCode -- uid: BenchmarkDotNet.Engines.GcStats.GetTotalAllocatedBytes(System.Boolean) - name: GetTotalAllocatedBytes(Boolean) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_GetTotalAllocatedBytes_System_Boolean_ - commentId: M:BenchmarkDotNet.Engines.GcStats.GetTotalAllocatedBytes(System.Boolean) - fullName: BenchmarkDotNet.Engines.GcStats.GetTotalAllocatedBytes(System.Boolean) - nameWithType: GcStats.GetTotalAllocatedBytes(Boolean) -- uid: BenchmarkDotNet.Engines.GcStats.GetTotalAllocatedBytes* - name: GetTotalAllocatedBytes - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_GetTotalAllocatedBytes_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.GetTotalAllocatedBytes - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.GetTotalAllocatedBytes - nameWithType: GcStats.GetTotalAllocatedBytes -- uid: BenchmarkDotNet.Engines.GcStats.op_Addition(BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.GcStats) - name: Addition(GcStats, GcStats) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_op_Addition_BenchmarkDotNet_Engines_GcStats_BenchmarkDotNet_Engines_GcStats_ - commentId: M:BenchmarkDotNet.Engines.GcStats.op_Addition(BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.GcStats) - fullName: BenchmarkDotNet.Engines.GcStats.Addition(BenchmarkDotNet.Engines.GcStats, BenchmarkDotNet.Engines.GcStats) - nameWithType: GcStats.Addition(GcStats, GcStats) -- uid: BenchmarkDotNet.Engines.GcStats.op_Addition* - name: Addition - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_op_Addition_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.op_Addition - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.Addition - nameWithType: GcStats.Addition -- uid: BenchmarkDotNet.Engines.GcStats.op_Subtraction(BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.GcStats) - name: Subtraction(GcStats, GcStats) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_op_Subtraction_BenchmarkDotNet_Engines_GcStats_BenchmarkDotNet_Engines_GcStats_ - commentId: M:BenchmarkDotNet.Engines.GcStats.op_Subtraction(BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.GcStats) - fullName: BenchmarkDotNet.Engines.GcStats.Subtraction(BenchmarkDotNet.Engines.GcStats, BenchmarkDotNet.Engines.GcStats) - nameWithType: GcStats.Subtraction(GcStats, GcStats) -- uid: BenchmarkDotNet.Engines.GcStats.op_Subtraction* - name: Subtraction - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_op_Subtraction_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.op_Subtraction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.Subtraction - nameWithType: GcStats.Subtraction -- uid: BenchmarkDotNet.Engines.GcStats.Parse(System.String) - name: Parse(String) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Parse_System_String_ - commentId: M:BenchmarkDotNet.Engines.GcStats.Parse(System.String) - fullName: BenchmarkDotNet.Engines.GcStats.Parse(System.String) - nameWithType: GcStats.Parse(String) -- uid: BenchmarkDotNet.Engines.GcStats.Parse* - name: Parse - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_Parse_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.Parse - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.Parse - nameWithType: GcStats.Parse -- uid: BenchmarkDotNet.Engines.GcStats.ReadFinal - name: ReadFinal() - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ReadFinal - commentId: M:BenchmarkDotNet.Engines.GcStats.ReadFinal - fullName: BenchmarkDotNet.Engines.GcStats.ReadFinal() - nameWithType: GcStats.ReadFinal() -- uid: BenchmarkDotNet.Engines.GcStats.ReadFinal* - name: ReadFinal - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ReadFinal_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.ReadFinal - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.ReadFinal - nameWithType: GcStats.ReadFinal -- uid: BenchmarkDotNet.Engines.GcStats.ReadInitial - name: ReadInitial() - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ReadInitial - commentId: M:BenchmarkDotNet.Engines.GcStats.ReadInitial - fullName: BenchmarkDotNet.Engines.GcStats.ReadInitial() - nameWithType: GcStats.ReadInitial() -- uid: BenchmarkDotNet.Engines.GcStats.ReadInitial* - name: ReadInitial - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ReadInitial_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.ReadInitial - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.ReadInitial - nameWithType: GcStats.ReadInitial -- uid: BenchmarkDotNet.Engines.GcStats.ToOutputLine - name: ToOutputLine() - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ToOutputLine - commentId: M:BenchmarkDotNet.Engines.GcStats.ToOutputLine - fullName: BenchmarkDotNet.Engines.GcStats.ToOutputLine() - nameWithType: GcStats.ToOutputLine() -- uid: BenchmarkDotNet.Engines.GcStats.ToOutputLine* - name: ToOutputLine - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ToOutputLine_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.ToOutputLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.ToOutputLine - nameWithType: GcStats.ToOutputLine -- uid: BenchmarkDotNet.Engines.GcStats.ToString - name: ToString() - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ToString - commentId: M:BenchmarkDotNet.Engines.GcStats.ToString - fullName: BenchmarkDotNet.Engines.GcStats.ToString() - nameWithType: GcStats.ToString() -- uid: BenchmarkDotNet.Engines.GcStats.ToString* - name: ToString - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_ToString_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.ToString - nameWithType: GcStats.ToString -- uid: BenchmarkDotNet.Engines.GcStats.TotalOperations - name: TotalOperations - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_TotalOperations - commentId: P:BenchmarkDotNet.Engines.GcStats.TotalOperations - fullName: BenchmarkDotNet.Engines.GcStats.TotalOperations - nameWithType: GcStats.TotalOperations -- uid: BenchmarkDotNet.Engines.GcStats.TotalOperations* - name: TotalOperations - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_TotalOperations_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.TotalOperations - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.TotalOperations - nameWithType: GcStats.TotalOperations -- uid: BenchmarkDotNet.Engines.GcStats.WithTotalOperations(System.Int64) - name: WithTotalOperations(Int64) - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_WithTotalOperations_System_Int64_ - commentId: M:BenchmarkDotNet.Engines.GcStats.WithTotalOperations(System.Int64) - fullName: BenchmarkDotNet.Engines.GcStats.WithTotalOperations(System.Int64) - nameWithType: GcStats.WithTotalOperations(Int64) -- uid: BenchmarkDotNet.Engines.GcStats.WithTotalOperations* - name: WithTotalOperations - href: api/BenchmarkDotNet.Engines.GcStats.html#BenchmarkDotNet_Engines_GcStats_WithTotalOperations_ - commentId: Overload:BenchmarkDotNet.Engines.GcStats.WithTotalOperations - isSpec: "True" - fullName: BenchmarkDotNet.Engines.GcStats.WithTotalOperations - nameWithType: GcStats.WithTotalOperations -- uid: BenchmarkDotNet.Engines.HostExtensions - name: HostExtensions - href: api/BenchmarkDotNet.Engines.HostExtensions.html - commentId: T:BenchmarkDotNet.Engines.HostExtensions - fullName: BenchmarkDotNet.Engines.HostExtensions - nameWithType: HostExtensions -- uid: BenchmarkDotNet.Engines.HostExtensions.AfterAll(BenchmarkDotNet.Engines.IHost) - name: AfterAll(IHost) - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_AfterAll_BenchmarkDotNet_Engines_IHost_ - commentId: M:BenchmarkDotNet.Engines.HostExtensions.AfterAll(BenchmarkDotNet.Engines.IHost) - fullName: BenchmarkDotNet.Engines.HostExtensions.AfterAll(BenchmarkDotNet.Engines.IHost) - nameWithType: HostExtensions.AfterAll(IHost) -- uid: BenchmarkDotNet.Engines.HostExtensions.AfterAll* - name: AfterAll - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_AfterAll_ - commentId: Overload:BenchmarkDotNet.Engines.HostExtensions.AfterAll - isSpec: "True" - fullName: BenchmarkDotNet.Engines.HostExtensions.AfterAll - nameWithType: HostExtensions.AfterAll -- uid: BenchmarkDotNet.Engines.HostExtensions.AfterMainRun(BenchmarkDotNet.Engines.IHost) - name: AfterMainRun(IHost) - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_AfterMainRun_BenchmarkDotNet_Engines_IHost_ - commentId: M:BenchmarkDotNet.Engines.HostExtensions.AfterMainRun(BenchmarkDotNet.Engines.IHost) - fullName: BenchmarkDotNet.Engines.HostExtensions.AfterMainRun(BenchmarkDotNet.Engines.IHost) - nameWithType: HostExtensions.AfterMainRun(IHost) -- uid: BenchmarkDotNet.Engines.HostExtensions.AfterMainRun* - name: AfterMainRun - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_AfterMainRun_ - commentId: Overload:BenchmarkDotNet.Engines.HostExtensions.AfterMainRun - isSpec: "True" - fullName: BenchmarkDotNet.Engines.HostExtensions.AfterMainRun - nameWithType: HostExtensions.AfterMainRun -- uid: BenchmarkDotNet.Engines.HostExtensions.BeforeAnythingElse(BenchmarkDotNet.Engines.IHost) - name: BeforeAnythingElse(IHost) - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_BeforeAnythingElse_BenchmarkDotNet_Engines_IHost_ - commentId: M:BenchmarkDotNet.Engines.HostExtensions.BeforeAnythingElse(BenchmarkDotNet.Engines.IHost) - fullName: BenchmarkDotNet.Engines.HostExtensions.BeforeAnythingElse(BenchmarkDotNet.Engines.IHost) - nameWithType: HostExtensions.BeforeAnythingElse(IHost) -- uid: BenchmarkDotNet.Engines.HostExtensions.BeforeAnythingElse* - name: BeforeAnythingElse - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_BeforeAnythingElse_ - commentId: Overload:BenchmarkDotNet.Engines.HostExtensions.BeforeAnythingElse - isSpec: "True" - fullName: BenchmarkDotNet.Engines.HostExtensions.BeforeAnythingElse - nameWithType: HostExtensions.BeforeAnythingElse -- uid: BenchmarkDotNet.Engines.HostExtensions.BeforeMainRun(BenchmarkDotNet.Engines.IHost) - name: BeforeMainRun(IHost) - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_BeforeMainRun_BenchmarkDotNet_Engines_IHost_ - commentId: M:BenchmarkDotNet.Engines.HostExtensions.BeforeMainRun(BenchmarkDotNet.Engines.IHost) - fullName: BenchmarkDotNet.Engines.HostExtensions.BeforeMainRun(BenchmarkDotNet.Engines.IHost) - nameWithType: HostExtensions.BeforeMainRun(IHost) -- uid: BenchmarkDotNet.Engines.HostExtensions.BeforeMainRun* - name: BeforeMainRun - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_BeforeMainRun_ - commentId: Overload:BenchmarkDotNet.Engines.HostExtensions.BeforeMainRun - isSpec: "True" - fullName: BenchmarkDotNet.Engines.HostExtensions.BeforeMainRun - nameWithType: HostExtensions.BeforeMainRun -- uid: BenchmarkDotNet.Engines.HostExtensions.WriteLine(BenchmarkDotNet.Engines.IHost,System.String,System.Object[]) - name: WriteLine(IHost, String, Object[]) - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_WriteLine_BenchmarkDotNet_Engines_IHost_System_String_System_Object___ - commentId: M:BenchmarkDotNet.Engines.HostExtensions.WriteLine(BenchmarkDotNet.Engines.IHost,System.String,System.Object[]) - name.vb: WriteLine(IHost, String, Object()) - fullName: BenchmarkDotNet.Engines.HostExtensions.WriteLine(BenchmarkDotNet.Engines.IHost, System.String, System.Object[]) - fullName.vb: BenchmarkDotNet.Engines.HostExtensions.WriteLine(BenchmarkDotNet.Engines.IHost, System.String, System.Object()) - nameWithType: HostExtensions.WriteLine(IHost, String, Object[]) - nameWithType.vb: HostExtensions.WriteLine(IHost, String, Object()) -- uid: BenchmarkDotNet.Engines.HostExtensions.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Engines.HostExtensions.html#BenchmarkDotNet_Engines_HostExtensions_WriteLine_ - commentId: Overload:BenchmarkDotNet.Engines.HostExtensions.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.HostExtensions.WriteLine - nameWithType: HostExtensions.WriteLine -- uid: BenchmarkDotNet.Engines.HostSignal - name: HostSignal - href: api/BenchmarkDotNet.Engines.HostSignal.html - commentId: T:BenchmarkDotNet.Engines.HostSignal - fullName: BenchmarkDotNet.Engines.HostSignal - nameWithType: HostSignal -- uid: BenchmarkDotNet.Engines.HostSignal.AfterActualRun - name: AfterActualRun - href: api/BenchmarkDotNet.Engines.HostSignal.html#BenchmarkDotNet_Engines_HostSignal_AfterActualRun - commentId: F:BenchmarkDotNet.Engines.HostSignal.AfterActualRun - fullName: BenchmarkDotNet.Engines.HostSignal.AfterActualRun - nameWithType: HostSignal.AfterActualRun -- uid: BenchmarkDotNet.Engines.HostSignal.AfterAll - name: AfterAll - href: api/BenchmarkDotNet.Engines.HostSignal.html#BenchmarkDotNet_Engines_HostSignal_AfterAll - commentId: F:BenchmarkDotNet.Engines.HostSignal.AfterAll - fullName: BenchmarkDotNet.Engines.HostSignal.AfterAll - nameWithType: HostSignal.AfterAll -- uid: BenchmarkDotNet.Engines.HostSignal.AfterProcessExit - name: AfterProcessExit - href: api/BenchmarkDotNet.Engines.HostSignal.html#BenchmarkDotNet_Engines_HostSignal_AfterProcessExit - commentId: F:BenchmarkDotNet.Engines.HostSignal.AfterProcessExit - fullName: BenchmarkDotNet.Engines.HostSignal.AfterProcessExit - nameWithType: HostSignal.AfterProcessExit -- uid: BenchmarkDotNet.Engines.HostSignal.BeforeActualRun - name: BeforeActualRun - href: api/BenchmarkDotNet.Engines.HostSignal.html#BenchmarkDotNet_Engines_HostSignal_BeforeActualRun - commentId: F:BenchmarkDotNet.Engines.HostSignal.BeforeActualRun - fullName: BenchmarkDotNet.Engines.HostSignal.BeforeActualRun - nameWithType: HostSignal.BeforeActualRun -- uid: BenchmarkDotNet.Engines.HostSignal.BeforeAnythingElse - name: BeforeAnythingElse - href: api/BenchmarkDotNet.Engines.HostSignal.html#BenchmarkDotNet_Engines_HostSignal_BeforeAnythingElse - commentId: F:BenchmarkDotNet.Engines.HostSignal.BeforeAnythingElse - fullName: BenchmarkDotNet.Engines.HostSignal.BeforeAnythingElse - nameWithType: HostSignal.BeforeAnythingElse -- uid: BenchmarkDotNet.Engines.HostSignal.BeforeProcessStart - name: BeforeProcessStart - href: api/BenchmarkDotNet.Engines.HostSignal.html#BenchmarkDotNet_Engines_HostSignal_BeforeProcessStart - commentId: F:BenchmarkDotNet.Engines.HostSignal.BeforeProcessStart - fullName: BenchmarkDotNet.Engines.HostSignal.BeforeProcessStart - nameWithType: HostSignal.BeforeProcessStart -- uid: BenchmarkDotNet.Engines.HostSignal.SeparateLogic - name: SeparateLogic - href: api/BenchmarkDotNet.Engines.HostSignal.html#BenchmarkDotNet_Engines_HostSignal_SeparateLogic - commentId: F:BenchmarkDotNet.Engines.HostSignal.SeparateLogic - fullName: BenchmarkDotNet.Engines.HostSignal.SeparateLogic - nameWithType: HostSignal.SeparateLogic -- uid: BenchmarkDotNet.Engines.IEngine - name: IEngine - href: api/BenchmarkDotNet.Engines.IEngine.html - commentId: T:BenchmarkDotNet.Engines.IEngine - fullName: BenchmarkDotNet.Engines.IEngine - nameWithType: IEngine -- uid: BenchmarkDotNet.Engines.IEngine.GlobalCleanupAction - name: GlobalCleanupAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_GlobalCleanupAction - commentId: P:BenchmarkDotNet.Engines.IEngine.GlobalCleanupAction - fullName: BenchmarkDotNet.Engines.IEngine.GlobalCleanupAction - nameWithType: IEngine.GlobalCleanupAction -- uid: BenchmarkDotNet.Engines.IEngine.GlobalCleanupAction* - name: GlobalCleanupAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_GlobalCleanupAction_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.GlobalCleanupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.GlobalCleanupAction - nameWithType: IEngine.GlobalCleanupAction -- uid: BenchmarkDotNet.Engines.IEngine.GlobalSetupAction - name: GlobalSetupAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_GlobalSetupAction - commentId: P:BenchmarkDotNet.Engines.IEngine.GlobalSetupAction - fullName: BenchmarkDotNet.Engines.IEngine.GlobalSetupAction - nameWithType: IEngine.GlobalSetupAction -- uid: BenchmarkDotNet.Engines.IEngine.GlobalSetupAction* - name: GlobalSetupAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_GlobalSetupAction_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.GlobalSetupAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.GlobalSetupAction - nameWithType: IEngine.GlobalSetupAction -- uid: BenchmarkDotNet.Engines.IEngine.Host - name: Host - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_Host - commentId: P:BenchmarkDotNet.Engines.IEngine.Host - fullName: BenchmarkDotNet.Engines.IEngine.Host - nameWithType: IEngine.Host -- uid: BenchmarkDotNet.Engines.IEngine.Host* - name: Host - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_Host_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.Host - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.Host - nameWithType: IEngine.Host -- uid: BenchmarkDotNet.Engines.IEngine.OperationsPerInvoke - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_OperationsPerInvoke - commentId: P:BenchmarkDotNet.Engines.IEngine.OperationsPerInvoke - fullName: BenchmarkDotNet.Engines.IEngine.OperationsPerInvoke - nameWithType: IEngine.OperationsPerInvoke -- uid: BenchmarkDotNet.Engines.IEngine.OperationsPerInvoke* - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_OperationsPerInvoke_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.OperationsPerInvoke - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.OperationsPerInvoke - nameWithType: IEngine.OperationsPerInvoke -- uid: BenchmarkDotNet.Engines.IEngine.OverheadAction - name: OverheadAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_OverheadAction - commentId: P:BenchmarkDotNet.Engines.IEngine.OverheadAction - fullName: BenchmarkDotNet.Engines.IEngine.OverheadAction - nameWithType: IEngine.OverheadAction -- uid: BenchmarkDotNet.Engines.IEngine.OverheadAction* - name: OverheadAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_OverheadAction_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.OverheadAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.OverheadAction - nameWithType: IEngine.OverheadAction -- uid: BenchmarkDotNet.Engines.IEngine.Resolver - name: Resolver - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_Resolver - commentId: P:BenchmarkDotNet.Engines.IEngine.Resolver - fullName: BenchmarkDotNet.Engines.IEngine.Resolver - nameWithType: IEngine.Resolver -- uid: BenchmarkDotNet.Engines.IEngine.Resolver* - name: Resolver - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_Resolver_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.Resolver - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.Resolver - nameWithType: IEngine.Resolver -- uid: BenchmarkDotNet.Engines.IEngine.Run - name: Run() - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_Run - commentId: M:BenchmarkDotNet.Engines.IEngine.Run - fullName: BenchmarkDotNet.Engines.IEngine.Run() - nameWithType: IEngine.Run() -- uid: BenchmarkDotNet.Engines.IEngine.Run* - name: Run - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_Run_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.Run - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.Run - nameWithType: IEngine.Run -- uid: BenchmarkDotNet.Engines.IEngine.RunIteration(BenchmarkDotNet.Engines.IterationData) - name: RunIteration(IterationData) - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_RunIteration_BenchmarkDotNet_Engines_IterationData_ - commentId: M:BenchmarkDotNet.Engines.IEngine.RunIteration(BenchmarkDotNet.Engines.IterationData) - fullName: BenchmarkDotNet.Engines.IEngine.RunIteration(BenchmarkDotNet.Engines.IterationData) - nameWithType: IEngine.RunIteration(IterationData) -- uid: BenchmarkDotNet.Engines.IEngine.RunIteration* - name: RunIteration - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_RunIteration_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.RunIteration - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.RunIteration - nameWithType: IEngine.RunIteration -- uid: BenchmarkDotNet.Engines.IEngine.TargetJob - name: TargetJob - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_TargetJob - commentId: P:BenchmarkDotNet.Engines.IEngine.TargetJob - fullName: BenchmarkDotNet.Engines.IEngine.TargetJob - nameWithType: IEngine.TargetJob -- uid: BenchmarkDotNet.Engines.IEngine.TargetJob* - name: TargetJob - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_TargetJob_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.TargetJob - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.TargetJob - nameWithType: IEngine.TargetJob -- uid: BenchmarkDotNet.Engines.IEngine.WorkloadAction - name: WorkloadAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_WorkloadAction - commentId: P:BenchmarkDotNet.Engines.IEngine.WorkloadAction - fullName: BenchmarkDotNet.Engines.IEngine.WorkloadAction - nameWithType: IEngine.WorkloadAction -- uid: BenchmarkDotNet.Engines.IEngine.WorkloadAction* - name: WorkloadAction - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_WorkloadAction_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.WorkloadAction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.WorkloadAction - nameWithType: IEngine.WorkloadAction -- uid: BenchmarkDotNet.Engines.IEngine.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_WriteLine - commentId: M:BenchmarkDotNet.Engines.IEngine.WriteLine - fullName: BenchmarkDotNet.Engines.IEngine.WriteLine() - nameWithType: IEngine.WriteLine() -- uid: BenchmarkDotNet.Engines.IEngine.WriteLine(System.String) - name: WriteLine(String) - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_WriteLine_System_String_ - commentId: M:BenchmarkDotNet.Engines.IEngine.WriteLine(System.String) - fullName: BenchmarkDotNet.Engines.IEngine.WriteLine(System.String) - nameWithType: IEngine.WriteLine(String) -- uid: BenchmarkDotNet.Engines.IEngine.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Engines.IEngine.html#BenchmarkDotNet_Engines_IEngine_WriteLine_ - commentId: Overload:BenchmarkDotNet.Engines.IEngine.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngine.WriteLine - nameWithType: IEngine.WriteLine -- uid: BenchmarkDotNet.Engines.IEngineFactory - name: IEngineFactory - href: api/BenchmarkDotNet.Engines.IEngineFactory.html - commentId: T:BenchmarkDotNet.Engines.IEngineFactory - fullName: BenchmarkDotNet.Engines.IEngineFactory - nameWithType: IEngineFactory -- uid: BenchmarkDotNet.Engines.IEngineFactory.CreateReadyToRun(BenchmarkDotNet.Engines.EngineParameters) - name: CreateReadyToRun(EngineParameters) - href: api/BenchmarkDotNet.Engines.IEngineFactory.html#BenchmarkDotNet_Engines_IEngineFactory_CreateReadyToRun_BenchmarkDotNet_Engines_EngineParameters_ - commentId: M:BenchmarkDotNet.Engines.IEngineFactory.CreateReadyToRun(BenchmarkDotNet.Engines.EngineParameters) - fullName: BenchmarkDotNet.Engines.IEngineFactory.CreateReadyToRun(BenchmarkDotNet.Engines.EngineParameters) - nameWithType: IEngineFactory.CreateReadyToRun(EngineParameters) -- uid: BenchmarkDotNet.Engines.IEngineFactory.CreateReadyToRun* - name: CreateReadyToRun - href: api/BenchmarkDotNet.Engines.IEngineFactory.html#BenchmarkDotNet_Engines_IEngineFactory_CreateReadyToRun_ - commentId: Overload:BenchmarkDotNet.Engines.IEngineFactory.CreateReadyToRun - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IEngineFactory.CreateReadyToRun - nameWithType: IEngineFactory.CreateReadyToRun -- uid: BenchmarkDotNet.Engines.IHost - name: IHost - href: api/BenchmarkDotNet.Engines.IHost.html - commentId: T:BenchmarkDotNet.Engines.IHost - fullName: BenchmarkDotNet.Engines.IHost - nameWithType: IHost -- uid: BenchmarkDotNet.Engines.IHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - name: ReportResults(RunResults) - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_ReportResults_BenchmarkDotNet_Engines_RunResults_ - commentId: M:BenchmarkDotNet.Engines.IHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - fullName: BenchmarkDotNet.Engines.IHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - nameWithType: IHost.ReportResults(RunResults) -- uid: BenchmarkDotNet.Engines.IHost.ReportResults* - name: ReportResults - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_ReportResults_ - commentId: Overload:BenchmarkDotNet.Engines.IHost.ReportResults - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IHost.ReportResults - nameWithType: IHost.ReportResults -- uid: BenchmarkDotNet.Engines.IHost.SendError(System.String) - name: SendError(String) - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_SendError_System_String_ - commentId: M:BenchmarkDotNet.Engines.IHost.SendError(System.String) - fullName: BenchmarkDotNet.Engines.IHost.SendError(System.String) - nameWithType: IHost.SendError(String) -- uid: BenchmarkDotNet.Engines.IHost.SendError* - name: SendError - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_SendError_ - commentId: Overload:BenchmarkDotNet.Engines.IHost.SendError - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IHost.SendError - nameWithType: IHost.SendError -- uid: BenchmarkDotNet.Engines.IHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - name: SendSignal(HostSignal) - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_SendSignal_BenchmarkDotNet_Engines_HostSignal_ - commentId: M:BenchmarkDotNet.Engines.IHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - fullName: BenchmarkDotNet.Engines.IHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - nameWithType: IHost.SendSignal(HostSignal) -- uid: BenchmarkDotNet.Engines.IHost.SendSignal* - name: SendSignal - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_SendSignal_ - commentId: Overload:BenchmarkDotNet.Engines.IHost.SendSignal - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IHost.SendSignal - nameWithType: IHost.SendSignal -- uid: BenchmarkDotNet.Engines.IHost.Write(System.String) - name: Write(String) - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_Write_System_String_ - commentId: M:BenchmarkDotNet.Engines.IHost.Write(System.String) - fullName: BenchmarkDotNet.Engines.IHost.Write(System.String) - nameWithType: IHost.Write(String) -- uid: BenchmarkDotNet.Engines.IHost.Write* - name: Write - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_Write_ - commentId: Overload:BenchmarkDotNet.Engines.IHost.Write - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IHost.Write - nameWithType: IHost.Write -- uid: BenchmarkDotNet.Engines.IHost.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_WriteLine - commentId: M:BenchmarkDotNet.Engines.IHost.WriteLine - fullName: BenchmarkDotNet.Engines.IHost.WriteLine() - nameWithType: IHost.WriteLine() -- uid: BenchmarkDotNet.Engines.IHost.WriteLine(System.String) - name: WriteLine(String) - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_WriteLine_System_String_ - commentId: M:BenchmarkDotNet.Engines.IHost.WriteLine(System.String) - fullName: BenchmarkDotNet.Engines.IHost.WriteLine(System.String) - nameWithType: IHost.WriteLine(String) -- uid: BenchmarkDotNet.Engines.IHost.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Engines.IHost.html#BenchmarkDotNet_Engines_IHost_WriteLine_ - commentId: Overload:BenchmarkDotNet.Engines.IHost.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IHost.WriteLine - nameWithType: IHost.WriteLine -- uid: BenchmarkDotNet.Engines.IStoppingCriteria - name: IStoppingCriteria - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html - commentId: T:BenchmarkDotNet.Engines.IStoppingCriteria - fullName: BenchmarkDotNet.Engines.IStoppingCriteria - nameWithType: IStoppingCriteria -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name: Evaluate(IReadOnlyList) - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_Evaluate_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Measurement__ - commentId: M:BenchmarkDotNet.Engines.IStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name.vb: Evaluate(IReadOnlyList(Of Measurement)) - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Engines.IStoppingCriteria.Evaluate(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Measurement)) - nameWithType: IStoppingCriteria.Evaluate(IReadOnlyList) - nameWithType.vb: IStoppingCriteria.Evaluate(IReadOnlyList(Of Measurement)) -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.Evaluate* - name: Evaluate - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_Evaluate_ - commentId: Overload:BenchmarkDotNet.Engines.IStoppingCriteria.Evaluate - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.Evaluate - nameWithType: IStoppingCriteria.Evaluate -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.MaxIterationCount - name: MaxIterationCount - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_MaxIterationCount - commentId: P:BenchmarkDotNet.Engines.IStoppingCriteria.MaxIterationCount - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.MaxIterationCount - nameWithType: IStoppingCriteria.MaxIterationCount -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.MaxIterationCount* - name: MaxIterationCount - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_MaxIterationCount_ - commentId: Overload:BenchmarkDotNet.Engines.IStoppingCriteria.MaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.MaxIterationCount - nameWithType: IStoppingCriteria.MaxIterationCount -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.Title - name: Title - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_Title - commentId: P:BenchmarkDotNet.Engines.IStoppingCriteria.Title - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.Title - nameWithType: IStoppingCriteria.Title -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.Title* - name: Title - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_Title_ - commentId: Overload:BenchmarkDotNet.Engines.IStoppingCriteria.Title - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.Title - nameWithType: IStoppingCriteria.Title -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.Warnings - name: Warnings - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_Warnings - commentId: P:BenchmarkDotNet.Engines.IStoppingCriteria.Warnings - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.Warnings - nameWithType: IStoppingCriteria.Warnings -- uid: BenchmarkDotNet.Engines.IStoppingCriteria.Warnings* - name: Warnings - href: api/BenchmarkDotNet.Engines.IStoppingCriteria.html#BenchmarkDotNet_Engines_IStoppingCriteria_Warnings_ - commentId: Overload:BenchmarkDotNet.Engines.IStoppingCriteria.Warnings - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IStoppingCriteria.Warnings - nameWithType: IStoppingCriteria.Warnings -- uid: BenchmarkDotNet.Engines.IterationData - name: IterationData - href: api/BenchmarkDotNet.Engines.IterationData.html - commentId: T:BenchmarkDotNet.Engines.IterationData - fullName: BenchmarkDotNet.Engines.IterationData - nameWithType: IterationData -- uid: BenchmarkDotNet.Engines.IterationData.#ctor(BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage,System.Int32,System.Int64,System.Int32) - name: IterationData(IterationMode, IterationStage, Int32, Int64, Int32) - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData__ctor_BenchmarkDotNet_Engines_IterationMode_BenchmarkDotNet_Engines_IterationStage_System_Int32_System_Int64_System_Int32_ - commentId: M:BenchmarkDotNet.Engines.IterationData.#ctor(BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage,System.Int32,System.Int64,System.Int32) - fullName: BenchmarkDotNet.Engines.IterationData.IterationData(BenchmarkDotNet.Engines.IterationMode, BenchmarkDotNet.Engines.IterationStage, System.Int32, System.Int64, System.Int32) - nameWithType: IterationData.IterationData(IterationMode, IterationStage, Int32, Int64, Int32) -- uid: BenchmarkDotNet.Engines.IterationData.#ctor* - name: IterationData - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.IterationData.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IterationData.IterationData - nameWithType: IterationData.IterationData -- uid: BenchmarkDotNet.Engines.IterationData.Index - name: Index - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_Index - commentId: P:BenchmarkDotNet.Engines.IterationData.Index - fullName: BenchmarkDotNet.Engines.IterationData.Index - nameWithType: IterationData.Index -- uid: BenchmarkDotNet.Engines.IterationData.Index* - name: Index - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_Index_ - commentId: Overload:BenchmarkDotNet.Engines.IterationData.Index - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IterationData.Index - nameWithType: IterationData.Index -- uid: BenchmarkDotNet.Engines.IterationData.InvokeCount - name: InvokeCount - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_InvokeCount - commentId: P:BenchmarkDotNet.Engines.IterationData.InvokeCount - fullName: BenchmarkDotNet.Engines.IterationData.InvokeCount - nameWithType: IterationData.InvokeCount -- uid: BenchmarkDotNet.Engines.IterationData.InvokeCount* - name: InvokeCount - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_InvokeCount_ - commentId: Overload:BenchmarkDotNet.Engines.IterationData.InvokeCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IterationData.InvokeCount - nameWithType: IterationData.InvokeCount -- uid: BenchmarkDotNet.Engines.IterationData.IterationMode - name: IterationMode - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_IterationMode - commentId: P:BenchmarkDotNet.Engines.IterationData.IterationMode - fullName: BenchmarkDotNet.Engines.IterationData.IterationMode - nameWithType: IterationData.IterationMode -- uid: BenchmarkDotNet.Engines.IterationData.IterationMode* - name: IterationMode - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_IterationMode_ - commentId: Overload:BenchmarkDotNet.Engines.IterationData.IterationMode - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IterationData.IterationMode - nameWithType: IterationData.IterationMode -- uid: BenchmarkDotNet.Engines.IterationData.IterationStage - name: IterationStage - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_IterationStage - commentId: P:BenchmarkDotNet.Engines.IterationData.IterationStage - fullName: BenchmarkDotNet.Engines.IterationData.IterationStage - nameWithType: IterationData.IterationStage -- uid: BenchmarkDotNet.Engines.IterationData.IterationStage* - name: IterationStage - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_IterationStage_ - commentId: Overload:BenchmarkDotNet.Engines.IterationData.IterationStage - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IterationData.IterationStage - nameWithType: IterationData.IterationStage -- uid: BenchmarkDotNet.Engines.IterationData.UnrollFactor - name: UnrollFactor - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_UnrollFactor - commentId: P:BenchmarkDotNet.Engines.IterationData.UnrollFactor - fullName: BenchmarkDotNet.Engines.IterationData.UnrollFactor - nameWithType: IterationData.UnrollFactor -- uid: BenchmarkDotNet.Engines.IterationData.UnrollFactor* - name: UnrollFactor - href: api/BenchmarkDotNet.Engines.IterationData.html#BenchmarkDotNet_Engines_IterationData_UnrollFactor_ - commentId: Overload:BenchmarkDotNet.Engines.IterationData.UnrollFactor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.IterationData.UnrollFactor - nameWithType: IterationData.UnrollFactor -- uid: BenchmarkDotNet.Engines.IterationMode - name: IterationMode - href: api/BenchmarkDotNet.Engines.IterationMode.html - commentId: T:BenchmarkDotNet.Engines.IterationMode - fullName: BenchmarkDotNet.Engines.IterationMode - nameWithType: IterationMode -- uid: BenchmarkDotNet.Engines.IterationMode.Overhead - name: Overhead - href: api/BenchmarkDotNet.Engines.IterationMode.html#BenchmarkDotNet_Engines_IterationMode_Overhead - commentId: F:BenchmarkDotNet.Engines.IterationMode.Overhead - fullName: BenchmarkDotNet.Engines.IterationMode.Overhead - nameWithType: IterationMode.Overhead -- uid: BenchmarkDotNet.Engines.IterationMode.Unknown - name: Unknown - href: api/BenchmarkDotNet.Engines.IterationMode.html#BenchmarkDotNet_Engines_IterationMode_Unknown - commentId: F:BenchmarkDotNet.Engines.IterationMode.Unknown - fullName: BenchmarkDotNet.Engines.IterationMode.Unknown - nameWithType: IterationMode.Unknown -- uid: BenchmarkDotNet.Engines.IterationMode.Workload - name: Workload - href: api/BenchmarkDotNet.Engines.IterationMode.html#BenchmarkDotNet_Engines_IterationMode_Workload - commentId: F:BenchmarkDotNet.Engines.IterationMode.Workload - fullName: BenchmarkDotNet.Engines.IterationMode.Workload - nameWithType: IterationMode.Workload -- uid: BenchmarkDotNet.Engines.IterationStage - name: IterationStage - href: api/BenchmarkDotNet.Engines.IterationStage.html - commentId: T:BenchmarkDotNet.Engines.IterationStage - fullName: BenchmarkDotNet.Engines.IterationStage - nameWithType: IterationStage -- uid: BenchmarkDotNet.Engines.IterationStage.Actual - name: Actual - href: api/BenchmarkDotNet.Engines.IterationStage.html#BenchmarkDotNet_Engines_IterationStage_Actual - commentId: F:BenchmarkDotNet.Engines.IterationStage.Actual - fullName: BenchmarkDotNet.Engines.IterationStage.Actual - nameWithType: IterationStage.Actual -- uid: BenchmarkDotNet.Engines.IterationStage.Jitting - name: Jitting - href: api/BenchmarkDotNet.Engines.IterationStage.html#BenchmarkDotNet_Engines_IterationStage_Jitting - commentId: F:BenchmarkDotNet.Engines.IterationStage.Jitting - fullName: BenchmarkDotNet.Engines.IterationStage.Jitting - nameWithType: IterationStage.Jitting -- uid: BenchmarkDotNet.Engines.IterationStage.Pilot - name: Pilot - href: api/BenchmarkDotNet.Engines.IterationStage.html#BenchmarkDotNet_Engines_IterationStage_Pilot - commentId: F:BenchmarkDotNet.Engines.IterationStage.Pilot - fullName: BenchmarkDotNet.Engines.IterationStage.Pilot - nameWithType: IterationStage.Pilot -- uid: BenchmarkDotNet.Engines.IterationStage.Result - name: Result - href: api/BenchmarkDotNet.Engines.IterationStage.html#BenchmarkDotNet_Engines_IterationStage_Result - commentId: F:BenchmarkDotNet.Engines.IterationStage.Result - fullName: BenchmarkDotNet.Engines.IterationStage.Result - nameWithType: IterationStage.Result -- uid: BenchmarkDotNet.Engines.IterationStage.Unknown - name: Unknown - href: api/BenchmarkDotNet.Engines.IterationStage.html#BenchmarkDotNet_Engines_IterationStage_Unknown - commentId: F:BenchmarkDotNet.Engines.IterationStage.Unknown - fullName: BenchmarkDotNet.Engines.IterationStage.Unknown - nameWithType: IterationStage.Unknown -- uid: BenchmarkDotNet.Engines.IterationStage.Warmup - name: Warmup - href: api/BenchmarkDotNet.Engines.IterationStage.html#BenchmarkDotNet_Engines_IterationStage_Warmup - commentId: F:BenchmarkDotNet.Engines.IterationStage.Warmup - fullName: BenchmarkDotNet.Engines.IterationStage.Warmup - nameWithType: IterationStage.Warmup -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost - name: NoAcknowledgementConsoleHost - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html - commentId: T:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost - nameWithType: NoAcknowledgementConsoleHost -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.#ctor(System.IO.TextWriter) - name: NoAcknowledgementConsoleHost(TextWriter) - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost__ctor_System_IO_TextWriter_ - commentId: M:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.#ctor(System.IO.TextWriter) - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.NoAcknowledgementConsoleHost(System.IO.TextWriter) - nameWithType: NoAcknowledgementConsoleHost.NoAcknowledgementConsoleHost(TextWriter) -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.#ctor* - name: NoAcknowledgementConsoleHost - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.NoAcknowledgementConsoleHost - nameWithType: NoAcknowledgementConsoleHost.NoAcknowledgementConsoleHost -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - name: ReportResults(RunResults) - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_ReportResults_BenchmarkDotNet_Engines_RunResults_ - commentId: M:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - nameWithType: NoAcknowledgementConsoleHost.ReportResults(RunResults) -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.ReportResults* - name: ReportResults - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_ReportResults_ - commentId: Overload:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.ReportResults - isSpec: "True" - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.ReportResults - nameWithType: NoAcknowledgementConsoleHost.ReportResults -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendError(System.String) - name: SendError(String) - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_SendError_System_String_ - commentId: M:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendError(System.String) - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendError(System.String) - nameWithType: NoAcknowledgementConsoleHost.SendError(String) -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendError* - name: SendError - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_SendError_ - commentId: Overload:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendError - isSpec: "True" - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendError - nameWithType: NoAcknowledgementConsoleHost.SendError -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - name: SendSignal(HostSignal) - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_SendSignal_BenchmarkDotNet_Engines_HostSignal_ - commentId: M:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - nameWithType: NoAcknowledgementConsoleHost.SendSignal(HostSignal) -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendSignal* - name: SendSignal - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_SendSignal_ - commentId: Overload:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendSignal - isSpec: "True" - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.SendSignal - nameWithType: NoAcknowledgementConsoleHost.SendSignal -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.Write(System.String) - name: Write(String) - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_Write_System_String_ - commentId: M:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.Write(System.String) - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.Write(System.String) - nameWithType: NoAcknowledgementConsoleHost.Write(String) -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.Write* - name: Write - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_Write_ - commentId: Overload:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.Write - isSpec: "True" - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.Write - nameWithType: NoAcknowledgementConsoleHost.Write -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_WriteLine - commentId: M:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine() - nameWithType: NoAcknowledgementConsoleHost.WriteLine() -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine(System.String) - name: WriteLine(String) - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_WriteLine_System_String_ - commentId: M:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine(System.String) - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine(System.String) - nameWithType: NoAcknowledgementConsoleHost.WriteLine(String) -- uid: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.html#BenchmarkDotNet_Engines_NoAcknowledgementConsoleHost_WriteLine_ - commentId: Overload:BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.NoAcknowledgementConsoleHost.WriteLine - nameWithType: NoAcknowledgementConsoleHost.WriteLine -- uid: BenchmarkDotNet.Engines.RunResults - name: RunResults - href: api/BenchmarkDotNet.Engines.RunResults.html - commentId: T:BenchmarkDotNet.Engines.RunResults - fullName: BenchmarkDotNet.Engines.RunResults - nameWithType: RunResults -- uid: BenchmarkDotNet.Engines.RunResults.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement},System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement},Perfolizer.Mathematics.OutlierDetection.OutlierMode,BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.ThreadingStats) - name: RunResults(IReadOnlyList, IReadOnlyList, OutlierMode, GcStats, ThreadingStats) - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults__ctor_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Measurement__System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Measurement__Perfolizer_Mathematics_OutlierDetection_OutlierMode_BenchmarkDotNet_Engines_GcStats_BenchmarkDotNet_Engines_ThreadingStats_ - commentId: M:BenchmarkDotNet.Engines.RunResults.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement},System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement},Perfolizer.Mathematics.OutlierDetection.OutlierMode,BenchmarkDotNet.Engines.GcStats,BenchmarkDotNet.Engines.ThreadingStats) - name.vb: RunResults(IReadOnlyList(Of Measurement), IReadOnlyList(Of Measurement), OutlierMode, GcStats, ThreadingStats) - fullName: BenchmarkDotNet.Engines.RunResults.RunResults(System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IReadOnlyList, Perfolizer.Mathematics.OutlierDetection.OutlierMode, BenchmarkDotNet.Engines.GcStats, BenchmarkDotNet.Engines.ThreadingStats) - fullName.vb: BenchmarkDotNet.Engines.RunResults.RunResults(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Measurement), System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Measurement), Perfolizer.Mathematics.OutlierDetection.OutlierMode, BenchmarkDotNet.Engines.GcStats, BenchmarkDotNet.Engines.ThreadingStats) - nameWithType: RunResults.RunResults(IReadOnlyList, IReadOnlyList, OutlierMode, GcStats, ThreadingStats) - nameWithType.vb: RunResults.RunResults(IReadOnlyList(Of Measurement), IReadOnlyList(Of Measurement), OutlierMode, GcStats, ThreadingStats) -- uid: BenchmarkDotNet.Engines.RunResults.#ctor* - name: RunResults - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.RunResults.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunResults.RunResults - nameWithType: RunResults.RunResults -- uid: BenchmarkDotNet.Engines.RunResults.GCStats - name: GCStats - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_GCStats - commentId: P:BenchmarkDotNet.Engines.RunResults.GCStats - fullName: BenchmarkDotNet.Engines.RunResults.GCStats - nameWithType: RunResults.GCStats -- uid: BenchmarkDotNet.Engines.RunResults.GCStats* - name: GCStats - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_GCStats_ - commentId: Overload:BenchmarkDotNet.Engines.RunResults.GCStats - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunResults.GCStats - nameWithType: RunResults.GCStats -- uid: BenchmarkDotNet.Engines.RunResults.GetMeasurements - name: GetMeasurements() - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_GetMeasurements - commentId: M:BenchmarkDotNet.Engines.RunResults.GetMeasurements - fullName: BenchmarkDotNet.Engines.RunResults.GetMeasurements() - nameWithType: RunResults.GetMeasurements() -- uid: BenchmarkDotNet.Engines.RunResults.GetMeasurements* - name: GetMeasurements - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_GetMeasurements_ - commentId: Overload:BenchmarkDotNet.Engines.RunResults.GetMeasurements - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunResults.GetMeasurements - nameWithType: RunResults.GetMeasurements -- uid: BenchmarkDotNet.Engines.RunResults.Overhead - name: Overhead - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_Overhead - commentId: P:BenchmarkDotNet.Engines.RunResults.Overhead - fullName: BenchmarkDotNet.Engines.RunResults.Overhead - nameWithType: RunResults.Overhead -- uid: BenchmarkDotNet.Engines.RunResults.Overhead* - name: Overhead - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_Overhead_ - commentId: Overload:BenchmarkDotNet.Engines.RunResults.Overhead - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunResults.Overhead - nameWithType: RunResults.Overhead -- uid: BenchmarkDotNet.Engines.RunResults.Print(System.IO.TextWriter) - name: Print(TextWriter) - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_Print_System_IO_TextWriter_ - commentId: M:BenchmarkDotNet.Engines.RunResults.Print(System.IO.TextWriter) - fullName: BenchmarkDotNet.Engines.RunResults.Print(System.IO.TextWriter) - nameWithType: RunResults.Print(TextWriter) -- uid: BenchmarkDotNet.Engines.RunResults.Print* - name: Print - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_Print_ - commentId: Overload:BenchmarkDotNet.Engines.RunResults.Print - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunResults.Print - nameWithType: RunResults.Print -- uid: BenchmarkDotNet.Engines.RunResults.ThreadingStats - name: ThreadingStats - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_ThreadingStats - commentId: P:BenchmarkDotNet.Engines.RunResults.ThreadingStats - fullName: BenchmarkDotNet.Engines.RunResults.ThreadingStats - nameWithType: RunResults.ThreadingStats -- uid: BenchmarkDotNet.Engines.RunResults.ThreadingStats* - name: ThreadingStats - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_ThreadingStats_ - commentId: Overload:BenchmarkDotNet.Engines.RunResults.ThreadingStats - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunResults.ThreadingStats - nameWithType: RunResults.ThreadingStats -- uid: BenchmarkDotNet.Engines.RunResults.Workload - name: Workload - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_Workload - commentId: P:BenchmarkDotNet.Engines.RunResults.Workload - fullName: BenchmarkDotNet.Engines.RunResults.Workload - nameWithType: RunResults.Workload -- uid: BenchmarkDotNet.Engines.RunResults.Workload* - name: Workload - href: api/BenchmarkDotNet.Engines.RunResults.html#BenchmarkDotNet_Engines_RunResults_Workload_ - commentId: Overload:BenchmarkDotNet.Engines.RunResults.Workload - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunResults.Workload - nameWithType: RunResults.Workload -- uid: BenchmarkDotNet.Engines.RunStrategy - name: RunStrategy - href: api/BenchmarkDotNet.Engines.RunStrategy.html - commentId: T:BenchmarkDotNet.Engines.RunStrategy - fullName: BenchmarkDotNet.Engines.RunStrategy - nameWithType: RunStrategy -- uid: BenchmarkDotNet.Engines.RunStrategy.ColdStart - name: ColdStart - href: api/BenchmarkDotNet.Engines.RunStrategy.html#BenchmarkDotNet_Engines_RunStrategy_ColdStart - commentId: F:BenchmarkDotNet.Engines.RunStrategy.ColdStart - fullName: BenchmarkDotNet.Engines.RunStrategy.ColdStart - nameWithType: RunStrategy.ColdStart -- uid: BenchmarkDotNet.Engines.RunStrategy.Monitoring - name: Monitoring - href: api/BenchmarkDotNet.Engines.RunStrategy.html#BenchmarkDotNet_Engines_RunStrategy_Monitoring - commentId: F:BenchmarkDotNet.Engines.RunStrategy.Monitoring - fullName: BenchmarkDotNet.Engines.RunStrategy.Monitoring - nameWithType: RunStrategy.Monitoring -- uid: BenchmarkDotNet.Engines.RunStrategy.Throughput - name: Throughput - href: api/BenchmarkDotNet.Engines.RunStrategy.html#BenchmarkDotNet_Engines_RunStrategy_Throughput - commentId: F:BenchmarkDotNet.Engines.RunStrategy.Throughput - fullName: BenchmarkDotNet.Engines.RunStrategy.Throughput - nameWithType: RunStrategy.Throughput -- uid: BenchmarkDotNet.Engines.RunStrategyExtensions - name: RunStrategyExtensions - href: api/BenchmarkDotNet.Engines.RunStrategyExtensions.html - commentId: T:BenchmarkDotNet.Engines.RunStrategyExtensions - fullName: BenchmarkDotNet.Engines.RunStrategyExtensions - nameWithType: RunStrategyExtensions -- uid: BenchmarkDotNet.Engines.RunStrategyExtensions.NeedsJitting(BenchmarkDotNet.Engines.RunStrategy) - name: NeedsJitting(RunStrategy) - href: api/BenchmarkDotNet.Engines.RunStrategyExtensions.html#BenchmarkDotNet_Engines_RunStrategyExtensions_NeedsJitting_BenchmarkDotNet_Engines_RunStrategy_ - commentId: M:BenchmarkDotNet.Engines.RunStrategyExtensions.NeedsJitting(BenchmarkDotNet.Engines.RunStrategy) - fullName: BenchmarkDotNet.Engines.RunStrategyExtensions.NeedsJitting(BenchmarkDotNet.Engines.RunStrategy) - nameWithType: RunStrategyExtensions.NeedsJitting(RunStrategy) -- uid: BenchmarkDotNet.Engines.RunStrategyExtensions.NeedsJitting* - name: NeedsJitting - href: api/BenchmarkDotNet.Engines.RunStrategyExtensions.html#BenchmarkDotNet_Engines_RunStrategyExtensions_NeedsJitting_ - commentId: Overload:BenchmarkDotNet.Engines.RunStrategyExtensions.NeedsJitting - isSpec: "True" - fullName: BenchmarkDotNet.Engines.RunStrategyExtensions.NeedsJitting - nameWithType: RunStrategyExtensions.NeedsJitting -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase - name: StoppingCriteriaBase - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html - commentId: T:BenchmarkDotNet.Engines.StoppingCriteriaBase - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase - nameWithType: StoppingCriteriaBase -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.#ctor - name: StoppingCriteriaBase() - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase__ctor - commentId: M:BenchmarkDotNet.Engines.StoppingCriteriaBase.#ctor - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.StoppingCriteriaBase() - nameWithType: StoppingCriteriaBase.StoppingCriteriaBase() -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.#ctor* - name: StoppingCriteriaBase - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.StoppingCriteriaBase - nameWithType: StoppingCriteriaBase.StoppingCriteriaBase -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name: Evaluate(IReadOnlyList) - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_Evaluate_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Measurement__ - commentId: M:BenchmarkDotNet.Engines.StoppingCriteriaBase.Evaluate(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement}) - name.vb: Evaluate(IReadOnlyList(Of Measurement)) - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.Evaluate(System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Engines.StoppingCriteriaBase.Evaluate(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Measurement)) - nameWithType: StoppingCriteriaBase.Evaluate(IReadOnlyList) - nameWithType.vb: StoppingCriteriaBase.Evaluate(IReadOnlyList(Of Measurement)) -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.Evaluate* - name: Evaluate - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_Evaluate_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.Evaluate - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.Evaluate - nameWithType: StoppingCriteriaBase.Evaluate -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetMaxIterationCount - name: GetMaxIterationCount() - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_GetMaxIterationCount - commentId: M:BenchmarkDotNet.Engines.StoppingCriteriaBase.GetMaxIterationCount - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetMaxIterationCount() - nameWithType: StoppingCriteriaBase.GetMaxIterationCount() -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetMaxIterationCount* - name: GetMaxIterationCount - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_GetMaxIterationCount_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.GetMaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetMaxIterationCount - nameWithType: StoppingCriteriaBase.GetMaxIterationCount -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetTitle - name: GetTitle() - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_GetTitle - commentId: M:BenchmarkDotNet.Engines.StoppingCriteriaBase.GetTitle - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetTitle() - nameWithType: StoppingCriteriaBase.GetTitle() -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetTitle* - name: GetTitle - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_GetTitle_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.GetTitle - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetTitle - nameWithType: StoppingCriteriaBase.GetTitle -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetWarnings - name: GetWarnings() - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_GetWarnings - commentId: M:BenchmarkDotNet.Engines.StoppingCriteriaBase.GetWarnings - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetWarnings() - nameWithType: StoppingCriteriaBase.GetWarnings() -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetWarnings* - name: GetWarnings - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_GetWarnings_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.GetWarnings - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.GetWarnings - nameWithType: StoppingCriteriaBase.GetWarnings -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.MaxIterationCount - name: MaxIterationCount - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_MaxIterationCount - commentId: P:BenchmarkDotNet.Engines.StoppingCriteriaBase.MaxIterationCount - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.MaxIterationCount - nameWithType: StoppingCriteriaBase.MaxIterationCount -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.MaxIterationCount* - name: MaxIterationCount - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_MaxIterationCount_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.MaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.MaxIterationCount - nameWithType: StoppingCriteriaBase.MaxIterationCount -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.Title - name: Title - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_Title - commentId: P:BenchmarkDotNet.Engines.StoppingCriteriaBase.Title - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.Title - nameWithType: StoppingCriteriaBase.Title -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.Title* - name: Title - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_Title_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.Title - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.Title - nameWithType: StoppingCriteriaBase.Title -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.Warnings - name: Warnings - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_Warnings - commentId: P:BenchmarkDotNet.Engines.StoppingCriteriaBase.Warnings - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.Warnings - nameWithType: StoppingCriteriaBase.Warnings -- uid: BenchmarkDotNet.Engines.StoppingCriteriaBase.Warnings* - name: Warnings - href: api/BenchmarkDotNet.Engines.StoppingCriteriaBase.html#BenchmarkDotNet_Engines_StoppingCriteriaBase_Warnings_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingCriteriaBase.Warnings - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingCriteriaBase.Warnings - nameWithType: StoppingCriteriaBase.Warnings -- uid: BenchmarkDotNet.Engines.StoppingResult - name: StoppingResult - href: api/BenchmarkDotNet.Engines.StoppingResult.html - commentId: T:BenchmarkDotNet.Engines.StoppingResult - fullName: BenchmarkDotNet.Engines.StoppingResult - nameWithType: StoppingResult -- uid: BenchmarkDotNet.Engines.StoppingResult.CreateFinished(System.String) - name: CreateFinished(String) - href: api/BenchmarkDotNet.Engines.StoppingResult.html#BenchmarkDotNet_Engines_StoppingResult_CreateFinished_System_String_ - commentId: M:BenchmarkDotNet.Engines.StoppingResult.CreateFinished(System.String) - fullName: BenchmarkDotNet.Engines.StoppingResult.CreateFinished(System.String) - nameWithType: StoppingResult.CreateFinished(String) -- uid: BenchmarkDotNet.Engines.StoppingResult.CreateFinished* - name: CreateFinished - href: api/BenchmarkDotNet.Engines.StoppingResult.html#BenchmarkDotNet_Engines_StoppingResult_CreateFinished_ - commentId: Overload:BenchmarkDotNet.Engines.StoppingResult.CreateFinished - isSpec: "True" - fullName: BenchmarkDotNet.Engines.StoppingResult.CreateFinished - nameWithType: StoppingResult.CreateFinished -- uid: BenchmarkDotNet.Engines.StoppingResult.IsFinished - name: IsFinished - href: api/BenchmarkDotNet.Engines.StoppingResult.html#BenchmarkDotNet_Engines_StoppingResult_IsFinished - commentId: F:BenchmarkDotNet.Engines.StoppingResult.IsFinished - fullName: BenchmarkDotNet.Engines.StoppingResult.IsFinished - nameWithType: StoppingResult.IsFinished -- uid: BenchmarkDotNet.Engines.StoppingResult.Message - name: Message - href: api/BenchmarkDotNet.Engines.StoppingResult.html#BenchmarkDotNet_Engines_StoppingResult_Message - commentId: F:BenchmarkDotNet.Engines.StoppingResult.Message - fullName: BenchmarkDotNet.Engines.StoppingResult.Message - nameWithType: StoppingResult.Message -- uid: BenchmarkDotNet.Engines.StoppingResult.NotFinished - name: NotFinished - href: api/BenchmarkDotNet.Engines.StoppingResult.html#BenchmarkDotNet_Engines_StoppingResult_NotFinished - commentId: F:BenchmarkDotNet.Engines.StoppingResult.NotFinished - fullName: BenchmarkDotNet.Engines.StoppingResult.NotFinished - nameWithType: StoppingResult.NotFinished -- uid: BenchmarkDotNet.Engines.ThreadingStats - name: ThreadingStats - href: api/BenchmarkDotNet.Engines.ThreadingStats.html - commentId: T:BenchmarkDotNet.Engines.ThreadingStats - fullName: BenchmarkDotNet.Engines.ThreadingStats - nameWithType: ThreadingStats -- uid: BenchmarkDotNet.Engines.ThreadingStats.#ctor(System.Int64,System.Int64,System.Int64) - name: ThreadingStats(Int64, Int64, Int64) - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats__ctor_System_Int64_System_Int64_System_Int64_ - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.#ctor(System.Int64,System.Int64,System.Int64) - fullName: BenchmarkDotNet.Engines.ThreadingStats.ThreadingStats(System.Int64, System.Int64, System.Int64) - nameWithType: ThreadingStats.ThreadingStats(Int64, Int64, Int64) -- uid: BenchmarkDotNet.Engines.ThreadingStats.#ctor* - name: ThreadingStats - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats__ctor_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.ThreadingStats - nameWithType: ThreadingStats.ThreadingStats -- uid: BenchmarkDotNet.Engines.ThreadingStats.CompletedWorkItemCount - name: CompletedWorkItemCount - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_CompletedWorkItemCount - commentId: P:BenchmarkDotNet.Engines.ThreadingStats.CompletedWorkItemCount - fullName: BenchmarkDotNet.Engines.ThreadingStats.CompletedWorkItemCount - nameWithType: ThreadingStats.CompletedWorkItemCount -- uid: BenchmarkDotNet.Engines.ThreadingStats.CompletedWorkItemCount* - name: CompletedWorkItemCount - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_CompletedWorkItemCount_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.CompletedWorkItemCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.CompletedWorkItemCount - nameWithType: ThreadingStats.CompletedWorkItemCount -- uid: BenchmarkDotNet.Engines.ThreadingStats.Empty - name: Empty - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_Empty - commentId: P:BenchmarkDotNet.Engines.ThreadingStats.Empty - fullName: BenchmarkDotNet.Engines.ThreadingStats.Empty - nameWithType: ThreadingStats.Empty -- uid: BenchmarkDotNet.Engines.ThreadingStats.Empty* - name: Empty - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_Empty_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.Empty - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.Empty - nameWithType: ThreadingStats.Empty -- uid: BenchmarkDotNet.Engines.ThreadingStats.Equals(BenchmarkDotNet.Engines.ThreadingStats) - name: Equals(ThreadingStats) - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_Equals_BenchmarkDotNet_Engines_ThreadingStats_ - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.Equals(BenchmarkDotNet.Engines.ThreadingStats) - fullName: BenchmarkDotNet.Engines.ThreadingStats.Equals(BenchmarkDotNet.Engines.ThreadingStats) - nameWithType: ThreadingStats.Equals(ThreadingStats) -- uid: BenchmarkDotNet.Engines.ThreadingStats.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.Equals(System.Object) - fullName: BenchmarkDotNet.Engines.ThreadingStats.Equals(System.Object) - nameWithType: ThreadingStats.Equals(Object) -- uid: BenchmarkDotNet.Engines.ThreadingStats.Equals* - name: Equals - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_Equals_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.Equals - nameWithType: ThreadingStats.Equals -- uid: BenchmarkDotNet.Engines.ThreadingStats.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_GetHashCode - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.GetHashCode - fullName: BenchmarkDotNet.Engines.ThreadingStats.GetHashCode() - nameWithType: ThreadingStats.GetHashCode() -- uid: BenchmarkDotNet.Engines.ThreadingStats.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.GetHashCode - nameWithType: ThreadingStats.GetHashCode -- uid: BenchmarkDotNet.Engines.ThreadingStats.LockContentionCount - name: LockContentionCount - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_LockContentionCount - commentId: P:BenchmarkDotNet.Engines.ThreadingStats.LockContentionCount - fullName: BenchmarkDotNet.Engines.ThreadingStats.LockContentionCount - nameWithType: ThreadingStats.LockContentionCount -- uid: BenchmarkDotNet.Engines.ThreadingStats.LockContentionCount* - name: LockContentionCount - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_LockContentionCount_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.LockContentionCount - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.LockContentionCount - nameWithType: ThreadingStats.LockContentionCount -- uid: BenchmarkDotNet.Engines.ThreadingStats.op_Addition(BenchmarkDotNet.Engines.ThreadingStats,BenchmarkDotNet.Engines.ThreadingStats) - name: Addition(ThreadingStats, ThreadingStats) - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_op_Addition_BenchmarkDotNet_Engines_ThreadingStats_BenchmarkDotNet_Engines_ThreadingStats_ - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.op_Addition(BenchmarkDotNet.Engines.ThreadingStats,BenchmarkDotNet.Engines.ThreadingStats) - fullName: BenchmarkDotNet.Engines.ThreadingStats.Addition(BenchmarkDotNet.Engines.ThreadingStats, BenchmarkDotNet.Engines.ThreadingStats) - nameWithType: ThreadingStats.Addition(ThreadingStats, ThreadingStats) -- uid: BenchmarkDotNet.Engines.ThreadingStats.op_Addition* - name: Addition - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_op_Addition_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.op_Addition - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.Addition - nameWithType: ThreadingStats.Addition -- uid: BenchmarkDotNet.Engines.ThreadingStats.op_Subtraction(BenchmarkDotNet.Engines.ThreadingStats,BenchmarkDotNet.Engines.ThreadingStats) - name: Subtraction(ThreadingStats, ThreadingStats) - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_op_Subtraction_BenchmarkDotNet_Engines_ThreadingStats_BenchmarkDotNet_Engines_ThreadingStats_ - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.op_Subtraction(BenchmarkDotNet.Engines.ThreadingStats,BenchmarkDotNet.Engines.ThreadingStats) - fullName: BenchmarkDotNet.Engines.ThreadingStats.Subtraction(BenchmarkDotNet.Engines.ThreadingStats, BenchmarkDotNet.Engines.ThreadingStats) - nameWithType: ThreadingStats.Subtraction(ThreadingStats, ThreadingStats) -- uid: BenchmarkDotNet.Engines.ThreadingStats.op_Subtraction* - name: Subtraction - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_op_Subtraction_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.op_Subtraction - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.Subtraction - nameWithType: ThreadingStats.Subtraction -- uid: BenchmarkDotNet.Engines.ThreadingStats.Parse(System.String) - name: Parse(String) - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_Parse_System_String_ - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.Parse(System.String) - fullName: BenchmarkDotNet.Engines.ThreadingStats.Parse(System.String) - nameWithType: ThreadingStats.Parse(String) -- uid: BenchmarkDotNet.Engines.ThreadingStats.Parse* - name: Parse - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_Parse_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.Parse - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.Parse - nameWithType: ThreadingStats.Parse -- uid: BenchmarkDotNet.Engines.ThreadingStats.ReadFinal - name: ReadFinal() - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ReadFinal - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.ReadFinal - fullName: BenchmarkDotNet.Engines.ThreadingStats.ReadFinal() - nameWithType: ThreadingStats.ReadFinal() -- uid: BenchmarkDotNet.Engines.ThreadingStats.ReadFinal* - name: ReadFinal - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ReadFinal_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.ReadFinal - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.ReadFinal - nameWithType: ThreadingStats.ReadFinal -- uid: BenchmarkDotNet.Engines.ThreadingStats.ReadInitial - name: ReadInitial() - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ReadInitial - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.ReadInitial - fullName: BenchmarkDotNet.Engines.ThreadingStats.ReadInitial() - nameWithType: ThreadingStats.ReadInitial() -- uid: BenchmarkDotNet.Engines.ThreadingStats.ReadInitial* - name: ReadInitial - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ReadInitial_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.ReadInitial - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.ReadInitial - nameWithType: ThreadingStats.ReadInitial -- uid: BenchmarkDotNet.Engines.ThreadingStats.ToOutputLine - name: ToOutputLine() - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ToOutputLine - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.ToOutputLine - fullName: BenchmarkDotNet.Engines.ThreadingStats.ToOutputLine() - nameWithType: ThreadingStats.ToOutputLine() -- uid: BenchmarkDotNet.Engines.ThreadingStats.ToOutputLine* - name: ToOutputLine - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ToOutputLine_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.ToOutputLine - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.ToOutputLine - nameWithType: ThreadingStats.ToOutputLine -- uid: BenchmarkDotNet.Engines.ThreadingStats.ToString - name: ToString() - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ToString - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.ToString - fullName: BenchmarkDotNet.Engines.ThreadingStats.ToString() - nameWithType: ThreadingStats.ToString() -- uid: BenchmarkDotNet.Engines.ThreadingStats.ToString* - name: ToString - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_ToString_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.ToString - nameWithType: ThreadingStats.ToString -- uid: BenchmarkDotNet.Engines.ThreadingStats.TotalOperations - name: TotalOperations - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_TotalOperations - commentId: P:BenchmarkDotNet.Engines.ThreadingStats.TotalOperations - fullName: BenchmarkDotNet.Engines.ThreadingStats.TotalOperations - nameWithType: ThreadingStats.TotalOperations -- uid: BenchmarkDotNet.Engines.ThreadingStats.TotalOperations* - name: TotalOperations - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_TotalOperations_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.TotalOperations - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.TotalOperations - nameWithType: ThreadingStats.TotalOperations -- uid: BenchmarkDotNet.Engines.ThreadingStats.WithTotalOperations(System.Int64) - name: WithTotalOperations(Int64) - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_WithTotalOperations_System_Int64_ - commentId: M:BenchmarkDotNet.Engines.ThreadingStats.WithTotalOperations(System.Int64) - fullName: BenchmarkDotNet.Engines.ThreadingStats.WithTotalOperations(System.Int64) - nameWithType: ThreadingStats.WithTotalOperations(Int64) -- uid: BenchmarkDotNet.Engines.ThreadingStats.WithTotalOperations* - name: WithTotalOperations - href: api/BenchmarkDotNet.Engines.ThreadingStats.html#BenchmarkDotNet_Engines_ThreadingStats_WithTotalOperations_ - commentId: Overload:BenchmarkDotNet.Engines.ThreadingStats.WithTotalOperations - isSpec: "True" - fullName: BenchmarkDotNet.Engines.ThreadingStats.WithTotalOperations - nameWithType: ThreadingStats.WithTotalOperations -- uid: BenchmarkDotNet.Environments - name: BenchmarkDotNet.Environments - href: api/BenchmarkDotNet.Environments.html - commentId: N:BenchmarkDotNet.Environments - fullName: BenchmarkDotNet.Environments - nameWithType: BenchmarkDotNet.Environments -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo - name: BenchmarkEnvironmentInfo - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html - commentId: T:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo - nameWithType: BenchmarkEnvironmentInfo -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.#ctor - name: BenchmarkEnvironmentInfo() - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo__ctor - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.#ctor - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.BenchmarkEnvironmentInfo() - nameWithType: BenchmarkEnvironmentInfo.BenchmarkEnvironmentInfo() -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.#ctor* - name: BenchmarkEnvironmentInfo - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo__ctor_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.BenchmarkEnvironmentInfo - nameWithType: BenchmarkEnvironmentInfo.BenchmarkEnvironmentInfo -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Architecture - name: Architecture - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_Architecture - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Architecture - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Architecture - nameWithType: BenchmarkEnvironmentInfo.Architecture -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Architecture* - name: Architecture - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_Architecture_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Architecture - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Architecture - nameWithType: BenchmarkEnvironmentInfo.Architecture -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Configuration - name: Configuration - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_Configuration - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Configuration - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Configuration - nameWithType: BenchmarkEnvironmentInfo.Configuration -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Configuration* - name: Configuration - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_Configuration_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Configuration - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Configuration - nameWithType: BenchmarkEnvironmentInfo.Configuration -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GCAllocationQuantum - name: GCAllocationQuantum - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GCAllocationQuantum - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GCAllocationQuantum - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GCAllocationQuantum - nameWithType: BenchmarkEnvironmentInfo.GCAllocationQuantum -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GCAllocationQuantum* - name: GCAllocationQuantum - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GCAllocationQuantum_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GCAllocationQuantum - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GCAllocationQuantum - nameWithType: BenchmarkEnvironmentInfo.GCAllocationQuantum -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetConfigurationFlag - name: GetConfigurationFlag() - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetConfigurationFlag - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetConfigurationFlag - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetConfigurationFlag() - nameWithType: BenchmarkEnvironmentInfo.GetConfigurationFlag() -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetConfigurationFlag* - name: GetConfigurationFlag - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetConfigurationFlag_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetConfigurationFlag - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetConfigurationFlag - nameWithType: BenchmarkEnvironmentInfo.GetConfigurationFlag -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetCurrent - name: GetCurrent() - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetCurrent - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetCurrent - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetCurrent() - nameWithType: BenchmarkEnvironmentInfo.GetCurrent() -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetCurrent* - name: GetCurrent - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetCurrent_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetCurrent - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetCurrent - nameWithType: BenchmarkEnvironmentInfo.GetCurrent -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetDebuggerFlag - name: GetDebuggerFlag() - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetDebuggerFlag - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetDebuggerFlag - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetDebuggerFlag() - nameWithType: BenchmarkEnvironmentInfo.GetDebuggerFlag() -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetDebuggerFlag* - name: GetDebuggerFlag - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetDebuggerFlag_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetDebuggerFlag - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetDebuggerFlag - nameWithType: BenchmarkEnvironmentInfo.GetDebuggerFlag -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcConcurrentFlag - name: GetGcConcurrentFlag() - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetGcConcurrentFlag - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcConcurrentFlag - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcConcurrentFlag() - nameWithType: BenchmarkEnvironmentInfo.GetGcConcurrentFlag() -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcConcurrentFlag* - name: GetGcConcurrentFlag - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetGcConcurrentFlag_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcConcurrentFlag - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcConcurrentFlag - nameWithType: BenchmarkEnvironmentInfo.GetGcConcurrentFlag -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcServerFlag - name: GetGcServerFlag() - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetGcServerFlag - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcServerFlag - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcServerFlag() - nameWithType: BenchmarkEnvironmentInfo.GetGcServerFlag() -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcServerFlag* - name: GetGcServerFlag - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_GetGcServerFlag_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcServerFlag - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.GetGcServerFlag - nameWithType: BenchmarkEnvironmentInfo.GetGcServerFlag -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasAttachedDebugger - name: HasAttachedDebugger - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_HasAttachedDebugger - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasAttachedDebugger - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasAttachedDebugger - nameWithType: BenchmarkEnvironmentInfo.HasAttachedDebugger -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasAttachedDebugger* - name: HasAttachedDebugger - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_HasAttachedDebugger_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasAttachedDebugger - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasAttachedDebugger - nameWithType: BenchmarkEnvironmentInfo.HasAttachedDebugger -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasRyuJit - name: HasRyuJit - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_HasRyuJit - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasRyuJit - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasRyuJit - nameWithType: BenchmarkEnvironmentInfo.HasRyuJit -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasRyuJit* - name: HasRyuJit - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_HasRyuJit_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasRyuJit - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.HasRyuJit - nameWithType: BenchmarkEnvironmentInfo.HasRyuJit -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.InDocker - name: InDocker - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_InDocker - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.InDocker - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.InDocker - nameWithType: BenchmarkEnvironmentInfo.InDocker -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.InDocker* - name: InDocker - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_InDocker_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.InDocker - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.InDocker - nameWithType: BenchmarkEnvironmentInfo.InDocker -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsConcurrentGC - name: IsConcurrentGC - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_IsConcurrentGC - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsConcurrentGC - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsConcurrentGC - nameWithType: BenchmarkEnvironmentInfo.IsConcurrentGC -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsConcurrentGC* - name: IsConcurrentGC - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_IsConcurrentGC_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsConcurrentGC - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsConcurrentGC - nameWithType: BenchmarkEnvironmentInfo.IsConcurrentGC -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsServerGC - name: IsServerGC - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_IsServerGC - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsServerGC - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsServerGC - nameWithType: BenchmarkEnvironmentInfo.IsServerGC -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsServerGC* - name: IsServerGC - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_IsServerGC_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsServerGC - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.IsServerGC - nameWithType: BenchmarkEnvironmentInfo.IsServerGC -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.JitInfo - name: JitInfo - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_JitInfo - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.JitInfo - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.JitInfo - nameWithType: BenchmarkEnvironmentInfo.JitInfo -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.JitInfo* - name: JitInfo - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_JitInfo_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.JitInfo - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.JitInfo - nameWithType: BenchmarkEnvironmentInfo.JitInfo -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.RuntimeVersion - name: RuntimeVersion - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_RuntimeVersion - commentId: P:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.RuntimeVersion - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.RuntimeVersion - nameWithType: BenchmarkEnvironmentInfo.RuntimeVersion -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.RuntimeVersion* - name: RuntimeVersion - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_RuntimeVersion_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.RuntimeVersion - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.RuntimeVersion - nameWithType: BenchmarkEnvironmentInfo.RuntimeVersion -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.ToFormattedString - name: ToFormattedString() - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_ToFormattedString - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.ToFormattedString - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.ToFormattedString() - nameWithType: BenchmarkEnvironmentInfo.ToFormattedString() -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.ToFormattedString* - name: ToFormattedString - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_ToFormattedString_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.ToFormattedString - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.ToFormattedString - nameWithType: BenchmarkEnvironmentInfo.ToFormattedString -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Validate(BenchmarkDotNet.Jobs.Job) - name: Validate(Job) - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_Validate_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Validate(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Validate(BenchmarkDotNet.Jobs.Job) - nameWithType: BenchmarkEnvironmentInfo.Validate(Job) -- uid: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Validate* - name: Validate - href: api/BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.html#BenchmarkDotNet_Environments_BenchmarkEnvironmentInfo_Validate_ - commentId: Overload:BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Environments.BenchmarkEnvironmentInfo.Validate - nameWithType: BenchmarkEnvironmentInfo.Validate -- uid: BenchmarkDotNet.Environments.ClrRuntime - name: ClrRuntime - href: api/BenchmarkDotNet.Environments.ClrRuntime.html - commentId: T:BenchmarkDotNet.Environments.ClrRuntime - fullName: BenchmarkDotNet.Environments.ClrRuntime - nameWithType: ClrRuntime -- uid: BenchmarkDotNet.Environments.ClrRuntime.CreateForLocalFullNetFrameworkBuild(System.String) - name: CreateForLocalFullNetFrameworkBuild(String) - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_CreateForLocalFullNetFrameworkBuild_System_String_ - commentId: M:BenchmarkDotNet.Environments.ClrRuntime.CreateForLocalFullNetFrameworkBuild(System.String) - fullName: BenchmarkDotNet.Environments.ClrRuntime.CreateForLocalFullNetFrameworkBuild(System.String) - nameWithType: ClrRuntime.CreateForLocalFullNetFrameworkBuild(String) -- uid: BenchmarkDotNet.Environments.ClrRuntime.CreateForLocalFullNetFrameworkBuild* - name: CreateForLocalFullNetFrameworkBuild - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_CreateForLocalFullNetFrameworkBuild_ - commentId: Overload:BenchmarkDotNet.Environments.ClrRuntime.CreateForLocalFullNetFrameworkBuild - isSpec: "True" - fullName: BenchmarkDotNet.Environments.ClrRuntime.CreateForLocalFullNetFrameworkBuild - nameWithType: ClrRuntime.CreateForLocalFullNetFrameworkBuild -- uid: BenchmarkDotNet.Environments.ClrRuntime.Equals(BenchmarkDotNet.Environments.ClrRuntime) - name: Equals(ClrRuntime) - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Equals_BenchmarkDotNet_Environments_ClrRuntime_ - commentId: M:BenchmarkDotNet.Environments.ClrRuntime.Equals(BenchmarkDotNet.Environments.ClrRuntime) - fullName: BenchmarkDotNet.Environments.ClrRuntime.Equals(BenchmarkDotNet.Environments.ClrRuntime) - nameWithType: ClrRuntime.Equals(ClrRuntime) -- uid: BenchmarkDotNet.Environments.ClrRuntime.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Environments.ClrRuntime.Equals(System.Object) - fullName: BenchmarkDotNet.Environments.ClrRuntime.Equals(System.Object) - nameWithType: ClrRuntime.Equals(Object) -- uid: BenchmarkDotNet.Environments.ClrRuntime.Equals* - name: Equals - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Equals_ - commentId: Overload:BenchmarkDotNet.Environments.ClrRuntime.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Environments.ClrRuntime.Equals - nameWithType: ClrRuntime.Equals -- uid: BenchmarkDotNet.Environments.ClrRuntime.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_GetHashCode - commentId: M:BenchmarkDotNet.Environments.ClrRuntime.GetHashCode - fullName: BenchmarkDotNet.Environments.ClrRuntime.GetHashCode() - nameWithType: ClrRuntime.GetHashCode() -- uid: BenchmarkDotNet.Environments.ClrRuntime.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Environments.ClrRuntime.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Environments.ClrRuntime.GetHashCode - nameWithType: ClrRuntime.GetHashCode -- uid: BenchmarkDotNet.Environments.ClrRuntime.Net461 - name: Net461 - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Net461 - commentId: F:BenchmarkDotNet.Environments.ClrRuntime.Net461 - fullName: BenchmarkDotNet.Environments.ClrRuntime.Net461 - nameWithType: ClrRuntime.Net461 -- uid: BenchmarkDotNet.Environments.ClrRuntime.Net462 - name: Net462 - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Net462 - commentId: F:BenchmarkDotNet.Environments.ClrRuntime.Net462 - fullName: BenchmarkDotNet.Environments.ClrRuntime.Net462 - nameWithType: ClrRuntime.Net462 -- uid: BenchmarkDotNet.Environments.ClrRuntime.Net47 - name: Net47 - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Net47 - commentId: F:BenchmarkDotNet.Environments.ClrRuntime.Net47 - fullName: BenchmarkDotNet.Environments.ClrRuntime.Net47 - nameWithType: ClrRuntime.Net47 -- uid: BenchmarkDotNet.Environments.ClrRuntime.Net471 - name: Net471 - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Net471 - commentId: F:BenchmarkDotNet.Environments.ClrRuntime.Net471 - fullName: BenchmarkDotNet.Environments.ClrRuntime.Net471 - nameWithType: ClrRuntime.Net471 -- uid: BenchmarkDotNet.Environments.ClrRuntime.Net472 - name: Net472 - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Net472 - commentId: F:BenchmarkDotNet.Environments.ClrRuntime.Net472 - fullName: BenchmarkDotNet.Environments.ClrRuntime.Net472 - nameWithType: ClrRuntime.Net472 -- uid: BenchmarkDotNet.Environments.ClrRuntime.Net48 - name: Net48 - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Net48 - commentId: F:BenchmarkDotNet.Environments.ClrRuntime.Net48 - fullName: BenchmarkDotNet.Environments.ClrRuntime.Net48 - nameWithType: ClrRuntime.Net48 -- uid: BenchmarkDotNet.Environments.ClrRuntime.Version - name: Version - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Version - commentId: P:BenchmarkDotNet.Environments.ClrRuntime.Version - fullName: BenchmarkDotNet.Environments.ClrRuntime.Version - nameWithType: ClrRuntime.Version -- uid: BenchmarkDotNet.Environments.ClrRuntime.Version* - name: Version - href: api/BenchmarkDotNet.Environments.ClrRuntime.html#BenchmarkDotNet_Environments_ClrRuntime_Version_ - commentId: Overload:BenchmarkDotNet.Environments.ClrRuntime.Version - isSpec: "True" - fullName: BenchmarkDotNet.Environments.ClrRuntime.Version - nameWithType: ClrRuntime.Version -- uid: BenchmarkDotNet.Environments.CoreRtRuntime - name: CoreRtRuntime - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html - commentId: T:BenchmarkDotNet.Environments.CoreRtRuntime - fullName: BenchmarkDotNet.Environments.CoreRtRuntime - nameWithType: CoreRtRuntime -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt20 - name: CoreRt20 - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_CoreRt20 - commentId: F:BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt20 - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt20 - nameWithType: CoreRtRuntime.CoreRt20 -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt21 - name: CoreRt21 - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_CoreRt21 - commentId: F:BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt21 - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt21 - nameWithType: CoreRtRuntime.CoreRt21 -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt22 - name: CoreRt22 - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_CoreRt22 - commentId: F:BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt22 - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt22 - nameWithType: CoreRtRuntime.CoreRt22 -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt30 - name: CoreRt30 - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_CoreRt30 - commentId: F:BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt30 - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt30 - nameWithType: CoreRtRuntime.CoreRt30 -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt31 - name: CoreRt31 - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_CoreRt31 - commentId: F:BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt31 - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt31 - nameWithType: CoreRtRuntime.CoreRt31 -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt50 - name: CoreRt50 - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_CoreRt50 - commentId: F:BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt50 - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt50 - nameWithType: CoreRtRuntime.CoreRt50 -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt60 - name: CoreRt60 - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_CoreRt60 - commentId: F:BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt60 - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.CoreRt60 - nameWithType: CoreRtRuntime.CoreRt60 -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.GetCurrentVersion - name: GetCurrentVersion() - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_GetCurrentVersion - commentId: M:BenchmarkDotNet.Environments.CoreRtRuntime.GetCurrentVersion - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.GetCurrentVersion() - nameWithType: CoreRtRuntime.GetCurrentVersion() -- uid: BenchmarkDotNet.Environments.CoreRtRuntime.GetCurrentVersion* - name: GetCurrentVersion - href: api/BenchmarkDotNet.Environments.CoreRtRuntime.html#BenchmarkDotNet_Environments_CoreRtRuntime_GetCurrentVersion_ - commentId: Overload:BenchmarkDotNet.Environments.CoreRtRuntime.GetCurrentVersion - isSpec: "True" - fullName: BenchmarkDotNet.Environments.CoreRtRuntime.GetCurrentVersion - nameWithType: CoreRtRuntime.GetCurrentVersion -- uid: BenchmarkDotNet.Environments.CoreRuntime - name: CoreRuntime - href: api/BenchmarkDotNet.Environments.CoreRuntime.html - commentId: T:BenchmarkDotNet.Environments.CoreRuntime - fullName: BenchmarkDotNet.Environments.CoreRuntime - nameWithType: CoreRuntime -- uid: BenchmarkDotNet.Environments.CoreRuntime.Core20 - name: Core20 - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_Core20 - commentId: F:BenchmarkDotNet.Environments.CoreRuntime.Core20 - fullName: BenchmarkDotNet.Environments.CoreRuntime.Core20 - nameWithType: CoreRuntime.Core20 -- uid: BenchmarkDotNet.Environments.CoreRuntime.Core21 - name: Core21 - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_Core21 - commentId: F:BenchmarkDotNet.Environments.CoreRuntime.Core21 - fullName: BenchmarkDotNet.Environments.CoreRuntime.Core21 - nameWithType: CoreRuntime.Core21 -- uid: BenchmarkDotNet.Environments.CoreRuntime.Core22 - name: Core22 - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_Core22 - commentId: F:BenchmarkDotNet.Environments.CoreRuntime.Core22 - fullName: BenchmarkDotNet.Environments.CoreRuntime.Core22 - nameWithType: CoreRuntime.Core22 -- uid: BenchmarkDotNet.Environments.CoreRuntime.Core30 - name: Core30 - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_Core30 - commentId: F:BenchmarkDotNet.Environments.CoreRuntime.Core30 - fullName: BenchmarkDotNet.Environments.CoreRuntime.Core30 - nameWithType: CoreRuntime.Core30 -- uid: BenchmarkDotNet.Environments.CoreRuntime.Core31 - name: Core31 - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_Core31 - commentId: F:BenchmarkDotNet.Environments.CoreRuntime.Core31 - fullName: BenchmarkDotNet.Environments.CoreRuntime.Core31 - nameWithType: CoreRuntime.Core31 -- uid: BenchmarkDotNet.Environments.CoreRuntime.Core50 - name: Core50 - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_Core50 - commentId: F:BenchmarkDotNet.Environments.CoreRuntime.Core50 - fullName: BenchmarkDotNet.Environments.CoreRuntime.Core50 - nameWithType: CoreRuntime.Core50 -- uid: BenchmarkDotNet.Environments.CoreRuntime.Core60 - name: Core60 - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_Core60 - commentId: F:BenchmarkDotNet.Environments.CoreRuntime.Core60 - fullName: BenchmarkDotNet.Environments.CoreRuntime.Core60 - nameWithType: CoreRuntime.Core60 -- uid: BenchmarkDotNet.Environments.CoreRuntime.CreateForNewVersion(System.String,System.String) - name: CreateForNewVersion(String, String) - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_CreateForNewVersion_System_String_System_String_ - commentId: M:BenchmarkDotNet.Environments.CoreRuntime.CreateForNewVersion(System.String,System.String) - fullName: BenchmarkDotNet.Environments.CoreRuntime.CreateForNewVersion(System.String, System.String) - nameWithType: CoreRuntime.CreateForNewVersion(String, String) -- uid: BenchmarkDotNet.Environments.CoreRuntime.CreateForNewVersion* - name: CreateForNewVersion - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_CreateForNewVersion_ - commentId: Overload:BenchmarkDotNet.Environments.CoreRuntime.CreateForNewVersion - isSpec: "True" - fullName: BenchmarkDotNet.Environments.CoreRuntime.CreateForNewVersion - nameWithType: CoreRuntime.CreateForNewVersion -- uid: BenchmarkDotNet.Environments.CoreRuntime.IsPlatformSpecific - name: IsPlatformSpecific - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_IsPlatformSpecific - commentId: P:BenchmarkDotNet.Environments.CoreRuntime.IsPlatformSpecific - fullName: BenchmarkDotNet.Environments.CoreRuntime.IsPlatformSpecific - nameWithType: CoreRuntime.IsPlatformSpecific -- uid: BenchmarkDotNet.Environments.CoreRuntime.IsPlatformSpecific* - name: IsPlatformSpecific - href: api/BenchmarkDotNet.Environments.CoreRuntime.html#BenchmarkDotNet_Environments_CoreRuntime_IsPlatformSpecific_ - commentId: Overload:BenchmarkDotNet.Environments.CoreRuntime.IsPlatformSpecific - isSpec: "True" - fullName: BenchmarkDotNet.Environments.CoreRuntime.IsPlatformSpecific - nameWithType: CoreRuntime.IsPlatformSpecific -- uid: BenchmarkDotNet.Environments.EnvironmentResolver - name: EnvironmentResolver - href: api/BenchmarkDotNet.Environments.EnvironmentResolver.html - commentId: T:BenchmarkDotNet.Environments.EnvironmentResolver - fullName: BenchmarkDotNet.Environments.EnvironmentResolver - nameWithType: EnvironmentResolver -- uid: BenchmarkDotNet.Environments.EnvironmentResolver.DefaultUnrollFactorForThroughput - name: DefaultUnrollFactorForThroughput - href: api/BenchmarkDotNet.Environments.EnvironmentResolver.html#BenchmarkDotNet_Environments_EnvironmentResolver_DefaultUnrollFactorForThroughput - commentId: F:BenchmarkDotNet.Environments.EnvironmentResolver.DefaultUnrollFactorForThroughput - fullName: BenchmarkDotNet.Environments.EnvironmentResolver.DefaultUnrollFactorForThroughput - nameWithType: EnvironmentResolver.DefaultUnrollFactorForThroughput -- uid: BenchmarkDotNet.Environments.EnvironmentResolver.Instance - name: Instance - href: api/BenchmarkDotNet.Environments.EnvironmentResolver.html#BenchmarkDotNet_Environments_EnvironmentResolver_Instance - commentId: F:BenchmarkDotNet.Environments.EnvironmentResolver.Instance - fullName: BenchmarkDotNet.Environments.EnvironmentResolver.Instance - nameWithType: EnvironmentResolver.Instance -- uid: BenchmarkDotNet.Environments.GcResolver - name: GcResolver - href: api/BenchmarkDotNet.Environments.GcResolver.html - commentId: T:BenchmarkDotNet.Environments.GcResolver - fullName: BenchmarkDotNet.Environments.GcResolver - nameWithType: GcResolver -- uid: BenchmarkDotNet.Environments.GcResolver.Instance - name: Instance - href: api/BenchmarkDotNet.Environments.GcResolver.html#BenchmarkDotNet_Environments_GcResolver_Instance - commentId: F:BenchmarkDotNet.Environments.GcResolver.Instance - fullName: BenchmarkDotNet.Environments.GcResolver.Instance - nameWithType: GcResolver.Instance -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo - name: HostEnvironmentInfo - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html - commentId: T:BenchmarkDotNet.Environments.HostEnvironmentInfo - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo - nameWithType: HostEnvironmentInfo -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.#ctor - name: HostEnvironmentInfo() - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo__ctor - commentId: M:BenchmarkDotNet.Environments.HostEnvironmentInfo.#ctor - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.HostEnvironmentInfo() - nameWithType: HostEnvironmentInfo.HostEnvironmentInfo() -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.#ctor* - name: HostEnvironmentInfo - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo__ctor_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.HostEnvironmentInfo - nameWithType: HostEnvironmentInfo.HostEnvironmentInfo -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.AntivirusProducts - name: AntivirusProducts - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_AntivirusProducts - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.AntivirusProducts - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.AntivirusProducts - nameWithType: HostEnvironmentInfo.AntivirusProducts -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.AntivirusProducts* - name: AntivirusProducts - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_AntivirusProducts_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.AntivirusProducts - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.AntivirusProducts - nameWithType: HostEnvironmentInfo.AntivirusProducts -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetCaption - name: BenchmarkDotNetCaption - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_BenchmarkDotNetCaption - commentId: F:BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetCaption - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetCaption - nameWithType: HostEnvironmentInfo.BenchmarkDotNetCaption -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetVersion - name: BenchmarkDotNetVersion - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_BenchmarkDotNetVersion - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetVersion - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetVersion - nameWithType: HostEnvironmentInfo.BenchmarkDotNetVersion -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetVersion* - name: BenchmarkDotNetVersion - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_BenchmarkDotNetVersion_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetVersion - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.BenchmarkDotNetVersion - nameWithType: HostEnvironmentInfo.BenchmarkDotNetVersion -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerFrequency - name: ChronometerFrequency - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_ChronometerFrequency - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerFrequency - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerFrequency - nameWithType: HostEnvironmentInfo.ChronometerFrequency -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerFrequency* - name: ChronometerFrequency - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_ChronometerFrequency_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerFrequency - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerFrequency - nameWithType: HostEnvironmentInfo.ChronometerFrequency -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerResolution - name: ChronometerResolution - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_ChronometerResolution - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerResolution - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerResolution - nameWithType: HostEnvironmentInfo.ChronometerResolution -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerResolution* - name: ChronometerResolution - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_ChronometerResolution_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerResolution - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.ChronometerResolution - nameWithType: HostEnvironmentInfo.ChronometerResolution -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.CpuInfo - name: CpuInfo - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_CpuInfo - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.CpuInfo - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.CpuInfo - nameWithType: HostEnvironmentInfo.CpuInfo -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.CpuInfo* - name: CpuInfo - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_CpuInfo_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.CpuInfo - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.CpuInfo - nameWithType: HostEnvironmentInfo.CpuInfo -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.DotNetSdkVersion - name: DotNetSdkVersion - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_DotNetSdkVersion - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.DotNetSdkVersion - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.DotNetSdkVersion - nameWithType: HostEnvironmentInfo.DotNetSdkVersion -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.DotNetSdkVersion* - name: DotNetSdkVersion - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_DotNetSdkVersion_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.DotNetSdkVersion - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.DotNetSdkVersion - nameWithType: HostEnvironmentInfo.DotNetSdkVersion -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.FallbackLogger - name: FallbackLogger - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_FallbackLogger - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.FallbackLogger - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.FallbackLogger - nameWithType: HostEnvironmentInfo.FallbackLogger -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.FallbackLogger* - name: FallbackLogger - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_FallbackLogger_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.FallbackLogger - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.FallbackLogger - nameWithType: HostEnvironmentInfo.FallbackLogger -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetCurrent - name: GetCurrent() - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_GetCurrent - commentId: M:BenchmarkDotNet.Environments.HostEnvironmentInfo.GetCurrent - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetCurrent() - nameWithType: HostEnvironmentInfo.GetCurrent() -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetCurrent* - name: GetCurrent - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_GetCurrent_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.GetCurrent - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetCurrent - nameWithType: HostEnvironmentInfo.GetCurrent -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetInformation - name: GetInformation() - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_GetInformation - commentId: M:BenchmarkDotNet.Environments.HostEnvironmentInfo.GetInformation - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetInformation() - nameWithType: HostEnvironmentInfo.GetInformation() -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetInformation* - name: GetInformation - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_GetInformation_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.GetInformation - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.GetInformation - nameWithType: HostEnvironmentInfo.GetInformation -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.HardwareTimerKind - name: HardwareTimerKind - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_HardwareTimerKind - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.HardwareTimerKind - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.HardwareTimerKind - nameWithType: HostEnvironmentInfo.HardwareTimerKind -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.HardwareTimerKind* - name: HardwareTimerKind - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_HardwareTimerKind_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.HardwareTimerKind - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.HardwareTimerKind - nameWithType: HostEnvironmentInfo.HardwareTimerKind -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsDotNetCliInstalled - name: IsDotNetCliInstalled() - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_IsDotNetCliInstalled - commentId: M:BenchmarkDotNet.Environments.HostEnvironmentInfo.IsDotNetCliInstalled - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsDotNetCliInstalled() - nameWithType: HostEnvironmentInfo.IsDotNetCliInstalled() -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsDotNetCliInstalled* - name: IsDotNetCliInstalled - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_IsDotNetCliInstalled_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.IsDotNetCliInstalled - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsDotNetCliInstalled - nameWithType: HostEnvironmentInfo.IsDotNetCliInstalled -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsMonoInstalled - name: IsMonoInstalled - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_IsMonoInstalled - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.IsMonoInstalled - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsMonoInstalled - nameWithType: HostEnvironmentInfo.IsMonoInstalled -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsMonoInstalled* - name: IsMonoInstalled - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_IsMonoInstalled_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.IsMonoInstalled - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.IsMonoInstalled - nameWithType: HostEnvironmentInfo.IsMonoInstalled -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.OsVersion - name: OsVersion - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_OsVersion - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.OsVersion - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.OsVersion - nameWithType: HostEnvironmentInfo.OsVersion -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.OsVersion* - name: OsVersion - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_OsVersion_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.OsVersion - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.OsVersion - nameWithType: HostEnvironmentInfo.OsVersion -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.ToFormattedString - name: ToFormattedString() - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_ToFormattedString - commentId: M:BenchmarkDotNet.Environments.HostEnvironmentInfo.ToFormattedString - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.ToFormattedString() - nameWithType: HostEnvironmentInfo.ToFormattedString() -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.ToFormattedString* - name: ToFormattedString - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_ToFormattedString_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.ToFormattedString - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.ToFormattedString - nameWithType: HostEnvironmentInfo.ToFormattedString -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.VirtualMachineHypervisor - name: VirtualMachineHypervisor - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_VirtualMachineHypervisor - commentId: P:BenchmarkDotNet.Environments.HostEnvironmentInfo.VirtualMachineHypervisor - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.VirtualMachineHypervisor - nameWithType: HostEnvironmentInfo.VirtualMachineHypervisor -- uid: BenchmarkDotNet.Environments.HostEnvironmentInfo.VirtualMachineHypervisor* - name: VirtualMachineHypervisor - href: api/BenchmarkDotNet.Environments.HostEnvironmentInfo.html#BenchmarkDotNet_Environments_HostEnvironmentInfo_VirtualMachineHypervisor_ - commentId: Overload:BenchmarkDotNet.Environments.HostEnvironmentInfo.VirtualMachineHypervisor - isSpec: "True" - fullName: BenchmarkDotNet.Environments.HostEnvironmentInfo.VirtualMachineHypervisor - nameWithType: HostEnvironmentInfo.VirtualMachineHypervisor -- uid: BenchmarkDotNet.Environments.InfrastructureResolver - name: InfrastructureResolver - href: api/BenchmarkDotNet.Environments.InfrastructureResolver.html - commentId: T:BenchmarkDotNet.Environments.InfrastructureResolver - fullName: BenchmarkDotNet.Environments.InfrastructureResolver - nameWithType: InfrastructureResolver -- uid: BenchmarkDotNet.Environments.InfrastructureResolver.Instance - name: Instance - href: api/BenchmarkDotNet.Environments.InfrastructureResolver.html#BenchmarkDotNet_Environments_InfrastructureResolver_Instance - commentId: F:BenchmarkDotNet.Environments.InfrastructureResolver.Instance - fullName: BenchmarkDotNet.Environments.InfrastructureResolver.Instance - nameWithType: InfrastructureResolver.Instance -- uid: BenchmarkDotNet.Environments.Jit - name: Jit - href: api/BenchmarkDotNet.Environments.Jit.html - commentId: T:BenchmarkDotNet.Environments.Jit - fullName: BenchmarkDotNet.Environments.Jit - nameWithType: Jit -- uid: BenchmarkDotNet.Environments.Jit.Default - name: Default - href: api/BenchmarkDotNet.Environments.Jit.html#BenchmarkDotNet_Environments_Jit_Default - commentId: F:BenchmarkDotNet.Environments.Jit.Default - fullName: BenchmarkDotNet.Environments.Jit.Default - nameWithType: Jit.Default -- uid: BenchmarkDotNet.Environments.Jit.LegacyJit - name: LegacyJit - href: api/BenchmarkDotNet.Environments.Jit.html#BenchmarkDotNet_Environments_Jit_LegacyJit - commentId: F:BenchmarkDotNet.Environments.Jit.LegacyJit - fullName: BenchmarkDotNet.Environments.Jit.LegacyJit - nameWithType: Jit.LegacyJit -- uid: BenchmarkDotNet.Environments.Jit.Llvm - name: Llvm - href: api/BenchmarkDotNet.Environments.Jit.html#BenchmarkDotNet_Environments_Jit_Llvm - commentId: F:BenchmarkDotNet.Environments.Jit.Llvm - fullName: BenchmarkDotNet.Environments.Jit.Llvm - nameWithType: Jit.Llvm -- uid: BenchmarkDotNet.Environments.Jit.RyuJit - name: RyuJit - href: api/BenchmarkDotNet.Environments.Jit.html#BenchmarkDotNet_Environments_Jit_RyuJit - commentId: F:BenchmarkDotNet.Environments.Jit.RyuJit - fullName: BenchmarkDotNet.Environments.Jit.RyuJit - nameWithType: Jit.RyuJit -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime - name: MonoAotLLVMRuntime - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html - commentId: T:BenchmarkDotNet.Environments.MonoAotLLVMRuntime - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime - nameWithType: MonoAotLLVMRuntime -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.#ctor(System.IO.FileInfo,System.String,System.String) - name: MonoAotLLVMRuntime(FileInfo, String, String) - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime__ctor_System_IO_FileInfo_System_String_System_String_ - commentId: M:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.#ctor(System.IO.FileInfo,System.String,System.String) - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.MonoAotLLVMRuntime(System.IO.FileInfo, System.String, System.String) - nameWithType: MonoAotLLVMRuntime.MonoAotLLVMRuntime(FileInfo, String, String) -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.#ctor* - name: MonoAotLLVMRuntime - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime__ctor_ - commentId: Overload:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.MonoAotLLVMRuntime - nameWithType: MonoAotLLVMRuntime.MonoAotLLVMRuntime -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.AOTCompilerPath - name: AOTCompilerPath - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime_AOTCompilerPath - commentId: P:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.AOTCompilerPath - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.AOTCompilerPath - nameWithType: MonoAotLLVMRuntime.AOTCompilerPath -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.AOTCompilerPath* - name: AOTCompilerPath - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime_AOTCompilerPath_ - commentId: Overload:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.AOTCompilerPath - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.AOTCompilerPath - nameWithType: MonoAotLLVMRuntime.AOTCompilerPath -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals(BenchmarkDotNet.Environments.MonoAotLLVMRuntime) - name: Equals(MonoAotLLVMRuntime) - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime_Equals_BenchmarkDotNet_Environments_MonoAotLLVMRuntime_ - commentId: M:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals(BenchmarkDotNet.Environments.MonoAotLLVMRuntime) - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals(BenchmarkDotNet.Environments.MonoAotLLVMRuntime) - nameWithType: MonoAotLLVMRuntime.Equals(MonoAotLLVMRuntime) -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals(System.Object) - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals(System.Object) - nameWithType: MonoAotLLVMRuntime.Equals(Object) -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals* - name: Equals - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime_Equals_ - commentId: Overload:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.Equals - nameWithType: MonoAotLLVMRuntime.Equals -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime_GetHashCode - commentId: M:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.GetHashCode - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.GetHashCode() - nameWithType: MonoAotLLVMRuntime.GetHashCode() -- uid: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Environments.MonoAotLLVMRuntime.html#BenchmarkDotNet_Environments_MonoAotLLVMRuntime_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Environments.MonoAotLLVMRuntime.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoAotLLVMRuntime.GetHashCode - nameWithType: MonoAotLLVMRuntime.GetHashCode -- uid: BenchmarkDotNet.Environments.MonoRuntime - name: MonoRuntime - href: api/BenchmarkDotNet.Environments.MonoRuntime.html - commentId: T:BenchmarkDotNet.Environments.MonoRuntime - fullName: BenchmarkDotNet.Environments.MonoRuntime - nameWithType: MonoRuntime -- uid: BenchmarkDotNet.Environments.MonoRuntime.#ctor(System.String,System.String) - name: MonoRuntime(String, String) - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime__ctor_System_String_System_String_ - commentId: M:BenchmarkDotNet.Environments.MonoRuntime.#ctor(System.String,System.String) - fullName: BenchmarkDotNet.Environments.MonoRuntime.MonoRuntime(System.String, System.String) - nameWithType: MonoRuntime.MonoRuntime(String, String) -- uid: BenchmarkDotNet.Environments.MonoRuntime.#ctor(System.String,System.String,System.String,System.String) - name: MonoRuntime(String, String, String, String) - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime__ctor_System_String_System_String_System_String_System_String_ - commentId: M:BenchmarkDotNet.Environments.MonoRuntime.#ctor(System.String,System.String,System.String,System.String) - fullName: BenchmarkDotNet.Environments.MonoRuntime.MonoRuntime(System.String, System.String, System.String, System.String) - nameWithType: MonoRuntime.MonoRuntime(String, String, String, String) -- uid: BenchmarkDotNet.Environments.MonoRuntime.#ctor* - name: MonoRuntime - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime__ctor_ - commentId: Overload:BenchmarkDotNet.Environments.MonoRuntime.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoRuntime.MonoRuntime - nameWithType: MonoRuntime.MonoRuntime -- uid: BenchmarkDotNet.Environments.MonoRuntime.AotArgs - name: AotArgs - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_AotArgs - commentId: P:BenchmarkDotNet.Environments.MonoRuntime.AotArgs - fullName: BenchmarkDotNet.Environments.MonoRuntime.AotArgs - nameWithType: MonoRuntime.AotArgs -- uid: BenchmarkDotNet.Environments.MonoRuntime.AotArgs* - name: AotArgs - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_AotArgs_ - commentId: Overload:BenchmarkDotNet.Environments.MonoRuntime.AotArgs - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoRuntime.AotArgs - nameWithType: MonoRuntime.AotArgs -- uid: BenchmarkDotNet.Environments.MonoRuntime.CustomPath - name: CustomPath - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_CustomPath - commentId: P:BenchmarkDotNet.Environments.MonoRuntime.CustomPath - fullName: BenchmarkDotNet.Environments.MonoRuntime.CustomPath - nameWithType: MonoRuntime.CustomPath -- uid: BenchmarkDotNet.Environments.MonoRuntime.CustomPath* - name: CustomPath - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_CustomPath_ - commentId: Overload:BenchmarkDotNet.Environments.MonoRuntime.CustomPath - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoRuntime.CustomPath - nameWithType: MonoRuntime.CustomPath -- uid: BenchmarkDotNet.Environments.MonoRuntime.Default - name: Default - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_Default - commentId: F:BenchmarkDotNet.Environments.MonoRuntime.Default - fullName: BenchmarkDotNet.Environments.MonoRuntime.Default - nameWithType: MonoRuntime.Default -- uid: BenchmarkDotNet.Environments.MonoRuntime.Equals(BenchmarkDotNet.Environments.MonoRuntime) - name: Equals(MonoRuntime) - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_Equals_BenchmarkDotNet_Environments_MonoRuntime_ - commentId: M:BenchmarkDotNet.Environments.MonoRuntime.Equals(BenchmarkDotNet.Environments.MonoRuntime) - fullName: BenchmarkDotNet.Environments.MonoRuntime.Equals(BenchmarkDotNet.Environments.MonoRuntime) - nameWithType: MonoRuntime.Equals(MonoRuntime) -- uid: BenchmarkDotNet.Environments.MonoRuntime.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Environments.MonoRuntime.Equals(System.Object) - fullName: BenchmarkDotNet.Environments.MonoRuntime.Equals(System.Object) - nameWithType: MonoRuntime.Equals(Object) -- uid: BenchmarkDotNet.Environments.MonoRuntime.Equals* - name: Equals - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_Equals_ - commentId: Overload:BenchmarkDotNet.Environments.MonoRuntime.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoRuntime.Equals - nameWithType: MonoRuntime.Equals -- uid: BenchmarkDotNet.Environments.MonoRuntime.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_GetHashCode - commentId: M:BenchmarkDotNet.Environments.MonoRuntime.GetHashCode - fullName: BenchmarkDotNet.Environments.MonoRuntime.GetHashCode() - nameWithType: MonoRuntime.GetHashCode() -- uid: BenchmarkDotNet.Environments.MonoRuntime.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Environments.MonoRuntime.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoRuntime.GetHashCode - nameWithType: MonoRuntime.GetHashCode -- uid: BenchmarkDotNet.Environments.MonoRuntime.MonoBclPath - name: MonoBclPath - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_MonoBclPath - commentId: P:BenchmarkDotNet.Environments.MonoRuntime.MonoBclPath - fullName: BenchmarkDotNet.Environments.MonoRuntime.MonoBclPath - nameWithType: MonoRuntime.MonoBclPath -- uid: BenchmarkDotNet.Environments.MonoRuntime.MonoBclPath* - name: MonoBclPath - href: api/BenchmarkDotNet.Environments.MonoRuntime.html#BenchmarkDotNet_Environments_MonoRuntime_MonoBclPath_ - commentId: Overload:BenchmarkDotNet.Environments.MonoRuntime.MonoBclPath - isSpec: "True" - fullName: BenchmarkDotNet.Environments.MonoRuntime.MonoBclPath - nameWithType: MonoRuntime.MonoBclPath -- uid: BenchmarkDotNet.Environments.OsBrandStringHelper - name: OsBrandStringHelper - href: api/BenchmarkDotNet.Environments.OsBrandStringHelper.html - commentId: T:BenchmarkDotNet.Environments.OsBrandStringHelper - fullName: BenchmarkDotNet.Environments.OsBrandStringHelper - nameWithType: OsBrandStringHelper -- uid: BenchmarkDotNet.Environments.OsBrandStringHelper.Prettify(System.String,System.String,System.Nullable{System.Int32}) - name: Prettify(String, String, Nullable) - href: api/BenchmarkDotNet.Environments.OsBrandStringHelper.html#BenchmarkDotNet_Environments_OsBrandStringHelper_Prettify_System_String_System_String_System_Nullable_System_Int32__ - commentId: M:BenchmarkDotNet.Environments.OsBrandStringHelper.Prettify(System.String,System.String,System.Nullable{System.Int32}) - name.vb: Prettify(String, String, Nullable(Of Int32)) - fullName: BenchmarkDotNet.Environments.OsBrandStringHelper.Prettify(System.String, System.String, System.Nullable) - fullName.vb: BenchmarkDotNet.Environments.OsBrandStringHelper.Prettify(System.String, System.String, System.Nullable(Of System.Int32)) - nameWithType: OsBrandStringHelper.Prettify(String, String, Nullable) - nameWithType.vb: OsBrandStringHelper.Prettify(String, String, Nullable(Of Int32)) -- uid: BenchmarkDotNet.Environments.OsBrandStringHelper.Prettify* - name: Prettify - href: api/BenchmarkDotNet.Environments.OsBrandStringHelper.html#BenchmarkDotNet_Environments_OsBrandStringHelper_Prettify_ - commentId: Overload:BenchmarkDotNet.Environments.OsBrandStringHelper.Prettify - isSpec: "True" - fullName: BenchmarkDotNet.Environments.OsBrandStringHelper.Prettify - nameWithType: OsBrandStringHelper.Prettify -- uid: BenchmarkDotNet.Environments.OsBrandStringHelper.PrettifyMacOSX(System.String,System.String) - name: PrettifyMacOSX(String, String) - href: api/BenchmarkDotNet.Environments.OsBrandStringHelper.html#BenchmarkDotNet_Environments_OsBrandStringHelper_PrettifyMacOSX_System_String_System_String_ - commentId: M:BenchmarkDotNet.Environments.OsBrandStringHelper.PrettifyMacOSX(System.String,System.String) - fullName: BenchmarkDotNet.Environments.OsBrandStringHelper.PrettifyMacOSX(System.String, System.String) - nameWithType: OsBrandStringHelper.PrettifyMacOSX(String, String) -- uid: BenchmarkDotNet.Environments.OsBrandStringHelper.PrettifyMacOSX* - name: PrettifyMacOSX - href: api/BenchmarkDotNet.Environments.OsBrandStringHelper.html#BenchmarkDotNet_Environments_OsBrandStringHelper_PrettifyMacOSX_ - commentId: Overload:BenchmarkDotNet.Environments.OsBrandStringHelper.PrettifyMacOSX - isSpec: "True" - fullName: BenchmarkDotNet.Environments.OsBrandStringHelper.PrettifyMacOSX - nameWithType: OsBrandStringHelper.PrettifyMacOSX -- uid: BenchmarkDotNet.Environments.Platform - name: Platform - href: api/BenchmarkDotNet.Environments.Platform.html - commentId: T:BenchmarkDotNet.Environments.Platform - fullName: BenchmarkDotNet.Environments.Platform - nameWithType: Platform -- uid: BenchmarkDotNet.Environments.Platform.AnyCpu - name: AnyCpu - href: api/BenchmarkDotNet.Environments.Platform.html#BenchmarkDotNet_Environments_Platform_AnyCpu - commentId: F:BenchmarkDotNet.Environments.Platform.AnyCpu - fullName: BenchmarkDotNet.Environments.Platform.AnyCpu - nameWithType: Platform.AnyCpu -- uid: BenchmarkDotNet.Environments.Platform.Arm - name: Arm - href: api/BenchmarkDotNet.Environments.Platform.html#BenchmarkDotNet_Environments_Platform_Arm - commentId: F:BenchmarkDotNet.Environments.Platform.Arm - fullName: BenchmarkDotNet.Environments.Platform.Arm - nameWithType: Platform.Arm -- uid: BenchmarkDotNet.Environments.Platform.Arm64 - name: Arm64 - href: api/BenchmarkDotNet.Environments.Platform.html#BenchmarkDotNet_Environments_Platform_Arm64 - commentId: F:BenchmarkDotNet.Environments.Platform.Arm64 - fullName: BenchmarkDotNet.Environments.Platform.Arm64 - nameWithType: Platform.Arm64 -- uid: BenchmarkDotNet.Environments.Platform.Wasm - name: Wasm - href: api/BenchmarkDotNet.Environments.Platform.html#BenchmarkDotNet_Environments_Platform_Wasm - commentId: F:BenchmarkDotNet.Environments.Platform.Wasm - fullName: BenchmarkDotNet.Environments.Platform.Wasm - nameWithType: Platform.Wasm -- uid: BenchmarkDotNet.Environments.Platform.X64 - name: X64 - href: api/BenchmarkDotNet.Environments.Platform.html#BenchmarkDotNet_Environments_Platform_X64 - commentId: F:BenchmarkDotNet.Environments.Platform.X64 - fullName: BenchmarkDotNet.Environments.Platform.X64 - nameWithType: Platform.X64 -- uid: BenchmarkDotNet.Environments.Platform.X86 - name: X86 - href: api/BenchmarkDotNet.Environments.Platform.html#BenchmarkDotNet_Environments_Platform_X86 - commentId: F:BenchmarkDotNet.Environments.Platform.X86 - fullName: BenchmarkDotNet.Environments.Platform.X86 - nameWithType: Platform.X86 -- uid: BenchmarkDotNet.Environments.PowerPlan - name: PowerPlan - href: api/BenchmarkDotNet.Environments.PowerPlan.html - commentId: T:BenchmarkDotNet.Environments.PowerPlan - fullName: BenchmarkDotNet.Environments.PowerPlan - nameWithType: PowerPlan -- uid: BenchmarkDotNet.Environments.PowerPlan.Balanced - name: Balanced - href: api/BenchmarkDotNet.Environments.PowerPlan.html#BenchmarkDotNet_Environments_PowerPlan_Balanced - commentId: F:BenchmarkDotNet.Environments.PowerPlan.Balanced - fullName: BenchmarkDotNet.Environments.PowerPlan.Balanced - nameWithType: PowerPlan.Balanced -- uid: BenchmarkDotNet.Environments.PowerPlan.HighPerformance - name: HighPerformance - href: api/BenchmarkDotNet.Environments.PowerPlan.html#BenchmarkDotNet_Environments_PowerPlan_HighPerformance - commentId: F:BenchmarkDotNet.Environments.PowerPlan.HighPerformance - fullName: BenchmarkDotNet.Environments.PowerPlan.HighPerformance - nameWithType: PowerPlan.HighPerformance -- uid: BenchmarkDotNet.Environments.PowerPlan.PowerSaver - name: PowerSaver - href: api/BenchmarkDotNet.Environments.PowerPlan.html#BenchmarkDotNet_Environments_PowerPlan_PowerSaver - commentId: F:BenchmarkDotNet.Environments.PowerPlan.PowerSaver - fullName: BenchmarkDotNet.Environments.PowerPlan.PowerSaver - nameWithType: PowerPlan.PowerSaver -- uid: BenchmarkDotNet.Environments.PowerPlan.UltimatePerformance - name: UltimatePerformance - href: api/BenchmarkDotNet.Environments.PowerPlan.html#BenchmarkDotNet_Environments_PowerPlan_UltimatePerformance - commentId: F:BenchmarkDotNet.Environments.PowerPlan.UltimatePerformance - fullName: BenchmarkDotNet.Environments.PowerPlan.UltimatePerformance - nameWithType: PowerPlan.UltimatePerformance -- uid: BenchmarkDotNet.Environments.PowerPlan.UserPowerPlan - name: UserPowerPlan - href: api/BenchmarkDotNet.Environments.PowerPlan.html#BenchmarkDotNet_Environments_PowerPlan_UserPowerPlan - commentId: F:BenchmarkDotNet.Environments.PowerPlan.UserPowerPlan - fullName: BenchmarkDotNet.Environments.PowerPlan.UserPowerPlan - nameWithType: PowerPlan.UserPowerPlan -- uid: BenchmarkDotNet.Environments.ProcessorBrandStringHelper - name: ProcessorBrandStringHelper - href: api/BenchmarkDotNet.Environments.ProcessorBrandStringHelper.html - commentId: T:BenchmarkDotNet.Environments.ProcessorBrandStringHelper - fullName: BenchmarkDotNet.Environments.ProcessorBrandStringHelper - nameWithType: ProcessorBrandStringHelper -- uid: BenchmarkDotNet.Environments.ProcessorBrandStringHelper.Prettify(BenchmarkDotNet.Portability.Cpu.CpuInfo,System.Boolean) - name: Prettify(CpuInfo, Boolean) - href: api/BenchmarkDotNet.Environments.ProcessorBrandStringHelper.html#BenchmarkDotNet_Environments_ProcessorBrandStringHelper_Prettify_BenchmarkDotNet_Portability_Cpu_CpuInfo_System_Boolean_ - commentId: M:BenchmarkDotNet.Environments.ProcessorBrandStringHelper.Prettify(BenchmarkDotNet.Portability.Cpu.CpuInfo,System.Boolean) - fullName: BenchmarkDotNet.Environments.ProcessorBrandStringHelper.Prettify(BenchmarkDotNet.Portability.Cpu.CpuInfo, System.Boolean) - nameWithType: ProcessorBrandStringHelper.Prettify(CpuInfo, Boolean) -- uid: BenchmarkDotNet.Environments.ProcessorBrandStringHelper.Prettify* - name: Prettify - href: api/BenchmarkDotNet.Environments.ProcessorBrandStringHelper.html#BenchmarkDotNet_Environments_ProcessorBrandStringHelper_Prettify_ - commentId: Overload:BenchmarkDotNet.Environments.ProcessorBrandStringHelper.Prettify - isSpec: "True" - fullName: BenchmarkDotNet.Environments.ProcessorBrandStringHelper.Prettify - nameWithType: ProcessorBrandStringHelper.Prettify -- uid: BenchmarkDotNet.Environments.Runtime - name: Runtime - href: api/BenchmarkDotNet.Environments.Runtime.html - commentId: T:BenchmarkDotNet.Environments.Runtime - fullName: BenchmarkDotNet.Environments.Runtime - nameWithType: Runtime -- uid: BenchmarkDotNet.Environments.Runtime.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,System.String,System.String) - name: Runtime(RuntimeMoniker, String, String) - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime__ctor_BenchmarkDotNet_Jobs_RuntimeMoniker_System_String_System_String_ - commentId: M:BenchmarkDotNet.Environments.Runtime.#ctor(BenchmarkDotNet.Jobs.RuntimeMoniker,System.String,System.String) - fullName: BenchmarkDotNet.Environments.Runtime.Runtime(BenchmarkDotNet.Jobs.RuntimeMoniker, System.String, System.String) - nameWithType: Runtime.Runtime(RuntimeMoniker, String, String) -- uid: BenchmarkDotNet.Environments.Runtime.#ctor* - name: Runtime - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime__ctor_ - commentId: Overload:BenchmarkDotNet.Environments.Runtime.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Environments.Runtime.Runtime - nameWithType: Runtime.Runtime -- uid: BenchmarkDotNet.Environments.Runtime.Equals(BenchmarkDotNet.Environments.Runtime) - name: Equals(Runtime) - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_Equals_BenchmarkDotNet_Environments_Runtime_ - commentId: M:BenchmarkDotNet.Environments.Runtime.Equals(BenchmarkDotNet.Environments.Runtime) - fullName: BenchmarkDotNet.Environments.Runtime.Equals(BenchmarkDotNet.Environments.Runtime) - nameWithType: Runtime.Equals(Runtime) -- uid: BenchmarkDotNet.Environments.Runtime.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Environments.Runtime.Equals(System.Object) - fullName: BenchmarkDotNet.Environments.Runtime.Equals(System.Object) - nameWithType: Runtime.Equals(Object) -- uid: BenchmarkDotNet.Environments.Runtime.Equals* - name: Equals - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_Equals_ - commentId: Overload:BenchmarkDotNet.Environments.Runtime.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Environments.Runtime.Equals - nameWithType: Runtime.Equals -- uid: BenchmarkDotNet.Environments.Runtime.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_GetHashCode - commentId: M:BenchmarkDotNet.Environments.Runtime.GetHashCode - fullName: BenchmarkDotNet.Environments.Runtime.GetHashCode() - nameWithType: Runtime.GetHashCode() -- uid: BenchmarkDotNet.Environments.Runtime.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Environments.Runtime.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Environments.Runtime.GetHashCode - nameWithType: Runtime.GetHashCode -- uid: BenchmarkDotNet.Environments.Runtime.MsBuildMoniker - name: MsBuildMoniker - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_MsBuildMoniker - commentId: P:BenchmarkDotNet.Environments.Runtime.MsBuildMoniker - fullName: BenchmarkDotNet.Environments.Runtime.MsBuildMoniker - nameWithType: Runtime.MsBuildMoniker -- uid: BenchmarkDotNet.Environments.Runtime.MsBuildMoniker* - name: MsBuildMoniker - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_MsBuildMoniker_ - commentId: Overload:BenchmarkDotNet.Environments.Runtime.MsBuildMoniker - isSpec: "True" - fullName: BenchmarkDotNet.Environments.Runtime.MsBuildMoniker - nameWithType: Runtime.MsBuildMoniker -- uid: BenchmarkDotNet.Environments.Runtime.Name - name: Name - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_Name - commentId: P:BenchmarkDotNet.Environments.Runtime.Name - fullName: BenchmarkDotNet.Environments.Runtime.Name - nameWithType: Runtime.Name -- uid: BenchmarkDotNet.Environments.Runtime.Name* - name: Name - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_Name_ - commentId: Overload:BenchmarkDotNet.Environments.Runtime.Name - isSpec: "True" - fullName: BenchmarkDotNet.Environments.Runtime.Name - nameWithType: Runtime.Name -- uid: BenchmarkDotNet.Environments.Runtime.RuntimeMoniker - name: RuntimeMoniker - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_RuntimeMoniker - commentId: P:BenchmarkDotNet.Environments.Runtime.RuntimeMoniker - fullName: BenchmarkDotNet.Environments.Runtime.RuntimeMoniker - nameWithType: Runtime.RuntimeMoniker -- uid: BenchmarkDotNet.Environments.Runtime.RuntimeMoniker* - name: RuntimeMoniker - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_RuntimeMoniker_ - commentId: Overload:BenchmarkDotNet.Environments.Runtime.RuntimeMoniker - isSpec: "True" - fullName: BenchmarkDotNet.Environments.Runtime.RuntimeMoniker - nameWithType: Runtime.RuntimeMoniker -- uid: BenchmarkDotNet.Environments.Runtime.ToString - name: ToString() - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_ToString - commentId: M:BenchmarkDotNet.Environments.Runtime.ToString - fullName: BenchmarkDotNet.Environments.Runtime.ToString() - nameWithType: Runtime.ToString() -- uid: BenchmarkDotNet.Environments.Runtime.ToString* - name: ToString - href: api/BenchmarkDotNet.Environments.Runtime.html#BenchmarkDotNet_Environments_Runtime_ToString_ - commentId: Overload:BenchmarkDotNet.Environments.Runtime.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Environments.Runtime.ToString - nameWithType: Runtime.ToString -- uid: BenchmarkDotNet.Environments.WasmRuntime - name: WasmRuntime - href: api/BenchmarkDotNet.Environments.WasmRuntime.html - commentId: T:BenchmarkDotNet.Environments.WasmRuntime - fullName: BenchmarkDotNet.Environments.WasmRuntime - nameWithType: WasmRuntime -- uid: BenchmarkDotNet.Environments.WasmRuntime.#ctor(System.IO.FileInfo,System.String,System.String,System.String,System.String) - name: WasmRuntime(FileInfo, String, String, String, String) - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime__ctor_System_IO_FileInfo_System_String_System_String_System_String_System_String_ - commentId: M:BenchmarkDotNet.Environments.WasmRuntime.#ctor(System.IO.FileInfo,System.String,System.String,System.String,System.String) - fullName: BenchmarkDotNet.Environments.WasmRuntime.WasmRuntime(System.IO.FileInfo, System.String, System.String, System.String, System.String) - nameWithType: WasmRuntime.WasmRuntime(FileInfo, String, String, String, String) -- uid: BenchmarkDotNet.Environments.WasmRuntime.#ctor* - name: WasmRuntime - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime__ctor_ - commentId: Overload:BenchmarkDotNet.Environments.WasmRuntime.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Environments.WasmRuntime.WasmRuntime - nameWithType: WasmRuntime.WasmRuntime -- uid: BenchmarkDotNet.Environments.WasmRuntime.Equals(BenchmarkDotNet.Environments.WasmRuntime) - name: Equals(WasmRuntime) - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_Equals_BenchmarkDotNet_Environments_WasmRuntime_ - commentId: M:BenchmarkDotNet.Environments.WasmRuntime.Equals(BenchmarkDotNet.Environments.WasmRuntime) - fullName: BenchmarkDotNet.Environments.WasmRuntime.Equals(BenchmarkDotNet.Environments.WasmRuntime) - nameWithType: WasmRuntime.Equals(WasmRuntime) -- uid: BenchmarkDotNet.Environments.WasmRuntime.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Environments.WasmRuntime.Equals(System.Object) - fullName: BenchmarkDotNet.Environments.WasmRuntime.Equals(System.Object) - nameWithType: WasmRuntime.Equals(Object) -- uid: BenchmarkDotNet.Environments.WasmRuntime.Equals* - name: Equals - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_Equals_ - commentId: Overload:BenchmarkDotNet.Environments.WasmRuntime.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Environments.WasmRuntime.Equals - nameWithType: WasmRuntime.Equals -- uid: BenchmarkDotNet.Environments.WasmRuntime.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_GetHashCode - commentId: M:BenchmarkDotNet.Environments.WasmRuntime.GetHashCode - fullName: BenchmarkDotNet.Environments.WasmRuntime.GetHashCode() - nameWithType: WasmRuntime.GetHashCode() -- uid: BenchmarkDotNet.Environments.WasmRuntime.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Environments.WasmRuntime.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Environments.WasmRuntime.GetHashCode - nameWithType: WasmRuntime.GetHashCode -- uid: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngine - name: JavaScriptEngine - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_JavaScriptEngine - commentId: P:BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngine - fullName: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngine - nameWithType: WasmRuntime.JavaScriptEngine -- uid: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngine* - name: JavaScriptEngine - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_JavaScriptEngine_ - commentId: Overload:BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngine - isSpec: "True" - fullName: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngine - nameWithType: WasmRuntime.JavaScriptEngine -- uid: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngineArguments - name: JavaScriptEngineArguments - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_JavaScriptEngineArguments - commentId: P:BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngineArguments - fullName: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngineArguments - nameWithType: WasmRuntime.JavaScriptEngineArguments -- uid: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngineArguments* - name: JavaScriptEngineArguments - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_JavaScriptEngineArguments_ - commentId: Overload:BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngineArguments - isSpec: "True" - fullName: BenchmarkDotNet.Environments.WasmRuntime.JavaScriptEngineArguments - nameWithType: WasmRuntime.JavaScriptEngineArguments -- uid: BenchmarkDotNet.Environments.WasmRuntime.MainJs - name: MainJs - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_MainJs - commentId: P:BenchmarkDotNet.Environments.WasmRuntime.MainJs - fullName: BenchmarkDotNet.Environments.WasmRuntime.MainJs - nameWithType: WasmRuntime.MainJs -- uid: BenchmarkDotNet.Environments.WasmRuntime.MainJs* - name: MainJs - href: api/BenchmarkDotNet.Environments.WasmRuntime.html#BenchmarkDotNet_Environments_WasmRuntime_MainJs_ - commentId: Overload:BenchmarkDotNet.Environments.WasmRuntime.MainJs - isSpec: "True" - fullName: BenchmarkDotNet.Environments.WasmRuntime.MainJs - nameWithType: WasmRuntime.MainJs -- uid: BenchmarkDotNet.Exporters - name: BenchmarkDotNet.Exporters - href: api/BenchmarkDotNet.Exporters.html - commentId: N:BenchmarkDotNet.Exporters - fullName: BenchmarkDotNet.Exporters - nameWithType: BenchmarkDotNet.Exporters -- uid: BenchmarkDotNet.Exporters.AsciiDocExporter - name: AsciiDocExporter - href: api/BenchmarkDotNet.Exporters.AsciiDocExporter.html - commentId: T:BenchmarkDotNet.Exporters.AsciiDocExporter - fullName: BenchmarkDotNet.Exporters.AsciiDocExporter - nameWithType: AsciiDocExporter -- uid: BenchmarkDotNet.Exporters.AsciiDocExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.AsciiDocExporter.html#BenchmarkDotNet_Exporters_AsciiDocExporter_Default - commentId: F:BenchmarkDotNet.Exporters.AsciiDocExporter.Default - fullName: BenchmarkDotNet.Exporters.AsciiDocExporter.Default - nameWithType: AsciiDocExporter.Default -- uid: BenchmarkDotNet.Exporters.AsciiDocExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.AsciiDocExporter.html#BenchmarkDotNet_Exporters_AsciiDocExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.AsciiDocExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.AsciiDocExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: AsciiDocExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.AsciiDocExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.AsciiDocExporter.html#BenchmarkDotNet_Exporters_AsciiDocExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.AsciiDocExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.AsciiDocExporter.ExportToLog - nameWithType: AsciiDocExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.AsciiDocExporter.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.AsciiDocExporter.html#BenchmarkDotNet_Exporters_AsciiDocExporter_FileExtension - commentId: P:BenchmarkDotNet.Exporters.AsciiDocExporter.FileExtension - fullName: BenchmarkDotNet.Exporters.AsciiDocExporter.FileExtension - nameWithType: AsciiDocExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.AsciiDocExporter.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.AsciiDocExporter.html#BenchmarkDotNet_Exporters_AsciiDocExporter_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.AsciiDocExporter.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.AsciiDocExporter.FileExtension - nameWithType: AsciiDocExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.BenchmarkReportExporter - name: BenchmarkReportExporter - href: api/BenchmarkDotNet.Exporters.BenchmarkReportExporter.html - commentId: T:BenchmarkDotNet.Exporters.BenchmarkReportExporter - fullName: BenchmarkDotNet.Exporters.BenchmarkReportExporter - nameWithType: BenchmarkReportExporter -- uid: BenchmarkDotNet.Exporters.BenchmarkReportExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.BenchmarkReportExporter.html#BenchmarkDotNet_Exporters_BenchmarkReportExporter_Default - commentId: F:BenchmarkDotNet.Exporters.BenchmarkReportExporter.Default - fullName: BenchmarkDotNet.Exporters.BenchmarkReportExporter.Default - nameWithType: BenchmarkReportExporter.Default -- uid: BenchmarkDotNet.Exporters.BenchmarkReportExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.BenchmarkReportExporter.html#BenchmarkDotNet_Exporters_BenchmarkReportExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.BenchmarkReportExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.BenchmarkReportExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: BenchmarkReportExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.BenchmarkReportExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.BenchmarkReportExporter.html#BenchmarkDotNet_Exporters_BenchmarkReportExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.BenchmarkReportExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.BenchmarkReportExporter.ExportToLog - nameWithType: BenchmarkReportExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.CompositeExporter - name: CompositeExporter - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html - commentId: T:BenchmarkDotNet.Exporters.CompositeExporter - fullName: BenchmarkDotNet.Exporters.CompositeExporter - nameWithType: CompositeExporter -- uid: BenchmarkDotNet.Exporters.CompositeExporter.#ctor(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Exporters.IExporter}) - name: CompositeExporter(ImmutableArray) - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter__ctor_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Exporters_IExporter__ - commentId: M:BenchmarkDotNet.Exporters.CompositeExporter.#ctor(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Exporters.IExporter}) - name.vb: CompositeExporter(ImmutableArray(Of IExporter)) - fullName: BenchmarkDotNet.Exporters.CompositeExporter.CompositeExporter(System.Collections.Immutable.ImmutableArray) - fullName.vb: BenchmarkDotNet.Exporters.CompositeExporter.CompositeExporter(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Exporters.IExporter)) - nameWithType: CompositeExporter.CompositeExporter(ImmutableArray) - nameWithType.vb: CompositeExporter.CompositeExporter(ImmutableArray(Of IExporter)) -- uid: BenchmarkDotNet.Exporters.CompositeExporter.#ctor* - name: CompositeExporter - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter__ctor_ - commentId: Overload:BenchmarkDotNet.Exporters.CompositeExporter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.CompositeExporter.CompositeExporter - nameWithType: CompositeExporter.CompositeExporter -- uid: BenchmarkDotNet.Exporters.CompositeExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToFiles(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter_ExportToFiles_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.CompositeExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.CompositeExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: CompositeExporter.ExportToFiles(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.CompositeExporter.ExportToFiles* - name: ExportToFiles - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter_ExportToFiles_ - commentId: Overload:BenchmarkDotNet.Exporters.CompositeExporter.ExportToFiles - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.CompositeExporter.ExportToFiles - nameWithType: CompositeExporter.ExportToFiles -- uid: BenchmarkDotNet.Exporters.CompositeExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.CompositeExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.CompositeExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: CompositeExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.CompositeExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.CompositeExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.CompositeExporter.ExportToLog - nameWithType: CompositeExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.CompositeExporter.Name - name: Name - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter_Name - commentId: P:BenchmarkDotNet.Exporters.CompositeExporter.Name - fullName: BenchmarkDotNet.Exporters.CompositeExporter.Name - nameWithType: CompositeExporter.Name -- uid: BenchmarkDotNet.Exporters.CompositeExporter.Name* - name: Name - href: api/BenchmarkDotNet.Exporters.CompositeExporter.html#BenchmarkDotNet_Exporters_CompositeExporter_Name_ - commentId: Overload:BenchmarkDotNet.Exporters.CompositeExporter.Name - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.CompositeExporter.Name - nameWithType: CompositeExporter.Name -- uid: BenchmarkDotNet.Exporters.Csv - name: BenchmarkDotNet.Exporters.Csv - href: api/BenchmarkDotNet.Exporters.Csv.html - commentId: N:BenchmarkDotNet.Exporters.Csv - fullName: BenchmarkDotNet.Exporters.Csv - nameWithType: BenchmarkDotNet.Exporters.Csv -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter - name: CsvExporter - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html - commentId: T:BenchmarkDotNet.Exporters.Csv.CsvExporter - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter - nameWithType: CsvExporter -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - name: CsvExporter(CsvSeparator) - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter__ctor_BenchmarkDotNet_Exporters_Csv_CsvSeparator_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvExporter.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.CsvExporter(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - nameWithType: CsvExporter.CsvExporter(CsvSeparator) -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator,BenchmarkDotNet.Reports.SummaryStyle) - name: CsvExporter(CsvSeparator, SummaryStyle) - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter__ctor_BenchmarkDotNet_Exporters_Csv_CsvSeparator_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvExporter.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.CsvExporter(BenchmarkDotNet.Exporters.Csv.CsvSeparator, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: CsvExporter.CsvExporter(CsvSeparator, SummaryStyle) -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.#ctor* - name: CsvExporter - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter__ctor_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvExporter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.CsvExporter - nameWithType: CsvExporter.CsvExporter -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter_Default - commentId: F:BenchmarkDotNet.Exporters.Csv.CsvExporter.Default - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.Default - nameWithType: CsvExporter.Default -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: CsvExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.ExportToLog - nameWithType: CsvExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter_FileExtension - commentId: P:BenchmarkDotNet.Exporters.Csv.CsvExporter.FileExtension - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.FileExtension - nameWithType: CsvExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.Csv.CsvExporter.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Csv.CsvExporter.html#BenchmarkDotNet_Exporters_Csv_CsvExporter_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvExporter.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvExporter.FileExtension - nameWithType: CsvExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.Csv.CsvHelper - name: CsvHelper - href: api/BenchmarkDotNet.Exporters.Csv.CsvHelper.html - commentId: T:BenchmarkDotNet.Exporters.Csv.CsvHelper - fullName: BenchmarkDotNet.Exporters.Csv.CsvHelper - nameWithType: CsvHelper -- uid: BenchmarkDotNet.Exporters.Csv.CsvHelper.Escape(System.String,System.String) - name: Escape(String, String) - href: api/BenchmarkDotNet.Exporters.Csv.CsvHelper.html#BenchmarkDotNet_Exporters_Csv_CsvHelper_Escape_System_String_System_String_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvHelper.Escape(System.String,System.String) - fullName: BenchmarkDotNet.Exporters.Csv.CsvHelper.Escape(System.String, System.String) - nameWithType: CsvHelper.Escape(String, String) -- uid: BenchmarkDotNet.Exporters.Csv.CsvHelper.Escape* - name: Escape - href: api/BenchmarkDotNet.Exporters.Csv.CsvHelper.html#BenchmarkDotNet_Exporters_Csv_CsvHelper_Escape_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvHelper.Escape - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvHelper.Escape - nameWithType: CsvHelper.Escape -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter - name: CsvMeasurementsExporter - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html - commentId: T:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter - nameWithType: CsvMeasurementsExporter -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator,BenchmarkDotNet.Reports.SummaryStyle) - name: CsvMeasurementsExporter(CsvSeparator, SummaryStyle) - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter__ctor_BenchmarkDotNet_Exporters_Csv_CsvSeparator_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.#ctor(BenchmarkDotNet.Exporters.Csv.CsvSeparator,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.CsvMeasurementsExporter(BenchmarkDotNet.Exporters.Csv.CsvSeparator, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: CsvMeasurementsExporter.CsvMeasurementsExporter(CsvSeparator, SummaryStyle) -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.#ctor* - name: CsvMeasurementsExporter - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter__ctor_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.CsvMeasurementsExporter - nameWithType: CsvMeasurementsExporter.CsvMeasurementsExporter -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_Default - commentId: F:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Default - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Default - nameWithType: CsvMeasurementsExporter.Default -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: CsvMeasurementsExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.ExportToLog - nameWithType: CsvMeasurementsExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileCaption - name: FileCaption - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_FileCaption - commentId: P:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileCaption - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileCaption - nameWithType: CsvMeasurementsExporter.FileCaption -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileCaption* - name: FileCaption - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_FileCaption_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileCaption - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileCaption - nameWithType: CsvMeasurementsExporter.FileCaption -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_FileExtension - commentId: P:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileExtension - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileExtension - nameWithType: CsvMeasurementsExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.FileExtension - nameWithType: CsvMeasurementsExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.GetJobs(BenchmarkDotNet.Reports.Summary) - name: GetJobs(Summary) - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_GetJobs_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.GetJobs(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.GetJobs(BenchmarkDotNet.Reports.Summary) - nameWithType: CsvMeasurementsExporter.GetJobs(Summary) -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.GetJobs* - name: GetJobs - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_GetJobs_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.GetJobs - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.GetJobs - nameWithType: CsvMeasurementsExporter.GetJobs -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Separator - name: Separator - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_Separator - commentId: P:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Separator - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Separator - nameWithType: CsvMeasurementsExporter.Separator -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Separator* - name: Separator - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_Separator_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Separator - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Separator - nameWithType: CsvMeasurementsExporter.Separator -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Style - name: Style - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_Style - commentId: P:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Style - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Style - nameWithType: CsvMeasurementsExporter.Style -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Style* - name: Style - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_Style_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Style - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.Style - nameWithType: CsvMeasurementsExporter.Style -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.WithStyle(BenchmarkDotNet.Reports.SummaryStyle) - name: WithStyle(SummaryStyle) - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_WithStyle_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.WithStyle(BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.WithStyle(BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: CsvMeasurementsExporter.WithStyle(SummaryStyle) -- uid: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.WithStyle* - name: WithStyle - href: api/BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.html#BenchmarkDotNet_Exporters_Csv_CsvMeasurementsExporter_WithStyle_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.WithStyle - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvMeasurementsExporter.WithStyle - nameWithType: CsvMeasurementsExporter.WithStyle -- uid: BenchmarkDotNet.Exporters.Csv.CsvSeparator - name: CsvSeparator - href: api/BenchmarkDotNet.Exporters.Csv.CsvSeparator.html - commentId: T:BenchmarkDotNet.Exporters.Csv.CsvSeparator - fullName: BenchmarkDotNet.Exporters.Csv.CsvSeparator - nameWithType: CsvSeparator -- uid: BenchmarkDotNet.Exporters.Csv.CsvSeparator.Comma - name: Comma - href: api/BenchmarkDotNet.Exporters.Csv.CsvSeparator.html#BenchmarkDotNet_Exporters_Csv_CsvSeparator_Comma - commentId: F:BenchmarkDotNet.Exporters.Csv.CsvSeparator.Comma - fullName: BenchmarkDotNet.Exporters.Csv.CsvSeparator.Comma - nameWithType: CsvSeparator.Comma -- uid: BenchmarkDotNet.Exporters.Csv.CsvSeparator.CurrentCulture - name: CurrentCulture - href: api/BenchmarkDotNet.Exporters.Csv.CsvSeparator.html#BenchmarkDotNet_Exporters_Csv_CsvSeparator_CurrentCulture - commentId: F:BenchmarkDotNet.Exporters.Csv.CsvSeparator.CurrentCulture - fullName: BenchmarkDotNet.Exporters.Csv.CsvSeparator.CurrentCulture - nameWithType: CsvSeparator.CurrentCulture -- uid: BenchmarkDotNet.Exporters.Csv.CsvSeparator.Semicolon - name: Semicolon - href: api/BenchmarkDotNet.Exporters.Csv.CsvSeparator.html#BenchmarkDotNet_Exporters_Csv_CsvSeparator_Semicolon - commentId: F:BenchmarkDotNet.Exporters.Csv.CsvSeparator.Semicolon - fullName: BenchmarkDotNet.Exporters.Csv.CsvSeparator.Semicolon - nameWithType: CsvSeparator.Semicolon -- uid: BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions - name: CsvSeparatorExtensions - href: api/BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.html - commentId: T:BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions - fullName: BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions - nameWithType: CsvSeparatorExtensions -- uid: BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.ToRealSeparator(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - name: ToRealSeparator(CsvSeparator) - href: api/BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.html#BenchmarkDotNet_Exporters_Csv_CsvSeparatorExtensions_ToRealSeparator_BenchmarkDotNet_Exporters_Csv_CsvSeparator_ - commentId: M:BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.ToRealSeparator(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - fullName: BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.ToRealSeparator(BenchmarkDotNet.Exporters.Csv.CsvSeparator) - nameWithType: CsvSeparatorExtensions.ToRealSeparator(CsvSeparator) -- uid: BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.ToRealSeparator* - name: ToRealSeparator - href: api/BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.html#BenchmarkDotNet_Exporters_Csv_CsvSeparatorExtensions_ToRealSeparator_ - commentId: Overload:BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.ToRealSeparator - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Csv.CsvSeparatorExtensions.ToRealSeparator - nameWithType: CsvSeparatorExtensions.ToRealSeparator -- uid: BenchmarkDotNet.Exporters.DefaultExporters - name: DefaultExporters - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html - commentId: T:BenchmarkDotNet.Exporters.DefaultExporters - fullName: BenchmarkDotNet.Exporters.DefaultExporters - nameWithType: DefaultExporters -- uid: BenchmarkDotNet.Exporters.DefaultExporters.AsciiDoc - name: AsciiDoc - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_AsciiDoc - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.AsciiDoc - fullName: BenchmarkDotNet.Exporters.DefaultExporters.AsciiDoc - nameWithType: DefaultExporters.AsciiDoc -- uid: BenchmarkDotNet.Exporters.DefaultExporters.Csv - name: Csv - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_Csv - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.Csv - fullName: BenchmarkDotNet.Exporters.DefaultExporters.Csv - nameWithType: DefaultExporters.Csv -- uid: BenchmarkDotNet.Exporters.DefaultExporters.CsvMeasurements - name: CsvMeasurements - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_CsvMeasurements - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.CsvMeasurements - fullName: BenchmarkDotNet.Exporters.DefaultExporters.CsvMeasurements - nameWithType: DefaultExporters.CsvMeasurements -- uid: BenchmarkDotNet.Exporters.DefaultExporters.Html - name: Html - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_Html - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.Html - fullName: BenchmarkDotNet.Exporters.DefaultExporters.Html - nameWithType: DefaultExporters.Html -- uid: BenchmarkDotNet.Exporters.DefaultExporters.Json - name: Json - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_Json - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.Json - fullName: BenchmarkDotNet.Exporters.DefaultExporters.Json - nameWithType: DefaultExporters.Json -- uid: BenchmarkDotNet.Exporters.DefaultExporters.JsonBrief - name: JsonBrief - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_JsonBrief - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.JsonBrief - fullName: BenchmarkDotNet.Exporters.DefaultExporters.JsonBrief - nameWithType: DefaultExporters.JsonBrief -- uid: BenchmarkDotNet.Exporters.DefaultExporters.JsonBriefCompressed - name: JsonBriefCompressed - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_JsonBriefCompressed - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.JsonBriefCompressed - fullName: BenchmarkDotNet.Exporters.DefaultExporters.JsonBriefCompressed - nameWithType: DefaultExporters.JsonBriefCompressed -- uid: BenchmarkDotNet.Exporters.DefaultExporters.JsonFull - name: JsonFull - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_JsonFull - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.JsonFull - fullName: BenchmarkDotNet.Exporters.DefaultExporters.JsonFull - nameWithType: DefaultExporters.JsonFull -- uid: BenchmarkDotNet.Exporters.DefaultExporters.JsonFullCompressed - name: JsonFullCompressed - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_JsonFullCompressed - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.JsonFullCompressed - fullName: BenchmarkDotNet.Exporters.DefaultExporters.JsonFullCompressed - nameWithType: DefaultExporters.JsonFullCompressed -- uid: BenchmarkDotNet.Exporters.DefaultExporters.Markdown - name: Markdown - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_Markdown - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.Markdown - fullName: BenchmarkDotNet.Exporters.DefaultExporters.Markdown - nameWithType: DefaultExporters.Markdown -- uid: BenchmarkDotNet.Exporters.DefaultExporters.Plain - name: Plain - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_Plain - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.Plain - fullName: BenchmarkDotNet.Exporters.DefaultExporters.Plain - nameWithType: DefaultExporters.Plain -- uid: BenchmarkDotNet.Exporters.DefaultExporters.RPlot - name: RPlot - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_RPlot - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.RPlot - fullName: BenchmarkDotNet.Exporters.DefaultExporters.RPlot - nameWithType: DefaultExporters.RPlot -- uid: BenchmarkDotNet.Exporters.DefaultExporters.Xml - name: Xml - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_Xml - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.Xml - fullName: BenchmarkDotNet.Exporters.DefaultExporters.Xml - nameWithType: DefaultExporters.Xml -- uid: BenchmarkDotNet.Exporters.DefaultExporters.XmlBrief - name: XmlBrief - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_XmlBrief - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.XmlBrief - fullName: BenchmarkDotNet.Exporters.DefaultExporters.XmlBrief - nameWithType: DefaultExporters.XmlBrief -- uid: BenchmarkDotNet.Exporters.DefaultExporters.XmlBriefCompressed - name: XmlBriefCompressed - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_XmlBriefCompressed - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.XmlBriefCompressed - fullName: BenchmarkDotNet.Exporters.DefaultExporters.XmlBriefCompressed - nameWithType: DefaultExporters.XmlBriefCompressed -- uid: BenchmarkDotNet.Exporters.DefaultExporters.XmlFull - name: XmlFull - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_XmlFull - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.XmlFull - fullName: BenchmarkDotNet.Exporters.DefaultExporters.XmlFull - nameWithType: DefaultExporters.XmlFull -- uid: BenchmarkDotNet.Exporters.DefaultExporters.XmlFullCompressed - name: XmlFullCompressed - href: api/BenchmarkDotNet.Exporters.DefaultExporters.html#BenchmarkDotNet_Exporters_DefaultExporters_XmlFullCompressed - commentId: F:BenchmarkDotNet.Exporters.DefaultExporters.XmlFullCompressed - fullName: BenchmarkDotNet.Exporters.DefaultExporters.XmlFullCompressed - nameWithType: DefaultExporters.XmlFullCompressed -- uid: BenchmarkDotNet.Exporters.ExporterBase - name: ExporterBase - href: api/BenchmarkDotNet.Exporters.ExporterBase.html - commentId: T:BenchmarkDotNet.Exporters.ExporterBase - fullName: BenchmarkDotNet.Exporters.ExporterBase - nameWithType: ExporterBase -- uid: BenchmarkDotNet.Exporters.ExporterBase.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToFiles(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_ExportToFiles_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.ExporterBase.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.ExporterBase.ExportToFiles(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: ExporterBase.ExportToFiles(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.ExporterBase.ExportToFiles* - name: ExportToFiles - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_ExportToFiles_ - commentId: Overload:BenchmarkDotNet.Exporters.ExporterBase.ExportToFiles - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.ExporterBase.ExportToFiles - nameWithType: ExporterBase.ExportToFiles -- uid: BenchmarkDotNet.Exporters.ExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.ExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.ExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: ExporterBase.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.ExporterBase.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.ExporterBase.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.ExporterBase.ExportToLog - nameWithType: ExporterBase.ExportToLog -- uid: BenchmarkDotNet.Exporters.ExporterBase.FileCaption - name: FileCaption - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_FileCaption - commentId: P:BenchmarkDotNet.Exporters.ExporterBase.FileCaption - fullName: BenchmarkDotNet.Exporters.ExporterBase.FileCaption - nameWithType: ExporterBase.FileCaption -- uid: BenchmarkDotNet.Exporters.ExporterBase.FileCaption* - name: FileCaption - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_FileCaption_ - commentId: Overload:BenchmarkDotNet.Exporters.ExporterBase.FileCaption - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.ExporterBase.FileCaption - nameWithType: ExporterBase.FileCaption -- uid: BenchmarkDotNet.Exporters.ExporterBase.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_FileExtension - commentId: P:BenchmarkDotNet.Exporters.ExporterBase.FileExtension - fullName: BenchmarkDotNet.Exporters.ExporterBase.FileExtension - nameWithType: ExporterBase.FileExtension -- uid: BenchmarkDotNet.Exporters.ExporterBase.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.ExporterBase.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.ExporterBase.FileExtension - nameWithType: ExporterBase.FileExtension -- uid: BenchmarkDotNet.Exporters.ExporterBase.FileNameSuffix - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_FileNameSuffix - commentId: P:BenchmarkDotNet.Exporters.ExporterBase.FileNameSuffix - fullName: BenchmarkDotNet.Exporters.ExporterBase.FileNameSuffix - nameWithType: ExporterBase.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.ExporterBase.FileNameSuffix* - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_FileNameSuffix_ - commentId: Overload:BenchmarkDotNet.Exporters.ExporterBase.FileNameSuffix - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.ExporterBase.FileNameSuffix - nameWithType: ExporterBase.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.ExporterBase.Name - name: Name - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_Name - commentId: P:BenchmarkDotNet.Exporters.ExporterBase.Name - fullName: BenchmarkDotNet.Exporters.ExporterBase.Name - nameWithType: ExporterBase.Name -- uid: BenchmarkDotNet.Exporters.ExporterBase.Name* - name: Name - href: api/BenchmarkDotNet.Exporters.ExporterBase.html#BenchmarkDotNet_Exporters_ExporterBase_Name_ - commentId: Overload:BenchmarkDotNet.Exporters.ExporterBase.Name - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.ExporterBase.Name - nameWithType: ExporterBase.Name -- uid: BenchmarkDotNet.Exporters.FullNameProvider - name: FullNameProvider - href: api/BenchmarkDotNet.Exporters.FullNameProvider.html - commentId: T:BenchmarkDotNet.Exporters.FullNameProvider - fullName: BenchmarkDotNet.Exporters.FullNameProvider - nameWithType: FullNameProvider -- uid: BenchmarkDotNet.Exporters.FullNameProvider.GetBenchmarkName(BenchmarkDotNet.Running.BenchmarkCase) - name: GetBenchmarkName(BenchmarkCase) - href: api/BenchmarkDotNet.Exporters.FullNameProvider.html#BenchmarkDotNet_Exporters_FullNameProvider_GetBenchmarkName_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Exporters.FullNameProvider.GetBenchmarkName(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Exporters.FullNameProvider.GetBenchmarkName(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: FullNameProvider.GetBenchmarkName(BenchmarkCase) -- uid: BenchmarkDotNet.Exporters.FullNameProvider.GetBenchmarkName* - name: GetBenchmarkName - href: api/BenchmarkDotNet.Exporters.FullNameProvider.html#BenchmarkDotNet_Exporters_FullNameProvider_GetBenchmarkName_ - commentId: Overload:BenchmarkDotNet.Exporters.FullNameProvider.GetBenchmarkName - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.FullNameProvider.GetBenchmarkName - nameWithType: FullNameProvider.GetBenchmarkName -- uid: BenchmarkDotNet.Exporters.HtmlExporter - name: HtmlExporter - href: api/BenchmarkDotNet.Exporters.HtmlExporter.html - commentId: T:BenchmarkDotNet.Exporters.HtmlExporter - fullName: BenchmarkDotNet.Exporters.HtmlExporter - nameWithType: HtmlExporter -- uid: BenchmarkDotNet.Exporters.HtmlExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.HtmlExporter.html#BenchmarkDotNet_Exporters_HtmlExporter_Default - commentId: F:BenchmarkDotNet.Exporters.HtmlExporter.Default - fullName: BenchmarkDotNet.Exporters.HtmlExporter.Default - nameWithType: HtmlExporter.Default -- uid: BenchmarkDotNet.Exporters.HtmlExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.HtmlExporter.html#BenchmarkDotNet_Exporters_HtmlExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.HtmlExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.HtmlExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: HtmlExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.HtmlExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.HtmlExporter.html#BenchmarkDotNet_Exporters_HtmlExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.HtmlExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.HtmlExporter.ExportToLog - nameWithType: HtmlExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.HtmlExporter.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.HtmlExporter.html#BenchmarkDotNet_Exporters_HtmlExporter_FileExtension - commentId: P:BenchmarkDotNet.Exporters.HtmlExporter.FileExtension - fullName: BenchmarkDotNet.Exporters.HtmlExporter.FileExtension - nameWithType: HtmlExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.HtmlExporter.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.HtmlExporter.html#BenchmarkDotNet_Exporters_HtmlExporter_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.HtmlExporter.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.HtmlExporter.FileExtension - nameWithType: HtmlExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.IExporter - name: IExporter - href: api/BenchmarkDotNet.Exporters.IExporter.html - commentId: T:BenchmarkDotNet.Exporters.IExporter - fullName: BenchmarkDotNet.Exporters.IExporter - nameWithType: IExporter -- uid: BenchmarkDotNet.Exporters.IExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToFiles(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.IExporter.html#BenchmarkDotNet_Exporters_IExporter_ExportToFiles_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.IExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.IExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: IExporter.ExportToFiles(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.IExporter.ExportToFiles* - name: ExportToFiles - href: api/BenchmarkDotNet.Exporters.IExporter.html#BenchmarkDotNet_Exporters_IExporter_ExportToFiles_ - commentId: Overload:BenchmarkDotNet.Exporters.IExporter.ExportToFiles - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.IExporter.ExportToFiles - nameWithType: IExporter.ExportToFiles -- uid: BenchmarkDotNet.Exporters.IExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.IExporter.html#BenchmarkDotNet_Exporters_IExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.IExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.IExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: IExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.IExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.IExporter.html#BenchmarkDotNet_Exporters_IExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.IExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.IExporter.ExportToLog - nameWithType: IExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.IExporter.Name - name: Name - href: api/BenchmarkDotNet.Exporters.IExporter.html#BenchmarkDotNet_Exporters_IExporter_Name - commentId: P:BenchmarkDotNet.Exporters.IExporter.Name - fullName: BenchmarkDotNet.Exporters.IExporter.Name - nameWithType: IExporter.Name -- uid: BenchmarkDotNet.Exporters.IExporter.Name* - name: Name - href: api/BenchmarkDotNet.Exporters.IExporter.html#BenchmarkDotNet_Exporters_IExporter_Name_ - commentId: Overload:BenchmarkDotNet.Exporters.IExporter.Name - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.IExporter.Name - nameWithType: IExporter.Name -- uid: BenchmarkDotNet.Exporters.Json - name: BenchmarkDotNet.Exporters.Json - href: api/BenchmarkDotNet.Exporters.Json.html - commentId: N:BenchmarkDotNet.Exporters.Json - fullName: BenchmarkDotNet.Exporters.Json - nameWithType: BenchmarkDotNet.Exporters.Json -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter - name: JsonExporter - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html - commentId: T:BenchmarkDotNet.Exporters.Json.JsonExporter - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter - nameWithType: JsonExporter -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.#ctor(System.String,System.Boolean,System.Boolean) - name: JsonExporter(String, Boolean, Boolean) - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter__ctor_System_String_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Exporters.Json.JsonExporter.#ctor(System.String,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.JsonExporter(System.String, System.Boolean, System.Boolean) - nameWithType: JsonExporter.JsonExporter(String, Boolean, Boolean) -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.#ctor* - name: JsonExporter - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter__ctor_ - commentId: Overload:BenchmarkDotNet.Exporters.Json.JsonExporter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.JsonExporter - nameWithType: JsonExporter.JsonExporter -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.Brief - name: Brief - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_Brief - commentId: F:BenchmarkDotNet.Exporters.Json.JsonExporter.Brief - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.Brief - nameWithType: JsonExporter.Brief -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.BriefCompressed - name: BriefCompressed - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_BriefCompressed - commentId: F:BenchmarkDotNet.Exporters.Json.JsonExporter.BriefCompressed - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.BriefCompressed - nameWithType: JsonExporter.BriefCompressed -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.Custom(System.String,System.Boolean,System.Boolean) - name: Custom(String, Boolean, Boolean) - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_Custom_System_String_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Exporters.Json.JsonExporter.Custom(System.String,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.Custom(System.String, System.Boolean, System.Boolean) - nameWithType: JsonExporter.Custom(String, Boolean, Boolean) -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.Custom* - name: Custom - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_Custom_ - commentId: Overload:BenchmarkDotNet.Exporters.Json.JsonExporter.Custom - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.Custom - nameWithType: JsonExporter.Custom -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_Default - commentId: F:BenchmarkDotNet.Exporters.Json.JsonExporter.Default - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.Default - nameWithType: JsonExporter.Default -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.FileNameSuffix - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_FileNameSuffix - commentId: P:BenchmarkDotNet.Exporters.Json.JsonExporter.FileNameSuffix - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.FileNameSuffix - nameWithType: JsonExporter.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.FileNameSuffix* - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_FileNameSuffix_ - commentId: Overload:BenchmarkDotNet.Exporters.Json.JsonExporter.FileNameSuffix - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.FileNameSuffix - nameWithType: JsonExporter.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.Full - name: Full - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_Full - commentId: F:BenchmarkDotNet.Exporters.Json.JsonExporter.Full - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.Full - nameWithType: JsonExporter.Full -- uid: BenchmarkDotNet.Exporters.Json.JsonExporter.FullCompressed - name: FullCompressed - href: api/BenchmarkDotNet.Exporters.Json.JsonExporter.html#BenchmarkDotNet_Exporters_Json_JsonExporter_FullCompressed - commentId: F:BenchmarkDotNet.Exporters.Json.JsonExporter.FullCompressed - fullName: BenchmarkDotNet.Exporters.Json.JsonExporter.FullCompressed - nameWithType: JsonExporter.FullCompressed -- uid: BenchmarkDotNet.Exporters.Json.JsonExporterBase - name: JsonExporterBase - href: api/BenchmarkDotNet.Exporters.Json.JsonExporterBase.html - commentId: T:BenchmarkDotNet.Exporters.Json.JsonExporterBase - fullName: BenchmarkDotNet.Exporters.Json.JsonExporterBase - nameWithType: JsonExporterBase -- uid: BenchmarkDotNet.Exporters.Json.JsonExporterBase.#ctor(System.Boolean,System.Boolean) - name: JsonExporterBase(Boolean, Boolean) - href: api/BenchmarkDotNet.Exporters.Json.JsonExporterBase.html#BenchmarkDotNet_Exporters_Json_JsonExporterBase__ctor_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Exporters.Json.JsonExporterBase.#ctor(System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Exporters.Json.JsonExporterBase.JsonExporterBase(System.Boolean, System.Boolean) - nameWithType: JsonExporterBase.JsonExporterBase(Boolean, Boolean) -- uid: BenchmarkDotNet.Exporters.Json.JsonExporterBase.#ctor* - name: JsonExporterBase - href: api/BenchmarkDotNet.Exporters.Json.JsonExporterBase.html#BenchmarkDotNet_Exporters_Json_JsonExporterBase__ctor_ - commentId: Overload:BenchmarkDotNet.Exporters.Json.JsonExporterBase.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Json.JsonExporterBase.JsonExporterBase - nameWithType: JsonExporterBase.JsonExporterBase -- uid: BenchmarkDotNet.Exporters.Json.JsonExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.Json.JsonExporterBase.html#BenchmarkDotNet_Exporters_Json_JsonExporterBase_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.Json.JsonExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.Json.JsonExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: JsonExporterBase.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.Json.JsonExporterBase.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.Json.JsonExporterBase.html#BenchmarkDotNet_Exporters_Json_JsonExporterBase_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.Json.JsonExporterBase.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Json.JsonExporterBase.ExportToLog - nameWithType: JsonExporterBase.ExportToLog -- uid: BenchmarkDotNet.Exporters.Json.JsonExporterBase.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Json.JsonExporterBase.html#BenchmarkDotNet_Exporters_Json_JsonExporterBase_FileExtension - commentId: P:BenchmarkDotNet.Exporters.Json.JsonExporterBase.FileExtension - fullName: BenchmarkDotNet.Exporters.Json.JsonExporterBase.FileExtension - nameWithType: JsonExporterBase.FileExtension -- uid: BenchmarkDotNet.Exporters.Json.JsonExporterBase.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Json.JsonExporterBase.html#BenchmarkDotNet_Exporters_Json_JsonExporterBase_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.Json.JsonExporterBase.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Json.JsonExporterBase.FileExtension - nameWithType: JsonExporterBase.FileExtension -- uid: BenchmarkDotNet.Exporters.MarkdownExporter - name: MarkdownExporter - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html - commentId: T:BenchmarkDotNet.Exporters.MarkdownExporter - fullName: BenchmarkDotNet.Exporters.MarkdownExporter - nameWithType: MarkdownExporter -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.Atlassian - name: Atlassian - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_Atlassian - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.Atlassian - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.Atlassian - nameWithType: MarkdownExporter.Atlassian -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.BoldMarkupFormat - name: BoldMarkupFormat - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_BoldMarkupFormat - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.BoldMarkupFormat - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.BoldMarkupFormat - nameWithType: MarkdownExporter.BoldMarkupFormat -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.CodeBlockEnd - name: CodeBlockEnd - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_CodeBlockEnd - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.CodeBlockEnd - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.CodeBlockEnd - nameWithType: MarkdownExporter.CodeBlockEnd -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.CodeBlockStart - name: CodeBlockStart - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_CodeBlockStart - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.CodeBlockStart - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.CodeBlockStart - nameWithType: MarkdownExporter.CodeBlockStart -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.ColumnsStartWithSeparator - name: ColumnsStartWithSeparator - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_ColumnsStartWithSeparator - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.ColumnsStartWithSeparator - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.ColumnsStartWithSeparator - nameWithType: MarkdownExporter.ColumnsStartWithSeparator -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.Console - name: Console - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_Console - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.Console - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.Console - nameWithType: MarkdownExporter.Console -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_Default - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.Default - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.Default - nameWithType: MarkdownExporter.Default -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.EscapeHtml - name: EscapeHtml - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_EscapeHtml - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.EscapeHtml - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.EscapeHtml - nameWithType: MarkdownExporter.EscapeHtml -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.MarkdownExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: MarkdownExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.MarkdownExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.ExportToLog - nameWithType: MarkdownExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_FileExtension - commentId: P:BenchmarkDotNet.Exporters.MarkdownExporter.FileExtension - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.FileExtension - nameWithType: MarkdownExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.MarkdownExporter.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.FileExtension - nameWithType: MarkdownExporter.FileExtension -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.FileNameSuffix - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_FileNameSuffix - commentId: P:BenchmarkDotNet.Exporters.MarkdownExporter.FileNameSuffix - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.FileNameSuffix - nameWithType: MarkdownExporter.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.FileNameSuffix* - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_FileNameSuffix_ - commentId: Overload:BenchmarkDotNet.Exporters.MarkdownExporter.FileNameSuffix - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.FileNameSuffix - nameWithType: MarkdownExporter.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.GitHub - name: GitHub - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_GitHub - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.GitHub - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.GitHub - nameWithType: MarkdownExporter.GitHub -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy - name: MarkdownExporter.MarkdownHighlightStrategy - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.html - commentId: T:BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy - nameWithType: MarkdownExporter.MarkdownHighlightStrategy -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.Bold - name: Bold - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.html#BenchmarkDotNet_Exporters_MarkdownExporter_MarkdownHighlightStrategy_Bold - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.Bold - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.Bold - nameWithType: MarkdownExporter.MarkdownHighlightStrategy.Bold -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.Marker - name: Marker - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.html#BenchmarkDotNet_Exporters_MarkdownExporter_MarkdownHighlightStrategy_Marker - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.Marker - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.Marker - nameWithType: MarkdownExporter.MarkdownHighlightStrategy.Marker -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.None - name: None - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.html#BenchmarkDotNet_Exporters_MarkdownExporter_MarkdownHighlightStrategy_None - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.None - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy.None - nameWithType: MarkdownExporter.MarkdownHighlightStrategy.None -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.Prefix - name: Prefix - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_Prefix - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.Prefix - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.Prefix - nameWithType: MarkdownExporter.Prefix -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.StackOverflow - name: StackOverflow - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_StackOverflow - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.StackOverflow - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.StackOverflow - nameWithType: MarkdownExporter.StackOverflow -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.StartOfGroupHighlightStrategy - name: StartOfGroupHighlightStrategy - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_StartOfGroupHighlightStrategy - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.StartOfGroupHighlightStrategy - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.StartOfGroupHighlightStrategy - nameWithType: MarkdownExporter.StartOfGroupHighlightStrategy -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.TableColumnSeparator - name: TableColumnSeparator - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_TableColumnSeparator - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.TableColumnSeparator - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.TableColumnSeparator - nameWithType: MarkdownExporter.TableColumnSeparator -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.TableHeaderSeparator - name: TableHeaderSeparator - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_TableHeaderSeparator - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.TableHeaderSeparator - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.TableHeaderSeparator - nameWithType: MarkdownExporter.TableHeaderSeparator -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.UseCodeBlocks - name: UseCodeBlocks - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_UseCodeBlocks - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.UseCodeBlocks - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.UseCodeBlocks - nameWithType: MarkdownExporter.UseCodeBlocks -- uid: BenchmarkDotNet.Exporters.MarkdownExporter.UseHeaderSeparatingRow - name: UseHeaderSeparatingRow - href: api/BenchmarkDotNet.Exporters.MarkdownExporter.html#BenchmarkDotNet_Exporters_MarkdownExporter_UseHeaderSeparatingRow - commentId: F:BenchmarkDotNet.Exporters.MarkdownExporter.UseHeaderSeparatingRow - fullName: BenchmarkDotNet.Exporters.MarkdownExporter.UseHeaderSeparatingRow - nameWithType: MarkdownExporter.UseHeaderSeparatingRow -- uid: BenchmarkDotNet.Exporters.PlainExporter - name: PlainExporter - href: api/BenchmarkDotNet.Exporters.PlainExporter.html - commentId: T:BenchmarkDotNet.Exporters.PlainExporter - fullName: BenchmarkDotNet.Exporters.PlainExporter - nameWithType: PlainExporter -- uid: BenchmarkDotNet.Exporters.PlainExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.PlainExporter.html#BenchmarkDotNet_Exporters_PlainExporter_Default - commentId: F:BenchmarkDotNet.Exporters.PlainExporter.Default - fullName: BenchmarkDotNet.Exporters.PlainExporter.Default - nameWithType: PlainExporter.Default -- uid: BenchmarkDotNet.Exporters.PlainExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.PlainExporter.html#BenchmarkDotNet_Exporters_PlainExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.PlainExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.PlainExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: PlainExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.PlainExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.PlainExporter.html#BenchmarkDotNet_Exporters_PlainExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.PlainExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.PlainExporter.ExportToLog - nameWithType: PlainExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.RPlotExporter - name: RPlotExporter - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html - commentId: T:BenchmarkDotNet.Exporters.RPlotExporter - fullName: BenchmarkDotNet.Exporters.RPlotExporter - nameWithType: RPlotExporter -- uid: BenchmarkDotNet.Exporters.RPlotExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_Default - commentId: F:BenchmarkDotNet.Exporters.RPlotExporter.Default - fullName: BenchmarkDotNet.Exporters.RPlotExporter.Default - nameWithType: RPlotExporter.Default -- uid: BenchmarkDotNet.Exporters.RPlotExporter.Dependencies - name: Dependencies - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_Dependencies - commentId: P:BenchmarkDotNet.Exporters.RPlotExporter.Dependencies - fullName: BenchmarkDotNet.Exporters.RPlotExporter.Dependencies - nameWithType: RPlotExporter.Dependencies -- uid: BenchmarkDotNet.Exporters.RPlotExporter.Dependencies* - name: Dependencies - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_Dependencies_ - commentId: Overload:BenchmarkDotNet.Exporters.RPlotExporter.Dependencies - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.RPlotExporter.Dependencies - nameWithType: RPlotExporter.Dependencies -- uid: BenchmarkDotNet.Exporters.RPlotExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToFiles(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_ExportToFiles_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.RPlotExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.RPlotExporter.ExportToFiles(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: RPlotExporter.ExportToFiles(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.RPlotExporter.ExportToFiles* - name: ExportToFiles - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_ExportToFiles_ - commentId: Overload:BenchmarkDotNet.Exporters.RPlotExporter.ExportToFiles - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.RPlotExporter.ExportToFiles - nameWithType: RPlotExporter.ExportToFiles -- uid: BenchmarkDotNet.Exporters.RPlotExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.RPlotExporter.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.RPlotExporter.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: RPlotExporter.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.RPlotExporter.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.RPlotExporter.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.RPlotExporter.ExportToLog - nameWithType: RPlotExporter.ExportToLog -- uid: BenchmarkDotNet.Exporters.RPlotExporter.Name - name: Name - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_Name - commentId: P:BenchmarkDotNet.Exporters.RPlotExporter.Name - fullName: BenchmarkDotNet.Exporters.RPlotExporter.Name - nameWithType: RPlotExporter.Name -- uid: BenchmarkDotNet.Exporters.RPlotExporter.Name* - name: Name - href: api/BenchmarkDotNet.Exporters.RPlotExporter.html#BenchmarkDotNet_Exporters_RPlotExporter_Name_ - commentId: Overload:BenchmarkDotNet.Exporters.RPlotExporter.Name - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.RPlotExporter.Name - nameWithType: RPlotExporter.Name -- uid: BenchmarkDotNet.Exporters.Xml - name: BenchmarkDotNet.Exporters.Xml - href: api/BenchmarkDotNet.Exporters.Xml.html - commentId: N:BenchmarkDotNet.Exporters.Xml - fullName: BenchmarkDotNet.Exporters.Xml - nameWithType: BenchmarkDotNet.Exporters.Xml -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter - name: XmlExporter - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html - commentId: T:BenchmarkDotNet.Exporters.Xml.XmlExporter - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter - nameWithType: XmlExporter -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.#ctor(System.String,System.Boolean,System.Boolean) - name: XmlExporter(String, Boolean, Boolean) - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter__ctor_System_String_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Exporters.Xml.XmlExporter.#ctor(System.String,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.XmlExporter(System.String, System.Boolean, System.Boolean) - nameWithType: XmlExporter.XmlExporter(String, Boolean, Boolean) -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.#ctor* - name: XmlExporter - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter__ctor_ - commentId: Overload:BenchmarkDotNet.Exporters.Xml.XmlExporter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.XmlExporter - nameWithType: XmlExporter.XmlExporter -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.Brief - name: Brief - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_Brief - commentId: F:BenchmarkDotNet.Exporters.Xml.XmlExporter.Brief - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.Brief - nameWithType: XmlExporter.Brief -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.BriefCompressed - name: BriefCompressed - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_BriefCompressed - commentId: F:BenchmarkDotNet.Exporters.Xml.XmlExporter.BriefCompressed - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.BriefCompressed - nameWithType: XmlExporter.BriefCompressed -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.Custom(System.String,System.Boolean,System.Boolean) - name: Custom(String, Boolean, Boolean) - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_Custom_System_String_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Exporters.Xml.XmlExporter.Custom(System.String,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.Custom(System.String, System.Boolean, System.Boolean) - nameWithType: XmlExporter.Custom(String, Boolean, Boolean) -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.Custom* - name: Custom - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_Custom_ - commentId: Overload:BenchmarkDotNet.Exporters.Xml.XmlExporter.Custom - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.Custom - nameWithType: XmlExporter.Custom -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.Default - name: Default - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_Default - commentId: F:BenchmarkDotNet.Exporters.Xml.XmlExporter.Default - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.Default - nameWithType: XmlExporter.Default -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.FileNameSuffix - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_FileNameSuffix - commentId: P:BenchmarkDotNet.Exporters.Xml.XmlExporter.FileNameSuffix - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.FileNameSuffix - nameWithType: XmlExporter.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.FileNameSuffix* - name: FileNameSuffix - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_FileNameSuffix_ - commentId: Overload:BenchmarkDotNet.Exporters.Xml.XmlExporter.FileNameSuffix - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.FileNameSuffix - nameWithType: XmlExporter.FileNameSuffix -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.Full - name: Full - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_Full - commentId: F:BenchmarkDotNet.Exporters.Xml.XmlExporter.Full - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.Full - nameWithType: XmlExporter.Full -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporter.FullCompressed - name: FullCompressed - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporter.html#BenchmarkDotNet_Exporters_Xml_XmlExporter_FullCompressed - commentId: F:BenchmarkDotNet.Exporters.Xml.XmlExporter.FullCompressed - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporter.FullCompressed - nameWithType: XmlExporter.FullCompressed -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporterBase - name: XmlExporterBase - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporterBase.html - commentId: T:BenchmarkDotNet.Exporters.Xml.XmlExporterBase - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporterBase - nameWithType: XmlExporterBase -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.#ctor(System.Boolean,System.Boolean) - name: XmlExporterBase(Boolean, Boolean) - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporterBase.html#BenchmarkDotNet_Exporters_Xml_XmlExporterBase__ctor_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Exporters.Xml.XmlExporterBase.#ctor(System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.XmlExporterBase(System.Boolean, System.Boolean) - nameWithType: XmlExporterBase.XmlExporterBase(Boolean, Boolean) -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.#ctor* - name: XmlExporterBase - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporterBase.html#BenchmarkDotNet_Exporters_Xml_XmlExporterBase__ctor_ - commentId: Overload:BenchmarkDotNet.Exporters.Xml.XmlExporterBase.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.XmlExporterBase - nameWithType: XmlExporterBase.XmlExporterBase -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - name: ExportToLog(Summary, ILogger) - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporterBase.html#BenchmarkDotNet_Exporters_Xml_XmlExporterBase_ExportToLog_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Exporters.Xml.XmlExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.ExportToLog(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Loggers.ILogger) - nameWithType: XmlExporterBase.ExportToLog(Summary, ILogger) -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.ExportToLog* - name: ExportToLog - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporterBase.html#BenchmarkDotNet_Exporters_Xml_XmlExporterBase_ExportToLog_ - commentId: Overload:BenchmarkDotNet.Exporters.Xml.XmlExporterBase.ExportToLog - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.ExportToLog - nameWithType: XmlExporterBase.ExportToLog -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.FileExtension - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporterBase.html#BenchmarkDotNet_Exporters_Xml_XmlExporterBase_FileExtension - commentId: P:BenchmarkDotNet.Exporters.Xml.XmlExporterBase.FileExtension - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.FileExtension - nameWithType: XmlExporterBase.FileExtension -- uid: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.FileExtension* - name: FileExtension - href: api/BenchmarkDotNet.Exporters.Xml.XmlExporterBase.html#BenchmarkDotNet_Exporters_Xml_XmlExporterBase_FileExtension_ - commentId: Overload:BenchmarkDotNet.Exporters.Xml.XmlExporterBase.FileExtension - isSpec: "True" - fullName: BenchmarkDotNet.Exporters.Xml.XmlExporterBase.FileExtension - nameWithType: XmlExporterBase.FileExtension -- uid: BenchmarkDotNet.Extensions - name: BenchmarkDotNet.Extensions - href: api/BenchmarkDotNet.Extensions.html - commentId: N:BenchmarkDotNet.Extensions - fullName: BenchmarkDotNet.Extensions - nameWithType: BenchmarkDotNet.Extensions -- uid: BenchmarkDotNet.Extensions.ConfigurationExtensions - name: ConfigurationExtensions - href: api/BenchmarkDotNet.Extensions.ConfigurationExtensions.html - commentId: T:BenchmarkDotNet.Extensions.ConfigurationExtensions - fullName: BenchmarkDotNet.Extensions.ConfigurationExtensions - nameWithType: ConfigurationExtensions -- uid: BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig(BenchmarkDotNet.Environments.Jit) - name: ToConfig(Jit) - href: api/BenchmarkDotNet.Extensions.ConfigurationExtensions.html#BenchmarkDotNet_Extensions_ConfigurationExtensions_ToConfig_BenchmarkDotNet_Environments_Jit_ - commentId: M:BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig(BenchmarkDotNet.Environments.Jit) - fullName: BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig(BenchmarkDotNet.Environments.Jit) - nameWithType: ConfigurationExtensions.ToConfig(Jit) -- uid: BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig(BenchmarkDotNet.Environments.Platform) - name: ToConfig(Platform) - href: api/BenchmarkDotNet.Extensions.ConfigurationExtensions.html#BenchmarkDotNet_Extensions_ConfigurationExtensions_ToConfig_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig(BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig(BenchmarkDotNet.Environments.Platform) - nameWithType: ConfigurationExtensions.ToConfig(Platform) -- uid: BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig* - name: ToConfig - href: api/BenchmarkDotNet.Extensions.ConfigurationExtensions.html#BenchmarkDotNet_Extensions_ConfigurationExtensions_ToConfig_ - commentId: Overload:BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig - isSpec: "True" - fullName: BenchmarkDotNet.Extensions.ConfigurationExtensions.ToConfig - nameWithType: ConfigurationExtensions.ToConfig -- uid: BenchmarkDotNet.Extensions.ReportExtensions - name: ReportExtensions - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html - commentId: T:BenchmarkDotNet.Extensions.ReportExtensions - fullName: BenchmarkDotNet.Extensions.ReportExtensions - nameWithType: ReportExtensions -- uid: BenchmarkDotNet.Extensions.ReportExtensions.GetReportFor* - name: GetReportFor - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html#BenchmarkDotNet_Extensions_ReportExtensions_GetReportFor_ - commentId: Overload:BenchmarkDotNet.Extensions.ReportExtensions.GetReportFor - isSpec: "True" - fullName: BenchmarkDotNet.Extensions.ReportExtensions.GetReportFor - nameWithType: ReportExtensions.GetReportFor -- uid: BenchmarkDotNet.Extensions.ReportExtensions.GetReportFor``1(BenchmarkDotNet.Reports.Summary,System.Linq.Expressions.Expression{System.Action{``0}}) - name: GetReportFor(Summary, Expression>) - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html#BenchmarkDotNet_Extensions_ReportExtensions_GetReportFor__1_BenchmarkDotNet_Reports_Summary_System_Linq_Expressions_Expression_System_Action___0___ - commentId: M:BenchmarkDotNet.Extensions.ReportExtensions.GetReportFor``1(BenchmarkDotNet.Reports.Summary,System.Linq.Expressions.Expression{System.Action{``0}}) - name.vb: GetReportFor(Of T)(Summary, Expression(Of Action(Of T))) - fullName: BenchmarkDotNet.Extensions.ReportExtensions.GetReportFor(BenchmarkDotNet.Reports.Summary, System.Linq.Expressions.Expression>) - fullName.vb: BenchmarkDotNet.Extensions.ReportExtensions.GetReportFor(Of T)(BenchmarkDotNet.Reports.Summary, System.Linq.Expressions.Expression(Of System.Action(Of T))) - nameWithType: ReportExtensions.GetReportFor(Summary, Expression>) - nameWithType.vb: ReportExtensions.GetReportFor(Of T)(Summary, Expression(Of Action(Of T))) -- uid: BenchmarkDotNet.Extensions.ReportExtensions.GetRunsFor* - name: GetRunsFor - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html#BenchmarkDotNet_Extensions_ReportExtensions_GetRunsFor_ - commentId: Overload:BenchmarkDotNet.Extensions.ReportExtensions.GetRunsFor - isSpec: "True" - fullName: BenchmarkDotNet.Extensions.ReportExtensions.GetRunsFor - nameWithType: ReportExtensions.GetRunsFor -- uid: BenchmarkDotNet.Extensions.ReportExtensions.GetRunsFor``1(BenchmarkDotNet.Reports.Summary,System.Linq.Expressions.Expression{System.Action{``0}}) - name: GetRunsFor(Summary, Expression>) - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html#BenchmarkDotNet_Extensions_ReportExtensions_GetRunsFor__1_BenchmarkDotNet_Reports_Summary_System_Linq_Expressions_Expression_System_Action___0___ - commentId: M:BenchmarkDotNet.Extensions.ReportExtensions.GetRunsFor``1(BenchmarkDotNet.Reports.Summary,System.Linq.Expressions.Expression{System.Action{``0}}) - name.vb: GetRunsFor(Of T)(Summary, Expression(Of Action(Of T))) - fullName: BenchmarkDotNet.Extensions.ReportExtensions.GetRunsFor(BenchmarkDotNet.Reports.Summary, System.Linq.Expressions.Expression>) - fullName.vb: BenchmarkDotNet.Extensions.ReportExtensions.GetRunsFor(Of T)(BenchmarkDotNet.Reports.Summary, System.Linq.Expressions.Expression(Of System.Action(Of T))) - nameWithType: ReportExtensions.GetRunsFor(Summary, Expression>) - nameWithType.vb: ReportExtensions.GetRunsFor(Of T)(Summary, Expression(Of Action(Of T))) -- uid: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IEnumerable{BenchmarkDotNet.Reports.Measurement}) - name: GetStatistics(IEnumerable) - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html#BenchmarkDotNet_Extensions_ReportExtensions_GetStatistics_System_Collections_Generic_IEnumerable_BenchmarkDotNet_Reports_Measurement__ - commentId: M:BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IEnumerable{BenchmarkDotNet.Reports.Measurement}) - name.vb: GetStatistics(IEnumerable(Of Measurement)) - fullName: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IEnumerable) - fullName.vb: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IEnumerable(Of BenchmarkDotNet.Reports.Measurement)) - nameWithType: ReportExtensions.GetStatistics(IEnumerable) - nameWithType.vb: ReportExtensions.GetStatistics(IEnumerable(Of Measurement)) -- uid: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IReadOnlyCollection{BenchmarkDotNet.Reports.Measurement}) - name: GetStatistics(IReadOnlyCollection) - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html#BenchmarkDotNet_Extensions_ReportExtensions_GetStatistics_System_Collections_Generic_IReadOnlyCollection_BenchmarkDotNet_Reports_Measurement__ - commentId: M:BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IReadOnlyCollection{BenchmarkDotNet.Reports.Measurement}) - name.vb: GetStatistics(IReadOnlyCollection(Of Measurement)) - fullName: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IReadOnlyCollection) - fullName.vb: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics(System.Collections.Generic.IReadOnlyCollection(Of BenchmarkDotNet.Reports.Measurement)) - nameWithType: ReportExtensions.GetStatistics(IReadOnlyCollection) - nameWithType.vb: ReportExtensions.GetStatistics(IReadOnlyCollection(Of Measurement)) -- uid: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics* - name: GetStatistics - href: api/BenchmarkDotNet.Extensions.ReportExtensions.html#BenchmarkDotNet_Extensions_ReportExtensions_GetStatistics_ - commentId: Overload:BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics - isSpec: "True" - fullName: BenchmarkDotNet.Extensions.ReportExtensions.GetStatistics - nameWithType: ReportExtensions.GetStatistics -- uid: BenchmarkDotNet.Extensions.StatisticsExtensions - name: StatisticsExtensions - href: api/BenchmarkDotNet.Extensions.StatisticsExtensions.html - commentId: T:BenchmarkDotNet.Extensions.StatisticsExtensions - fullName: BenchmarkDotNet.Extensions.StatisticsExtensions - nameWithType: StatisticsExtensions -- uid: BenchmarkDotNet.Extensions.StatisticsExtensions.CreateNanosecondFormatter(BenchmarkDotNet.Mathematics.Statistics,System.Globalization.CultureInfo,System.String) - name: CreateNanosecondFormatter(Statistics, CultureInfo, String) - href: api/BenchmarkDotNet.Extensions.StatisticsExtensions.html#BenchmarkDotNet_Extensions_StatisticsExtensions_CreateNanosecondFormatter_BenchmarkDotNet_Mathematics_Statistics_System_Globalization_CultureInfo_System_String_ - commentId: M:BenchmarkDotNet.Extensions.StatisticsExtensions.CreateNanosecondFormatter(BenchmarkDotNet.Mathematics.Statistics,System.Globalization.CultureInfo,System.String) - fullName: BenchmarkDotNet.Extensions.StatisticsExtensions.CreateNanosecondFormatter(BenchmarkDotNet.Mathematics.Statistics, System.Globalization.CultureInfo, System.String) - nameWithType: StatisticsExtensions.CreateNanosecondFormatter(Statistics, CultureInfo, String) -- uid: BenchmarkDotNet.Extensions.StatisticsExtensions.CreateNanosecondFormatter* - name: CreateNanosecondFormatter - href: api/BenchmarkDotNet.Extensions.StatisticsExtensions.html#BenchmarkDotNet_Extensions_StatisticsExtensions_CreateNanosecondFormatter_ - commentId: Overload:BenchmarkDotNet.Extensions.StatisticsExtensions.CreateNanosecondFormatter - isSpec: "True" - fullName: BenchmarkDotNet.Extensions.StatisticsExtensions.CreateNanosecondFormatter - nameWithType: StatisticsExtensions.CreateNanosecondFormatter -- uid: BenchmarkDotNet.Extensions.StatisticsExtensions.ToString(BenchmarkDotNet.Mathematics.Statistics,System.Globalization.CultureInfo,System.Func{System.Double,System.String},System.Boolean) - name: ToString(Statistics, CultureInfo, Func, Boolean) - href: api/BenchmarkDotNet.Extensions.StatisticsExtensions.html#BenchmarkDotNet_Extensions_StatisticsExtensions_ToString_BenchmarkDotNet_Mathematics_Statistics_System_Globalization_CultureInfo_System_Func_System_Double_System_String__System_Boolean_ - commentId: M:BenchmarkDotNet.Extensions.StatisticsExtensions.ToString(BenchmarkDotNet.Mathematics.Statistics,System.Globalization.CultureInfo,System.Func{System.Double,System.String},System.Boolean) - name.vb: ToString(Statistics, CultureInfo, Func(Of Double, String), Boolean) - fullName: BenchmarkDotNet.Extensions.StatisticsExtensions.ToString(BenchmarkDotNet.Mathematics.Statistics, System.Globalization.CultureInfo, System.Func, System.Boolean) - fullName.vb: BenchmarkDotNet.Extensions.StatisticsExtensions.ToString(BenchmarkDotNet.Mathematics.Statistics, System.Globalization.CultureInfo, System.Func(Of System.Double, System.String), System.Boolean) - nameWithType: StatisticsExtensions.ToString(Statistics, CultureInfo, Func, Boolean) - nameWithType.vb: StatisticsExtensions.ToString(Statistics, CultureInfo, Func(Of Double, String), Boolean) -- uid: BenchmarkDotNet.Extensions.StatisticsExtensions.ToString* - name: ToString - href: api/BenchmarkDotNet.Extensions.StatisticsExtensions.html#BenchmarkDotNet_Extensions_StatisticsExtensions_ToString_ - commentId: Overload:BenchmarkDotNet.Extensions.StatisticsExtensions.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Extensions.StatisticsExtensions.ToString - nameWithType: StatisticsExtensions.ToString -- uid: BenchmarkDotNet.Extensions.StringAndTextExtensions - name: StringAndTextExtensions - href: api/BenchmarkDotNet.Extensions.StringAndTextExtensions.html - commentId: T:BenchmarkDotNet.Extensions.StringAndTextExtensions - fullName: BenchmarkDotNet.Extensions.StringAndTextExtensions - nameWithType: StringAndTextExtensions -- uid: BenchmarkDotNet.Filters - name: BenchmarkDotNet.Filters - href: api/BenchmarkDotNet.Filters.html - commentId: N:BenchmarkDotNet.Filters - fullName: BenchmarkDotNet.Filters - nameWithType: BenchmarkDotNet.Filters -- uid: BenchmarkDotNet.Filters.AllCategoriesFilter - name: AllCategoriesFilter - href: api/BenchmarkDotNet.Filters.AllCategoriesFilter.html - commentId: T:BenchmarkDotNet.Filters.AllCategoriesFilter - fullName: BenchmarkDotNet.Filters.AllCategoriesFilter - nameWithType: AllCategoriesFilter -- uid: BenchmarkDotNet.Filters.AllCategoriesFilter.#ctor(System.String[]) - name: AllCategoriesFilter(String[]) - href: api/BenchmarkDotNet.Filters.AllCategoriesFilter.html#BenchmarkDotNet_Filters_AllCategoriesFilter__ctor_System_String___ - commentId: M:BenchmarkDotNet.Filters.AllCategoriesFilter.#ctor(System.String[]) - name.vb: AllCategoriesFilter(String()) - fullName: BenchmarkDotNet.Filters.AllCategoriesFilter.AllCategoriesFilter(System.String[]) - fullName.vb: BenchmarkDotNet.Filters.AllCategoriesFilter.AllCategoriesFilter(System.String()) - nameWithType: AllCategoriesFilter.AllCategoriesFilter(String[]) - nameWithType.vb: AllCategoriesFilter.AllCategoriesFilter(String()) -- uid: BenchmarkDotNet.Filters.AllCategoriesFilter.#ctor* - name: AllCategoriesFilter - href: api/BenchmarkDotNet.Filters.AllCategoriesFilter.html#BenchmarkDotNet_Filters_AllCategoriesFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.AllCategoriesFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.AllCategoriesFilter.AllCategoriesFilter - nameWithType: AllCategoriesFilter.AllCategoriesFilter -- uid: BenchmarkDotNet.Filters.AllCategoriesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.AllCategoriesFilter.html#BenchmarkDotNet_Filters_AllCategoriesFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.AllCategoriesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.AllCategoriesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: AllCategoriesFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.AllCategoriesFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.AllCategoriesFilter.html#BenchmarkDotNet_Filters_AllCategoriesFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.AllCategoriesFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.AllCategoriesFilter.Predicate - nameWithType: AllCategoriesFilter.Predicate -- uid: BenchmarkDotNet.Filters.AnyCategoriesFilter - name: AnyCategoriesFilter - href: api/BenchmarkDotNet.Filters.AnyCategoriesFilter.html - commentId: T:BenchmarkDotNet.Filters.AnyCategoriesFilter - fullName: BenchmarkDotNet.Filters.AnyCategoriesFilter - nameWithType: AnyCategoriesFilter -- uid: BenchmarkDotNet.Filters.AnyCategoriesFilter.#ctor(System.String[]) - name: AnyCategoriesFilter(String[]) - href: api/BenchmarkDotNet.Filters.AnyCategoriesFilter.html#BenchmarkDotNet_Filters_AnyCategoriesFilter__ctor_System_String___ - commentId: M:BenchmarkDotNet.Filters.AnyCategoriesFilter.#ctor(System.String[]) - name.vb: AnyCategoriesFilter(String()) - fullName: BenchmarkDotNet.Filters.AnyCategoriesFilter.AnyCategoriesFilter(System.String[]) - fullName.vb: BenchmarkDotNet.Filters.AnyCategoriesFilter.AnyCategoriesFilter(System.String()) - nameWithType: AnyCategoriesFilter.AnyCategoriesFilter(String[]) - nameWithType.vb: AnyCategoriesFilter.AnyCategoriesFilter(String()) -- uid: BenchmarkDotNet.Filters.AnyCategoriesFilter.#ctor* - name: AnyCategoriesFilter - href: api/BenchmarkDotNet.Filters.AnyCategoriesFilter.html#BenchmarkDotNet_Filters_AnyCategoriesFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.AnyCategoriesFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.AnyCategoriesFilter.AnyCategoriesFilter - nameWithType: AnyCategoriesFilter.AnyCategoriesFilter -- uid: BenchmarkDotNet.Filters.AnyCategoriesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.AnyCategoriesFilter.html#BenchmarkDotNet_Filters_AnyCategoriesFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.AnyCategoriesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.AnyCategoriesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: AnyCategoriesFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.AnyCategoriesFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.AnyCategoriesFilter.html#BenchmarkDotNet_Filters_AnyCategoriesFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.AnyCategoriesFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.AnyCategoriesFilter.Predicate - nameWithType: AnyCategoriesFilter.Predicate -- uid: BenchmarkDotNet.Filters.AttributesFilter - name: AttributesFilter - href: api/BenchmarkDotNet.Filters.AttributesFilter.html - commentId: T:BenchmarkDotNet.Filters.AttributesFilter - fullName: BenchmarkDotNet.Filters.AttributesFilter - nameWithType: AttributesFilter -- uid: BenchmarkDotNet.Filters.AttributesFilter.#ctor(System.String[]) - name: AttributesFilter(String[]) - href: api/BenchmarkDotNet.Filters.AttributesFilter.html#BenchmarkDotNet_Filters_AttributesFilter__ctor_System_String___ - commentId: M:BenchmarkDotNet.Filters.AttributesFilter.#ctor(System.String[]) - name.vb: AttributesFilter(String()) - fullName: BenchmarkDotNet.Filters.AttributesFilter.AttributesFilter(System.String[]) - fullName.vb: BenchmarkDotNet.Filters.AttributesFilter.AttributesFilter(System.String()) - nameWithType: AttributesFilter.AttributesFilter(String[]) - nameWithType.vb: AttributesFilter.AttributesFilter(String()) -- uid: BenchmarkDotNet.Filters.AttributesFilter.#ctor* - name: AttributesFilter - href: api/BenchmarkDotNet.Filters.AttributesFilter.html#BenchmarkDotNet_Filters_AttributesFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.AttributesFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.AttributesFilter.AttributesFilter - nameWithType: AttributesFilter.AttributesFilter -- uid: BenchmarkDotNet.Filters.AttributesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.AttributesFilter.html#BenchmarkDotNet_Filters_AttributesFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.AttributesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.AttributesFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: AttributesFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.AttributesFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.AttributesFilter.html#BenchmarkDotNet_Filters_AttributesFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.AttributesFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.AttributesFilter.Predicate - nameWithType: AttributesFilter.Predicate -- uid: BenchmarkDotNet.Filters.DisjunctionFilter - name: DisjunctionFilter - href: api/BenchmarkDotNet.Filters.DisjunctionFilter.html - commentId: T:BenchmarkDotNet.Filters.DisjunctionFilter - fullName: BenchmarkDotNet.Filters.DisjunctionFilter - nameWithType: DisjunctionFilter -- uid: BenchmarkDotNet.Filters.DisjunctionFilter.#ctor(BenchmarkDotNet.Filters.IFilter[]) - name: DisjunctionFilter(IFilter[]) - href: api/BenchmarkDotNet.Filters.DisjunctionFilter.html#BenchmarkDotNet_Filters_DisjunctionFilter__ctor_BenchmarkDotNet_Filters_IFilter___ - commentId: M:BenchmarkDotNet.Filters.DisjunctionFilter.#ctor(BenchmarkDotNet.Filters.IFilter[]) - name.vb: DisjunctionFilter(IFilter()) - fullName: BenchmarkDotNet.Filters.DisjunctionFilter.DisjunctionFilter(BenchmarkDotNet.Filters.IFilter[]) - fullName.vb: BenchmarkDotNet.Filters.DisjunctionFilter.DisjunctionFilter(BenchmarkDotNet.Filters.IFilter()) - nameWithType: DisjunctionFilter.DisjunctionFilter(IFilter[]) - nameWithType.vb: DisjunctionFilter.DisjunctionFilter(IFilter()) -- uid: BenchmarkDotNet.Filters.DisjunctionFilter.#ctor* - name: DisjunctionFilter - href: api/BenchmarkDotNet.Filters.DisjunctionFilter.html#BenchmarkDotNet_Filters_DisjunctionFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.DisjunctionFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.DisjunctionFilter.DisjunctionFilter - nameWithType: DisjunctionFilter.DisjunctionFilter -- uid: BenchmarkDotNet.Filters.DisjunctionFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.DisjunctionFilter.html#BenchmarkDotNet_Filters_DisjunctionFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.DisjunctionFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.DisjunctionFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: DisjunctionFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.DisjunctionFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.DisjunctionFilter.html#BenchmarkDotNet_Filters_DisjunctionFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.DisjunctionFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.DisjunctionFilter.Predicate - nameWithType: DisjunctionFilter.Predicate -- uid: BenchmarkDotNet.Filters.GlobFilter - name: GlobFilter - href: api/BenchmarkDotNet.Filters.GlobFilter.html - commentId: T:BenchmarkDotNet.Filters.GlobFilter - fullName: BenchmarkDotNet.Filters.GlobFilter - nameWithType: GlobFilter -- uid: BenchmarkDotNet.Filters.GlobFilter.#ctor(System.String[]) - name: GlobFilter(String[]) - href: api/BenchmarkDotNet.Filters.GlobFilter.html#BenchmarkDotNet_Filters_GlobFilter__ctor_System_String___ - commentId: M:BenchmarkDotNet.Filters.GlobFilter.#ctor(System.String[]) - name.vb: GlobFilter(String()) - fullName: BenchmarkDotNet.Filters.GlobFilter.GlobFilter(System.String[]) - fullName.vb: BenchmarkDotNet.Filters.GlobFilter.GlobFilter(System.String()) - nameWithType: GlobFilter.GlobFilter(String[]) - nameWithType.vb: GlobFilter.GlobFilter(String()) -- uid: BenchmarkDotNet.Filters.GlobFilter.#ctor* - name: GlobFilter - href: api/BenchmarkDotNet.Filters.GlobFilter.html#BenchmarkDotNet_Filters_GlobFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.GlobFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.GlobFilter.GlobFilter - nameWithType: GlobFilter.GlobFilter -- uid: BenchmarkDotNet.Filters.GlobFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.GlobFilter.html#BenchmarkDotNet_Filters_GlobFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.GlobFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.GlobFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: GlobFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.GlobFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.GlobFilter.html#BenchmarkDotNet_Filters_GlobFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.GlobFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.GlobFilter.Predicate - nameWithType: GlobFilter.Predicate -- uid: BenchmarkDotNet.Filters.IFilter - name: IFilter - href: api/BenchmarkDotNet.Filters.IFilter.html - commentId: T:BenchmarkDotNet.Filters.IFilter - fullName: BenchmarkDotNet.Filters.IFilter - nameWithType: IFilter -- uid: BenchmarkDotNet.Filters.IFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.IFilter.html#BenchmarkDotNet_Filters_IFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.IFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.IFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: IFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.IFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.IFilter.html#BenchmarkDotNet_Filters_IFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.IFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.IFilter.Predicate - nameWithType: IFilter.Predicate -- uid: BenchmarkDotNet.Filters.NameFilter - name: NameFilter - href: api/BenchmarkDotNet.Filters.NameFilter.html - commentId: T:BenchmarkDotNet.Filters.NameFilter - fullName: BenchmarkDotNet.Filters.NameFilter - nameWithType: NameFilter -- uid: BenchmarkDotNet.Filters.NameFilter.#ctor(System.Func{System.String,System.Boolean}) - name: NameFilter(Func) - href: api/BenchmarkDotNet.Filters.NameFilter.html#BenchmarkDotNet_Filters_NameFilter__ctor_System_Func_System_String_System_Boolean__ - commentId: M:BenchmarkDotNet.Filters.NameFilter.#ctor(System.Func{System.String,System.Boolean}) - name.vb: NameFilter(Func(Of String, Boolean)) - fullName: BenchmarkDotNet.Filters.NameFilter.NameFilter(System.Func) - fullName.vb: BenchmarkDotNet.Filters.NameFilter.NameFilter(System.Func(Of System.String, System.Boolean)) - nameWithType: NameFilter.NameFilter(Func) - nameWithType.vb: NameFilter.NameFilter(Func(Of String, Boolean)) -- uid: BenchmarkDotNet.Filters.NameFilter.#ctor* - name: NameFilter - href: api/BenchmarkDotNet.Filters.NameFilter.html#BenchmarkDotNet_Filters_NameFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.NameFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.NameFilter.NameFilter - nameWithType: NameFilter.NameFilter -- uid: BenchmarkDotNet.Filters.SimpleFilter - name: SimpleFilter - href: api/BenchmarkDotNet.Filters.SimpleFilter.html - commentId: T:BenchmarkDotNet.Filters.SimpleFilter - fullName: BenchmarkDotNet.Filters.SimpleFilter - nameWithType: SimpleFilter -- uid: BenchmarkDotNet.Filters.SimpleFilter.#ctor(System.Func{BenchmarkDotNet.Running.BenchmarkCase,System.Boolean}) - name: SimpleFilter(Func) - href: api/BenchmarkDotNet.Filters.SimpleFilter.html#BenchmarkDotNet_Filters_SimpleFilter__ctor_System_Func_BenchmarkDotNet_Running_BenchmarkCase_System_Boolean__ - commentId: M:BenchmarkDotNet.Filters.SimpleFilter.#ctor(System.Func{BenchmarkDotNet.Running.BenchmarkCase,System.Boolean}) - name.vb: SimpleFilter(Func(Of BenchmarkCase, Boolean)) - fullName: BenchmarkDotNet.Filters.SimpleFilter.SimpleFilter(System.Func) - fullName.vb: BenchmarkDotNet.Filters.SimpleFilter.SimpleFilter(System.Func(Of BenchmarkDotNet.Running.BenchmarkCase, System.Boolean)) - nameWithType: SimpleFilter.SimpleFilter(Func) - nameWithType.vb: SimpleFilter.SimpleFilter(Func(Of BenchmarkCase, Boolean)) -- uid: BenchmarkDotNet.Filters.SimpleFilter.#ctor* - name: SimpleFilter - href: api/BenchmarkDotNet.Filters.SimpleFilter.html#BenchmarkDotNet_Filters_SimpleFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.SimpleFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.SimpleFilter.SimpleFilter - nameWithType: SimpleFilter.SimpleFilter -- uid: BenchmarkDotNet.Filters.SimpleFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.SimpleFilter.html#BenchmarkDotNet_Filters_SimpleFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.SimpleFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.SimpleFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: SimpleFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.SimpleFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.SimpleFilter.html#BenchmarkDotNet_Filters_SimpleFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.SimpleFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.SimpleFilter.Predicate - nameWithType: SimpleFilter.Predicate -- uid: BenchmarkDotNet.Filters.UnionFilter - name: UnionFilter - href: api/BenchmarkDotNet.Filters.UnionFilter.html - commentId: T:BenchmarkDotNet.Filters.UnionFilter - fullName: BenchmarkDotNet.Filters.UnionFilter - nameWithType: UnionFilter -- uid: BenchmarkDotNet.Filters.UnionFilter.#ctor(BenchmarkDotNet.Filters.IFilter[]) - name: UnionFilter(IFilter[]) - href: api/BenchmarkDotNet.Filters.UnionFilter.html#BenchmarkDotNet_Filters_UnionFilter__ctor_BenchmarkDotNet_Filters_IFilter___ - commentId: M:BenchmarkDotNet.Filters.UnionFilter.#ctor(BenchmarkDotNet.Filters.IFilter[]) - name.vb: UnionFilter(IFilter()) - fullName: BenchmarkDotNet.Filters.UnionFilter.UnionFilter(BenchmarkDotNet.Filters.IFilter[]) - fullName.vb: BenchmarkDotNet.Filters.UnionFilter.UnionFilter(BenchmarkDotNet.Filters.IFilter()) - nameWithType: UnionFilter.UnionFilter(IFilter[]) - nameWithType.vb: UnionFilter.UnionFilter(IFilter()) -- uid: BenchmarkDotNet.Filters.UnionFilter.#ctor* - name: UnionFilter - href: api/BenchmarkDotNet.Filters.UnionFilter.html#BenchmarkDotNet_Filters_UnionFilter__ctor_ - commentId: Overload:BenchmarkDotNet.Filters.UnionFilter.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Filters.UnionFilter.UnionFilter - nameWithType: UnionFilter.UnionFilter -- uid: BenchmarkDotNet.Filters.UnionFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - name: Predicate(BenchmarkCase) - href: api/BenchmarkDotNet.Filters.UnionFilter.html#BenchmarkDotNet_Filters_UnionFilter_Predicate_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Filters.UnionFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Filters.UnionFilter.Predicate(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: UnionFilter.Predicate(BenchmarkCase) -- uid: BenchmarkDotNet.Filters.UnionFilter.Predicate* - name: Predicate - href: api/BenchmarkDotNet.Filters.UnionFilter.html#BenchmarkDotNet_Filters_UnionFilter_Predicate_ - commentId: Overload:BenchmarkDotNet.Filters.UnionFilter.Predicate - isSpec: "True" - fullName: BenchmarkDotNet.Filters.UnionFilter.Predicate - nameWithType: UnionFilter.Predicate -- uid: BenchmarkDotNet.Helpers - name: BenchmarkDotNet.Helpers - href: api/BenchmarkDotNet.Helpers.html - commentId: N:BenchmarkDotNet.Helpers - fullName: BenchmarkDotNet.Helpers - nameWithType: BenchmarkDotNet.Helpers -- uid: BenchmarkDotNet.Helpers.ExternalToolsHelper - name: ExternalToolsHelper - href: api/BenchmarkDotNet.Helpers.ExternalToolsHelper.html - commentId: T:BenchmarkDotNet.Helpers.ExternalToolsHelper - fullName: BenchmarkDotNet.Helpers.ExternalToolsHelper - nameWithType: ExternalToolsHelper -- uid: BenchmarkDotNet.Helpers.ExternalToolsHelper.MacSystemProfilerData - name: MacSystemProfilerData - href: api/BenchmarkDotNet.Helpers.ExternalToolsHelper.html#BenchmarkDotNet_Helpers_ExternalToolsHelper_MacSystemProfilerData - commentId: F:BenchmarkDotNet.Helpers.ExternalToolsHelper.MacSystemProfilerData - fullName: BenchmarkDotNet.Helpers.ExternalToolsHelper.MacSystemProfilerData - nameWithType: ExternalToolsHelper.MacSystemProfilerData -- uid: BenchmarkDotNet.Helpers.FolderNameHelper - name: FolderNameHelper - href: api/BenchmarkDotNet.Helpers.FolderNameHelper.html - commentId: T:BenchmarkDotNet.Helpers.FolderNameHelper - fullName: BenchmarkDotNet.Helpers.FolderNameHelper - nameWithType: FolderNameHelper -- uid: BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName(System.Object) - name: ToFolderName(Object) - href: api/BenchmarkDotNet.Helpers.FolderNameHelper.html#BenchmarkDotNet_Helpers_FolderNameHelper_ToFolderName_System_Object_ - commentId: M:BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName(System.Object) - fullName: BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName(System.Object) - nameWithType: FolderNameHelper.ToFolderName(Object) -- uid: BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName(System.Type,System.Boolean,System.Boolean) - name: ToFolderName(Type, Boolean, Boolean) - href: api/BenchmarkDotNet.Helpers.FolderNameHelper.html#BenchmarkDotNet_Helpers_FolderNameHelper_ToFolderName_System_Type_System_Boolean_System_Boolean_ - commentId: M:BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName(System.Type,System.Boolean,System.Boolean) - fullName: BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName(System.Type, System.Boolean, System.Boolean) - nameWithType: FolderNameHelper.ToFolderName(Type, Boolean, Boolean) -- uid: BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName* - name: ToFolderName - href: api/BenchmarkDotNet.Helpers.FolderNameHelper.html#BenchmarkDotNet_Helpers_FolderNameHelper_ToFolderName_ - commentId: Overload:BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName - isSpec: "True" - fullName: BenchmarkDotNet.Helpers.FolderNameHelper.ToFolderName - nameWithType: FolderNameHelper.ToFolderName -- uid: BenchmarkDotNet.Helpers.SourceCodeHelper - name: SourceCodeHelper - href: api/BenchmarkDotNet.Helpers.SourceCodeHelper.html - commentId: T:BenchmarkDotNet.Helpers.SourceCodeHelper - fullName: BenchmarkDotNet.Helpers.SourceCodeHelper - nameWithType: SourceCodeHelper -- uid: BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant(System.Object) - name: IsCompilationTimeConstant(Object) - href: api/BenchmarkDotNet.Helpers.SourceCodeHelper.html#BenchmarkDotNet_Helpers_SourceCodeHelper_IsCompilationTimeConstant_System_Object_ - commentId: M:BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant(System.Object) - fullName: BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant(System.Object) - nameWithType: SourceCodeHelper.IsCompilationTimeConstant(Object) -- uid: BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant(System.Type) - name: IsCompilationTimeConstant(Type) - href: api/BenchmarkDotNet.Helpers.SourceCodeHelper.html#BenchmarkDotNet_Helpers_SourceCodeHelper_IsCompilationTimeConstant_System_Type_ - commentId: M:BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant(System.Type) - fullName: BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant(System.Type) - nameWithType: SourceCodeHelper.IsCompilationTimeConstant(Type) -- uid: BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant* - name: IsCompilationTimeConstant - href: api/BenchmarkDotNet.Helpers.SourceCodeHelper.html#BenchmarkDotNet_Helpers_SourceCodeHelper_IsCompilationTimeConstant_ - commentId: Overload:BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant - isSpec: "True" - fullName: BenchmarkDotNet.Helpers.SourceCodeHelper.IsCompilationTimeConstant - nameWithType: SourceCodeHelper.IsCompilationTimeConstant -- uid: BenchmarkDotNet.Helpers.SourceCodeHelper.ToSourceCode(System.Object) - name: ToSourceCode(Object) - href: api/BenchmarkDotNet.Helpers.SourceCodeHelper.html#BenchmarkDotNet_Helpers_SourceCodeHelper_ToSourceCode_System_Object_ - commentId: M:BenchmarkDotNet.Helpers.SourceCodeHelper.ToSourceCode(System.Object) - fullName: BenchmarkDotNet.Helpers.SourceCodeHelper.ToSourceCode(System.Object) - nameWithType: SourceCodeHelper.ToSourceCode(Object) -- uid: BenchmarkDotNet.Helpers.SourceCodeHelper.ToSourceCode* - name: ToSourceCode - href: api/BenchmarkDotNet.Helpers.SourceCodeHelper.html#BenchmarkDotNet_Helpers_SourceCodeHelper_ToSourceCode_ - commentId: Overload:BenchmarkDotNet.Helpers.SourceCodeHelper.ToSourceCode - isSpec: "True" - fullName: BenchmarkDotNet.Helpers.SourceCodeHelper.ToSourceCode - nameWithType: SourceCodeHelper.ToSourceCode -- uid: BenchmarkDotNet.Jobs - name: BenchmarkDotNet.Jobs - href: api/BenchmarkDotNet.Jobs.html - commentId: N:BenchmarkDotNet.Jobs - fullName: BenchmarkDotNet.Jobs - nameWithType: BenchmarkDotNet.Jobs -- uid: BenchmarkDotNet.Jobs.AccuracyMode - name: AccuracyMode - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html - commentId: T:BenchmarkDotNet.Jobs.AccuracyMode - fullName: BenchmarkDotNet.Jobs.AccuracyMode - nameWithType: AccuracyMode -- uid: BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVariance - name: AnalyzeLaunchVariance - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_AnalyzeLaunchVariance - commentId: P:BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVariance - fullName: BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVariance - nameWithType: AccuracyMode.AnalyzeLaunchVariance -- uid: BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVariance* - name: AnalyzeLaunchVariance - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_AnalyzeLaunchVariance_ - commentId: Overload:BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVariance - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVariance - nameWithType: AccuracyMode.AnalyzeLaunchVariance -- uid: BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVarianceCharacteristic - name: AnalyzeLaunchVarianceCharacteristic - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_AnalyzeLaunchVarianceCharacteristic - commentId: F:BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVarianceCharacteristic - fullName: BenchmarkDotNet.Jobs.AccuracyMode.AnalyzeLaunchVarianceCharacteristic - nameWithType: AccuracyMode.AnalyzeLaunchVarianceCharacteristic -- uid: BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverhead - name: EvaluateOverhead - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_EvaluateOverhead - commentId: P:BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverhead - fullName: BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverhead - nameWithType: AccuracyMode.EvaluateOverhead -- uid: BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverhead* - name: EvaluateOverhead - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_EvaluateOverhead_ - commentId: Overload:BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverhead - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverhead - nameWithType: AccuracyMode.EvaluateOverhead -- uid: BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverheadCharacteristic - name: EvaluateOverheadCharacteristic - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_EvaluateOverheadCharacteristic - commentId: F:BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverheadCharacteristic - fullName: BenchmarkDotNet.Jobs.AccuracyMode.EvaluateOverheadCharacteristic - nameWithType: AccuracyMode.EvaluateOverheadCharacteristic -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteError - name: MaxAbsoluteError - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MaxAbsoluteError - commentId: P:BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteError - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteError - nameWithType: AccuracyMode.MaxAbsoluteError -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteError* - name: MaxAbsoluteError - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MaxAbsoluteError_ - commentId: Overload:BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteError - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteError - nameWithType: AccuracyMode.MaxAbsoluteError -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteErrorCharacteristic - name: MaxAbsoluteErrorCharacteristic - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MaxAbsoluteErrorCharacteristic - commentId: F:BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteErrorCharacteristic - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MaxAbsoluteErrorCharacteristic - nameWithType: AccuracyMode.MaxAbsoluteErrorCharacteristic -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeError - name: MaxRelativeError - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MaxRelativeError - commentId: P:BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeError - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeError - nameWithType: AccuracyMode.MaxRelativeError -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeError* - name: MaxRelativeError - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MaxRelativeError_ - commentId: Overload:BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeError - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeError - nameWithType: AccuracyMode.MaxRelativeError -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeErrorCharacteristic - name: MaxRelativeErrorCharacteristic - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MaxRelativeErrorCharacteristic - commentId: F:BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeErrorCharacteristic - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MaxRelativeErrorCharacteristic - nameWithType: AccuracyMode.MaxRelativeErrorCharacteristic -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCount - name: MinInvokeCount - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MinInvokeCount - commentId: P:BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCount - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCount - nameWithType: AccuracyMode.MinInvokeCount -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCount* - name: MinInvokeCount - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MinInvokeCount_ - commentId: Overload:BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCount - nameWithType: AccuracyMode.MinInvokeCount -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCountCharacteristic - name: MinInvokeCountCharacteristic - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MinInvokeCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCountCharacteristic - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MinInvokeCountCharacteristic - nameWithType: AccuracyMode.MinInvokeCountCharacteristic -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTime - name: MinIterationTime - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MinIterationTime - commentId: P:BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTime - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTime - nameWithType: AccuracyMode.MinIterationTime -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTime* - name: MinIterationTime - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MinIterationTime_ - commentId: Overload:BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTime - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTime - nameWithType: AccuracyMode.MinIterationTime -- uid: BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTimeCharacteristic - name: MinIterationTimeCharacteristic - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_MinIterationTimeCharacteristic - commentId: F:BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTimeCharacteristic - fullName: BenchmarkDotNet.Jobs.AccuracyMode.MinIterationTimeCharacteristic - nameWithType: AccuracyMode.MinIterationTimeCharacteristic -- uid: BenchmarkDotNet.Jobs.AccuracyMode.OutlierMode - name: OutlierMode - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_OutlierMode - commentId: P:BenchmarkDotNet.Jobs.AccuracyMode.OutlierMode - fullName: BenchmarkDotNet.Jobs.AccuracyMode.OutlierMode - nameWithType: AccuracyMode.OutlierMode -- uid: BenchmarkDotNet.Jobs.AccuracyMode.OutlierMode* - name: OutlierMode - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_OutlierMode_ - commentId: Overload:BenchmarkDotNet.Jobs.AccuracyMode.OutlierMode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.AccuracyMode.OutlierMode - nameWithType: AccuracyMode.OutlierMode -- uid: BenchmarkDotNet.Jobs.AccuracyMode.OutlierModeCharacteristic - name: OutlierModeCharacteristic - href: api/BenchmarkDotNet.Jobs.AccuracyMode.html#BenchmarkDotNet_Jobs_AccuracyMode_OutlierModeCharacteristic - commentId: F:BenchmarkDotNet.Jobs.AccuracyMode.OutlierModeCharacteristic - fullName: BenchmarkDotNet.Jobs.AccuracyMode.OutlierModeCharacteristic - nameWithType: AccuracyMode.OutlierModeCharacteristic -- uid: BenchmarkDotNet.Jobs.Argument - name: Argument - href: api/BenchmarkDotNet.Jobs.Argument.html - commentId: T:BenchmarkDotNet.Jobs.Argument - fullName: BenchmarkDotNet.Jobs.Argument - nameWithType: Argument -- uid: BenchmarkDotNet.Jobs.Argument.TextRepresentation - name: TextRepresentation - href: api/BenchmarkDotNet.Jobs.Argument.html#BenchmarkDotNet_Jobs_Argument_TextRepresentation - commentId: P:BenchmarkDotNet.Jobs.Argument.TextRepresentation - fullName: BenchmarkDotNet.Jobs.Argument.TextRepresentation - nameWithType: Argument.TextRepresentation -- uid: BenchmarkDotNet.Jobs.Argument.TextRepresentation* - name: TextRepresentation - href: api/BenchmarkDotNet.Jobs.Argument.html#BenchmarkDotNet_Jobs_Argument_TextRepresentation_ - commentId: Overload:BenchmarkDotNet.Jobs.Argument.TextRepresentation - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Argument.TextRepresentation - nameWithType: Argument.TextRepresentation -- uid: BenchmarkDotNet.Jobs.Argument.ToString - name: ToString() - href: api/BenchmarkDotNet.Jobs.Argument.html#BenchmarkDotNet_Jobs_Argument_ToString - commentId: M:BenchmarkDotNet.Jobs.Argument.ToString - fullName: BenchmarkDotNet.Jobs.Argument.ToString() - nameWithType: Argument.ToString() -- uid: BenchmarkDotNet.Jobs.Argument.ToString* - name: ToString - href: api/BenchmarkDotNet.Jobs.Argument.html#BenchmarkDotNet_Jobs_Argument_ToString_ - commentId: Overload:BenchmarkDotNet.Jobs.Argument.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Argument.ToString - nameWithType: Argument.ToString -- uid: BenchmarkDotNet.Jobs.EnvironmentMode - name: EnvironmentMode - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html - commentId: T:BenchmarkDotNet.Jobs.EnvironmentMode - fullName: BenchmarkDotNet.Jobs.EnvironmentMode - nameWithType: EnvironmentMode -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.#ctor - name: EnvironmentMode() - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode__ctor - commentId: M:BenchmarkDotNet.Jobs.EnvironmentMode.#ctor - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentMode() - nameWithType: EnvironmentMode.EnvironmentMode() -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.#ctor(BenchmarkDotNet.Environments.Runtime) - name: EnvironmentMode(Runtime) - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode__ctor_BenchmarkDotNet_Environments_Runtime_ - commentId: M:BenchmarkDotNet.Jobs.EnvironmentMode.#ctor(BenchmarkDotNet.Environments.Runtime) - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentMode(BenchmarkDotNet.Environments.Runtime) - nameWithType: EnvironmentMode.EnvironmentMode(Runtime) -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.#ctor(System.String) - name: EnvironmentMode(String) - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode__ctor_System_String_ - commentId: M:BenchmarkDotNet.Jobs.EnvironmentMode.#ctor(System.String) - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentMode(System.String) - nameWithType: EnvironmentMode.EnvironmentMode(String) -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.#ctor(System.String,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - name: EnvironmentMode(String, Jit, Platform) - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode__ctor_System_String_BenchmarkDotNet_Environments_Jit_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Jobs.EnvironmentMode.#ctor(System.String,BenchmarkDotNet.Environments.Jit,BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentMode(System.String, BenchmarkDotNet.Environments.Jit, BenchmarkDotNet.Environments.Platform) - nameWithType: EnvironmentMode.EnvironmentMode(String, Jit, Platform) -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.#ctor* - name: EnvironmentMode - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentMode - nameWithType: EnvironmentMode.EnvironmentMode -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Affinity - name: Affinity - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Affinity - commentId: P:BenchmarkDotNet.Jobs.EnvironmentMode.Affinity - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Affinity - nameWithType: EnvironmentMode.Affinity -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Affinity* - name: Affinity - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Affinity_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.Affinity - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Affinity - nameWithType: EnvironmentMode.Affinity -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.AffinityCharacteristic - name: AffinityCharacteristic - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_AffinityCharacteristic - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.AffinityCharacteristic - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.AffinityCharacteristic - nameWithType: EnvironmentMode.AffinityCharacteristic -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariables - name: EnvironmentVariables - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_EnvironmentVariables - commentId: P:BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariables - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariables - nameWithType: EnvironmentMode.EnvironmentVariables -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariables* - name: EnvironmentVariables - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_EnvironmentVariables_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariables - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariables - nameWithType: EnvironmentMode.EnvironmentVariables -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariablesCharacteristic - name: EnvironmentVariablesCharacteristic - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_EnvironmentVariablesCharacteristic - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariablesCharacteristic - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.EnvironmentVariablesCharacteristic - nameWithType: EnvironmentMode.EnvironmentVariablesCharacteristic -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Gc - name: Gc - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Gc - commentId: P:BenchmarkDotNet.Jobs.EnvironmentMode.Gc - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Gc - nameWithType: EnvironmentMode.Gc -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Gc* - name: Gc - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Gc_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.Gc - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Gc - nameWithType: EnvironmentMode.Gc -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.GcCharacteristic - name: GcCharacteristic - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_GcCharacteristic - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.GcCharacteristic - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.GcCharacteristic - nameWithType: EnvironmentMode.GcCharacteristic -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Jit - name: Jit - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Jit - commentId: P:BenchmarkDotNet.Jobs.EnvironmentMode.Jit - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Jit - nameWithType: EnvironmentMode.Jit -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Jit* - name: Jit - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Jit_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.Jit - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Jit - nameWithType: EnvironmentMode.Jit -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.JitCharacteristic - name: JitCharacteristic - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_JitCharacteristic - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.JitCharacteristic - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.JitCharacteristic - nameWithType: EnvironmentMode.JitCharacteristic -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.LegacyJitX64 - name: LegacyJitX64 - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_LegacyJitX64 - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.LegacyJitX64 - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.LegacyJitX64 - nameWithType: EnvironmentMode.LegacyJitX64 -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.LegacyJitX86 - name: LegacyJitX86 - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_LegacyJitX86 - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.LegacyJitX86 - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.LegacyJitX86 - nameWithType: EnvironmentMode.LegacyJitX86 -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Platform - name: Platform - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Platform - commentId: P:BenchmarkDotNet.Jobs.EnvironmentMode.Platform - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Platform - nameWithType: EnvironmentMode.Platform -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Platform* - name: Platform - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Platform_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.Platform - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Platform - nameWithType: EnvironmentMode.Platform -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.PlatformCharacteristic - name: PlatformCharacteristic - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_PlatformCharacteristic - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.PlatformCharacteristic - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.PlatformCharacteristic - nameWithType: EnvironmentMode.PlatformCharacteristic -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanMode - name: PowerPlanMode - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_PowerPlanMode - commentId: P:BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanMode - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanMode - nameWithType: EnvironmentMode.PowerPlanMode -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanMode* - name: PowerPlanMode - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_PowerPlanMode_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanMode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanMode - nameWithType: EnvironmentMode.PowerPlanMode -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanModeCharacteristic - name: PowerPlanModeCharacteristic - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_PowerPlanModeCharacteristic - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanModeCharacteristic - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.PowerPlanModeCharacteristic - nameWithType: EnvironmentMode.PowerPlanModeCharacteristic -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Runtime - name: Runtime - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Runtime - commentId: P:BenchmarkDotNet.Jobs.EnvironmentMode.Runtime - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Runtime - nameWithType: EnvironmentMode.Runtime -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.Runtime* - name: Runtime - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_Runtime_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.Runtime - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.Runtime - nameWithType: EnvironmentMode.Runtime -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.RuntimeCharacteristic - name: RuntimeCharacteristic - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_RuntimeCharacteristic - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.RuntimeCharacteristic - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.RuntimeCharacteristic - nameWithType: EnvironmentMode.RuntimeCharacteristic -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.RyuJitX64 - name: RyuJitX64 - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_RyuJitX64 - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.RyuJitX64 - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.RyuJitX64 - nameWithType: EnvironmentMode.RyuJitX64 -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.RyuJitX86 - name: RyuJitX86 - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_RyuJitX86 - commentId: F:BenchmarkDotNet.Jobs.EnvironmentMode.RyuJitX86 - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.RyuJitX86 - nameWithType: EnvironmentMode.RyuJitX86 -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.SetEnvironmentVariable(BenchmarkDotNet.Jobs.EnvironmentVariable) - name: SetEnvironmentVariable(EnvironmentVariable) - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_SetEnvironmentVariable_BenchmarkDotNet_Jobs_EnvironmentVariable_ - commentId: M:BenchmarkDotNet.Jobs.EnvironmentMode.SetEnvironmentVariable(BenchmarkDotNet.Jobs.EnvironmentVariable) - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.SetEnvironmentVariable(BenchmarkDotNet.Jobs.EnvironmentVariable) - nameWithType: EnvironmentMode.SetEnvironmentVariable(EnvironmentVariable) -- uid: BenchmarkDotNet.Jobs.EnvironmentMode.SetEnvironmentVariable* - name: SetEnvironmentVariable - href: api/BenchmarkDotNet.Jobs.EnvironmentMode.html#BenchmarkDotNet_Jobs_EnvironmentMode_SetEnvironmentVariable_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentMode.SetEnvironmentVariable - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentMode.SetEnvironmentVariable - nameWithType: EnvironmentMode.SetEnvironmentVariable -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable - name: EnvironmentVariable - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html - commentId: T:BenchmarkDotNet.Jobs.EnvironmentVariable - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable - nameWithType: EnvironmentVariable -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.#ctor(System.String,System.String) - name: EnvironmentVariable(String, String) - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable__ctor_System_String_System_String_ - commentId: M:BenchmarkDotNet.Jobs.EnvironmentVariable.#ctor(System.String,System.String) - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.EnvironmentVariable(System.String, System.String) - nameWithType: EnvironmentVariable.EnvironmentVariable(String, String) -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.#ctor* - name: EnvironmentVariable - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentVariable.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.EnvironmentVariable - nameWithType: EnvironmentVariable.EnvironmentVariable -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.Equals(BenchmarkDotNet.Jobs.EnvironmentVariable) - name: Equals(EnvironmentVariable) - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_Equals_BenchmarkDotNet_Jobs_EnvironmentVariable_ - commentId: M:BenchmarkDotNet.Jobs.EnvironmentVariable.Equals(BenchmarkDotNet.Jobs.EnvironmentVariable) - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.Equals(BenchmarkDotNet.Jobs.EnvironmentVariable) - nameWithType: EnvironmentVariable.Equals(EnvironmentVariable) -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Jobs.EnvironmentVariable.Equals(System.Object) - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.Equals(System.Object) - nameWithType: EnvironmentVariable.Equals(Object) -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.Equals* - name: Equals - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_Equals_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentVariable.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.Equals - nameWithType: EnvironmentVariable.Equals -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_GetHashCode - commentId: M:BenchmarkDotNet.Jobs.EnvironmentVariable.GetHashCode - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.GetHashCode() - nameWithType: EnvironmentVariable.GetHashCode() -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentVariable.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.GetHashCode - nameWithType: EnvironmentVariable.GetHashCode -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.Key - name: Key - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_Key - commentId: P:BenchmarkDotNet.Jobs.EnvironmentVariable.Key - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.Key - nameWithType: EnvironmentVariable.Key -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.Key* - name: Key - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_Key_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentVariable.Key - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.Key - nameWithType: EnvironmentVariable.Key -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.ToString - name: ToString() - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_ToString - commentId: M:BenchmarkDotNet.Jobs.EnvironmentVariable.ToString - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.ToString() - nameWithType: EnvironmentVariable.ToString() -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.ToString* - name: ToString - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_ToString_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentVariable.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.ToString - nameWithType: EnvironmentVariable.ToString -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.Value - name: Value - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_Value - commentId: P:BenchmarkDotNet.Jobs.EnvironmentVariable.Value - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.Value - nameWithType: EnvironmentVariable.Value -- uid: BenchmarkDotNet.Jobs.EnvironmentVariable.Value* - name: Value - href: api/BenchmarkDotNet.Jobs.EnvironmentVariable.html#BenchmarkDotNet_Jobs_EnvironmentVariable_Value_ - commentId: Overload:BenchmarkDotNet.Jobs.EnvironmentVariable.Value - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.EnvironmentVariable.Value - nameWithType: EnvironmentVariable.Value -- uid: BenchmarkDotNet.Jobs.GcMode - name: GcMode - href: api/BenchmarkDotNet.Jobs.GcMode.html - commentId: T:BenchmarkDotNet.Jobs.GcMode - fullName: BenchmarkDotNet.Jobs.GcMode - nameWithType: GcMode -- uid: BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjects - name: AllowVeryLargeObjects - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_AllowVeryLargeObjects - commentId: P:BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjects - fullName: BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjects - nameWithType: GcMode.AllowVeryLargeObjects -- uid: BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjects* - name: AllowVeryLargeObjects - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_AllowVeryLargeObjects_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjects - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjects - nameWithType: GcMode.AllowVeryLargeObjects -- uid: BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjectsCharacteristic - name: AllowVeryLargeObjectsCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_AllowVeryLargeObjectsCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjectsCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.AllowVeryLargeObjectsCharacteristic - nameWithType: GcMode.AllowVeryLargeObjectsCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.Concurrent - name: Concurrent - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Concurrent - commentId: P:BenchmarkDotNet.Jobs.GcMode.Concurrent - fullName: BenchmarkDotNet.Jobs.GcMode.Concurrent - nameWithType: GcMode.Concurrent -- uid: BenchmarkDotNet.Jobs.GcMode.Concurrent* - name: Concurrent - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Concurrent_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.Concurrent - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.Concurrent - nameWithType: GcMode.Concurrent -- uid: BenchmarkDotNet.Jobs.GcMode.ConcurrentCharacteristic - name: ConcurrentCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_ConcurrentCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.ConcurrentCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.ConcurrentCharacteristic - nameWithType: GcMode.ConcurrentCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.CpuGroups - name: CpuGroups - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_CpuGroups - commentId: P:BenchmarkDotNet.Jobs.GcMode.CpuGroups - fullName: BenchmarkDotNet.Jobs.GcMode.CpuGroups - nameWithType: GcMode.CpuGroups -- uid: BenchmarkDotNet.Jobs.GcMode.CpuGroups* - name: CpuGroups - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_CpuGroups_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.CpuGroups - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.CpuGroups - nameWithType: GcMode.CpuGroups -- uid: BenchmarkDotNet.Jobs.GcMode.CpuGroupsCharacteristic - name: CpuGroupsCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_CpuGroupsCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.CpuGroupsCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.CpuGroupsCharacteristic - nameWithType: GcMode.CpuGroupsCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.Equals(BenchmarkDotNet.Jobs.GcMode) - name: Equals(GcMode) - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Equals_BenchmarkDotNet_Jobs_GcMode_ - commentId: M:BenchmarkDotNet.Jobs.GcMode.Equals(BenchmarkDotNet.Jobs.GcMode) - fullName: BenchmarkDotNet.Jobs.GcMode.Equals(BenchmarkDotNet.Jobs.GcMode) - nameWithType: GcMode.Equals(GcMode) -- uid: BenchmarkDotNet.Jobs.GcMode.Equals* - name: Equals - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Equals_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.Equals - nameWithType: GcMode.Equals -- uid: BenchmarkDotNet.Jobs.GcMode.Force - name: Force - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Force - commentId: P:BenchmarkDotNet.Jobs.GcMode.Force - fullName: BenchmarkDotNet.Jobs.GcMode.Force - nameWithType: GcMode.Force -- uid: BenchmarkDotNet.Jobs.GcMode.Force* - name: Force - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Force_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.Force - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.Force - nameWithType: GcMode.Force -- uid: BenchmarkDotNet.Jobs.GcMode.ForceCharacteristic - name: ForceCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_ForceCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.ForceCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.ForceCharacteristic - nameWithType: GcMode.ForceCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_GetHashCode - commentId: M:BenchmarkDotNet.Jobs.GcMode.GetHashCode - fullName: BenchmarkDotNet.Jobs.GcMode.GetHashCode() - nameWithType: GcMode.GetHashCode() -- uid: BenchmarkDotNet.Jobs.GcMode.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.GetHashCode - nameWithType: GcMode.GetHashCode -- uid: BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMask - name: HeapAffinitizeMask - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_HeapAffinitizeMask - commentId: P:BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMask - fullName: BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMask - nameWithType: GcMode.HeapAffinitizeMask -- uid: BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMask* - name: HeapAffinitizeMask - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_HeapAffinitizeMask_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMask - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMask - nameWithType: GcMode.HeapAffinitizeMask -- uid: BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMaskCharacteristic - name: HeapAffinitizeMaskCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_HeapAffinitizeMaskCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMaskCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.HeapAffinitizeMaskCharacteristic - nameWithType: GcMode.HeapAffinitizeMaskCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.HeapCount - name: HeapCount - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_HeapCount - commentId: P:BenchmarkDotNet.Jobs.GcMode.HeapCount - fullName: BenchmarkDotNet.Jobs.GcMode.HeapCount - nameWithType: GcMode.HeapCount -- uid: BenchmarkDotNet.Jobs.GcMode.HeapCount* - name: HeapCount - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_HeapCount_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.HeapCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.HeapCount - nameWithType: GcMode.HeapCount -- uid: BenchmarkDotNet.Jobs.GcMode.HeapCountCharacteristic - name: HeapCountCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_HeapCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.HeapCountCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.HeapCountCharacteristic - nameWithType: GcMode.HeapCountCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.NoAffinitize - name: NoAffinitize - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_NoAffinitize - commentId: P:BenchmarkDotNet.Jobs.GcMode.NoAffinitize - fullName: BenchmarkDotNet.Jobs.GcMode.NoAffinitize - nameWithType: GcMode.NoAffinitize -- uid: BenchmarkDotNet.Jobs.GcMode.NoAffinitize* - name: NoAffinitize - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_NoAffinitize_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.NoAffinitize - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.NoAffinitize - nameWithType: GcMode.NoAffinitize -- uid: BenchmarkDotNet.Jobs.GcMode.NoAffinitizeCharacteristic - name: NoAffinitizeCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_NoAffinitizeCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.NoAffinitizeCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.NoAffinitizeCharacteristic - nameWithType: GcMode.NoAffinitizeCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.RetainVm - name: RetainVm - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_RetainVm - commentId: P:BenchmarkDotNet.Jobs.GcMode.RetainVm - fullName: BenchmarkDotNet.Jobs.GcMode.RetainVm - nameWithType: GcMode.RetainVm -- uid: BenchmarkDotNet.Jobs.GcMode.RetainVm* - name: RetainVm - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_RetainVm_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.RetainVm - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.RetainVm - nameWithType: GcMode.RetainVm -- uid: BenchmarkDotNet.Jobs.GcMode.RetainVmCharacteristic - name: RetainVmCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_RetainVmCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.RetainVmCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.RetainVmCharacteristic - nameWithType: GcMode.RetainVmCharacteristic -- uid: BenchmarkDotNet.Jobs.GcMode.Server - name: Server - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Server - commentId: P:BenchmarkDotNet.Jobs.GcMode.Server - fullName: BenchmarkDotNet.Jobs.GcMode.Server - nameWithType: GcMode.Server -- uid: BenchmarkDotNet.Jobs.GcMode.Server* - name: Server - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_Server_ - commentId: Overload:BenchmarkDotNet.Jobs.GcMode.Server - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcMode.Server - nameWithType: GcMode.Server -- uid: BenchmarkDotNet.Jobs.GcMode.ServerCharacteristic - name: ServerCharacteristic - href: api/BenchmarkDotNet.Jobs.GcMode.html#BenchmarkDotNet_Jobs_GcMode_ServerCharacteristic - commentId: F:BenchmarkDotNet.Jobs.GcMode.ServerCharacteristic - fullName: BenchmarkDotNet.Jobs.GcMode.ServerCharacteristic - nameWithType: GcMode.ServerCharacteristic -- uid: BenchmarkDotNet.Jobs.GcModeExtensions - name: GcModeExtensions - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html - commentId: T:BenchmarkDotNet.Jobs.GcModeExtensions - fullName: BenchmarkDotNet.Jobs.GcModeExtensions - nameWithType: GcModeExtensions -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithAllowVeryLargeObjects(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - name: WithAllowVeryLargeObjects(GcMode, Boolean) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithAllowVeryLargeObjects_BenchmarkDotNet_Jobs_GcMode_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithAllowVeryLargeObjects(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithAllowVeryLargeObjects(BenchmarkDotNet.Jobs.GcMode, System.Boolean) - nameWithType: GcModeExtensions.WithAllowVeryLargeObjects(GcMode, Boolean) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithAllowVeryLargeObjects* - name: WithAllowVeryLargeObjects - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithAllowVeryLargeObjects_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithAllowVeryLargeObjects - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithAllowVeryLargeObjects - nameWithType: GcModeExtensions.WithAllowVeryLargeObjects -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithConcurrent(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - name: WithConcurrent(GcMode, Boolean) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithConcurrent_BenchmarkDotNet_Jobs_GcMode_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithConcurrent(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithConcurrent(BenchmarkDotNet.Jobs.GcMode, System.Boolean) - nameWithType: GcModeExtensions.WithConcurrent(GcMode, Boolean) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithConcurrent* - name: WithConcurrent - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithConcurrent_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithConcurrent - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithConcurrent - nameWithType: GcModeExtensions.WithConcurrent -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithCpuGroups(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - name: WithCpuGroups(GcMode, Boolean) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithCpuGroups_BenchmarkDotNet_Jobs_GcMode_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithCpuGroups(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithCpuGroups(BenchmarkDotNet.Jobs.GcMode, System.Boolean) - nameWithType: GcModeExtensions.WithCpuGroups(GcMode, Boolean) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithCpuGroups* - name: WithCpuGroups - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithCpuGroups_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithCpuGroups - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithCpuGroups - nameWithType: GcModeExtensions.WithCpuGroups -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithForce(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - name: WithForce(GcMode, Boolean) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithForce_BenchmarkDotNet_Jobs_GcMode_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithForce(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithForce(BenchmarkDotNet.Jobs.GcMode, System.Boolean) - nameWithType: GcModeExtensions.WithForce(GcMode, Boolean) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithForce* - name: WithForce - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithForce_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithForce - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithForce - nameWithType: GcModeExtensions.WithForce -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapAffinitizeMask(BenchmarkDotNet.Jobs.GcMode,System.Int32) - name: WithHeapAffinitizeMask(GcMode, Int32) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithHeapAffinitizeMask_BenchmarkDotNet_Jobs_GcMode_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapAffinitizeMask(BenchmarkDotNet.Jobs.GcMode,System.Int32) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapAffinitizeMask(BenchmarkDotNet.Jobs.GcMode, System.Int32) - nameWithType: GcModeExtensions.WithHeapAffinitizeMask(GcMode, Int32) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapAffinitizeMask* - name: WithHeapAffinitizeMask - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithHeapAffinitizeMask_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapAffinitizeMask - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapAffinitizeMask - nameWithType: GcModeExtensions.WithHeapAffinitizeMask -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapCount(BenchmarkDotNet.Jobs.GcMode,System.Int32) - name: WithHeapCount(GcMode, Int32) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithHeapCount_BenchmarkDotNet_Jobs_GcMode_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapCount(BenchmarkDotNet.Jobs.GcMode,System.Int32) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapCount(BenchmarkDotNet.Jobs.GcMode, System.Int32) - nameWithType: GcModeExtensions.WithHeapCount(GcMode, Int32) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapCount* - name: WithHeapCount - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithHeapCount_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithHeapCount - nameWithType: GcModeExtensions.WithHeapCount -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithNoAffinitize(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - name: WithNoAffinitize(GcMode, Boolean) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithNoAffinitize_BenchmarkDotNet_Jobs_GcMode_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithNoAffinitize(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithNoAffinitize(BenchmarkDotNet.Jobs.GcMode, System.Boolean) - nameWithType: GcModeExtensions.WithNoAffinitize(GcMode, Boolean) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithNoAffinitize* - name: WithNoAffinitize - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithNoAffinitize_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithNoAffinitize - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithNoAffinitize - nameWithType: GcModeExtensions.WithNoAffinitize -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithRetainVm(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - name: WithRetainVm(GcMode, Boolean) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithRetainVm_BenchmarkDotNet_Jobs_GcMode_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithRetainVm(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithRetainVm(BenchmarkDotNet.Jobs.GcMode, System.Boolean) - nameWithType: GcModeExtensions.WithRetainVm(GcMode, Boolean) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithRetainVm* - name: WithRetainVm - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithRetainVm_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithRetainVm - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithRetainVm - nameWithType: GcModeExtensions.WithRetainVm -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithServer(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - name: WithServer(GcMode, Boolean) - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithServer_BenchmarkDotNet_Jobs_GcMode_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.GcModeExtensions.WithServer(BenchmarkDotNet.Jobs.GcMode,System.Boolean) - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithServer(BenchmarkDotNet.Jobs.GcMode, System.Boolean) - nameWithType: GcModeExtensions.WithServer(GcMode, Boolean) -- uid: BenchmarkDotNet.Jobs.GcModeExtensions.WithServer* - name: WithServer - href: api/BenchmarkDotNet.Jobs.GcModeExtensions.html#BenchmarkDotNet_Jobs_GcModeExtensions_WithServer_ - commentId: Overload:BenchmarkDotNet.Jobs.GcModeExtensions.WithServer - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.GcModeExtensions.WithServer - nameWithType: GcModeExtensions.WithServer -- uid: BenchmarkDotNet.Jobs.InfrastructureMode - name: InfrastructureMode - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html - commentId: T:BenchmarkDotNet.Jobs.InfrastructureMode - fullName: BenchmarkDotNet.Jobs.InfrastructureMode - nameWithType: InfrastructureMode -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.#ctor - name: InfrastructureMode() - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode__ctor - commentId: M:BenchmarkDotNet.Jobs.InfrastructureMode.#ctor - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.InfrastructureMode() - nameWithType: InfrastructureMode.InfrastructureMode() -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.#ctor* - name: InfrastructureMode - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.InfrastructureMode - nameWithType: InfrastructureMode.InfrastructureMode -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.Arguments - name: Arguments - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_Arguments - commentId: P:BenchmarkDotNet.Jobs.InfrastructureMode.Arguments - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.Arguments - nameWithType: InfrastructureMode.Arguments -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.Arguments* - name: Arguments - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_Arguments_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.Arguments - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.Arguments - nameWithType: InfrastructureMode.Arguments -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.ArgumentsCharacteristic - name: ArgumentsCharacteristic - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_ArgumentsCharacteristic - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.ArgumentsCharacteristic - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.ArgumentsCharacteristic - nameWithType: InfrastructureMode.ArgumentsCharacteristic -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfiguration - name: BuildConfiguration - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_BuildConfiguration - commentId: P:BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfiguration - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfiguration - nameWithType: InfrastructureMode.BuildConfiguration -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfiguration* - name: BuildConfiguration - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_BuildConfiguration_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfiguration - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfiguration - nameWithType: InfrastructureMode.BuildConfiguration -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfigurationCharacteristic - name: BuildConfigurationCharacteristic - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_BuildConfigurationCharacteristic - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfigurationCharacteristic - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.BuildConfigurationCharacteristic - nameWithType: InfrastructureMode.BuildConfigurationCharacteristic -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.Clock - name: Clock - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_Clock - commentId: P:BenchmarkDotNet.Jobs.InfrastructureMode.Clock - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.Clock - nameWithType: InfrastructureMode.Clock -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.Clock* - name: Clock - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_Clock_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.Clock - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.Clock - nameWithType: InfrastructureMode.Clock -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.ClockCharacteristic - name: ClockCharacteristic - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_ClockCharacteristic - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.ClockCharacteristic - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.ClockCharacteristic - nameWithType: InfrastructureMode.ClockCharacteristic -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactory - name: EngineFactory - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_EngineFactory - commentId: P:BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactory - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactory - nameWithType: InfrastructureMode.EngineFactory -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactory* - name: EngineFactory - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_EngineFactory_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactory - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactory - nameWithType: InfrastructureMode.EngineFactory -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactoryCharacteristic - name: EngineFactoryCharacteristic - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_EngineFactoryCharacteristic - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactoryCharacteristic - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.EngineFactoryCharacteristic - nameWithType: InfrastructureMode.EngineFactoryCharacteristic -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.InProcess - name: InProcess - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_InProcess - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.InProcess - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.InProcess - nameWithType: InfrastructureMode.InProcess -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.InProcessDontLogOutput - name: InProcessDontLogOutput - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_InProcessDontLogOutput - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.InProcessDontLogOutput - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.InProcessDontLogOutput - nameWithType: InfrastructureMode.InProcessDontLogOutput -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferences - name: NuGetReferences - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_NuGetReferences - commentId: P:BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferences - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferences - nameWithType: InfrastructureMode.NuGetReferences -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferences* - name: NuGetReferences - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_NuGetReferences_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferences - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferences - nameWithType: InfrastructureMode.NuGetReferences -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferencesCharacteristic - name: NuGetReferencesCharacteristic - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_NuGetReferencesCharacteristic - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferencesCharacteristic - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.NuGetReferencesCharacteristic - nameWithType: InfrastructureMode.NuGetReferencesCharacteristic -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.ReleaseConfigurationName - name: ReleaseConfigurationName - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_ReleaseConfigurationName - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.ReleaseConfigurationName - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.ReleaseConfigurationName - nameWithType: InfrastructureMode.ReleaseConfigurationName -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.Toolchain - name: Toolchain - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_Toolchain - commentId: P:BenchmarkDotNet.Jobs.InfrastructureMode.Toolchain - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.Toolchain - nameWithType: InfrastructureMode.Toolchain -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.Toolchain* - name: Toolchain - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_Toolchain_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.Toolchain - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.Toolchain - nameWithType: InfrastructureMode.Toolchain -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.ToolchainCharacteristic - name: ToolchainCharacteristic - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_ToolchainCharacteristic - commentId: F:BenchmarkDotNet.Jobs.InfrastructureMode.ToolchainCharacteristic - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.ToolchainCharacteristic - nameWithType: InfrastructureMode.ToolchainCharacteristic -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.TryGetToolchain(BenchmarkDotNet.Toolchains.IToolchain@) - name: TryGetToolchain(out IToolchain) - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_TryGetToolchain_BenchmarkDotNet_Toolchains_IToolchain__ - commentId: M:BenchmarkDotNet.Jobs.InfrastructureMode.TryGetToolchain(BenchmarkDotNet.Toolchains.IToolchain@) - name.vb: TryGetToolchain(ByRef IToolchain) - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.TryGetToolchain(out BenchmarkDotNet.Toolchains.IToolchain) - fullName.vb: BenchmarkDotNet.Jobs.InfrastructureMode.TryGetToolchain(ByRef BenchmarkDotNet.Toolchains.IToolchain) - nameWithType: InfrastructureMode.TryGetToolchain(out IToolchain) - nameWithType.vb: InfrastructureMode.TryGetToolchain(ByRef IToolchain) -- uid: BenchmarkDotNet.Jobs.InfrastructureMode.TryGetToolchain* - name: TryGetToolchain - href: api/BenchmarkDotNet.Jobs.InfrastructureMode.html#BenchmarkDotNet_Jobs_InfrastructureMode_TryGetToolchain_ - commentId: Overload:BenchmarkDotNet.Jobs.InfrastructureMode.TryGetToolchain - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.InfrastructureMode.TryGetToolchain - nameWithType: InfrastructureMode.TryGetToolchain -- uid: BenchmarkDotNet.Jobs.Job - name: Job - href: api/BenchmarkDotNet.Jobs.Job.html - commentId: T:BenchmarkDotNet.Jobs.Job - fullName: BenchmarkDotNet.Jobs.Job - nameWithType: Job -- uid: BenchmarkDotNet.Jobs.Job.#ctor - name: Job() - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job__ctor - commentId: M:BenchmarkDotNet.Jobs.Job.#ctor - fullName: BenchmarkDotNet.Jobs.Job.Job() - nameWithType: Job.Job() -- uid: BenchmarkDotNet.Jobs.Job.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject) - name: Job(CharacteristicObject) - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job__ctor_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Jobs.Job.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Jobs.Job.Job(BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: Job.Job(CharacteristicObject) -- uid: BenchmarkDotNet.Jobs.Job.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name: Job(CharacteristicObject[]) - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job__ctor_BenchmarkDotNet_Characteristics_CharacteristicObject___ - commentId: M:BenchmarkDotNet.Jobs.Job.#ctor(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name.vb: Job(CharacteristicObject()) - fullName: BenchmarkDotNet.Jobs.Job.Job(BenchmarkDotNet.Characteristics.CharacteristicObject[]) - fullName.vb: BenchmarkDotNet.Jobs.Job.Job(BenchmarkDotNet.Characteristics.CharacteristicObject()) - nameWithType: Job.Job(CharacteristicObject[]) - nameWithType.vb: Job.Job(CharacteristicObject()) -- uid: BenchmarkDotNet.Jobs.Job.#ctor(System.String) - name: Job(String) - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job__ctor_System_String_ - commentId: M:BenchmarkDotNet.Jobs.Job.#ctor(System.String) - fullName: BenchmarkDotNet.Jobs.Job.Job(System.String) - nameWithType: Job.Job(String) -- uid: BenchmarkDotNet.Jobs.Job.#ctor(System.String,BenchmarkDotNet.Characteristics.CharacteristicObject) - name: Job(String, CharacteristicObject) - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job__ctor_System_String_BenchmarkDotNet_Characteristics_CharacteristicObject_ - commentId: M:BenchmarkDotNet.Jobs.Job.#ctor(System.String,BenchmarkDotNet.Characteristics.CharacteristicObject) - fullName: BenchmarkDotNet.Jobs.Job.Job(System.String, BenchmarkDotNet.Characteristics.CharacteristicObject) - nameWithType: Job.Job(String, CharacteristicObject) -- uid: BenchmarkDotNet.Jobs.Job.#ctor(System.String,BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name: Job(String, CharacteristicObject[]) - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job__ctor_System_String_BenchmarkDotNet_Characteristics_CharacteristicObject___ - commentId: M:BenchmarkDotNet.Jobs.Job.#ctor(System.String,BenchmarkDotNet.Characteristics.CharacteristicObject[]) - name.vb: Job(String, CharacteristicObject()) - fullName: BenchmarkDotNet.Jobs.Job.Job(System.String, BenchmarkDotNet.Characteristics.CharacteristicObject[]) - fullName.vb: BenchmarkDotNet.Jobs.Job.Job(System.String, BenchmarkDotNet.Characteristics.CharacteristicObject()) - nameWithType: Job.Job(String, CharacteristicObject[]) - nameWithType.vb: Job.Job(String, CharacteristicObject()) -- uid: BenchmarkDotNet.Jobs.Job.#ctor* - name: Job - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.Job - nameWithType: Job.Job -- uid: BenchmarkDotNet.Jobs.Job.Accuracy - name: Accuracy - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Accuracy - commentId: P:BenchmarkDotNet.Jobs.Job.Accuracy - fullName: BenchmarkDotNet.Jobs.Job.Accuracy - nameWithType: Job.Accuracy -- uid: BenchmarkDotNet.Jobs.Job.Accuracy* - name: Accuracy - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Accuracy_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.Accuracy - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.Accuracy - nameWithType: Job.Accuracy -- uid: BenchmarkDotNet.Jobs.Job.AccuracyCharacteristic - name: AccuracyCharacteristic - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_AccuracyCharacteristic - commentId: F:BenchmarkDotNet.Jobs.Job.AccuracyCharacteristic - fullName: BenchmarkDotNet.Jobs.Job.AccuracyCharacteristic - nameWithType: Job.AccuracyCharacteristic -- uid: BenchmarkDotNet.Jobs.Job.Clr - name: Clr - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Clr - commentId: F:BenchmarkDotNet.Jobs.Job.Clr - fullName: BenchmarkDotNet.Jobs.Job.Clr - nameWithType: Job.Clr -- uid: BenchmarkDotNet.Jobs.Job.Core - name: Core - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Core - commentId: F:BenchmarkDotNet.Jobs.Job.Core - fullName: BenchmarkDotNet.Jobs.Job.Core - nameWithType: Job.Core -- uid: BenchmarkDotNet.Jobs.Job.CoreRT - name: CoreRT - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_CoreRT - commentId: F:BenchmarkDotNet.Jobs.Job.CoreRT - fullName: BenchmarkDotNet.Jobs.Job.CoreRT - nameWithType: Job.CoreRT -- uid: BenchmarkDotNet.Jobs.Job.DisplayInfo - name: DisplayInfo - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_DisplayInfo - commentId: P:BenchmarkDotNet.Jobs.Job.DisplayInfo - fullName: BenchmarkDotNet.Jobs.Job.DisplayInfo - nameWithType: Job.DisplayInfo -- uid: BenchmarkDotNet.Jobs.Job.DisplayInfo* - name: DisplayInfo - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_DisplayInfo_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.DisplayInfo - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.DisplayInfo - nameWithType: Job.DisplayInfo -- uid: BenchmarkDotNet.Jobs.Job.Dry - name: Dry - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Dry - commentId: F:BenchmarkDotNet.Jobs.Job.Dry - fullName: BenchmarkDotNet.Jobs.Job.Dry - nameWithType: Job.Dry -- uid: BenchmarkDotNet.Jobs.Job.DryClr - name: DryClr - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_DryClr - commentId: F:BenchmarkDotNet.Jobs.Job.DryClr - fullName: BenchmarkDotNet.Jobs.Job.DryClr - nameWithType: Job.DryClr -- uid: BenchmarkDotNet.Jobs.Job.DryCore - name: DryCore - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_DryCore - commentId: F:BenchmarkDotNet.Jobs.Job.DryCore - fullName: BenchmarkDotNet.Jobs.Job.DryCore - nameWithType: Job.DryCore -- uid: BenchmarkDotNet.Jobs.Job.DryCoreRT - name: DryCoreRT - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_DryCoreRT - commentId: F:BenchmarkDotNet.Jobs.Job.DryCoreRT - fullName: BenchmarkDotNet.Jobs.Job.DryCoreRT - nameWithType: Job.DryCoreRT -- uid: BenchmarkDotNet.Jobs.Job.DryMono - name: DryMono - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_DryMono - commentId: F:BenchmarkDotNet.Jobs.Job.DryMono - fullName: BenchmarkDotNet.Jobs.Job.DryMono - nameWithType: Job.DryMono -- uid: BenchmarkDotNet.Jobs.Job.Environment - name: Environment - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Environment - commentId: P:BenchmarkDotNet.Jobs.Job.Environment - fullName: BenchmarkDotNet.Jobs.Job.Environment - nameWithType: Job.Environment -- uid: BenchmarkDotNet.Jobs.Job.Environment* - name: Environment - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Environment_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.Environment - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.Environment - nameWithType: Job.Environment -- uid: BenchmarkDotNet.Jobs.Job.EnvironmentCharacteristic - name: EnvironmentCharacteristic - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_EnvironmentCharacteristic - commentId: F:BenchmarkDotNet.Jobs.Job.EnvironmentCharacteristic - fullName: BenchmarkDotNet.Jobs.Job.EnvironmentCharacteristic - nameWithType: Job.EnvironmentCharacteristic -- uid: BenchmarkDotNet.Jobs.Job.FolderInfo - name: FolderInfo - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_FolderInfo - commentId: P:BenchmarkDotNet.Jobs.Job.FolderInfo - fullName: BenchmarkDotNet.Jobs.Job.FolderInfo - nameWithType: Job.FolderInfo -- uid: BenchmarkDotNet.Jobs.Job.FolderInfo* - name: FolderInfo - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_FolderInfo_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.FolderInfo - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.FolderInfo - nameWithType: Job.FolderInfo -- uid: BenchmarkDotNet.Jobs.Job.Infrastructure - name: Infrastructure - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Infrastructure - commentId: P:BenchmarkDotNet.Jobs.Job.Infrastructure - fullName: BenchmarkDotNet.Jobs.Job.Infrastructure - nameWithType: Job.Infrastructure -- uid: BenchmarkDotNet.Jobs.Job.Infrastructure* - name: Infrastructure - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Infrastructure_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.Infrastructure - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.Infrastructure - nameWithType: Job.Infrastructure -- uid: BenchmarkDotNet.Jobs.Job.InfrastructureCharacteristic - name: InfrastructureCharacteristic - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_InfrastructureCharacteristic - commentId: F:BenchmarkDotNet.Jobs.Job.InfrastructureCharacteristic - fullName: BenchmarkDotNet.Jobs.Job.InfrastructureCharacteristic - nameWithType: Job.InfrastructureCharacteristic -- uid: BenchmarkDotNet.Jobs.Job.InProcess - name: InProcess - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_InProcess - commentId: F:BenchmarkDotNet.Jobs.Job.InProcess - fullName: BenchmarkDotNet.Jobs.Job.InProcess - nameWithType: Job.InProcess -- uid: BenchmarkDotNet.Jobs.Job.InProcessDontLogOutput - name: InProcessDontLogOutput - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_InProcessDontLogOutput - commentId: F:BenchmarkDotNet.Jobs.Job.InProcessDontLogOutput - fullName: BenchmarkDotNet.Jobs.Job.InProcessDontLogOutput - nameWithType: Job.InProcessDontLogOutput -- uid: BenchmarkDotNet.Jobs.Job.LegacyJitX64 - name: LegacyJitX64 - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_LegacyJitX64 - commentId: F:BenchmarkDotNet.Jobs.Job.LegacyJitX64 - fullName: BenchmarkDotNet.Jobs.Job.LegacyJitX64 - nameWithType: Job.LegacyJitX64 -- uid: BenchmarkDotNet.Jobs.Job.LegacyJitX86 - name: LegacyJitX86 - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_LegacyJitX86 - commentId: F:BenchmarkDotNet.Jobs.Job.LegacyJitX86 - fullName: BenchmarkDotNet.Jobs.Job.LegacyJitX86 - nameWithType: Job.LegacyJitX86 -- uid: BenchmarkDotNet.Jobs.Job.LongRun - name: LongRun - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_LongRun - commentId: F:BenchmarkDotNet.Jobs.Job.LongRun - fullName: BenchmarkDotNet.Jobs.Job.LongRun - nameWithType: Job.LongRun -- uid: BenchmarkDotNet.Jobs.Job.MediumRun - name: MediumRun - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_MediumRun - commentId: F:BenchmarkDotNet.Jobs.Job.MediumRun - fullName: BenchmarkDotNet.Jobs.Job.MediumRun - nameWithType: Job.MediumRun -- uid: BenchmarkDotNet.Jobs.Job.Meta - name: Meta - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Meta - commentId: P:BenchmarkDotNet.Jobs.Job.Meta - fullName: BenchmarkDotNet.Jobs.Job.Meta - nameWithType: Job.Meta -- uid: BenchmarkDotNet.Jobs.Job.Meta* - name: Meta - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Meta_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.Meta - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.Meta - nameWithType: Job.Meta -- uid: BenchmarkDotNet.Jobs.Job.MetaCharacteristic - name: MetaCharacteristic - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_MetaCharacteristic - commentId: F:BenchmarkDotNet.Jobs.Job.MetaCharacteristic - fullName: BenchmarkDotNet.Jobs.Job.MetaCharacteristic - nameWithType: Job.MetaCharacteristic -- uid: BenchmarkDotNet.Jobs.Job.Mono - name: Mono - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Mono - commentId: F:BenchmarkDotNet.Jobs.Job.Mono - fullName: BenchmarkDotNet.Jobs.Job.Mono - nameWithType: Job.Mono -- uid: BenchmarkDotNet.Jobs.Job.ResolvedId - name: ResolvedId - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_ResolvedId - commentId: P:BenchmarkDotNet.Jobs.Job.ResolvedId - fullName: BenchmarkDotNet.Jobs.Job.ResolvedId - nameWithType: Job.ResolvedId -- uid: BenchmarkDotNet.Jobs.Job.ResolvedId* - name: ResolvedId - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_ResolvedId_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.ResolvedId - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.ResolvedId - nameWithType: Job.ResolvedId -- uid: BenchmarkDotNet.Jobs.Job.Run - name: Run - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Run - commentId: P:BenchmarkDotNet.Jobs.Job.Run - fullName: BenchmarkDotNet.Jobs.Job.Run - nameWithType: Job.Run -- uid: BenchmarkDotNet.Jobs.Job.Run* - name: Run - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_Run_ - commentId: Overload:BenchmarkDotNet.Jobs.Job.Run - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.Job.Run - nameWithType: Job.Run -- uid: BenchmarkDotNet.Jobs.Job.RunCharacteristic - name: RunCharacteristic - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_RunCharacteristic - commentId: F:BenchmarkDotNet.Jobs.Job.RunCharacteristic - fullName: BenchmarkDotNet.Jobs.Job.RunCharacteristic - nameWithType: Job.RunCharacteristic -- uid: BenchmarkDotNet.Jobs.Job.RyuJitX64 - name: RyuJitX64 - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_RyuJitX64 - commentId: F:BenchmarkDotNet.Jobs.Job.RyuJitX64 - fullName: BenchmarkDotNet.Jobs.Job.RyuJitX64 - nameWithType: Job.RyuJitX64 -- uid: BenchmarkDotNet.Jobs.Job.RyuJitX86 - name: RyuJitX86 - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_RyuJitX86 - commentId: F:BenchmarkDotNet.Jobs.Job.RyuJitX86 - fullName: BenchmarkDotNet.Jobs.Job.RyuJitX86 - nameWithType: Job.RyuJitX86 -- uid: BenchmarkDotNet.Jobs.Job.ShortRun - name: ShortRun - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_ShortRun - commentId: F:BenchmarkDotNet.Jobs.Job.ShortRun - fullName: BenchmarkDotNet.Jobs.Job.ShortRun - nameWithType: Job.ShortRun -- uid: BenchmarkDotNet.Jobs.Job.VeryLongRun - name: VeryLongRun - href: api/BenchmarkDotNet.Jobs.Job.html#BenchmarkDotNet_Jobs_Job_VeryLongRun - commentId: F:BenchmarkDotNet.Jobs.Job.VeryLongRun - fullName: BenchmarkDotNet.Jobs.Job.VeryLongRun - nameWithType: Job.VeryLongRun -- uid: BenchmarkDotNet.Jobs.JobExtensions - name: JobExtensions - href: api/BenchmarkDotNet.Jobs.JobExtensions.html - commentId: T:BenchmarkDotNet.Jobs.JobExtensions - fullName: BenchmarkDotNet.Jobs.JobExtensions - nameWithType: JobExtensions -- uid: BenchmarkDotNet.Jobs.JobExtensions.AsBaseline(BenchmarkDotNet.Jobs.Job) - name: AsBaseline(Job) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_AsBaseline_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.AsBaseline(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Jobs.JobExtensions.AsBaseline(BenchmarkDotNet.Jobs.Job) - nameWithType: JobExtensions.AsBaseline(Job) -- uid: BenchmarkDotNet.Jobs.JobExtensions.AsBaseline* - name: AsBaseline - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_AsBaseline_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.AsBaseline - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.AsBaseline - nameWithType: JobExtensions.AsBaseline -- uid: BenchmarkDotNet.Jobs.JobExtensions.AsDefault(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: AsDefault(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_AsDefault_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.AsDefault(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.AsDefault(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.AsDefault(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.AsDefault* - name: AsDefault - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_AsDefault_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.AsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.AsDefault - nameWithType: JobExtensions.AsDefault -- uid: BenchmarkDotNet.Jobs.JobExtensions.AsMutator(BenchmarkDotNet.Jobs.Job) - name: AsMutator(Job) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_AsMutator_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.AsMutator(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Jobs.JobExtensions.AsMutator(BenchmarkDotNet.Jobs.Job) - nameWithType: JobExtensions.AsMutator(Job) -- uid: BenchmarkDotNet.Jobs.JobExtensions.AsMutator* - name: AsMutator - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_AsMutator_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.AsMutator - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.AsMutator - nameWithType: JobExtensions.AsMutator -- uid: BenchmarkDotNet.Jobs.JobExtensions.DontEnforcePowerPlan(BenchmarkDotNet.Jobs.Job) - name: DontEnforcePowerPlan(Job) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_DontEnforcePowerPlan_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.DontEnforcePowerPlan(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Jobs.JobExtensions.DontEnforcePowerPlan(BenchmarkDotNet.Jobs.Job) - nameWithType: JobExtensions.DontEnforcePowerPlan(Job) -- uid: BenchmarkDotNet.Jobs.JobExtensions.DontEnforcePowerPlan* - name: DontEnforcePowerPlan - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_DontEnforcePowerPlan_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.DontEnforcePowerPlan - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.DontEnforcePowerPlan - nameWithType: JobExtensions.DontEnforcePowerPlan -- uid: BenchmarkDotNet.Jobs.JobExtensions.RunOncePerIteration(BenchmarkDotNet.Jobs.Job) - name: RunOncePerIteration(Job) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_RunOncePerIteration_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.RunOncePerIteration(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Jobs.JobExtensions.RunOncePerIteration(BenchmarkDotNet.Jobs.Job) - nameWithType: JobExtensions.RunOncePerIteration(Job) -- uid: BenchmarkDotNet.Jobs.JobExtensions.RunOncePerIteration* - name: RunOncePerIteration - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_RunOncePerIteration_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.RunOncePerIteration - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.RunOncePerIteration - nameWithType: JobExtensions.RunOncePerIteration -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithAffinity(BenchmarkDotNet.Jobs.Job,System.IntPtr) - name: WithAffinity(Job, IntPtr) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithAffinity_BenchmarkDotNet_Jobs_Job_System_IntPtr_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithAffinity(BenchmarkDotNet.Jobs.Job,System.IntPtr) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithAffinity(BenchmarkDotNet.Jobs.Job, System.IntPtr) - nameWithType: JobExtensions.WithAffinity(Job, IntPtr) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithAffinity* - name: WithAffinity - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithAffinity_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithAffinity - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithAffinity - nameWithType: JobExtensions.WithAffinity -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithAnalyzeLaunchVariance(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithAnalyzeLaunchVariance(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithAnalyzeLaunchVariance_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithAnalyzeLaunchVariance(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithAnalyzeLaunchVariance(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithAnalyzeLaunchVariance(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithAnalyzeLaunchVariance* - name: WithAnalyzeLaunchVariance - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithAnalyzeLaunchVariance_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithAnalyzeLaunchVariance - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithAnalyzeLaunchVariance - nameWithType: JobExtensions.WithAnalyzeLaunchVariance -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithArguments(BenchmarkDotNet.Jobs.Job,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Jobs.Argument}) - name: WithArguments(Job, IReadOnlyList) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithArguments_BenchmarkDotNet_Jobs_Job_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Jobs_Argument__ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithArguments(BenchmarkDotNet.Jobs.Job,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Jobs.Argument}) - name.vb: WithArguments(Job, IReadOnlyList(Of Argument)) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithArguments(BenchmarkDotNet.Jobs.Job, System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Jobs.JobExtensions.WithArguments(BenchmarkDotNet.Jobs.Job, System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Jobs.Argument)) - nameWithType: JobExtensions.WithArguments(Job, IReadOnlyList) - nameWithType.vb: JobExtensions.WithArguments(Job, IReadOnlyList(Of Argument)) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithArguments* - name: WithArguments - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithArguments_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithArguments - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithArguments - nameWithType: JobExtensions.WithArguments -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithBaseline(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithBaseline(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithBaseline_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithBaseline(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithBaseline(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithBaseline(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithBaseline* - name: WithBaseline - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithBaseline_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithBaseline - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithBaseline - nameWithType: JobExtensions.WithBaseline -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithClock(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.IClock) - name: WithClock(Job, IClock) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithClock_BenchmarkDotNet_Jobs_Job_Perfolizer_Horology_IClock_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithClock(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.IClock) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithClock(BenchmarkDotNet.Jobs.Job, Perfolizer.Horology.IClock) - nameWithType: JobExtensions.WithClock(Job, IClock) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithClock* - name: WithClock - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithClock_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithClock - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithClock - nameWithType: JobExtensions.WithClock -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithCustomBuildConfiguration(BenchmarkDotNet.Jobs.Job,System.String) - name: WithCustomBuildConfiguration(Job, String) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithCustomBuildConfiguration_BenchmarkDotNet_Jobs_Job_System_String_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithCustomBuildConfiguration(BenchmarkDotNet.Jobs.Job,System.String) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithCustomBuildConfiguration(BenchmarkDotNet.Jobs.Job, System.String) - nameWithType: JobExtensions.WithCustomBuildConfiguration(Job, String) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithCustomBuildConfiguration* - name: WithCustomBuildConfiguration - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithCustomBuildConfiguration_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithCustomBuildConfiguration - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithCustomBuildConfiguration - nameWithType: JobExtensions.WithCustomBuildConfiguration -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEngineFactory(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Engines.IEngineFactory) - name: WithEngineFactory(Job, IEngineFactory) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEngineFactory_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Engines_IEngineFactory_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithEngineFactory(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Engines.IEngineFactory) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEngineFactory(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Engines.IEngineFactory) - nameWithType: JobExtensions.WithEngineFactory(Job, IEngineFactory) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEngineFactory* - name: WithEngineFactory - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEngineFactory_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithEngineFactory - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEngineFactory - nameWithType: JobExtensions.WithEngineFactory -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.EnvironmentVariable) - name: WithEnvironmentVariable(Job, EnvironmentVariable) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEnvironmentVariable_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Jobs_EnvironmentVariable_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.EnvironmentVariable) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Jobs.EnvironmentVariable) - nameWithType: JobExtensions.WithEnvironmentVariable(Job, EnvironmentVariable) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable(BenchmarkDotNet.Jobs.Job,System.String,System.String) - name: WithEnvironmentVariable(Job, String, String) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEnvironmentVariable_BenchmarkDotNet_Jobs_Job_System_String_System_String_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable(BenchmarkDotNet.Jobs.Job,System.String,System.String) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable(BenchmarkDotNet.Jobs.Job, System.String, System.String) - nameWithType: JobExtensions.WithEnvironmentVariable(Job, String, String) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable* - name: WithEnvironmentVariable - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEnvironmentVariable_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariable - nameWithType: JobExtensions.WithEnvironmentVariable -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariables(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.EnvironmentVariable[]) - name: WithEnvironmentVariables(Job, EnvironmentVariable[]) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEnvironmentVariables_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Jobs_EnvironmentVariable___ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariables(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.EnvironmentVariable[]) - name.vb: WithEnvironmentVariables(Job, EnvironmentVariable()) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariables(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Jobs.EnvironmentVariable[]) - fullName.vb: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariables(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Jobs.EnvironmentVariable()) - nameWithType: JobExtensions.WithEnvironmentVariables(Job, EnvironmentVariable[]) - nameWithType.vb: JobExtensions.WithEnvironmentVariables(Job, EnvironmentVariable()) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariables* - name: WithEnvironmentVariables - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEnvironmentVariables_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariables - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEnvironmentVariables - nameWithType: JobExtensions.WithEnvironmentVariables -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEvaluateOverhead(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithEvaluateOverhead(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEvaluateOverhead_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithEvaluateOverhead(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEvaluateOverhead(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithEvaluateOverhead(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithEvaluateOverhead* - name: WithEvaluateOverhead - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithEvaluateOverhead_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithEvaluateOverhead - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithEvaluateOverhead - nameWithType: JobExtensions.WithEvaluateOverhead -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcAllowVeryLargeObjects(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithGcAllowVeryLargeObjects(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcAllowVeryLargeObjects_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithGcAllowVeryLargeObjects(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcAllowVeryLargeObjects(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithGcAllowVeryLargeObjects(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcAllowVeryLargeObjects* - name: WithGcAllowVeryLargeObjects - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcAllowVeryLargeObjects_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithGcAllowVeryLargeObjects - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcAllowVeryLargeObjects - nameWithType: JobExtensions.WithGcAllowVeryLargeObjects -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcConcurrent(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithGcConcurrent(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcConcurrent_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithGcConcurrent(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcConcurrent(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithGcConcurrent(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcConcurrent* - name: WithGcConcurrent - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcConcurrent_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithGcConcurrent - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcConcurrent - nameWithType: JobExtensions.WithGcConcurrent -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcCpuGroups(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithGcCpuGroups(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcCpuGroups_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithGcCpuGroups(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcCpuGroups(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithGcCpuGroups(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcCpuGroups* - name: WithGcCpuGroups - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcCpuGroups_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithGcCpuGroups - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcCpuGroups - nameWithType: JobExtensions.WithGcCpuGroups -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcForce(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithGcForce(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcForce_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithGcForce(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcForce(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithGcForce(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcForce* - name: WithGcForce - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcForce_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithGcForce - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcForce - nameWithType: JobExtensions.WithGcForce -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcMode(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.GcMode) - name: WithGcMode(Job, GcMode) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcMode_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Jobs_GcMode_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithGcMode(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.GcMode) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcMode(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Jobs.GcMode) - nameWithType: JobExtensions.WithGcMode(Job, GcMode) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcMode* - name: WithGcMode - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcMode_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithGcMode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcMode - nameWithType: JobExtensions.WithGcMode -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcRetainVm(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithGcRetainVm(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcRetainVm_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithGcRetainVm(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcRetainVm(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithGcRetainVm(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcRetainVm* - name: WithGcRetainVm - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcRetainVm_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithGcRetainVm - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcRetainVm - nameWithType: JobExtensions.WithGcRetainVm -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcServer(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithGcServer(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcServer_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithGcServer(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcServer(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithGcServer(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithGcServer* - name: WithGcServer - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithGcServer_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithGcServer - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithGcServer - nameWithType: JobExtensions.WithGcServer -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithHeapAffinitizeMask(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithHeapAffinitizeMask(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithHeapAffinitizeMask_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithHeapAffinitizeMask(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithHeapAffinitizeMask(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithHeapAffinitizeMask(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithHeapAffinitizeMask* - name: WithHeapAffinitizeMask - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithHeapAffinitizeMask_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithHeapAffinitizeMask - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithHeapAffinitizeMask - nameWithType: JobExtensions.WithHeapAffinitizeMask -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithHeapCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithHeapCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithHeapCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithHeapCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithHeapCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithHeapCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithHeapCount* - name: WithHeapCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithHeapCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithHeapCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithHeapCount - nameWithType: JobExtensions.WithHeapCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithId(BenchmarkDotNet.Jobs.Job,System.String) - name: WithId(Job, String) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithId_BenchmarkDotNet_Jobs_Job_System_String_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithId(BenchmarkDotNet.Jobs.Job,System.String) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithId(BenchmarkDotNet.Jobs.Job, System.String) - nameWithType: JobExtensions.WithId(Job, String) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithId* - name: WithId - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithId_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithId - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithId - nameWithType: JobExtensions.WithId -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithInvocationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithInvocationCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithInvocationCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithInvocationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithInvocationCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithInvocationCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithInvocationCount* - name: WithInvocationCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithInvocationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithInvocationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithInvocationCount - nameWithType: JobExtensions.WithInvocationCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithIterationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithIterationCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithIterationCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithIterationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithIterationCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithIterationCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithIterationCount* - name: WithIterationCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithIterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithIterationCount - nameWithType: JobExtensions.WithIterationCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithIterationTime(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.TimeInterval) - name: WithIterationTime(Job, TimeInterval) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithIterationTime_BenchmarkDotNet_Jobs_Job_Perfolizer_Horology_TimeInterval_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithIterationTime(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.TimeInterval) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithIterationTime(BenchmarkDotNet.Jobs.Job, Perfolizer.Horology.TimeInterval) - nameWithType: JobExtensions.WithIterationTime(Job, TimeInterval) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithIterationTime* - name: WithIterationTime - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithIterationTime_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithIterationTime - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithIterationTime - nameWithType: JobExtensions.WithIterationTime -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithJit(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.Jit) - name: WithJit(Job, Jit) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithJit_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Environments_Jit_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithJit(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.Jit) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithJit(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Environments.Jit) - nameWithType: JobExtensions.WithJit(Job, Jit) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithJit* - name: WithJit - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithJit_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithJit - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithJit - nameWithType: JobExtensions.WithJit -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithLaunchCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithLaunchCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithLaunchCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithLaunchCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithLaunchCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithLaunchCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithLaunchCount* - name: WithLaunchCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithLaunchCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithLaunchCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithLaunchCount - nameWithType: JobExtensions.WithLaunchCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxAbsoluteError(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.TimeInterval) - name: WithMaxAbsoluteError(Job, TimeInterval) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxAbsoluteError_BenchmarkDotNet_Jobs_Job_Perfolizer_Horology_TimeInterval_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMaxAbsoluteError(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.TimeInterval) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxAbsoluteError(BenchmarkDotNet.Jobs.Job, Perfolizer.Horology.TimeInterval) - nameWithType: JobExtensions.WithMaxAbsoluteError(Job, TimeInterval) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxAbsoluteError* - name: WithMaxAbsoluteError - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxAbsoluteError_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMaxAbsoluteError - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxAbsoluteError - nameWithType: JobExtensions.WithMaxAbsoluteError -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxIterationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithMaxIterationCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxIterationCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMaxIterationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxIterationCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithMaxIterationCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxIterationCount* - name: WithMaxIterationCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxIterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxIterationCount - nameWithType: JobExtensions.WithMaxIterationCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxRelativeError(BenchmarkDotNet.Jobs.Job,System.Double) - name: WithMaxRelativeError(Job, Double) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxRelativeError_BenchmarkDotNet_Jobs_Job_System_Double_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMaxRelativeError(BenchmarkDotNet.Jobs.Job,System.Double) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxRelativeError(BenchmarkDotNet.Jobs.Job, System.Double) - nameWithType: JobExtensions.WithMaxRelativeError(Job, Double) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxRelativeError* - name: WithMaxRelativeError - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxRelativeError_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMaxRelativeError - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxRelativeError - nameWithType: JobExtensions.WithMaxRelativeError -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxWarmupCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithMaxWarmupCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxWarmupCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMaxWarmupCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxWarmupCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithMaxWarmupCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMaxWarmupCount* - name: WithMaxWarmupCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMaxWarmupCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMaxWarmupCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMaxWarmupCount - nameWithType: JobExtensions.WithMaxWarmupCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMemoryRandomization(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithMemoryRandomization(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMemoryRandomization_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMemoryRandomization(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMemoryRandomization(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithMemoryRandomization(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMemoryRandomization* - name: WithMemoryRandomization - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMemoryRandomization_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMemoryRandomization - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMemoryRandomization - nameWithType: JobExtensions.WithMemoryRandomization -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinInvokeCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithMinInvokeCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinInvokeCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMinInvokeCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinInvokeCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithMinInvokeCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinInvokeCount* - name: WithMinInvokeCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinInvokeCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMinInvokeCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinInvokeCount - nameWithType: JobExtensions.WithMinInvokeCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithMinIterationCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinIterationCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithMinIterationCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationCount* - name: WithMinIterationCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinIterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationCount - nameWithType: JobExtensions.WithMinIterationCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationTime(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.TimeInterval) - name: WithMinIterationTime(Job, TimeInterval) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinIterationTime_BenchmarkDotNet_Jobs_Job_Perfolizer_Horology_TimeInterval_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationTime(BenchmarkDotNet.Jobs.Job,Perfolizer.Horology.TimeInterval) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationTime(BenchmarkDotNet.Jobs.Job, Perfolizer.Horology.TimeInterval) - nameWithType: JobExtensions.WithMinIterationTime(Job, TimeInterval) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationTime* - name: WithMinIterationTime - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinIterationTime_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationTime - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinIterationTime - nameWithType: JobExtensions.WithMinIterationTime -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinWarmupCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithMinWarmupCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinWarmupCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithMinWarmupCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinWarmupCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithMinWarmupCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithMinWarmupCount* - name: WithMinWarmupCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithMinWarmupCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithMinWarmupCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithMinWarmupCount - nameWithType: JobExtensions.WithMinWarmupCount -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithNoAffinitize(BenchmarkDotNet.Jobs.Job,System.Boolean) - name: WithNoAffinitize(Job, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithNoAffinitize_BenchmarkDotNet_Jobs_Job_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithNoAffinitize(BenchmarkDotNet.Jobs.Job,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithNoAffinitize(BenchmarkDotNet.Jobs.Job, System.Boolean) - nameWithType: JobExtensions.WithNoAffinitize(Job, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithNoAffinitize* - name: WithNoAffinitize - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithNoAffinitize_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithNoAffinitize - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithNoAffinitize - nameWithType: JobExtensions.WithNoAffinitize -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithNuGet(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.NuGetReferenceList) - name: WithNuGet(Job, NuGetReferenceList) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithNuGet_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Jobs_NuGetReferenceList_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithNuGet(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Jobs.NuGetReferenceList) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithNuGet(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Jobs.NuGetReferenceList) - nameWithType: JobExtensions.WithNuGet(Job, NuGetReferenceList) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithNuGet(BenchmarkDotNet.Jobs.Job,System.String,System.String,System.Uri,System.Boolean) - name: WithNuGet(Job, String, String, Uri, Boolean) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithNuGet_BenchmarkDotNet_Jobs_Job_System_String_System_String_System_Uri_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithNuGet(BenchmarkDotNet.Jobs.Job,System.String,System.String,System.Uri,System.Boolean) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithNuGet(BenchmarkDotNet.Jobs.Job, System.String, System.String, System.Uri, System.Boolean) - nameWithType: JobExtensions.WithNuGet(Job, String, String, Uri, Boolean) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithNuGet* - name: WithNuGet - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithNuGet_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithNuGet - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithNuGet - nameWithType: JobExtensions.WithNuGet -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithoutEnvironmentVariables(BenchmarkDotNet.Jobs.Job) - name: WithoutEnvironmentVariables(Job) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithoutEnvironmentVariables_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithoutEnvironmentVariables(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithoutEnvironmentVariables(BenchmarkDotNet.Jobs.Job) - nameWithType: JobExtensions.WithoutEnvironmentVariables(Job) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithoutEnvironmentVariables* - name: WithoutEnvironmentVariables - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithoutEnvironmentVariables_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithoutEnvironmentVariables - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithoutEnvironmentVariables - nameWithType: JobExtensions.WithoutEnvironmentVariables -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithOutlierMode(BenchmarkDotNet.Jobs.Job,Perfolizer.Mathematics.OutlierDetection.OutlierMode) - name: WithOutlierMode(Job, OutlierMode) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithOutlierMode_BenchmarkDotNet_Jobs_Job_Perfolizer_Mathematics_OutlierDetection_OutlierMode_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithOutlierMode(BenchmarkDotNet.Jobs.Job,Perfolizer.Mathematics.OutlierDetection.OutlierMode) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithOutlierMode(BenchmarkDotNet.Jobs.Job, Perfolizer.Mathematics.OutlierDetection.OutlierMode) - nameWithType: JobExtensions.WithOutlierMode(Job, OutlierMode) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithOutlierMode* - name: WithOutlierMode - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithOutlierMode_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithOutlierMode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithOutlierMode - nameWithType: JobExtensions.WithOutlierMode -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithPlatform(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.Platform) - name: WithPlatform(Job, Platform) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithPlatform_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Environments_Platform_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithPlatform(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.Platform) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithPlatform(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Environments.Platform) - nameWithType: JobExtensions.WithPlatform(Job, Platform) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithPlatform* - name: WithPlatform - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithPlatform_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithPlatform - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithPlatform - nameWithType: JobExtensions.WithPlatform -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.PowerPlan) - name: WithPowerPlan(Job, PowerPlan) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithPowerPlan_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Environments_PowerPlan_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.PowerPlan) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Environments.PowerPlan) - nameWithType: JobExtensions.WithPowerPlan(Job, PowerPlan) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan(BenchmarkDotNet.Jobs.Job,System.Guid) - name: WithPowerPlan(Job, Guid) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithPowerPlan_BenchmarkDotNet_Jobs_Job_System_Guid_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan(BenchmarkDotNet.Jobs.Job,System.Guid) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan(BenchmarkDotNet.Jobs.Job, System.Guid) - nameWithType: JobExtensions.WithPowerPlan(Job, Guid) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan* - name: WithPowerPlan - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithPowerPlan_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithPowerPlan - nameWithType: JobExtensions.WithPowerPlan -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithRuntime(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.Runtime) - name: WithRuntime(Job, Runtime) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithRuntime_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Environments_Runtime_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithRuntime(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Environments.Runtime) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithRuntime(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Environments.Runtime) - nameWithType: JobExtensions.WithRuntime(Job, Runtime) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithRuntime* - name: WithRuntime - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithRuntime_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithRuntime - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithRuntime - nameWithType: JobExtensions.WithRuntime -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithStrategy(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Engines.RunStrategy) - name: WithStrategy(Job, RunStrategy) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithStrategy_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Engines_RunStrategy_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithStrategy(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Engines.RunStrategy) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithStrategy(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Engines.RunStrategy) - nameWithType: JobExtensions.WithStrategy(Job, RunStrategy) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithStrategy* - name: WithStrategy - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithStrategy_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithStrategy - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithStrategy - nameWithType: JobExtensions.WithStrategy -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithToolchain(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Toolchains.IToolchain) - name: WithToolchain(Job, IToolchain) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithToolchain_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Toolchains_IToolchain_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithToolchain(BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Toolchains.IToolchain) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithToolchain(BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Toolchains.IToolchain) - nameWithType: JobExtensions.WithToolchain(Job, IToolchain) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithToolchain* - name: WithToolchain - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithToolchain_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithToolchain - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithToolchain - nameWithType: JobExtensions.WithToolchain -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithUnrollFactor(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithUnrollFactor(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithUnrollFactor_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithUnrollFactor(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithUnrollFactor(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithUnrollFactor(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithUnrollFactor* - name: WithUnrollFactor - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithUnrollFactor_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithUnrollFactor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithUnrollFactor - nameWithType: JobExtensions.WithUnrollFactor -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithWarmupCount(BenchmarkDotNet.Jobs.Job,System.Int32) - name: WithWarmupCount(Job, Int32) - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithWarmupCount_BenchmarkDotNet_Jobs_Job_System_Int32_ - commentId: M:BenchmarkDotNet.Jobs.JobExtensions.WithWarmupCount(BenchmarkDotNet.Jobs.Job,System.Int32) - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithWarmupCount(BenchmarkDotNet.Jobs.Job, System.Int32) - nameWithType: JobExtensions.WithWarmupCount(Job, Int32) -- uid: BenchmarkDotNet.Jobs.JobExtensions.WithWarmupCount* - name: WithWarmupCount - href: api/BenchmarkDotNet.Jobs.JobExtensions.html#BenchmarkDotNet_Jobs_JobExtensions_WithWarmupCount_ - commentId: Overload:BenchmarkDotNet.Jobs.JobExtensions.WithWarmupCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobExtensions.WithWarmupCount - nameWithType: JobExtensions.WithWarmupCount -- uid: BenchmarkDotNet.Jobs.JobIdGenerator - name: JobIdGenerator - href: api/BenchmarkDotNet.Jobs.JobIdGenerator.html - commentId: T:BenchmarkDotNet.Jobs.JobIdGenerator - fullName: BenchmarkDotNet.Jobs.JobIdGenerator - nameWithType: JobIdGenerator -- uid: BenchmarkDotNet.Jobs.JobIdGenerator.GenerateRandomId(BenchmarkDotNet.Jobs.Job) - name: GenerateRandomId(Job) - href: api/BenchmarkDotNet.Jobs.JobIdGenerator.html#BenchmarkDotNet_Jobs_JobIdGenerator_GenerateRandomId_BenchmarkDotNet_Jobs_Job_ - commentId: M:BenchmarkDotNet.Jobs.JobIdGenerator.GenerateRandomId(BenchmarkDotNet.Jobs.Job) - fullName: BenchmarkDotNet.Jobs.JobIdGenerator.GenerateRandomId(BenchmarkDotNet.Jobs.Job) - nameWithType: JobIdGenerator.GenerateRandomId(Job) -- uid: BenchmarkDotNet.Jobs.JobIdGenerator.GenerateRandomId* - name: GenerateRandomId - href: api/BenchmarkDotNet.Jobs.JobIdGenerator.html#BenchmarkDotNet_Jobs_JobIdGenerator_GenerateRandomId_ - commentId: Overload:BenchmarkDotNet.Jobs.JobIdGenerator.GenerateRandomId - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobIdGenerator.GenerateRandomId - nameWithType: JobIdGenerator.GenerateRandomId -- uid: BenchmarkDotNet.Jobs.JobMode`1 - name: JobMode - href: api/BenchmarkDotNet.Jobs.JobMode-1.html - commentId: T:BenchmarkDotNet.Jobs.JobMode`1 - name.vb: JobMode(Of T) - fullName: BenchmarkDotNet.Jobs.JobMode - fullName.vb: BenchmarkDotNet.Jobs.JobMode(Of T) - nameWithType: JobMode - nameWithType.vb: JobMode(Of T) -- uid: BenchmarkDotNet.Jobs.JobMode`1.#ctor - name: JobMode() - href: api/BenchmarkDotNet.Jobs.JobMode-1.html#BenchmarkDotNet_Jobs_JobMode_1__ctor - commentId: M:BenchmarkDotNet.Jobs.JobMode`1.#ctor - fullName: BenchmarkDotNet.Jobs.JobMode.JobMode() - fullName.vb: BenchmarkDotNet.Jobs.JobMode(Of T).JobMode() - nameWithType: JobMode.JobMode() - nameWithType.vb: JobMode(Of T).JobMode() -- uid: BenchmarkDotNet.Jobs.JobMode`1.#ctor(System.String) - name: JobMode(String) - href: api/BenchmarkDotNet.Jobs.JobMode-1.html#BenchmarkDotNet_Jobs_JobMode_1__ctor_System_String_ - commentId: M:BenchmarkDotNet.Jobs.JobMode`1.#ctor(System.String) - fullName: BenchmarkDotNet.Jobs.JobMode.JobMode(System.String) - fullName.vb: BenchmarkDotNet.Jobs.JobMode(Of T).JobMode(System.String) - nameWithType: JobMode.JobMode(String) - nameWithType.vb: JobMode(Of T).JobMode(String) -- uid: BenchmarkDotNet.Jobs.JobMode`1.#ctor* - name: JobMode - href: api/BenchmarkDotNet.Jobs.JobMode-1.html#BenchmarkDotNet_Jobs_JobMode_1__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.JobMode`1.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobMode.JobMode - fullName.vb: BenchmarkDotNet.Jobs.JobMode(Of T).JobMode - nameWithType: JobMode.JobMode - nameWithType.vb: JobMode(Of T).JobMode -- uid: BenchmarkDotNet.Jobs.JobMode`1.Default - name: Default - href: api/BenchmarkDotNet.Jobs.JobMode-1.html#BenchmarkDotNet_Jobs_JobMode_1_Default - commentId: F:BenchmarkDotNet.Jobs.JobMode`1.Default - fullName: BenchmarkDotNet.Jobs.JobMode.Default - fullName.vb: BenchmarkDotNet.Jobs.JobMode(Of T).Default - nameWithType: JobMode.Default - nameWithType.vb: JobMode(Of T).Default -- uid: BenchmarkDotNet.Jobs.JobMode`1.Job - name: Job - href: api/BenchmarkDotNet.Jobs.JobMode-1.html#BenchmarkDotNet_Jobs_JobMode_1_Job - commentId: P:BenchmarkDotNet.Jobs.JobMode`1.Job - fullName: BenchmarkDotNet.Jobs.JobMode.Job - fullName.vb: BenchmarkDotNet.Jobs.JobMode(Of T).Job - nameWithType: JobMode.Job - nameWithType.vb: JobMode(Of T).Job -- uid: BenchmarkDotNet.Jobs.JobMode`1.Job* - name: Job - href: api/BenchmarkDotNet.Jobs.JobMode-1.html#BenchmarkDotNet_Jobs_JobMode_1_Job_ - commentId: Overload:BenchmarkDotNet.Jobs.JobMode`1.Job - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.JobMode.Job - fullName.vb: BenchmarkDotNet.Jobs.JobMode(Of T).Job - nameWithType: JobMode.Job - nameWithType.vb: JobMode(Of T).Job -- uid: BenchmarkDotNet.Jobs.MetaMode - name: MetaMode - href: api/BenchmarkDotNet.Jobs.MetaMode.html - commentId: T:BenchmarkDotNet.Jobs.MetaMode - fullName: BenchmarkDotNet.Jobs.MetaMode - nameWithType: MetaMode -- uid: BenchmarkDotNet.Jobs.MetaMode.Baseline - name: Baseline - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_Baseline - commentId: P:BenchmarkDotNet.Jobs.MetaMode.Baseline - fullName: BenchmarkDotNet.Jobs.MetaMode.Baseline - nameWithType: MetaMode.Baseline -- uid: BenchmarkDotNet.Jobs.MetaMode.Baseline* - name: Baseline - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_Baseline_ - commentId: Overload:BenchmarkDotNet.Jobs.MetaMode.Baseline - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.MetaMode.Baseline - nameWithType: MetaMode.Baseline -- uid: BenchmarkDotNet.Jobs.MetaMode.BaselineCharacteristic - name: BaselineCharacteristic - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_BaselineCharacteristic - commentId: F:BenchmarkDotNet.Jobs.MetaMode.BaselineCharacteristic - fullName: BenchmarkDotNet.Jobs.MetaMode.BaselineCharacteristic - nameWithType: MetaMode.BaselineCharacteristic -- uid: BenchmarkDotNet.Jobs.MetaMode.IsDefault - name: IsDefault - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_IsDefault - commentId: P:BenchmarkDotNet.Jobs.MetaMode.IsDefault - fullName: BenchmarkDotNet.Jobs.MetaMode.IsDefault - nameWithType: MetaMode.IsDefault -- uid: BenchmarkDotNet.Jobs.MetaMode.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_IsDefault_ - commentId: Overload:BenchmarkDotNet.Jobs.MetaMode.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.MetaMode.IsDefault - nameWithType: MetaMode.IsDefault -- uid: BenchmarkDotNet.Jobs.MetaMode.IsDefaultCharacteristic - name: IsDefaultCharacteristic - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_IsDefaultCharacteristic - commentId: F:BenchmarkDotNet.Jobs.MetaMode.IsDefaultCharacteristic - fullName: BenchmarkDotNet.Jobs.MetaMode.IsDefaultCharacteristic - nameWithType: MetaMode.IsDefaultCharacteristic -- uid: BenchmarkDotNet.Jobs.MetaMode.IsMutator - name: IsMutator - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_IsMutator - commentId: P:BenchmarkDotNet.Jobs.MetaMode.IsMutator - fullName: BenchmarkDotNet.Jobs.MetaMode.IsMutator - nameWithType: MetaMode.IsMutator -- uid: BenchmarkDotNet.Jobs.MetaMode.IsMutator* - name: IsMutator - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_IsMutator_ - commentId: Overload:BenchmarkDotNet.Jobs.MetaMode.IsMutator - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.MetaMode.IsMutator - nameWithType: MetaMode.IsMutator -- uid: BenchmarkDotNet.Jobs.MetaMode.IsMutatorCharacteristic - name: IsMutatorCharacteristic - href: api/BenchmarkDotNet.Jobs.MetaMode.html#BenchmarkDotNet_Jobs_MetaMode_IsMutatorCharacteristic - commentId: F:BenchmarkDotNet.Jobs.MetaMode.IsMutatorCharacteristic - fullName: BenchmarkDotNet.Jobs.MetaMode.IsMutatorCharacteristic - nameWithType: MetaMode.IsMutatorCharacteristic -- uid: BenchmarkDotNet.Jobs.MonoArgument - name: MonoArgument - href: api/BenchmarkDotNet.Jobs.MonoArgument.html - commentId: T:BenchmarkDotNet.Jobs.MonoArgument - fullName: BenchmarkDotNet.Jobs.MonoArgument - nameWithType: MonoArgument -- uid: BenchmarkDotNet.Jobs.MonoArgument.#ctor(System.String) - name: MonoArgument(String) - href: api/BenchmarkDotNet.Jobs.MonoArgument.html#BenchmarkDotNet_Jobs_MonoArgument__ctor_System_String_ - commentId: M:BenchmarkDotNet.Jobs.MonoArgument.#ctor(System.String) - fullName: BenchmarkDotNet.Jobs.MonoArgument.MonoArgument(System.String) - nameWithType: MonoArgument.MonoArgument(String) -- uid: BenchmarkDotNet.Jobs.MonoArgument.#ctor* - name: MonoArgument - href: api/BenchmarkDotNet.Jobs.MonoArgument.html#BenchmarkDotNet_Jobs_MonoArgument__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.MonoArgument.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.MonoArgument.MonoArgument - nameWithType: MonoArgument.MonoArgument -- uid: BenchmarkDotNet.Jobs.MsBuildArgument - name: MsBuildArgument - href: api/BenchmarkDotNet.Jobs.MsBuildArgument.html - commentId: T:BenchmarkDotNet.Jobs.MsBuildArgument - fullName: BenchmarkDotNet.Jobs.MsBuildArgument - nameWithType: MsBuildArgument -- uid: BenchmarkDotNet.Jobs.MsBuildArgument.#ctor(System.String) - name: MsBuildArgument(String) - href: api/BenchmarkDotNet.Jobs.MsBuildArgument.html#BenchmarkDotNet_Jobs_MsBuildArgument__ctor_System_String_ - commentId: M:BenchmarkDotNet.Jobs.MsBuildArgument.#ctor(System.String) - fullName: BenchmarkDotNet.Jobs.MsBuildArgument.MsBuildArgument(System.String) - nameWithType: MsBuildArgument.MsBuildArgument(String) -- uid: BenchmarkDotNet.Jobs.MsBuildArgument.#ctor* - name: MsBuildArgument - href: api/BenchmarkDotNet.Jobs.MsBuildArgument.html#BenchmarkDotNet_Jobs_MsBuildArgument__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.MsBuildArgument.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.MsBuildArgument.MsBuildArgument - nameWithType: MsBuildArgument.MsBuildArgument -- uid: BenchmarkDotNet.Jobs.NuGetReference - name: NuGetReference - href: api/BenchmarkDotNet.Jobs.NuGetReference.html - commentId: T:BenchmarkDotNet.Jobs.NuGetReference - fullName: BenchmarkDotNet.Jobs.NuGetReference - nameWithType: NuGetReference -- uid: BenchmarkDotNet.Jobs.NuGetReference.#ctor(System.String,System.String,System.Uri,System.Boolean) - name: NuGetReference(String, String, Uri, Boolean) - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference__ctor_System_String_System_String_System_Uri_System_Boolean_ - commentId: M:BenchmarkDotNet.Jobs.NuGetReference.#ctor(System.String,System.String,System.Uri,System.Boolean) - fullName: BenchmarkDotNet.Jobs.NuGetReference.NuGetReference(System.String, System.String, System.Uri, System.Boolean) - nameWithType: NuGetReference.NuGetReference(String, String, Uri, Boolean) -- uid: BenchmarkDotNet.Jobs.NuGetReference.#ctor* - name: NuGetReference - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.NuGetReference - nameWithType: NuGetReference.NuGetReference -- uid: BenchmarkDotNet.Jobs.NuGetReference.Equals(BenchmarkDotNet.Jobs.NuGetReference) - name: Equals(NuGetReference) - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_Equals_BenchmarkDotNet_Jobs_NuGetReference_ - commentId: M:BenchmarkDotNet.Jobs.NuGetReference.Equals(BenchmarkDotNet.Jobs.NuGetReference) - fullName: BenchmarkDotNet.Jobs.NuGetReference.Equals(BenchmarkDotNet.Jobs.NuGetReference) - nameWithType: NuGetReference.Equals(NuGetReference) -- uid: BenchmarkDotNet.Jobs.NuGetReference.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Jobs.NuGetReference.Equals(System.Object) - fullName: BenchmarkDotNet.Jobs.NuGetReference.Equals(System.Object) - nameWithType: NuGetReference.Equals(Object) -- uid: BenchmarkDotNet.Jobs.NuGetReference.Equals* - name: Equals - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_Equals_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.Equals - nameWithType: NuGetReference.Equals -- uid: BenchmarkDotNet.Jobs.NuGetReference.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_GetHashCode - commentId: M:BenchmarkDotNet.Jobs.NuGetReference.GetHashCode - fullName: BenchmarkDotNet.Jobs.NuGetReference.GetHashCode() - nameWithType: NuGetReference.GetHashCode() -- uid: BenchmarkDotNet.Jobs.NuGetReference.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.GetHashCode - nameWithType: NuGetReference.GetHashCode -- uid: BenchmarkDotNet.Jobs.NuGetReference.PackageName - name: PackageName - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_PackageName - commentId: P:BenchmarkDotNet.Jobs.NuGetReference.PackageName - fullName: BenchmarkDotNet.Jobs.NuGetReference.PackageName - nameWithType: NuGetReference.PackageName -- uid: BenchmarkDotNet.Jobs.NuGetReference.PackageName* - name: PackageName - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_PackageName_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.PackageName - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.PackageName - nameWithType: NuGetReference.PackageName -- uid: BenchmarkDotNet.Jobs.NuGetReference.PackageSource - name: PackageSource - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_PackageSource - commentId: P:BenchmarkDotNet.Jobs.NuGetReference.PackageSource - fullName: BenchmarkDotNet.Jobs.NuGetReference.PackageSource - nameWithType: NuGetReference.PackageSource -- uid: BenchmarkDotNet.Jobs.NuGetReference.PackageSource* - name: PackageSource - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_PackageSource_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.PackageSource - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.PackageSource - nameWithType: NuGetReference.PackageSource -- uid: BenchmarkDotNet.Jobs.NuGetReference.PackageVersion - name: PackageVersion - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_PackageVersion - commentId: P:BenchmarkDotNet.Jobs.NuGetReference.PackageVersion - fullName: BenchmarkDotNet.Jobs.NuGetReference.PackageVersion - nameWithType: NuGetReference.PackageVersion -- uid: BenchmarkDotNet.Jobs.NuGetReference.PackageVersion* - name: PackageVersion - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_PackageVersion_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.PackageVersion - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.PackageVersion - nameWithType: NuGetReference.PackageVersion -- uid: BenchmarkDotNet.Jobs.NuGetReference.Prerelease - name: Prerelease - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_Prerelease - commentId: P:BenchmarkDotNet.Jobs.NuGetReference.Prerelease - fullName: BenchmarkDotNet.Jobs.NuGetReference.Prerelease - nameWithType: NuGetReference.Prerelease -- uid: BenchmarkDotNet.Jobs.NuGetReference.Prerelease* - name: Prerelease - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_Prerelease_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.Prerelease - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.Prerelease - nameWithType: NuGetReference.Prerelease -- uid: BenchmarkDotNet.Jobs.NuGetReference.ToString - name: ToString() - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_ToString - commentId: M:BenchmarkDotNet.Jobs.NuGetReference.ToString - fullName: BenchmarkDotNet.Jobs.NuGetReference.ToString() - nameWithType: NuGetReference.ToString() -- uid: BenchmarkDotNet.Jobs.NuGetReference.ToString* - name: ToString - href: api/BenchmarkDotNet.Jobs.NuGetReference.html#BenchmarkDotNet_Jobs_NuGetReference_ToString_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReference.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReference.ToString - nameWithType: NuGetReference.ToString -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList - name: NuGetReferenceList - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html - commentId: T:BenchmarkDotNet.Jobs.NuGetReferenceList - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList - nameWithType: NuGetReferenceList -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.#ctor - name: NuGetReferenceList() - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList__ctor - commentId: M:BenchmarkDotNet.Jobs.NuGetReferenceList.#ctor - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.NuGetReferenceList() - nameWithType: NuGetReferenceList.NuGetReferenceList() -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.#ctor(System.Collections.Generic.IReadOnlyCollection{BenchmarkDotNet.Jobs.NuGetReference}) - name: NuGetReferenceList(IReadOnlyCollection) - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList__ctor_System_Collections_Generic_IReadOnlyCollection_BenchmarkDotNet_Jobs_NuGetReference__ - commentId: M:BenchmarkDotNet.Jobs.NuGetReferenceList.#ctor(System.Collections.Generic.IReadOnlyCollection{BenchmarkDotNet.Jobs.NuGetReference}) - name.vb: NuGetReferenceList(IReadOnlyCollection(Of NuGetReference)) - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.NuGetReferenceList(System.Collections.Generic.IReadOnlyCollection) - fullName.vb: BenchmarkDotNet.Jobs.NuGetReferenceList.NuGetReferenceList(System.Collections.Generic.IReadOnlyCollection(Of BenchmarkDotNet.Jobs.NuGetReference)) - nameWithType: NuGetReferenceList.NuGetReferenceList(IReadOnlyCollection) - nameWithType.vb: NuGetReferenceList.NuGetReferenceList(IReadOnlyCollection(Of NuGetReference)) -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.#ctor* - name: NuGetReferenceList - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReferenceList.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.NuGetReferenceList - nameWithType: NuGetReferenceList.NuGetReferenceList -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.Add(BenchmarkDotNet.Jobs.NuGetReference) - name: Add(NuGetReference) - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_Add_BenchmarkDotNet_Jobs_NuGetReference_ - commentId: M:BenchmarkDotNet.Jobs.NuGetReferenceList.Add(BenchmarkDotNet.Jobs.NuGetReference) - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.Add(BenchmarkDotNet.Jobs.NuGetReference) - nameWithType: NuGetReferenceList.Add(NuGetReference) -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.Add* - name: Add - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_Add_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReferenceList.Add - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.Add - nameWithType: NuGetReferenceList.Add -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.Count - name: Count - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_Count - commentId: P:BenchmarkDotNet.Jobs.NuGetReferenceList.Count - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.Count - nameWithType: NuGetReferenceList.Count -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.Count* - name: Count - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_Count_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReferenceList.Count - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.Count - nameWithType: NuGetReferenceList.Count -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Jobs.NuGetReferenceList.Equals(System.Object) - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.Equals(System.Object) - nameWithType: NuGetReferenceList.Equals(Object) -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.Equals* - name: Equals - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_Equals_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReferenceList.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.Equals - nameWithType: NuGetReferenceList.Equals -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.GetEnumerator - name: GetEnumerator() - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_GetEnumerator - commentId: M:BenchmarkDotNet.Jobs.NuGetReferenceList.GetEnumerator - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.GetEnumerator() - nameWithType: NuGetReferenceList.GetEnumerator() -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.GetEnumerator* - name: GetEnumerator - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_GetEnumerator_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReferenceList.GetEnumerator - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.GetEnumerator - nameWithType: NuGetReferenceList.GetEnumerator -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_GetHashCode - commentId: M:BenchmarkDotNet.Jobs.NuGetReferenceList.GetHashCode - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.GetHashCode() - nameWithType: NuGetReferenceList.GetHashCode() -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReferenceList.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.GetHashCode - nameWithType: NuGetReferenceList.GetHashCode -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.System#Collections#IEnumerable#GetEnumerator - name: IEnumerable.GetEnumerator() - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_System_Collections_IEnumerable_GetEnumerator - commentId: M:BenchmarkDotNet.Jobs.NuGetReferenceList.System#Collections#IEnumerable#GetEnumerator - name.vb: System.Collections.IEnumerable.GetEnumerator() - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.System.Collections.IEnumerable.GetEnumerator() - nameWithType: NuGetReferenceList.IEnumerable.GetEnumerator() - nameWithType.vb: NuGetReferenceList.System.Collections.IEnumerable.GetEnumerator() -- uid: BenchmarkDotNet.Jobs.NuGetReferenceList.System#Collections#IEnumerable#GetEnumerator* - name: IEnumerable.GetEnumerator - href: api/BenchmarkDotNet.Jobs.NuGetReferenceList.html#BenchmarkDotNet_Jobs_NuGetReferenceList_System_Collections_IEnumerable_GetEnumerator_ - commentId: Overload:BenchmarkDotNet.Jobs.NuGetReferenceList.System#Collections#IEnumerable#GetEnumerator - isSpec: "True" - name.vb: System.Collections.IEnumerable.GetEnumerator - fullName: BenchmarkDotNet.Jobs.NuGetReferenceList.System.Collections.IEnumerable.GetEnumerator - nameWithType: NuGetReferenceList.IEnumerable.GetEnumerator - nameWithType.vb: NuGetReferenceList.System.Collections.IEnumerable.GetEnumerator -- uid: BenchmarkDotNet.Jobs.RunMode - name: RunMode - href: api/BenchmarkDotNet.Jobs.RunMode.html - commentId: T:BenchmarkDotNet.Jobs.RunMode - fullName: BenchmarkDotNet.Jobs.RunMode - nameWithType: RunMode -- uid: BenchmarkDotNet.Jobs.RunMode.#ctor - name: RunMode() - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode__ctor - commentId: M:BenchmarkDotNet.Jobs.RunMode.#ctor - fullName: BenchmarkDotNet.Jobs.RunMode.RunMode() - nameWithType: RunMode.RunMode() -- uid: BenchmarkDotNet.Jobs.RunMode.#ctor* - name: RunMode - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode__ctor_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.RunMode - nameWithType: RunMode.RunMode -- uid: BenchmarkDotNet.Jobs.RunMode.Dry - name: Dry - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_Dry - commentId: F:BenchmarkDotNet.Jobs.RunMode.Dry - fullName: BenchmarkDotNet.Jobs.RunMode.Dry - nameWithType: RunMode.Dry -- uid: BenchmarkDotNet.Jobs.RunMode.InvocationCount - name: InvocationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_InvocationCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.InvocationCount - fullName: BenchmarkDotNet.Jobs.RunMode.InvocationCount - nameWithType: RunMode.InvocationCount -- uid: BenchmarkDotNet.Jobs.RunMode.InvocationCount* - name: InvocationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_InvocationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.InvocationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.InvocationCount - nameWithType: RunMode.InvocationCount -- uid: BenchmarkDotNet.Jobs.RunMode.InvocationCountCharacteristic - name: InvocationCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_InvocationCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.InvocationCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.InvocationCountCharacteristic - nameWithType: RunMode.InvocationCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.IterationCount - name: IterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_IterationCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.IterationCount - fullName: BenchmarkDotNet.Jobs.RunMode.IterationCount - nameWithType: RunMode.IterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.IterationCount* - name: IterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_IterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.IterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.IterationCount - nameWithType: RunMode.IterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.IterationCountCharacteristic - name: IterationCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_IterationCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.IterationCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.IterationCountCharacteristic - nameWithType: RunMode.IterationCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.IterationTime - name: IterationTime - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_IterationTime - commentId: P:BenchmarkDotNet.Jobs.RunMode.IterationTime - fullName: BenchmarkDotNet.Jobs.RunMode.IterationTime - nameWithType: RunMode.IterationTime -- uid: BenchmarkDotNet.Jobs.RunMode.IterationTime* - name: IterationTime - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_IterationTime_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.IterationTime - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.IterationTime - nameWithType: RunMode.IterationTime -- uid: BenchmarkDotNet.Jobs.RunMode.IterationTimeCharacteristic - name: IterationTimeCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_IterationTimeCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.IterationTimeCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.IterationTimeCharacteristic - nameWithType: RunMode.IterationTimeCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.LaunchCount - name: LaunchCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_LaunchCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.LaunchCount - fullName: BenchmarkDotNet.Jobs.RunMode.LaunchCount - nameWithType: RunMode.LaunchCount -- uid: BenchmarkDotNet.Jobs.RunMode.LaunchCount* - name: LaunchCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_LaunchCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.LaunchCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.LaunchCount - nameWithType: RunMode.LaunchCount -- uid: BenchmarkDotNet.Jobs.RunMode.LaunchCountCharacteristic - name: LaunchCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_LaunchCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.LaunchCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.LaunchCountCharacteristic - nameWithType: RunMode.LaunchCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.Long - name: Long - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_Long - commentId: F:BenchmarkDotNet.Jobs.RunMode.Long - fullName: BenchmarkDotNet.Jobs.RunMode.Long - nameWithType: RunMode.Long -- uid: BenchmarkDotNet.Jobs.RunMode.MaxIterationCount - name: MaxIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MaxIterationCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.MaxIterationCount - fullName: BenchmarkDotNet.Jobs.RunMode.MaxIterationCount - nameWithType: RunMode.MaxIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MaxIterationCount* - name: MaxIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MaxIterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.MaxIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.MaxIterationCount - nameWithType: RunMode.MaxIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MaxIterationCountCharacteristic - name: MaxIterationCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MaxIterationCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.MaxIterationCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.MaxIterationCountCharacteristic - nameWithType: RunMode.MaxIterationCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCount - name: MaxWarmupIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MaxWarmupIterationCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCount - fullName: BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCount - nameWithType: RunMode.MaxWarmupIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCount* - name: MaxWarmupIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MaxWarmupIterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCount - nameWithType: RunMode.MaxWarmupIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCountCharacteristic - name: MaxWarmupIterationCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MaxWarmupIterationCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.MaxWarmupIterationCountCharacteristic - nameWithType: RunMode.MaxWarmupIterationCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.Medium - name: Medium - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_Medium - commentId: F:BenchmarkDotNet.Jobs.RunMode.Medium - fullName: BenchmarkDotNet.Jobs.RunMode.Medium - nameWithType: RunMode.Medium -- uid: BenchmarkDotNet.Jobs.RunMode.MemoryRandomization - name: MemoryRandomization - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MemoryRandomization - commentId: P:BenchmarkDotNet.Jobs.RunMode.MemoryRandomization - fullName: BenchmarkDotNet.Jobs.RunMode.MemoryRandomization - nameWithType: RunMode.MemoryRandomization -- uid: BenchmarkDotNet.Jobs.RunMode.MemoryRandomization* - name: MemoryRandomization - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MemoryRandomization_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.MemoryRandomization - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.MemoryRandomization - nameWithType: RunMode.MemoryRandomization -- uid: BenchmarkDotNet.Jobs.RunMode.MemoryRandomizationCharacteristic - name: MemoryRandomizationCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MemoryRandomizationCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.MemoryRandomizationCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.MemoryRandomizationCharacteristic - nameWithType: RunMode.MemoryRandomizationCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.MinIterationCount - name: MinIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MinIterationCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.MinIterationCount - fullName: BenchmarkDotNet.Jobs.RunMode.MinIterationCount - nameWithType: RunMode.MinIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MinIterationCount* - name: MinIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MinIterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.MinIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.MinIterationCount - nameWithType: RunMode.MinIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MinIterationCountCharacteristic - name: MinIterationCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MinIterationCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.MinIterationCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.MinIterationCountCharacteristic - nameWithType: RunMode.MinIterationCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCount - name: MinWarmupIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MinWarmupIterationCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCount - fullName: BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCount - nameWithType: RunMode.MinWarmupIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCount* - name: MinWarmupIterationCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MinWarmupIterationCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCount - nameWithType: RunMode.MinWarmupIterationCount -- uid: BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCountCharacteristic - name: MinWarmupIterationCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_MinWarmupIterationCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.MinWarmupIterationCountCharacteristic - nameWithType: RunMode.MinWarmupIterationCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.RunStrategy - name: RunStrategy - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_RunStrategy - commentId: P:BenchmarkDotNet.Jobs.RunMode.RunStrategy - fullName: BenchmarkDotNet.Jobs.RunMode.RunStrategy - nameWithType: RunMode.RunStrategy -- uid: BenchmarkDotNet.Jobs.RunMode.RunStrategy* - name: RunStrategy - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_RunStrategy_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.RunStrategy - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.RunStrategy - nameWithType: RunMode.RunStrategy -- uid: BenchmarkDotNet.Jobs.RunMode.RunStrategyCharacteristic - name: RunStrategyCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_RunStrategyCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.RunStrategyCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.RunStrategyCharacteristic - nameWithType: RunMode.RunStrategyCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.Short - name: Short - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_Short - commentId: F:BenchmarkDotNet.Jobs.RunMode.Short - fullName: BenchmarkDotNet.Jobs.RunMode.Short - nameWithType: RunMode.Short -- uid: BenchmarkDotNet.Jobs.RunMode.UnrollFactor - name: UnrollFactor - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_UnrollFactor - commentId: P:BenchmarkDotNet.Jobs.RunMode.UnrollFactor - fullName: BenchmarkDotNet.Jobs.RunMode.UnrollFactor - nameWithType: RunMode.UnrollFactor -- uid: BenchmarkDotNet.Jobs.RunMode.UnrollFactor* - name: UnrollFactor - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_UnrollFactor_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.UnrollFactor - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.UnrollFactor - nameWithType: RunMode.UnrollFactor -- uid: BenchmarkDotNet.Jobs.RunMode.UnrollFactorCharacteristic - name: UnrollFactorCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_UnrollFactorCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.UnrollFactorCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.UnrollFactorCharacteristic - nameWithType: RunMode.UnrollFactorCharacteristic -- uid: BenchmarkDotNet.Jobs.RunMode.VeryLong - name: VeryLong - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_VeryLong - commentId: F:BenchmarkDotNet.Jobs.RunMode.VeryLong - fullName: BenchmarkDotNet.Jobs.RunMode.VeryLong - nameWithType: RunMode.VeryLong -- uid: BenchmarkDotNet.Jobs.RunMode.WarmupCount - name: WarmupCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_WarmupCount - commentId: P:BenchmarkDotNet.Jobs.RunMode.WarmupCount - fullName: BenchmarkDotNet.Jobs.RunMode.WarmupCount - nameWithType: RunMode.WarmupCount -- uid: BenchmarkDotNet.Jobs.RunMode.WarmupCount* - name: WarmupCount - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_WarmupCount_ - commentId: Overload:BenchmarkDotNet.Jobs.RunMode.WarmupCount - isSpec: "True" - fullName: BenchmarkDotNet.Jobs.RunMode.WarmupCount - nameWithType: RunMode.WarmupCount -- uid: BenchmarkDotNet.Jobs.RunMode.WarmupCountCharacteristic - name: WarmupCountCharacteristic - href: api/BenchmarkDotNet.Jobs.RunMode.html#BenchmarkDotNet_Jobs_RunMode_WarmupCountCharacteristic - commentId: F:BenchmarkDotNet.Jobs.RunMode.WarmupCountCharacteristic - fullName: BenchmarkDotNet.Jobs.RunMode.WarmupCountCharacteristic - nameWithType: RunMode.WarmupCountCharacteristic -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker - name: RuntimeMoniker - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html - commentId: T:BenchmarkDotNet.Jobs.RuntimeMoniker - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker - nameWithType: RuntimeMoniker -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt20 - name: CoreRt20 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_CoreRt20 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt20 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt20 - nameWithType: RuntimeMoniker.CoreRt20 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt21 - name: CoreRt21 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_CoreRt21 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt21 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt21 - nameWithType: RuntimeMoniker.CoreRt21 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt22 - name: CoreRt22 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_CoreRt22 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt22 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt22 - nameWithType: RuntimeMoniker.CoreRt22 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt30 - name: CoreRt30 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_CoreRt30 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt30 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt30 - nameWithType: RuntimeMoniker.CoreRt30 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt31 - name: CoreRt31 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_CoreRt31 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt31 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt31 - nameWithType: RuntimeMoniker.CoreRt31 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt50 - name: CoreRt50 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_CoreRt50 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt50 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt50 - nameWithType: RuntimeMoniker.CoreRt50 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt60 - name: CoreRt60 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_CoreRt60 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt60 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.CoreRt60 - nameWithType: RuntimeMoniker.CoreRt60 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.HostProcess - name: HostProcess - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_HostProcess - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.HostProcess - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.HostProcess - nameWithType: RuntimeMoniker.HostProcess -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Mono - name: Mono - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Mono - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Mono - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Mono - nameWithType: RuntimeMoniker.Mono -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.MonoAOTLLVM - name: MonoAOTLLVM - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_MonoAOTLLVM - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.MonoAOTLLVM - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.MonoAOTLLVM - nameWithType: RuntimeMoniker.MonoAOTLLVM -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net461 - name: Net461 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net461 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net461 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net461 - nameWithType: RuntimeMoniker.Net461 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net462 - name: Net462 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net462 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net462 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net462 - nameWithType: RuntimeMoniker.Net462 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net47 - name: Net47 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net47 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net47 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net47 - nameWithType: RuntimeMoniker.Net47 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net471 - name: Net471 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net471 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net471 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net471 - nameWithType: RuntimeMoniker.Net471 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net472 - name: Net472 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net472 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net472 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net472 - nameWithType: RuntimeMoniker.Net472 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net48 - name: Net48 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net48 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net48 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net48 - nameWithType: RuntimeMoniker.Net48 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net50 - name: Net50 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net50 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net50 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net50 - nameWithType: RuntimeMoniker.Net50 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Net60 - name: Net60 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Net60 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Net60 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Net60 - nameWithType: RuntimeMoniker.Net60 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp20 - name: NetCoreApp20 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_NetCoreApp20 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp20 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp20 - nameWithType: RuntimeMoniker.NetCoreApp20 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp21 - name: NetCoreApp21 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_NetCoreApp21 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp21 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp21 - nameWithType: RuntimeMoniker.NetCoreApp21 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp22 - name: NetCoreApp22 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_NetCoreApp22 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp22 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp22 - nameWithType: RuntimeMoniker.NetCoreApp22 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp30 - name: NetCoreApp30 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_NetCoreApp30 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp30 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp30 - nameWithType: RuntimeMoniker.NetCoreApp30 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp31 - name: NetCoreApp31 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_NetCoreApp31 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp31 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp31 - nameWithType: RuntimeMoniker.NetCoreApp31 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp50 - name: NetCoreApp50 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_NetCoreApp50 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp50 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp50 - nameWithType: RuntimeMoniker.NetCoreApp50 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.NotRecognized - name: NotRecognized - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_NotRecognized - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.NotRecognized - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.NotRecognized - nameWithType: RuntimeMoniker.NotRecognized -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.Wasm - name: Wasm - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_Wasm - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.Wasm - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.Wasm - nameWithType: RuntimeMoniker.Wasm -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.WasmNet50 - name: WasmNet50 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_WasmNet50 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.WasmNet50 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.WasmNet50 - nameWithType: RuntimeMoniker.WasmNet50 -- uid: BenchmarkDotNet.Jobs.RuntimeMoniker.WasmNet60 - name: WasmNet60 - href: api/BenchmarkDotNet.Jobs.RuntimeMoniker.html#BenchmarkDotNet_Jobs_RuntimeMoniker_WasmNet60 - commentId: F:BenchmarkDotNet.Jobs.RuntimeMoniker.WasmNet60 - fullName: BenchmarkDotNet.Jobs.RuntimeMoniker.WasmNet60 - nameWithType: RuntimeMoniker.WasmNet60 -- uid: BenchmarkDotNet.Loggers - name: BenchmarkDotNet.Loggers - href: api/BenchmarkDotNet.Loggers.html - commentId: N:BenchmarkDotNet.Loggers - fullName: BenchmarkDotNet.Loggers - nameWithType: BenchmarkDotNet.Loggers -- uid: BenchmarkDotNet.Loggers.AccumulationLogger - name: AccumulationLogger - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html - commentId: T:BenchmarkDotNet.Loggers.AccumulationLogger - fullName: BenchmarkDotNet.Loggers.AccumulationLogger - nameWithType: AccumulationLogger -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.#ctor - name: AccumulationLogger() - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger__ctor - commentId: M:BenchmarkDotNet.Loggers.AccumulationLogger.#ctor - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.AccumulationLogger() - nameWithType: AccumulationLogger.AccumulationLogger() -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.#ctor* - name: AccumulationLogger - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger__ctor_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.AccumulationLogger - nameWithType: AccumulationLogger.AccumulationLogger -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.ClearLog - name: ClearLog() - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_ClearLog - commentId: M:BenchmarkDotNet.Loggers.AccumulationLogger.ClearLog - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.ClearLog() - nameWithType: AccumulationLogger.ClearLog() -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.ClearLog* - name: ClearLog - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_ClearLog_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.ClearLog - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.ClearLog - nameWithType: AccumulationLogger.ClearLog -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Flush - commentId: M:BenchmarkDotNet.Loggers.AccumulationLogger.Flush - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Flush() - nameWithType: AccumulationLogger.Flush() -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Flush - nameWithType: AccumulationLogger.Flush -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.GetLog - name: GetLog() - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_GetLog - commentId: M:BenchmarkDotNet.Loggers.AccumulationLogger.GetLog - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.GetLog() - nameWithType: AccumulationLogger.GetLog() -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.GetLog* - name: GetLog - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_GetLog_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.GetLog - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.GetLog - nameWithType: AccumulationLogger.GetLog -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Id - name: Id - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Id - commentId: P:BenchmarkDotNet.Loggers.AccumulationLogger.Id - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Id - nameWithType: AccumulationLogger.Id -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Id - nameWithType: AccumulationLogger.Id -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Priority - commentId: P:BenchmarkDotNet.Loggers.AccumulationLogger.Priority - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Priority - nameWithType: AccumulationLogger.Priority -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Priority - nameWithType: AccumulationLogger.Priority -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.AccumulationLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: AccumulationLogger.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.Write - nameWithType: AccumulationLogger.Write -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_WriteLine - commentId: M:BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine() - nameWithType: AccumulationLogger.WriteLine() -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: AccumulationLogger.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.AccumulationLogger.html#BenchmarkDotNet_Loggers_AccumulationLogger_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.AccumulationLogger.WriteLine - nameWithType: AccumulationLogger.WriteLine -- uid: BenchmarkDotNet.Loggers.ConsoleLogger - name: ConsoleLogger - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html - commentId: T:BenchmarkDotNet.Loggers.ConsoleLogger - fullName: BenchmarkDotNet.Loggers.ConsoleLogger - nameWithType: ConsoleLogger -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.#ctor(System.Boolean,System.Collections.Generic.Dictionary{BenchmarkDotNet.Loggers.LogKind,System.ConsoleColor}) - name: ConsoleLogger(Boolean, Dictionary) - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger__ctor_System_Boolean_System_Collections_Generic_Dictionary_BenchmarkDotNet_Loggers_LogKind_System_ConsoleColor__ - commentId: M:BenchmarkDotNet.Loggers.ConsoleLogger.#ctor(System.Boolean,System.Collections.Generic.Dictionary{BenchmarkDotNet.Loggers.LogKind,System.ConsoleColor}) - name.vb: ConsoleLogger(Boolean, Dictionary(Of LogKind, ConsoleColor)) - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.ConsoleLogger(System.Boolean, System.Collections.Generic.Dictionary) - fullName.vb: BenchmarkDotNet.Loggers.ConsoleLogger.ConsoleLogger(System.Boolean, System.Collections.Generic.Dictionary(Of BenchmarkDotNet.Loggers.LogKind, System.ConsoleColor)) - nameWithType: ConsoleLogger.ConsoleLogger(Boolean, Dictionary) - nameWithType.vb: ConsoleLogger.ConsoleLogger(Boolean, Dictionary(Of LogKind, ConsoleColor)) -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.#ctor* - name: ConsoleLogger - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger__ctor_ - commentId: Overload:BenchmarkDotNet.Loggers.ConsoleLogger.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.ConsoleLogger - nameWithType: ConsoleLogger.ConsoleLogger -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Ascii - name: Ascii - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Ascii - commentId: F:BenchmarkDotNet.Loggers.ConsoleLogger.Ascii - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Ascii - nameWithType: ConsoleLogger.Ascii -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.CreateGrayScheme - name: CreateGrayScheme() - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_CreateGrayScheme - commentId: M:BenchmarkDotNet.Loggers.ConsoleLogger.CreateGrayScheme - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.CreateGrayScheme() - nameWithType: ConsoleLogger.CreateGrayScheme() -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.CreateGrayScheme* - name: CreateGrayScheme - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_CreateGrayScheme_ - commentId: Overload:BenchmarkDotNet.Loggers.ConsoleLogger.CreateGrayScheme - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.CreateGrayScheme - nameWithType: ConsoleLogger.CreateGrayScheme -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Default - name: Default - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Default - commentId: F:BenchmarkDotNet.Loggers.ConsoleLogger.Default - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Default - nameWithType: ConsoleLogger.Default -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Flush - commentId: M:BenchmarkDotNet.Loggers.ConsoleLogger.Flush - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Flush() - nameWithType: ConsoleLogger.Flush() -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.ConsoleLogger.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Flush - nameWithType: ConsoleLogger.Flush -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Id - name: Id - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Id - commentId: P:BenchmarkDotNet.Loggers.ConsoleLogger.Id - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Id - nameWithType: ConsoleLogger.Id -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.ConsoleLogger.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Id - nameWithType: ConsoleLogger.Id -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Priority - commentId: P:BenchmarkDotNet.Loggers.ConsoleLogger.Priority - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Priority - nameWithType: ConsoleLogger.Priority -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.ConsoleLogger.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Priority - nameWithType: ConsoleLogger.Priority -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Unicode - name: Unicode - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Unicode - commentId: F:BenchmarkDotNet.Loggers.ConsoleLogger.Unicode - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Unicode - nameWithType: ConsoleLogger.Unicode -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.ConsoleLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: ConsoleLogger.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.ConsoleLogger.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.Write - nameWithType: ConsoleLogger.Write -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_WriteLine - commentId: M:BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine() - nameWithType: ConsoleLogger.WriteLine() -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: ConsoleLogger.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.ConsoleLogger.html#BenchmarkDotNet_Loggers_ConsoleLogger_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ConsoleLogger.WriteLine - nameWithType: ConsoleLogger.WriteLine -- uid: BenchmarkDotNet.Loggers.ILogger - name: ILogger - href: api/BenchmarkDotNet.Loggers.ILogger.html - commentId: T:BenchmarkDotNet.Loggers.ILogger - fullName: BenchmarkDotNet.Loggers.ILogger - nameWithType: ILogger -- uid: BenchmarkDotNet.Loggers.ILogger.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Flush - commentId: M:BenchmarkDotNet.Loggers.ILogger.Flush - fullName: BenchmarkDotNet.Loggers.ILogger.Flush() - nameWithType: ILogger.Flush() -- uid: BenchmarkDotNet.Loggers.ILogger.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.ILogger.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ILogger.Flush - nameWithType: ILogger.Flush -- uid: BenchmarkDotNet.Loggers.ILogger.Id - name: Id - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Id - commentId: P:BenchmarkDotNet.Loggers.ILogger.Id - fullName: BenchmarkDotNet.Loggers.ILogger.Id - nameWithType: ILogger.Id -- uid: BenchmarkDotNet.Loggers.ILogger.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.ILogger.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ILogger.Id - nameWithType: ILogger.Id -- uid: BenchmarkDotNet.Loggers.ILogger.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Priority - commentId: P:BenchmarkDotNet.Loggers.ILogger.Priority - fullName: BenchmarkDotNet.Loggers.ILogger.Priority - nameWithType: ILogger.Priority -- uid: BenchmarkDotNet.Loggers.ILogger.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.ILogger.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ILogger.Priority - nameWithType: ILogger.Priority -- uid: BenchmarkDotNet.Loggers.ILogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.ILogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.ILogger.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: ILogger.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.ILogger.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.ILogger.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ILogger.Write - nameWithType: ILogger.Write -- uid: BenchmarkDotNet.Loggers.ILogger.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_WriteLine - commentId: M:BenchmarkDotNet.Loggers.ILogger.WriteLine - fullName: BenchmarkDotNet.Loggers.ILogger.WriteLine() - nameWithType: ILogger.WriteLine() -- uid: BenchmarkDotNet.Loggers.ILogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.ILogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.ILogger.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: ILogger.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.ILogger.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.ILogger.html#BenchmarkDotNet_Loggers_ILogger_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.ILogger.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.ILogger.WriteLine - nameWithType: ILogger.WriteLine -- uid: BenchmarkDotNet.Loggers.LinqPadLogger - name: LinqPadLogger - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html - commentId: T:BenchmarkDotNet.Loggers.LinqPadLogger - fullName: BenchmarkDotNet.Loggers.LinqPadLogger - nameWithType: LinqPadLogger -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Flush - commentId: M:BenchmarkDotNet.Loggers.LinqPadLogger.Flush - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Flush() - nameWithType: LinqPadLogger.Flush() -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.LinqPadLogger.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Flush - nameWithType: LinqPadLogger.Flush -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Id - name: Id - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Id - commentId: P:BenchmarkDotNet.Loggers.LinqPadLogger.Id - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Id - nameWithType: LinqPadLogger.Id -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.LinqPadLogger.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Id - nameWithType: LinqPadLogger.Id -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Instance - name: Instance - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Instance - commentId: P:BenchmarkDotNet.Loggers.LinqPadLogger.Instance - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Instance - nameWithType: LinqPadLogger.Instance -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Instance* - name: Instance - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Instance_ - commentId: Overload:BenchmarkDotNet.Loggers.LinqPadLogger.Instance - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Instance - nameWithType: LinqPadLogger.Instance -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.IsAvailable - name: IsAvailable - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_IsAvailable - commentId: P:BenchmarkDotNet.Loggers.LinqPadLogger.IsAvailable - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.IsAvailable - nameWithType: LinqPadLogger.IsAvailable -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.IsAvailable* - name: IsAvailable - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_IsAvailable_ - commentId: Overload:BenchmarkDotNet.Loggers.LinqPadLogger.IsAvailable - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.IsAvailable - nameWithType: LinqPadLogger.IsAvailable -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.lazyInstance - name: lazyInstance - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_lazyInstance - commentId: F:BenchmarkDotNet.Loggers.LinqPadLogger.lazyInstance - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.lazyInstance - nameWithType: LinqPadLogger.lazyInstance -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Priority - commentId: P:BenchmarkDotNet.Loggers.LinqPadLogger.Priority - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Priority - nameWithType: LinqPadLogger.Priority -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.LinqPadLogger.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Priority - nameWithType: LinqPadLogger.Priority -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LinqPadLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: LinqPadLogger.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.LinqPadLogger.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.Write - nameWithType: LinqPadLogger.Write -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_WriteLine - commentId: M:BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine() - nameWithType: LinqPadLogger.WriteLine() -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: LinqPadLogger.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.LinqPadLogger.html#BenchmarkDotNet_Loggers_LinqPadLogger_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LinqPadLogger.WriteLine - nameWithType: LinqPadLogger.WriteLine -- uid: BenchmarkDotNet.Loggers.LogCapture - name: LogCapture - href: api/BenchmarkDotNet.Loggers.LogCapture.html - commentId: T:BenchmarkDotNet.Loggers.LogCapture - fullName: BenchmarkDotNet.Loggers.LogCapture - nameWithType: LogCapture -- uid: BenchmarkDotNet.Loggers.LogCapture.CapturedOutput - name: CapturedOutput - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_CapturedOutput - commentId: P:BenchmarkDotNet.Loggers.LogCapture.CapturedOutput - fullName: BenchmarkDotNet.Loggers.LogCapture.CapturedOutput - nameWithType: LogCapture.CapturedOutput -- uid: BenchmarkDotNet.Loggers.LogCapture.CapturedOutput* - name: CapturedOutput - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_CapturedOutput_ - commentId: Overload:BenchmarkDotNet.Loggers.LogCapture.CapturedOutput - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LogCapture.CapturedOutput - nameWithType: LogCapture.CapturedOutput -- uid: BenchmarkDotNet.Loggers.LogCapture.Clear - name: Clear() - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Clear - commentId: M:BenchmarkDotNet.Loggers.LogCapture.Clear - fullName: BenchmarkDotNet.Loggers.LogCapture.Clear() - nameWithType: LogCapture.Clear() -- uid: BenchmarkDotNet.Loggers.LogCapture.Clear* - name: Clear - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Clear_ - commentId: Overload:BenchmarkDotNet.Loggers.LogCapture.Clear - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LogCapture.Clear - nameWithType: LogCapture.Clear -- uid: BenchmarkDotNet.Loggers.LogCapture.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Flush - commentId: M:BenchmarkDotNet.Loggers.LogCapture.Flush - fullName: BenchmarkDotNet.Loggers.LogCapture.Flush() - nameWithType: LogCapture.Flush() -- uid: BenchmarkDotNet.Loggers.LogCapture.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.LogCapture.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LogCapture.Flush - nameWithType: LogCapture.Flush -- uid: BenchmarkDotNet.Loggers.LogCapture.Id - name: Id - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Id - commentId: P:BenchmarkDotNet.Loggers.LogCapture.Id - fullName: BenchmarkDotNet.Loggers.LogCapture.Id - nameWithType: LogCapture.Id -- uid: BenchmarkDotNet.Loggers.LogCapture.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.LogCapture.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LogCapture.Id - nameWithType: LogCapture.Id -- uid: BenchmarkDotNet.Loggers.LogCapture.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Priority - commentId: P:BenchmarkDotNet.Loggers.LogCapture.Priority - fullName: BenchmarkDotNet.Loggers.LogCapture.Priority - nameWithType: LogCapture.Priority -- uid: BenchmarkDotNet.Loggers.LogCapture.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.LogCapture.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LogCapture.Priority - nameWithType: LogCapture.Priority -- uid: BenchmarkDotNet.Loggers.LogCapture.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LogCapture.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.LogCapture.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: LogCapture.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.LogCapture.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.LogCapture.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LogCapture.Write - nameWithType: LogCapture.Write -- uid: BenchmarkDotNet.Loggers.LogCapture.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_WriteLine - commentId: M:BenchmarkDotNet.Loggers.LogCapture.WriteLine - fullName: BenchmarkDotNet.Loggers.LogCapture.WriteLine() - nameWithType: LogCapture.WriteLine() -- uid: BenchmarkDotNet.Loggers.LogCapture.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LogCapture.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.LogCapture.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: LogCapture.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.LogCapture.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.LogCapture.html#BenchmarkDotNet_Loggers_LogCapture_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.LogCapture.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LogCapture.WriteLine - nameWithType: LogCapture.WriteLine -- uid: BenchmarkDotNet.Loggers.LoggerExtensions - name: LoggerExtensions - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html - commentId: T:BenchmarkDotNet.Loggers.LoggerExtensions - fullName: BenchmarkDotNet.Loggers.LoggerExtensions - nameWithType: LoggerExtensions -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.Write(BenchmarkDotNet.Loggers.ILogger,System.String) - name: Write(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_Write_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.Write(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.Write(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.Write(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.Write - nameWithType: LoggerExtensions.Write -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteError(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteError(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteError_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteError(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteError(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteError(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteError* - name: WriteError - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteError_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteError - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteError - nameWithType: LoggerExtensions.WriteError -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHeader(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteHeader(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteHeader_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteHeader(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHeader(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteHeader(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHeader* - name: WriteHeader - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteHeader_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteHeader - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHeader - nameWithType: LoggerExtensions.WriteHeader -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHelp(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteHelp(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteHelp_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteHelp(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHelp(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteHelp(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHelp* - name: WriteHelp - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteHelp_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteHelp - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHelp - nameWithType: LoggerExtensions.WriteHelp -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHint(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteHint(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteHint_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteHint(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHint(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteHint(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHint* - name: WriteHint - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteHint_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteHint - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteHint - nameWithType: LoggerExtensions.WriteHint -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteInfo(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteInfo(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteInfo_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteInfo(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteInfo(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteInfo(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteInfo* - name: WriteInfo - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteInfo_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteInfo - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteInfo - nameWithType: LoggerExtensions.WriteInfo -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLine(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLine(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLine_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLine(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLine(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLine(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLine - nameWithType: LoggerExtensions.WriteLine -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineError(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLineError(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineError_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineError(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineError(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLineError(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineError* - name: WriteLineError - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineError_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineError - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineError - nameWithType: LoggerExtensions.WriteLineError -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHeader(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLineHeader(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineHeader_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHeader(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHeader(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLineHeader(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHeader* - name: WriteLineHeader - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineHeader_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHeader - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHeader - nameWithType: LoggerExtensions.WriteLineHeader -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHelp(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLineHelp(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineHelp_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHelp(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHelp(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLineHelp(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHelp* - name: WriteLineHelp - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineHelp_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHelp - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHelp - nameWithType: LoggerExtensions.WriteLineHelp -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHint(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLineHint(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineHint_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHint(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHint(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLineHint(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHint* - name: WriteLineHint - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineHint_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHint - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineHint - nameWithType: LoggerExtensions.WriteLineHint -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineInfo(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLineInfo(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineInfo_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineInfo(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineInfo(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLineInfo(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineInfo* - name: WriteLineInfo - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineInfo_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineInfo - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineInfo - nameWithType: LoggerExtensions.WriteLineInfo -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineResult(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLineResult(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineResult_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineResult(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineResult(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLineResult(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineResult* - name: WriteLineResult - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineResult_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineResult - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineResult - nameWithType: LoggerExtensions.WriteLineResult -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineStatistic(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteLineStatistic(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineStatistic_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineStatistic(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineStatistic(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteLineStatistic(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineStatistic* - name: WriteLineStatistic - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteLineStatistic_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineStatistic - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteLineStatistic - nameWithType: LoggerExtensions.WriteLineStatistic -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteResult(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteResult(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteResult_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteResult(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteResult(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteResult(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteResult* - name: WriteResult - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteResult_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteResult - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteResult - nameWithType: LoggerExtensions.WriteResult -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteStatistic(BenchmarkDotNet.Loggers.ILogger,System.String) - name: WriteStatistic(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteStatistic_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerExtensions.WriteStatistic(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteStatistic(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerExtensions.WriteStatistic(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerExtensions.WriteStatistic* - name: WriteStatistic - href: api/BenchmarkDotNet.Loggers.LoggerExtensions.html#BenchmarkDotNet_Loggers_LoggerExtensions_WriteStatistic_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerExtensions.WriteStatistic - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerExtensions.WriteStatistic - nameWithType: LoggerExtensions.WriteStatistic -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix - name: LoggerWithPrefix - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html - commentId: T:BenchmarkDotNet.Loggers.LoggerWithPrefix - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix - nameWithType: LoggerWithPrefix -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.#ctor(BenchmarkDotNet.Loggers.ILogger,System.String) - name: LoggerWithPrefix(ILogger, String) - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix__ctor_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerWithPrefix.#ctor(BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.LoggerWithPrefix(BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: LoggerWithPrefix.LoggerWithPrefix(ILogger, String) -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.#ctor* - name: LoggerWithPrefix - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix__ctor_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerWithPrefix.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.LoggerWithPrefix - nameWithType: LoggerWithPrefix.LoggerWithPrefix -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Flush - commentId: M:BenchmarkDotNet.Loggers.LoggerWithPrefix.Flush - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Flush() - nameWithType: LoggerWithPrefix.Flush() -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerWithPrefix.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Flush - nameWithType: LoggerWithPrefix.Flush -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Id - name: Id - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Id - commentId: P:BenchmarkDotNet.Loggers.LoggerWithPrefix.Id - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Id - nameWithType: LoggerWithPrefix.Id -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerWithPrefix.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Id - nameWithType: LoggerWithPrefix.Id -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Priority - commentId: P:BenchmarkDotNet.Loggers.LoggerWithPrefix.Priority - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Priority - nameWithType: LoggerWithPrefix.Priority -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerWithPrefix.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Priority - nameWithType: LoggerWithPrefix.Priority -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerWithPrefix.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: LoggerWithPrefix.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerWithPrefix.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.Write - nameWithType: LoggerWithPrefix.Write -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_WriteLine - commentId: M:BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine() - nameWithType: LoggerWithPrefix.WriteLine() -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: LoggerWithPrefix.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.LoggerWithPrefix.html#BenchmarkDotNet_Loggers_LoggerWithPrefix_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.LoggerWithPrefix.WriteLine - nameWithType: LoggerWithPrefix.WriteLine -- uid: BenchmarkDotNet.Loggers.LogKind - name: LogKind - href: api/BenchmarkDotNet.Loggers.LogKind.html - commentId: T:BenchmarkDotNet.Loggers.LogKind - fullName: BenchmarkDotNet.Loggers.LogKind - nameWithType: LogKind -- uid: BenchmarkDotNet.Loggers.LogKind.Default - name: Default - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Default - commentId: F:BenchmarkDotNet.Loggers.LogKind.Default - fullName: BenchmarkDotNet.Loggers.LogKind.Default - nameWithType: LogKind.Default -- uid: BenchmarkDotNet.Loggers.LogKind.Error - name: Error - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Error - commentId: F:BenchmarkDotNet.Loggers.LogKind.Error - fullName: BenchmarkDotNet.Loggers.LogKind.Error - nameWithType: LogKind.Error -- uid: BenchmarkDotNet.Loggers.LogKind.Header - name: Header - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Header - commentId: F:BenchmarkDotNet.Loggers.LogKind.Header - fullName: BenchmarkDotNet.Loggers.LogKind.Header - nameWithType: LogKind.Header -- uid: BenchmarkDotNet.Loggers.LogKind.Help - name: Help - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Help - commentId: F:BenchmarkDotNet.Loggers.LogKind.Help - fullName: BenchmarkDotNet.Loggers.LogKind.Help - nameWithType: LogKind.Help -- uid: BenchmarkDotNet.Loggers.LogKind.Hint - name: Hint - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Hint - commentId: F:BenchmarkDotNet.Loggers.LogKind.Hint - fullName: BenchmarkDotNet.Loggers.LogKind.Hint - nameWithType: LogKind.Hint -- uid: BenchmarkDotNet.Loggers.LogKind.Info - name: Info - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Info - commentId: F:BenchmarkDotNet.Loggers.LogKind.Info - fullName: BenchmarkDotNet.Loggers.LogKind.Info - nameWithType: LogKind.Info -- uid: BenchmarkDotNet.Loggers.LogKind.Result - name: Result - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Result - commentId: F:BenchmarkDotNet.Loggers.LogKind.Result - fullName: BenchmarkDotNet.Loggers.LogKind.Result - nameWithType: LogKind.Result -- uid: BenchmarkDotNet.Loggers.LogKind.Statistic - name: Statistic - href: api/BenchmarkDotNet.Loggers.LogKind.html#BenchmarkDotNet_Loggers_LogKind_Statistic - commentId: F:BenchmarkDotNet.Loggers.LogKind.Statistic - fullName: BenchmarkDotNet.Loggers.LogKind.Statistic - nameWithType: LogKind.Statistic -- uid: BenchmarkDotNet.Loggers.NullLogger - name: NullLogger - href: api/BenchmarkDotNet.Loggers.NullLogger.html - commentId: T:BenchmarkDotNet.Loggers.NullLogger - fullName: BenchmarkDotNet.Loggers.NullLogger - nameWithType: NullLogger -- uid: BenchmarkDotNet.Loggers.NullLogger.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Flush - commentId: M:BenchmarkDotNet.Loggers.NullLogger.Flush - fullName: BenchmarkDotNet.Loggers.NullLogger.Flush() - nameWithType: NullLogger.Flush() -- uid: BenchmarkDotNet.Loggers.NullLogger.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.NullLogger.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.NullLogger.Flush - nameWithType: NullLogger.Flush -- uid: BenchmarkDotNet.Loggers.NullLogger.Id - name: Id - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Id - commentId: P:BenchmarkDotNet.Loggers.NullLogger.Id - fullName: BenchmarkDotNet.Loggers.NullLogger.Id - nameWithType: NullLogger.Id -- uid: BenchmarkDotNet.Loggers.NullLogger.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.NullLogger.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.NullLogger.Id - nameWithType: NullLogger.Id -- uid: BenchmarkDotNet.Loggers.NullLogger.Instance - name: Instance - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Instance - commentId: F:BenchmarkDotNet.Loggers.NullLogger.Instance - fullName: BenchmarkDotNet.Loggers.NullLogger.Instance - nameWithType: NullLogger.Instance -- uid: BenchmarkDotNet.Loggers.NullLogger.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Priority - commentId: P:BenchmarkDotNet.Loggers.NullLogger.Priority - fullName: BenchmarkDotNet.Loggers.NullLogger.Priority - nameWithType: NullLogger.Priority -- uid: BenchmarkDotNet.Loggers.NullLogger.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.NullLogger.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.NullLogger.Priority - nameWithType: NullLogger.Priority -- uid: BenchmarkDotNet.Loggers.NullLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.NullLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.NullLogger.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: NullLogger.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.NullLogger.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.NullLogger.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.NullLogger.Write - nameWithType: NullLogger.Write -- uid: BenchmarkDotNet.Loggers.NullLogger.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_WriteLine - commentId: M:BenchmarkDotNet.Loggers.NullLogger.WriteLine - fullName: BenchmarkDotNet.Loggers.NullLogger.WriteLine() - nameWithType: NullLogger.WriteLine() -- uid: BenchmarkDotNet.Loggers.NullLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.NullLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.NullLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: NullLogger.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.NullLogger.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.NullLogger.html#BenchmarkDotNet_Loggers_NullLogger_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.NullLogger.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.NullLogger.WriteLine - nameWithType: NullLogger.WriteLine -- uid: BenchmarkDotNet.Loggers.OutputLine - name: OutputLine - href: api/BenchmarkDotNet.Loggers.OutputLine.html - commentId: T:BenchmarkDotNet.Loggers.OutputLine - fullName: BenchmarkDotNet.Loggers.OutputLine - nameWithType: OutputLine -- uid: BenchmarkDotNet.Loggers.OutputLine.Kind - name: Kind - href: api/BenchmarkDotNet.Loggers.OutputLine.html#BenchmarkDotNet_Loggers_OutputLine_Kind - commentId: P:BenchmarkDotNet.Loggers.OutputLine.Kind - fullName: BenchmarkDotNet.Loggers.OutputLine.Kind - nameWithType: OutputLine.Kind -- uid: BenchmarkDotNet.Loggers.OutputLine.Kind* - name: Kind - href: api/BenchmarkDotNet.Loggers.OutputLine.html#BenchmarkDotNet_Loggers_OutputLine_Kind_ - commentId: Overload:BenchmarkDotNet.Loggers.OutputLine.Kind - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.OutputLine.Kind - nameWithType: OutputLine.Kind -- uid: BenchmarkDotNet.Loggers.OutputLine.Text - name: Text - href: api/BenchmarkDotNet.Loggers.OutputLine.html#BenchmarkDotNet_Loggers_OutputLine_Text - commentId: P:BenchmarkDotNet.Loggers.OutputLine.Text - fullName: BenchmarkDotNet.Loggers.OutputLine.Text - nameWithType: OutputLine.Text -- uid: BenchmarkDotNet.Loggers.OutputLine.Text* - name: Text - href: api/BenchmarkDotNet.Loggers.OutputLine.html#BenchmarkDotNet_Loggers_OutputLine_Text_ - commentId: Overload:BenchmarkDotNet.Loggers.OutputLine.Text - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.OutputLine.Text - nameWithType: OutputLine.Text -- uid: BenchmarkDotNet.Loggers.StreamLogger - name: StreamLogger - href: api/BenchmarkDotNet.Loggers.StreamLogger.html - commentId: T:BenchmarkDotNet.Loggers.StreamLogger - fullName: BenchmarkDotNet.Loggers.StreamLogger - nameWithType: StreamLogger -- uid: BenchmarkDotNet.Loggers.StreamLogger.#ctor(System.IO.StreamWriter) - name: StreamLogger(StreamWriter) - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger__ctor_System_IO_StreamWriter_ - commentId: M:BenchmarkDotNet.Loggers.StreamLogger.#ctor(System.IO.StreamWriter) - fullName: BenchmarkDotNet.Loggers.StreamLogger.StreamLogger(System.IO.StreamWriter) - nameWithType: StreamLogger.StreamLogger(StreamWriter) -- uid: BenchmarkDotNet.Loggers.StreamLogger.#ctor(System.String,System.Boolean) - name: StreamLogger(String, Boolean) - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger__ctor_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Loggers.StreamLogger.#ctor(System.String,System.Boolean) - fullName: BenchmarkDotNet.Loggers.StreamLogger.StreamLogger(System.String, System.Boolean) - nameWithType: StreamLogger.StreamLogger(String, Boolean) -- uid: BenchmarkDotNet.Loggers.StreamLogger.#ctor* - name: StreamLogger - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger__ctor_ - commentId: Overload:BenchmarkDotNet.Loggers.StreamLogger.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.StreamLogger.StreamLogger - nameWithType: StreamLogger.StreamLogger -- uid: BenchmarkDotNet.Loggers.StreamLogger.Dispose - name: Dispose() - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Dispose - commentId: M:BenchmarkDotNet.Loggers.StreamLogger.Dispose - fullName: BenchmarkDotNet.Loggers.StreamLogger.Dispose() - nameWithType: StreamLogger.Dispose() -- uid: BenchmarkDotNet.Loggers.StreamLogger.Dispose* - name: Dispose - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Dispose_ - commentId: Overload:BenchmarkDotNet.Loggers.StreamLogger.Dispose - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.StreamLogger.Dispose - nameWithType: StreamLogger.Dispose -- uid: BenchmarkDotNet.Loggers.StreamLogger.Flush - name: Flush() - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Flush - commentId: M:BenchmarkDotNet.Loggers.StreamLogger.Flush - fullName: BenchmarkDotNet.Loggers.StreamLogger.Flush() - nameWithType: StreamLogger.Flush() -- uid: BenchmarkDotNet.Loggers.StreamLogger.Flush* - name: Flush - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Flush_ - commentId: Overload:BenchmarkDotNet.Loggers.StreamLogger.Flush - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.StreamLogger.Flush - nameWithType: StreamLogger.Flush -- uid: BenchmarkDotNet.Loggers.StreamLogger.Id - name: Id - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Id - commentId: P:BenchmarkDotNet.Loggers.StreamLogger.Id - fullName: BenchmarkDotNet.Loggers.StreamLogger.Id - nameWithType: StreamLogger.Id -- uid: BenchmarkDotNet.Loggers.StreamLogger.Id* - name: Id - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Id_ - commentId: Overload:BenchmarkDotNet.Loggers.StreamLogger.Id - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.StreamLogger.Id - nameWithType: StreamLogger.Id -- uid: BenchmarkDotNet.Loggers.StreamLogger.Priority - name: Priority - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Priority - commentId: P:BenchmarkDotNet.Loggers.StreamLogger.Priority - fullName: BenchmarkDotNet.Loggers.StreamLogger.Priority - nameWithType: StreamLogger.Priority -- uid: BenchmarkDotNet.Loggers.StreamLogger.Priority* - name: Priority - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Priority_ - commentId: Overload:BenchmarkDotNet.Loggers.StreamLogger.Priority - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.StreamLogger.Priority - nameWithType: StreamLogger.Priority -- uid: BenchmarkDotNet.Loggers.StreamLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - name: Write(LogKind, String) - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Write_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.StreamLogger.Write(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.StreamLogger.Write(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: StreamLogger.Write(LogKind, String) -- uid: BenchmarkDotNet.Loggers.StreamLogger.Write* - name: Write - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_Write_ - commentId: Overload:BenchmarkDotNet.Loggers.StreamLogger.Write - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.StreamLogger.Write - nameWithType: StreamLogger.Write -- uid: BenchmarkDotNet.Loggers.StreamLogger.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_WriteLine - commentId: M:BenchmarkDotNet.Loggers.StreamLogger.WriteLine - fullName: BenchmarkDotNet.Loggers.StreamLogger.WriteLine() - nameWithType: StreamLogger.WriteLine() -- uid: BenchmarkDotNet.Loggers.StreamLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - name: WriteLine(LogKind, String) - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_WriteLine_BenchmarkDotNet_Loggers_LogKind_System_String_ - commentId: M:BenchmarkDotNet.Loggers.StreamLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind,System.String) - fullName: BenchmarkDotNet.Loggers.StreamLogger.WriteLine(BenchmarkDotNet.Loggers.LogKind, System.String) - nameWithType: StreamLogger.WriteLine(LogKind, String) -- uid: BenchmarkDotNet.Loggers.StreamLogger.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Loggers.StreamLogger.html#BenchmarkDotNet_Loggers_StreamLogger_WriteLine_ - commentId: Overload:BenchmarkDotNet.Loggers.StreamLogger.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Loggers.StreamLogger.WriteLine - nameWithType: StreamLogger.WriteLine -- uid: BenchmarkDotNet.Mathematics - name: BenchmarkDotNet.Mathematics - href: api/BenchmarkDotNet.Mathematics.html - commentId: N:BenchmarkDotNet.Mathematics - fullName: BenchmarkDotNet.Mathematics - nameWithType: BenchmarkDotNet.Mathematics -- uid: BenchmarkDotNet.Mathematics.MathHelper - name: MathHelper - href: api/BenchmarkDotNet.Mathematics.MathHelper.html - commentId: T:BenchmarkDotNet.Mathematics.MathHelper - fullName: BenchmarkDotNet.Mathematics.MathHelper - nameWithType: MathHelper -- uid: BenchmarkDotNet.Mathematics.MathHelper.Clamp(System.Int32,System.Int32,System.Int32) - name: Clamp(Int32, Int32, Int32) - href: api/BenchmarkDotNet.Mathematics.MathHelper.html#BenchmarkDotNet_Mathematics_MathHelper_Clamp_System_Int32_System_Int32_System_Int32_ - commentId: M:BenchmarkDotNet.Mathematics.MathHelper.Clamp(System.Int32,System.Int32,System.Int32) - fullName: BenchmarkDotNet.Mathematics.MathHelper.Clamp(System.Int32, System.Int32, System.Int32) - nameWithType: MathHelper.Clamp(Int32, Int32, Int32) -- uid: BenchmarkDotNet.Mathematics.MathHelper.Clamp* - name: Clamp - href: api/BenchmarkDotNet.Mathematics.MathHelper.html#BenchmarkDotNet_Mathematics_MathHelper_Clamp_ - commentId: Overload:BenchmarkDotNet.Mathematics.MathHelper.Clamp - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.MathHelper.Clamp - nameWithType: MathHelper.Clamp -- uid: BenchmarkDotNet.Mathematics.NumeralSystem - name: NumeralSystem - href: api/BenchmarkDotNet.Mathematics.NumeralSystem.html - commentId: T:BenchmarkDotNet.Mathematics.NumeralSystem - fullName: BenchmarkDotNet.Mathematics.NumeralSystem - nameWithType: NumeralSystem -- uid: BenchmarkDotNet.Mathematics.NumeralSystem.Arabic - name: Arabic - href: api/BenchmarkDotNet.Mathematics.NumeralSystem.html#BenchmarkDotNet_Mathematics_NumeralSystem_Arabic - commentId: F:BenchmarkDotNet.Mathematics.NumeralSystem.Arabic - fullName: BenchmarkDotNet.Mathematics.NumeralSystem.Arabic - nameWithType: NumeralSystem.Arabic -- uid: BenchmarkDotNet.Mathematics.NumeralSystem.Roman - name: Roman - href: api/BenchmarkDotNet.Mathematics.NumeralSystem.html#BenchmarkDotNet_Mathematics_NumeralSystem_Roman - commentId: F:BenchmarkDotNet.Mathematics.NumeralSystem.Roman - fullName: BenchmarkDotNet.Mathematics.NumeralSystem.Roman - nameWithType: NumeralSystem.Roman -- uid: BenchmarkDotNet.Mathematics.NumeralSystem.Stars - name: Stars - href: api/BenchmarkDotNet.Mathematics.NumeralSystem.html#BenchmarkDotNet_Mathematics_NumeralSystem_Stars - commentId: F:BenchmarkDotNet.Mathematics.NumeralSystem.Stars - fullName: BenchmarkDotNet.Mathematics.NumeralSystem.Stars - nameWithType: NumeralSystem.Stars -- uid: BenchmarkDotNet.Mathematics.NumeralSystemExtensions - name: NumeralSystemExtensions - href: api/BenchmarkDotNet.Mathematics.NumeralSystemExtensions.html - commentId: T:BenchmarkDotNet.Mathematics.NumeralSystemExtensions - fullName: BenchmarkDotNet.Mathematics.NumeralSystemExtensions - nameWithType: NumeralSystemExtensions -- uid: BenchmarkDotNet.Mathematics.NumeralSystemExtensions.ToPresentation(BenchmarkDotNet.Mathematics.NumeralSystem,System.Int32) - name: ToPresentation(NumeralSystem, Int32) - href: api/BenchmarkDotNet.Mathematics.NumeralSystemExtensions.html#BenchmarkDotNet_Mathematics_NumeralSystemExtensions_ToPresentation_BenchmarkDotNet_Mathematics_NumeralSystem_System_Int32_ - commentId: M:BenchmarkDotNet.Mathematics.NumeralSystemExtensions.ToPresentation(BenchmarkDotNet.Mathematics.NumeralSystem,System.Int32) - fullName: BenchmarkDotNet.Mathematics.NumeralSystemExtensions.ToPresentation(BenchmarkDotNet.Mathematics.NumeralSystem, System.Int32) - nameWithType: NumeralSystemExtensions.ToPresentation(NumeralSystem, Int32) -- uid: BenchmarkDotNet.Mathematics.NumeralSystemExtensions.ToPresentation* - name: ToPresentation - href: api/BenchmarkDotNet.Mathematics.NumeralSystemExtensions.html#BenchmarkDotNet_Mathematics_NumeralSystemExtensions_ToPresentation_ - commentId: Overload:BenchmarkDotNet.Mathematics.NumeralSystemExtensions.ToPresentation - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.NumeralSystemExtensions.ToPresentation - nameWithType: NumeralSystemExtensions.ToPresentation -- uid: BenchmarkDotNet.Mathematics.PercentileValues - name: PercentileValues - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html - commentId: T:BenchmarkDotNet.Mathematics.PercentileValues - fullName: BenchmarkDotNet.Mathematics.PercentileValues - nameWithType: PercentileValues -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P0 - name: P0 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P0 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P0 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P0 - nameWithType: PercentileValues.P0 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P0* - name: P0 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P0_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P0 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P0 - nameWithType: PercentileValues.P0 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P100 - name: P100 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P100 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P100 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P100 - nameWithType: PercentileValues.P100 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P100* - name: P100 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P100_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P100 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P100 - nameWithType: PercentileValues.P100 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P25 - name: P25 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P25 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P25 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P25 - nameWithType: PercentileValues.P25 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P25* - name: P25 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P25_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P25 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P25 - nameWithType: PercentileValues.P25 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P50 - name: P50 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P50 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P50 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P50 - nameWithType: PercentileValues.P50 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P50* - name: P50 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P50_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P50 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P50 - nameWithType: PercentileValues.P50 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P67 - name: P67 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P67 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P67 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P67 - nameWithType: PercentileValues.P67 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P67* - name: P67 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P67_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P67 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P67 - nameWithType: PercentileValues.P67 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P80 - name: P80 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P80 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P80 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P80 - nameWithType: PercentileValues.P80 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P80* - name: P80 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P80_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P80 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P80 - nameWithType: PercentileValues.P80 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P85 - name: P85 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P85 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P85 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P85 - nameWithType: PercentileValues.P85 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P85* - name: P85 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P85_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P85 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P85 - nameWithType: PercentileValues.P85 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P90 - name: P90 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P90 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P90 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P90 - nameWithType: PercentileValues.P90 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P90* - name: P90 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P90_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P90 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P90 - nameWithType: PercentileValues.P90 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P95 - name: P95 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P95 - commentId: P:BenchmarkDotNet.Mathematics.PercentileValues.P95 - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P95 - nameWithType: PercentileValues.P95 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.P95* - name: P95 - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_P95_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.P95 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.P95 - nameWithType: PercentileValues.P95 -- uid: BenchmarkDotNet.Mathematics.PercentileValues.Percentile(System.Int32) - name: Percentile(Int32) - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_Percentile_System_Int32_ - commentId: M:BenchmarkDotNet.Mathematics.PercentileValues.Percentile(System.Int32) - fullName: BenchmarkDotNet.Mathematics.PercentileValues.Percentile(System.Int32) - nameWithType: PercentileValues.Percentile(Int32) -- uid: BenchmarkDotNet.Mathematics.PercentileValues.Percentile* - name: Percentile - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_Percentile_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.Percentile - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.Percentile - nameWithType: PercentileValues.Percentile -- uid: BenchmarkDotNet.Mathematics.PercentileValues.ToString - name: ToString() - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_ToString - commentId: M:BenchmarkDotNet.Mathematics.PercentileValues.ToString - fullName: BenchmarkDotNet.Mathematics.PercentileValues.ToString() - nameWithType: PercentileValues.ToString() -- uid: BenchmarkDotNet.Mathematics.PercentileValues.ToString(System.Func{System.Double,System.String}) - name: ToString(Func) - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_ToString_System_Func_System_Double_System_String__ - commentId: M:BenchmarkDotNet.Mathematics.PercentileValues.ToString(System.Func{System.Double,System.String}) - name.vb: ToString(Func(Of Double, String)) - fullName: BenchmarkDotNet.Mathematics.PercentileValues.ToString(System.Func) - fullName.vb: BenchmarkDotNet.Mathematics.PercentileValues.ToString(System.Func(Of System.Double, System.String)) - nameWithType: PercentileValues.ToString(Func) - nameWithType.vb: PercentileValues.ToString(Func(Of Double, String)) -- uid: BenchmarkDotNet.Mathematics.PercentileValues.ToString(System.Globalization.CultureInfo,System.String) - name: ToString(CultureInfo, String) - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_ToString_System_Globalization_CultureInfo_System_String_ - commentId: M:BenchmarkDotNet.Mathematics.PercentileValues.ToString(System.Globalization.CultureInfo,System.String) - fullName: BenchmarkDotNet.Mathematics.PercentileValues.ToString(System.Globalization.CultureInfo, System.String) - nameWithType: PercentileValues.ToString(CultureInfo, String) -- uid: BenchmarkDotNet.Mathematics.PercentileValues.ToString* - name: ToString - href: api/BenchmarkDotNet.Mathematics.PercentileValues.html#BenchmarkDotNet_Mathematics_PercentileValues_ToString_ - commentId: Overload:BenchmarkDotNet.Mathematics.PercentileValues.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.PercentileValues.ToString - nameWithType: PercentileValues.ToString -- uid: BenchmarkDotNet.Mathematics.Statistics - name: Statistics - href: api/BenchmarkDotNet.Mathematics.Statistics.html - commentId: T:BenchmarkDotNet.Mathematics.Statistics - fullName: BenchmarkDotNet.Mathematics.Statistics - nameWithType: Statistics -- uid: BenchmarkDotNet.Mathematics.Statistics.#ctor(System.Collections.Generic.IEnumerable{System.Double}) - name: Statistics(IEnumerable) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics__ctor_System_Collections_Generic_IEnumerable_System_Double__ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.#ctor(System.Collections.Generic.IEnumerable{System.Double}) - name.vb: Statistics(IEnumerable(Of Double)) - fullName: BenchmarkDotNet.Mathematics.Statistics.Statistics(System.Collections.Generic.IEnumerable) - fullName.vb: BenchmarkDotNet.Mathematics.Statistics.Statistics(System.Collections.Generic.IEnumerable(Of System.Double)) - nameWithType: Statistics.Statistics(IEnumerable) - nameWithType.vb: Statistics.Statistics(IEnumerable(Of Double)) -- uid: BenchmarkDotNet.Mathematics.Statistics.#ctor(System.Collections.Generic.IEnumerable{System.Int32}) - name: Statistics(IEnumerable) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics__ctor_System_Collections_Generic_IEnumerable_System_Int32__ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.#ctor(System.Collections.Generic.IEnumerable{System.Int32}) - name.vb: Statistics(IEnumerable(Of Int32)) - fullName: BenchmarkDotNet.Mathematics.Statistics.Statistics(System.Collections.Generic.IEnumerable) - fullName.vb: BenchmarkDotNet.Mathematics.Statistics.Statistics(System.Collections.Generic.IEnumerable(Of System.Int32)) - nameWithType: Statistics.Statistics(IEnumerable) - nameWithType.vb: Statistics.Statistics(IEnumerable(Of Int32)) -- uid: BenchmarkDotNet.Mathematics.Statistics.#ctor(System.Double[]) - name: Statistics(Double[]) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics__ctor_System_Double___ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.#ctor(System.Double[]) - name.vb: Statistics(Double()) - fullName: BenchmarkDotNet.Mathematics.Statistics.Statistics(System.Double[]) - fullName.vb: BenchmarkDotNet.Mathematics.Statistics.Statistics(System.Double()) - nameWithType: Statistics.Statistics(Double[]) - nameWithType.vb: Statistics.Statistics(Double()) -- uid: BenchmarkDotNet.Mathematics.Statistics.#ctor* - name: Statistics - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics__ctor_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Statistics - nameWithType: Statistics.Statistics -- uid: BenchmarkDotNet.Mathematics.Statistics.AllOutliers - name: AllOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_AllOutliers - commentId: P:BenchmarkDotNet.Mathematics.Statistics.AllOutliers - fullName: BenchmarkDotNet.Mathematics.Statistics.AllOutliers - nameWithType: Statistics.AllOutliers -- uid: BenchmarkDotNet.Mathematics.Statistics.AllOutliers* - name: AllOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_AllOutliers_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.AllOutliers - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.AllOutliers - nameWithType: Statistics.AllOutliers -- uid: BenchmarkDotNet.Mathematics.Statistics.CalcCentralMoment(System.Int32) - name: CalcCentralMoment(Int32) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_CalcCentralMoment_System_Int32_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.CalcCentralMoment(System.Int32) - fullName: BenchmarkDotNet.Mathematics.Statistics.CalcCentralMoment(System.Int32) - nameWithType: Statistics.CalcCentralMoment(Int32) -- uid: BenchmarkDotNet.Mathematics.Statistics.CalcCentralMoment* - name: CalcCentralMoment - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_CalcCentralMoment_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.CalcCentralMoment - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.CalcCentralMoment - nameWithType: Statistics.CalcCentralMoment -- uid: BenchmarkDotNet.Mathematics.Statistics.CanBeInverted - name: CanBeInverted() - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_CanBeInverted - commentId: M:BenchmarkDotNet.Mathematics.Statistics.CanBeInverted - fullName: BenchmarkDotNet.Mathematics.Statistics.CanBeInverted() - nameWithType: Statistics.CanBeInverted() -- uid: BenchmarkDotNet.Mathematics.Statistics.CanBeInverted* - name: CanBeInverted - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_CanBeInverted_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.CanBeInverted - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.CanBeInverted - nameWithType: Statistics.CanBeInverted -- uid: BenchmarkDotNet.Mathematics.Statistics.ConfidenceInterval - name: ConfidenceInterval - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_ConfidenceInterval - commentId: P:BenchmarkDotNet.Mathematics.Statistics.ConfidenceInterval - fullName: BenchmarkDotNet.Mathematics.Statistics.ConfidenceInterval - nameWithType: Statistics.ConfidenceInterval -- uid: BenchmarkDotNet.Mathematics.Statistics.ConfidenceInterval* - name: ConfidenceInterval - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_ConfidenceInterval_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.ConfidenceInterval - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.ConfidenceInterval - nameWithType: Statistics.ConfidenceInterval -- uid: BenchmarkDotNet.Mathematics.Statistics.Divide(BenchmarkDotNet.Mathematics.Statistics,BenchmarkDotNet.Mathematics.Statistics) - name: Divide(Statistics, Statistics) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Divide_BenchmarkDotNet_Mathematics_Statistics_BenchmarkDotNet_Mathematics_Statistics_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.Divide(BenchmarkDotNet.Mathematics.Statistics,BenchmarkDotNet.Mathematics.Statistics) - fullName: BenchmarkDotNet.Mathematics.Statistics.Divide(BenchmarkDotNet.Mathematics.Statistics, BenchmarkDotNet.Mathematics.Statistics) - nameWithType: Statistics.Divide(Statistics, Statistics) -- uid: BenchmarkDotNet.Mathematics.Statistics.Divide* - name: Divide - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Divide_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Divide - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Divide - nameWithType: Statistics.Divide -- uid: BenchmarkDotNet.Mathematics.Statistics.DivMean(BenchmarkDotNet.Mathematics.Statistics,BenchmarkDotNet.Mathematics.Statistics) - name: DivMean(Statistics, Statistics) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_DivMean_BenchmarkDotNet_Mathematics_Statistics_BenchmarkDotNet_Mathematics_Statistics_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.DivMean(BenchmarkDotNet.Mathematics.Statistics,BenchmarkDotNet.Mathematics.Statistics) - fullName: BenchmarkDotNet.Mathematics.Statistics.DivMean(BenchmarkDotNet.Mathematics.Statistics, BenchmarkDotNet.Mathematics.Statistics) - nameWithType: Statistics.DivMean(Statistics, Statistics) -- uid: BenchmarkDotNet.Mathematics.Statistics.DivMean* - name: DivMean - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_DivMean_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.DivMean - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.DivMean - nameWithType: Statistics.DivMean -- uid: BenchmarkDotNet.Mathematics.Statistics.GetActualOutliers(Perfolizer.Mathematics.OutlierDetection.OutlierMode) - name: GetActualOutliers(OutlierMode) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_GetActualOutliers_Perfolizer_Mathematics_OutlierDetection_OutlierMode_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.GetActualOutliers(Perfolizer.Mathematics.OutlierDetection.OutlierMode) - fullName: BenchmarkDotNet.Mathematics.Statistics.GetActualOutliers(Perfolizer.Mathematics.OutlierDetection.OutlierMode) - nameWithType: Statistics.GetActualOutliers(OutlierMode) -- uid: BenchmarkDotNet.Mathematics.Statistics.GetActualOutliers* - name: GetActualOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_GetActualOutliers_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.GetActualOutliers - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.GetActualOutliers - nameWithType: Statistics.GetActualOutliers -- uid: BenchmarkDotNet.Mathematics.Statistics.GetConfidenceInterval(Perfolizer.Mathematics.Common.ConfidenceLevel,System.Int32) - name: GetConfidenceInterval(ConfidenceLevel, Int32) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_GetConfidenceInterval_Perfolizer_Mathematics_Common_ConfidenceLevel_System_Int32_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.GetConfidenceInterval(Perfolizer.Mathematics.Common.ConfidenceLevel,System.Int32) - fullName: BenchmarkDotNet.Mathematics.Statistics.GetConfidenceInterval(Perfolizer.Mathematics.Common.ConfidenceLevel, System.Int32) - nameWithType: Statistics.GetConfidenceInterval(ConfidenceLevel, Int32) -- uid: BenchmarkDotNet.Mathematics.Statistics.GetConfidenceInterval* - name: GetConfidenceInterval - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_GetConfidenceInterval_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.GetConfidenceInterval - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.GetConfidenceInterval - nameWithType: Statistics.GetConfidenceInterval -- uid: BenchmarkDotNet.Mathematics.Statistics.InterquartileRange - name: InterquartileRange - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_InterquartileRange - commentId: P:BenchmarkDotNet.Mathematics.Statistics.InterquartileRange - fullName: BenchmarkDotNet.Mathematics.Statistics.InterquartileRange - nameWithType: Statistics.InterquartileRange -- uid: BenchmarkDotNet.Mathematics.Statistics.InterquartileRange* - name: InterquartileRange - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_InterquartileRange_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.InterquartileRange - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.InterquartileRange - nameWithType: Statistics.InterquartileRange -- uid: BenchmarkDotNet.Mathematics.Statistics.Invert - name: Invert() - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Invert - commentId: M:BenchmarkDotNet.Mathematics.Statistics.Invert - fullName: BenchmarkDotNet.Mathematics.Statistics.Invert() - nameWithType: Statistics.Invert() -- uid: BenchmarkDotNet.Mathematics.Statistics.Invert* - name: Invert - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Invert_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Invert - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Invert - nameWithType: Statistics.Invert -- uid: BenchmarkDotNet.Mathematics.Statistics.IsActualOutlier(System.Double,Perfolizer.Mathematics.OutlierDetection.OutlierMode) - name: IsActualOutlier(Double, OutlierMode) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsActualOutlier_System_Double_Perfolizer_Mathematics_OutlierDetection_OutlierMode_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.IsActualOutlier(System.Double,Perfolizer.Mathematics.OutlierDetection.OutlierMode) - fullName: BenchmarkDotNet.Mathematics.Statistics.IsActualOutlier(System.Double, Perfolizer.Mathematics.OutlierDetection.OutlierMode) - nameWithType: Statistics.IsActualOutlier(Double, OutlierMode) -- uid: BenchmarkDotNet.Mathematics.Statistics.IsActualOutlier* - name: IsActualOutlier - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsActualOutlier_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.IsActualOutlier - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.IsActualOutlier - nameWithType: Statistics.IsActualOutlier -- uid: BenchmarkDotNet.Mathematics.Statistics.IsLowerOutlier(System.Double) - name: IsLowerOutlier(Double) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsLowerOutlier_System_Double_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.IsLowerOutlier(System.Double) - fullName: BenchmarkDotNet.Mathematics.Statistics.IsLowerOutlier(System.Double) - nameWithType: Statistics.IsLowerOutlier(Double) -- uid: BenchmarkDotNet.Mathematics.Statistics.IsLowerOutlier* - name: IsLowerOutlier - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsLowerOutlier_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.IsLowerOutlier - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.IsLowerOutlier - nameWithType: Statistics.IsLowerOutlier -- uid: BenchmarkDotNet.Mathematics.Statistics.IsOutlier(System.Double) - name: IsOutlier(Double) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsOutlier_System_Double_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.IsOutlier(System.Double) - fullName: BenchmarkDotNet.Mathematics.Statistics.IsOutlier(System.Double) - nameWithType: Statistics.IsOutlier(Double) -- uid: BenchmarkDotNet.Mathematics.Statistics.IsOutlier* - name: IsOutlier - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsOutlier_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.IsOutlier - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.IsOutlier - nameWithType: Statistics.IsOutlier -- uid: BenchmarkDotNet.Mathematics.Statistics.IsUpperOutlier(System.Double) - name: IsUpperOutlier(Double) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsUpperOutlier_System_Double_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.IsUpperOutlier(System.Double) - fullName: BenchmarkDotNet.Mathematics.Statistics.IsUpperOutlier(System.Double) - nameWithType: Statistics.IsUpperOutlier(Double) -- uid: BenchmarkDotNet.Mathematics.Statistics.IsUpperOutlier* - name: IsUpperOutlier - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_IsUpperOutlier_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.IsUpperOutlier - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.IsUpperOutlier - nameWithType: Statistics.IsUpperOutlier -- uid: BenchmarkDotNet.Mathematics.Statistics.Kurtosis - name: Kurtosis - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Kurtosis - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Kurtosis - fullName: BenchmarkDotNet.Mathematics.Statistics.Kurtosis - nameWithType: Statistics.Kurtosis -- uid: BenchmarkDotNet.Mathematics.Statistics.Kurtosis* - name: Kurtosis - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Kurtosis_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Kurtosis - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Kurtosis - nameWithType: Statistics.Kurtosis -- uid: BenchmarkDotNet.Mathematics.Statistics.LowerFence - name: LowerFence - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_LowerFence - commentId: P:BenchmarkDotNet.Mathematics.Statistics.LowerFence - fullName: BenchmarkDotNet.Mathematics.Statistics.LowerFence - nameWithType: Statistics.LowerFence -- uid: BenchmarkDotNet.Mathematics.Statistics.LowerFence* - name: LowerFence - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_LowerFence_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.LowerFence - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.LowerFence - nameWithType: Statistics.LowerFence -- uid: BenchmarkDotNet.Mathematics.Statistics.LowerOutliers - name: LowerOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_LowerOutliers - commentId: P:BenchmarkDotNet.Mathematics.Statistics.LowerOutliers - fullName: BenchmarkDotNet.Mathematics.Statistics.LowerOutliers - nameWithType: Statistics.LowerOutliers -- uid: BenchmarkDotNet.Mathematics.Statistics.LowerOutliers* - name: LowerOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_LowerOutliers_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.LowerOutliers - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.LowerOutliers - nameWithType: Statistics.LowerOutliers -- uid: BenchmarkDotNet.Mathematics.Statistics.Max - name: Max - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Max - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Max - fullName: BenchmarkDotNet.Mathematics.Statistics.Max - nameWithType: Statistics.Max -- uid: BenchmarkDotNet.Mathematics.Statistics.Max* - name: Max - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Max_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Max - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Max - nameWithType: Statistics.Max -- uid: BenchmarkDotNet.Mathematics.Statistics.Mean - name: Mean - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Mean - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Mean - fullName: BenchmarkDotNet.Mathematics.Statistics.Mean - nameWithType: Statistics.Mean -- uid: BenchmarkDotNet.Mathematics.Statistics.Mean* - name: Mean - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Mean_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Mean - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Mean - nameWithType: Statistics.Mean -- uid: BenchmarkDotNet.Mathematics.Statistics.Median - name: Median - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Median - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Median - fullName: BenchmarkDotNet.Mathematics.Statistics.Median - nameWithType: Statistics.Median -- uid: BenchmarkDotNet.Mathematics.Statistics.Median* - name: Median - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Median_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Median - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Median - nameWithType: Statistics.Median -- uid: BenchmarkDotNet.Mathematics.Statistics.Min - name: Min - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Min - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Min - fullName: BenchmarkDotNet.Mathematics.Statistics.Min - nameWithType: Statistics.Min -- uid: BenchmarkDotNet.Mathematics.Statistics.Min* - name: Min - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Min_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Min - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Min - nameWithType: Statistics.Min -- uid: BenchmarkDotNet.Mathematics.Statistics.MulMean(BenchmarkDotNet.Mathematics.Statistics,BenchmarkDotNet.Mathematics.Statistics) - name: MulMean(Statistics, Statistics) - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_MulMean_BenchmarkDotNet_Mathematics_Statistics_BenchmarkDotNet_Mathematics_Statistics_ - commentId: M:BenchmarkDotNet.Mathematics.Statistics.MulMean(BenchmarkDotNet.Mathematics.Statistics,BenchmarkDotNet.Mathematics.Statistics) - fullName: BenchmarkDotNet.Mathematics.Statistics.MulMean(BenchmarkDotNet.Mathematics.Statistics, BenchmarkDotNet.Mathematics.Statistics) - nameWithType: Statistics.MulMean(Statistics, Statistics) -- uid: BenchmarkDotNet.Mathematics.Statistics.MulMean* - name: MulMean - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_MulMean_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.MulMean - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.MulMean - nameWithType: Statistics.MulMean -- uid: BenchmarkDotNet.Mathematics.Statistics.N - name: N - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_N - commentId: P:BenchmarkDotNet.Mathematics.Statistics.N - fullName: BenchmarkDotNet.Mathematics.Statistics.N - nameWithType: Statistics.N -- uid: BenchmarkDotNet.Mathematics.Statistics.N* - name: N - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_N_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.N - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.N - nameWithType: Statistics.N -- uid: BenchmarkDotNet.Mathematics.Statistics.OriginalValues - name: OriginalValues - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_OriginalValues - commentId: P:BenchmarkDotNet.Mathematics.Statistics.OriginalValues - fullName: BenchmarkDotNet.Mathematics.Statistics.OriginalValues - nameWithType: Statistics.OriginalValues -- uid: BenchmarkDotNet.Mathematics.Statistics.OriginalValues* - name: OriginalValues - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_OriginalValues_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.OriginalValues - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.OriginalValues - nameWithType: Statistics.OriginalValues -- uid: BenchmarkDotNet.Mathematics.Statistics.Percentiles - name: Percentiles - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Percentiles - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Percentiles - fullName: BenchmarkDotNet.Mathematics.Statistics.Percentiles - nameWithType: Statistics.Percentiles -- uid: BenchmarkDotNet.Mathematics.Statistics.Percentiles* - name: Percentiles - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Percentiles_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Percentiles - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Percentiles - nameWithType: Statistics.Percentiles -- uid: BenchmarkDotNet.Mathematics.Statistics.Q1 - name: Q1 - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Q1 - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Q1 - fullName: BenchmarkDotNet.Mathematics.Statistics.Q1 - nameWithType: Statistics.Q1 -- uid: BenchmarkDotNet.Mathematics.Statistics.Q1* - name: Q1 - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Q1_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Q1 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Q1 - nameWithType: Statistics.Q1 -- uid: BenchmarkDotNet.Mathematics.Statistics.Q3 - name: Q3 - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Q3 - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Q3 - fullName: BenchmarkDotNet.Mathematics.Statistics.Q3 - nameWithType: Statistics.Q3 -- uid: BenchmarkDotNet.Mathematics.Statistics.Q3* - name: Q3 - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Q3_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Q3 - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Q3 - nameWithType: Statistics.Q3 -- uid: BenchmarkDotNet.Mathematics.Statistics.Skewness - name: Skewness - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Skewness - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Skewness - fullName: BenchmarkDotNet.Mathematics.Statistics.Skewness - nameWithType: Statistics.Skewness -- uid: BenchmarkDotNet.Mathematics.Statistics.Skewness* - name: Skewness - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Skewness_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Skewness - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Skewness - nameWithType: Statistics.Skewness -- uid: BenchmarkDotNet.Mathematics.Statistics.StandardDeviation - name: StandardDeviation - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_StandardDeviation - commentId: P:BenchmarkDotNet.Mathematics.Statistics.StandardDeviation - fullName: BenchmarkDotNet.Mathematics.Statistics.StandardDeviation - nameWithType: Statistics.StandardDeviation -- uid: BenchmarkDotNet.Mathematics.Statistics.StandardDeviation* - name: StandardDeviation - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_StandardDeviation_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.StandardDeviation - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.StandardDeviation - nameWithType: Statistics.StandardDeviation -- uid: BenchmarkDotNet.Mathematics.Statistics.StandardError - name: StandardError - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_StandardError - commentId: P:BenchmarkDotNet.Mathematics.Statistics.StandardError - fullName: BenchmarkDotNet.Mathematics.Statistics.StandardError - nameWithType: Statistics.StandardError -- uid: BenchmarkDotNet.Mathematics.Statistics.StandardError* - name: StandardError - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_StandardError_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.StandardError - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.StandardError - nameWithType: Statistics.StandardError -- uid: BenchmarkDotNet.Mathematics.Statistics.ToString - name: ToString() - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_ToString - commentId: M:BenchmarkDotNet.Mathematics.Statistics.ToString - fullName: BenchmarkDotNet.Mathematics.Statistics.ToString() - nameWithType: Statistics.ToString() -- uid: BenchmarkDotNet.Mathematics.Statistics.ToString* - name: ToString - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_ToString_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.ToString - nameWithType: Statistics.ToString -- uid: BenchmarkDotNet.Mathematics.Statistics.UpperFence - name: UpperFence - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_UpperFence - commentId: P:BenchmarkDotNet.Mathematics.Statistics.UpperFence - fullName: BenchmarkDotNet.Mathematics.Statistics.UpperFence - nameWithType: Statistics.UpperFence -- uid: BenchmarkDotNet.Mathematics.Statistics.UpperFence* - name: UpperFence - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_UpperFence_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.UpperFence - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.UpperFence - nameWithType: Statistics.UpperFence -- uid: BenchmarkDotNet.Mathematics.Statistics.UpperOutliers - name: UpperOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_UpperOutliers - commentId: P:BenchmarkDotNet.Mathematics.Statistics.UpperOutliers - fullName: BenchmarkDotNet.Mathematics.Statistics.UpperOutliers - nameWithType: Statistics.UpperOutliers -- uid: BenchmarkDotNet.Mathematics.Statistics.UpperOutliers* - name: UpperOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_UpperOutliers_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.UpperOutliers - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.UpperOutliers - nameWithType: Statistics.UpperOutliers -- uid: BenchmarkDotNet.Mathematics.Statistics.Variance - name: Variance - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Variance - commentId: P:BenchmarkDotNet.Mathematics.Statistics.Variance - fullName: BenchmarkDotNet.Mathematics.Statistics.Variance - nameWithType: Statistics.Variance -- uid: BenchmarkDotNet.Mathematics.Statistics.Variance* - name: Variance - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_Variance_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.Variance - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.Variance - nameWithType: Statistics.Variance -- uid: BenchmarkDotNet.Mathematics.Statistics.WithoutOutliers - name: WithoutOutliers() - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_WithoutOutliers - commentId: M:BenchmarkDotNet.Mathematics.Statistics.WithoutOutliers - fullName: BenchmarkDotNet.Mathematics.Statistics.WithoutOutliers() - nameWithType: Statistics.WithoutOutliers() -- uid: BenchmarkDotNet.Mathematics.Statistics.WithoutOutliers* - name: WithoutOutliers - href: api/BenchmarkDotNet.Mathematics.Statistics.html#BenchmarkDotNet_Mathematics_Statistics_WithoutOutliers_ - commentId: Overload:BenchmarkDotNet.Mathematics.Statistics.WithoutOutliers - isSpec: "True" - fullName: BenchmarkDotNet.Mathematics.Statistics.WithoutOutliers - nameWithType: Statistics.WithoutOutliers -- uid: BenchmarkDotNet.Order - name: BenchmarkDotNet.Order - href: api/BenchmarkDotNet.Order.html - commentId: N:BenchmarkDotNet.Order - fullName: BenchmarkDotNet.Order - nameWithType: BenchmarkDotNet.Order -- uid: BenchmarkDotNet.Order.DefaultOrderer - name: DefaultOrderer - href: api/BenchmarkDotNet.Order.DefaultOrderer.html - commentId: T:BenchmarkDotNet.Order.DefaultOrderer - fullName: BenchmarkDotNet.Order.DefaultOrderer - nameWithType: DefaultOrderer -- uid: BenchmarkDotNet.Order.DefaultOrderer.#ctor(BenchmarkDotNet.Order.SummaryOrderPolicy,BenchmarkDotNet.Order.MethodOrderPolicy) - name: DefaultOrderer(SummaryOrderPolicy, MethodOrderPolicy) - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer__ctor_BenchmarkDotNet_Order_SummaryOrderPolicy_BenchmarkDotNet_Order_MethodOrderPolicy_ - commentId: M:BenchmarkDotNet.Order.DefaultOrderer.#ctor(BenchmarkDotNet.Order.SummaryOrderPolicy,BenchmarkDotNet.Order.MethodOrderPolicy) - fullName: BenchmarkDotNet.Order.DefaultOrderer.DefaultOrderer(BenchmarkDotNet.Order.SummaryOrderPolicy, BenchmarkDotNet.Order.MethodOrderPolicy) - nameWithType: DefaultOrderer.DefaultOrderer(SummaryOrderPolicy, MethodOrderPolicy) -- uid: BenchmarkDotNet.Order.DefaultOrderer.#ctor* - name: DefaultOrderer - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer__ctor_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.DefaultOrderer - nameWithType: DefaultOrderer.DefaultOrderer -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase}) - name: GetExecutionOrder(ImmutableArray) - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetExecutionOrder_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Running_BenchmarkCase__ - commentId: M:BenchmarkDotNet.Order.DefaultOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase}) - name.vb: GetExecutionOrder(ImmutableArray(Of BenchmarkCase)) - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray) - fullName.vb: BenchmarkDotNet.Order.DefaultOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Running.BenchmarkCase)) - nameWithType: DefaultOrderer.GetExecutionOrder(ImmutableArray) - nameWithType.vb: DefaultOrderer.GetExecutionOrder(ImmutableArray(Of BenchmarkCase)) -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetExecutionOrder* - name: GetExecutionOrder - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetExecutionOrder_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.GetExecutionOrder - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetExecutionOrder - nameWithType: DefaultOrderer.GetExecutionOrder -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetHighlightGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - name: GetHighlightGroupKey(BenchmarkCase) - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetHighlightGroupKey_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Order.DefaultOrderer.GetHighlightGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetHighlightGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: DefaultOrderer.GetHighlightGroupKey(BenchmarkCase) -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetHighlightGroupKey* - name: GetHighlightGroupKey - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetHighlightGroupKey_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.GetHighlightGroupKey - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetHighlightGroupKey - nameWithType: DefaultOrderer.GetHighlightGroupKey -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Running.BenchmarkCase) - name: GetLogicalGroupKey(ImmutableArray, BenchmarkCase) - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetLogicalGroupKey_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Running_BenchmarkCase__BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Running.BenchmarkCase) - name.vb: GetLogicalGroupKey(ImmutableArray(Of BenchmarkCase), BenchmarkCase) - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray, BenchmarkDotNet.Running.BenchmarkCase) - fullName.vb: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Running.BenchmarkCase), BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: DefaultOrderer.GetLogicalGroupKey(ImmutableArray, BenchmarkCase) - nameWithType.vb: DefaultOrderer.GetLogicalGroupKey(ImmutableArray(Of BenchmarkCase), BenchmarkCase) -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupKey* - name: GetLogicalGroupKey - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetLogicalGroupKey_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupKey - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupKey - nameWithType: DefaultOrderer.GetLogicalGroupKey -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable{System.Linq.IGrouping{System.String,BenchmarkDotNet.Running.BenchmarkCase}}) - name: GetLogicalGroupOrder(IEnumerable>) - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetLogicalGroupOrder_System_Collections_Generic_IEnumerable_System_Linq_IGrouping_System_String_BenchmarkDotNet_Running_BenchmarkCase___ - commentId: M:BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable{System.Linq.IGrouping{System.String,BenchmarkDotNet.Running.BenchmarkCase}}) - name.vb: GetLogicalGroupOrder(IEnumerable(Of IGrouping(Of String, BenchmarkCase))) - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable>) - fullName.vb: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable(Of System.Linq.IGrouping(Of System.String, BenchmarkDotNet.Running.BenchmarkCase))) - nameWithType: DefaultOrderer.GetLogicalGroupOrder(IEnumerable>) - nameWithType.vb: DefaultOrderer.GetLogicalGroupOrder(IEnumerable(Of IGrouping(Of String, BenchmarkCase))) -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupOrder* - name: GetLogicalGroupOrder - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetLogicalGroupOrder_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupOrder - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetLogicalGroupOrder - nameWithType: DefaultOrderer.GetLogicalGroupOrder -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Reports.Summary) - name: GetSummaryOrder(ImmutableArray, Summary) - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetSummaryOrder_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Running_BenchmarkCase__BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Reports.Summary) - name.vb: GetSummaryOrder(ImmutableArray(Of BenchmarkCase), Summary) - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray, BenchmarkDotNet.Reports.Summary) - fullName.vb: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Running.BenchmarkCase), BenchmarkDotNet.Reports.Summary) - nameWithType: DefaultOrderer.GetSummaryOrder(ImmutableArray, Summary) - nameWithType.vb: DefaultOrderer.GetSummaryOrder(ImmutableArray(Of BenchmarkCase), Summary) -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrder* - name: GetSummaryOrder - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetSummaryOrder_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrder - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrder - nameWithType: DefaultOrderer.GetSummaryOrder -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrderForGroup(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Reports.Summary) - name: GetSummaryOrderForGroup(ImmutableArray, Summary) - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetSummaryOrderForGroup_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Running_BenchmarkCase__BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrderForGroup(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Reports.Summary) - name.vb: GetSummaryOrderForGroup(ImmutableArray(Of BenchmarkCase), Summary) - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrderForGroup(System.Collections.Immutable.ImmutableArray, BenchmarkDotNet.Reports.Summary) - fullName.vb: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrderForGroup(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Running.BenchmarkCase), BenchmarkDotNet.Reports.Summary) - nameWithType: DefaultOrderer.GetSummaryOrderForGroup(ImmutableArray, Summary) - nameWithType.vb: DefaultOrderer.GetSummaryOrderForGroup(ImmutableArray(Of BenchmarkCase), Summary) -- uid: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrderForGroup* - name: GetSummaryOrderForGroup - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_GetSummaryOrderForGroup_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrderForGroup - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.GetSummaryOrderForGroup - nameWithType: DefaultOrderer.GetSummaryOrderForGroup -- uid: BenchmarkDotNet.Order.DefaultOrderer.Instance - name: Instance - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_Instance - commentId: F:BenchmarkDotNet.Order.DefaultOrderer.Instance - fullName: BenchmarkDotNet.Order.DefaultOrderer.Instance - nameWithType: DefaultOrderer.Instance -- uid: BenchmarkDotNet.Order.DefaultOrderer.MethodOrderPolicy - name: MethodOrderPolicy - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_MethodOrderPolicy - commentId: P:BenchmarkDotNet.Order.DefaultOrderer.MethodOrderPolicy - fullName: BenchmarkDotNet.Order.DefaultOrderer.MethodOrderPolicy - nameWithType: DefaultOrderer.MethodOrderPolicy -- uid: BenchmarkDotNet.Order.DefaultOrderer.MethodOrderPolicy* - name: MethodOrderPolicy - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_MethodOrderPolicy_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.MethodOrderPolicy - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.MethodOrderPolicy - nameWithType: DefaultOrderer.MethodOrderPolicy -- uid: BenchmarkDotNet.Order.DefaultOrderer.SeparateLogicalGroups - name: SeparateLogicalGroups - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_SeparateLogicalGroups - commentId: P:BenchmarkDotNet.Order.DefaultOrderer.SeparateLogicalGroups - fullName: BenchmarkDotNet.Order.DefaultOrderer.SeparateLogicalGroups - nameWithType: DefaultOrderer.SeparateLogicalGroups -- uid: BenchmarkDotNet.Order.DefaultOrderer.SeparateLogicalGroups* - name: SeparateLogicalGroups - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_SeparateLogicalGroups_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.SeparateLogicalGroups - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.SeparateLogicalGroups - nameWithType: DefaultOrderer.SeparateLogicalGroups -- uid: BenchmarkDotNet.Order.DefaultOrderer.SummaryOrderPolicy - name: SummaryOrderPolicy - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_SummaryOrderPolicy - commentId: P:BenchmarkDotNet.Order.DefaultOrderer.SummaryOrderPolicy - fullName: BenchmarkDotNet.Order.DefaultOrderer.SummaryOrderPolicy - nameWithType: DefaultOrderer.SummaryOrderPolicy -- uid: BenchmarkDotNet.Order.DefaultOrderer.SummaryOrderPolicy* - name: SummaryOrderPolicy - href: api/BenchmarkDotNet.Order.DefaultOrderer.html#BenchmarkDotNet_Order_DefaultOrderer_SummaryOrderPolicy_ - commentId: Overload:BenchmarkDotNet.Order.DefaultOrderer.SummaryOrderPolicy - isSpec: "True" - fullName: BenchmarkDotNet.Order.DefaultOrderer.SummaryOrderPolicy - nameWithType: DefaultOrderer.SummaryOrderPolicy -- uid: BenchmarkDotNet.Order.IOrderer - name: IOrderer - href: api/BenchmarkDotNet.Order.IOrderer.html - commentId: T:BenchmarkDotNet.Order.IOrderer - fullName: BenchmarkDotNet.Order.IOrderer - nameWithType: IOrderer -- uid: BenchmarkDotNet.Order.IOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase}) - name: GetExecutionOrder(ImmutableArray) - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetExecutionOrder_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Running_BenchmarkCase__ - commentId: M:BenchmarkDotNet.Order.IOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase}) - name.vb: GetExecutionOrder(ImmutableArray(Of BenchmarkCase)) - fullName: BenchmarkDotNet.Order.IOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray) - fullName.vb: BenchmarkDotNet.Order.IOrderer.GetExecutionOrder(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Running.BenchmarkCase)) - nameWithType: IOrderer.GetExecutionOrder(ImmutableArray) - nameWithType.vb: IOrderer.GetExecutionOrder(ImmutableArray(Of BenchmarkCase)) -- uid: BenchmarkDotNet.Order.IOrderer.GetExecutionOrder* - name: GetExecutionOrder - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetExecutionOrder_ - commentId: Overload:BenchmarkDotNet.Order.IOrderer.GetExecutionOrder - isSpec: "True" - fullName: BenchmarkDotNet.Order.IOrderer.GetExecutionOrder - nameWithType: IOrderer.GetExecutionOrder -- uid: BenchmarkDotNet.Order.IOrderer.GetHighlightGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - name: GetHighlightGroupKey(BenchmarkCase) - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetHighlightGroupKey_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Order.IOrderer.GetHighlightGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Order.IOrderer.GetHighlightGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: IOrderer.GetHighlightGroupKey(BenchmarkCase) -- uid: BenchmarkDotNet.Order.IOrderer.GetHighlightGroupKey* - name: GetHighlightGroupKey - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetHighlightGroupKey_ - commentId: Overload:BenchmarkDotNet.Order.IOrderer.GetHighlightGroupKey - isSpec: "True" - fullName: BenchmarkDotNet.Order.IOrderer.GetHighlightGroupKey - nameWithType: IOrderer.GetHighlightGroupKey -- uid: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Running.BenchmarkCase) - name: GetLogicalGroupKey(ImmutableArray, BenchmarkCase) - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetLogicalGroupKey_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Running_BenchmarkCase__BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Order.IOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Running.BenchmarkCase) - name.vb: GetLogicalGroupKey(ImmutableArray(Of BenchmarkCase), BenchmarkCase) - fullName: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray, BenchmarkDotNet.Running.BenchmarkCase) - fullName.vb: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupKey(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Running.BenchmarkCase), BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: IOrderer.GetLogicalGroupKey(ImmutableArray, BenchmarkCase) - nameWithType.vb: IOrderer.GetLogicalGroupKey(ImmutableArray(Of BenchmarkCase), BenchmarkCase) -- uid: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupKey* - name: GetLogicalGroupKey - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetLogicalGroupKey_ - commentId: Overload:BenchmarkDotNet.Order.IOrderer.GetLogicalGroupKey - isSpec: "True" - fullName: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupKey - nameWithType: IOrderer.GetLogicalGroupKey -- uid: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable{System.Linq.IGrouping{System.String,BenchmarkDotNet.Running.BenchmarkCase}}) - name: GetLogicalGroupOrder(IEnumerable>) - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetLogicalGroupOrder_System_Collections_Generic_IEnumerable_System_Linq_IGrouping_System_String_BenchmarkDotNet_Running_BenchmarkCase___ - commentId: M:BenchmarkDotNet.Order.IOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable{System.Linq.IGrouping{System.String,BenchmarkDotNet.Running.BenchmarkCase}}) - name.vb: GetLogicalGroupOrder(IEnumerable(Of IGrouping(Of String, BenchmarkCase))) - fullName: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable>) - fullName.vb: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupOrder(System.Collections.Generic.IEnumerable(Of System.Linq.IGrouping(Of System.String, BenchmarkDotNet.Running.BenchmarkCase))) - nameWithType: IOrderer.GetLogicalGroupOrder(IEnumerable>) - nameWithType.vb: IOrderer.GetLogicalGroupOrder(IEnumerable(Of IGrouping(Of String, BenchmarkCase))) -- uid: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupOrder* - name: GetLogicalGroupOrder - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetLogicalGroupOrder_ - commentId: Overload:BenchmarkDotNet.Order.IOrderer.GetLogicalGroupOrder - isSpec: "True" - fullName: BenchmarkDotNet.Order.IOrderer.GetLogicalGroupOrder - nameWithType: IOrderer.GetLogicalGroupOrder -- uid: BenchmarkDotNet.Order.IOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Reports.Summary) - name: GetSummaryOrder(ImmutableArray, Summary) - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetSummaryOrder_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Running_BenchmarkCase__BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Order.IOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Reports.Summary) - name.vb: GetSummaryOrder(ImmutableArray(Of BenchmarkCase), Summary) - fullName: BenchmarkDotNet.Order.IOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray, BenchmarkDotNet.Reports.Summary) - fullName.vb: BenchmarkDotNet.Order.IOrderer.GetSummaryOrder(System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Running.BenchmarkCase), BenchmarkDotNet.Reports.Summary) - nameWithType: IOrderer.GetSummaryOrder(ImmutableArray, Summary) - nameWithType.vb: IOrderer.GetSummaryOrder(ImmutableArray(Of BenchmarkCase), Summary) -- uid: BenchmarkDotNet.Order.IOrderer.GetSummaryOrder* - name: GetSummaryOrder - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_GetSummaryOrder_ - commentId: Overload:BenchmarkDotNet.Order.IOrderer.GetSummaryOrder - isSpec: "True" - fullName: BenchmarkDotNet.Order.IOrderer.GetSummaryOrder - nameWithType: IOrderer.GetSummaryOrder -- uid: BenchmarkDotNet.Order.IOrderer.SeparateLogicalGroups - name: SeparateLogicalGroups - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_SeparateLogicalGroups - commentId: P:BenchmarkDotNet.Order.IOrderer.SeparateLogicalGroups - fullName: BenchmarkDotNet.Order.IOrderer.SeparateLogicalGroups - nameWithType: IOrderer.SeparateLogicalGroups -- uid: BenchmarkDotNet.Order.IOrderer.SeparateLogicalGroups* - name: SeparateLogicalGroups - href: api/BenchmarkDotNet.Order.IOrderer.html#BenchmarkDotNet_Order_IOrderer_SeparateLogicalGroups_ - commentId: Overload:BenchmarkDotNet.Order.IOrderer.SeparateLogicalGroups - isSpec: "True" - fullName: BenchmarkDotNet.Order.IOrderer.SeparateLogicalGroups - nameWithType: IOrderer.SeparateLogicalGroups -- uid: BenchmarkDotNet.Order.MethodOrderPolicy - name: MethodOrderPolicy - href: api/BenchmarkDotNet.Order.MethodOrderPolicy.html - commentId: T:BenchmarkDotNet.Order.MethodOrderPolicy - fullName: BenchmarkDotNet.Order.MethodOrderPolicy - nameWithType: MethodOrderPolicy -- uid: BenchmarkDotNet.Order.MethodOrderPolicy.Alphabetical - name: Alphabetical - href: api/BenchmarkDotNet.Order.MethodOrderPolicy.html#BenchmarkDotNet_Order_MethodOrderPolicy_Alphabetical - commentId: F:BenchmarkDotNet.Order.MethodOrderPolicy.Alphabetical - fullName: BenchmarkDotNet.Order.MethodOrderPolicy.Alphabetical - nameWithType: MethodOrderPolicy.Alphabetical -- uid: BenchmarkDotNet.Order.MethodOrderPolicy.Declared - name: Declared - href: api/BenchmarkDotNet.Order.MethodOrderPolicy.html#BenchmarkDotNet_Order_MethodOrderPolicy_Declared - commentId: F:BenchmarkDotNet.Order.MethodOrderPolicy.Declared - fullName: BenchmarkDotNet.Order.MethodOrderPolicy.Declared - nameWithType: MethodOrderPolicy.Declared -- uid: BenchmarkDotNet.Order.SummaryOrderPolicy - name: SummaryOrderPolicy - href: api/BenchmarkDotNet.Order.SummaryOrderPolicy.html - commentId: T:BenchmarkDotNet.Order.SummaryOrderPolicy - fullName: BenchmarkDotNet.Order.SummaryOrderPolicy - nameWithType: SummaryOrderPolicy -- uid: BenchmarkDotNet.Order.SummaryOrderPolicy.Declared - name: Declared - href: api/BenchmarkDotNet.Order.SummaryOrderPolicy.html#BenchmarkDotNet_Order_SummaryOrderPolicy_Declared - commentId: F:BenchmarkDotNet.Order.SummaryOrderPolicy.Declared - fullName: BenchmarkDotNet.Order.SummaryOrderPolicy.Declared - nameWithType: SummaryOrderPolicy.Declared -- uid: BenchmarkDotNet.Order.SummaryOrderPolicy.Default - name: Default - href: api/BenchmarkDotNet.Order.SummaryOrderPolicy.html#BenchmarkDotNet_Order_SummaryOrderPolicy_Default - commentId: F:BenchmarkDotNet.Order.SummaryOrderPolicy.Default - fullName: BenchmarkDotNet.Order.SummaryOrderPolicy.Default - nameWithType: SummaryOrderPolicy.Default -- uid: BenchmarkDotNet.Order.SummaryOrderPolicy.FastestToSlowest - name: FastestToSlowest - href: api/BenchmarkDotNet.Order.SummaryOrderPolicy.html#BenchmarkDotNet_Order_SummaryOrderPolicy_FastestToSlowest - commentId: F:BenchmarkDotNet.Order.SummaryOrderPolicy.FastestToSlowest - fullName: BenchmarkDotNet.Order.SummaryOrderPolicy.FastestToSlowest - nameWithType: SummaryOrderPolicy.FastestToSlowest -- uid: BenchmarkDotNet.Order.SummaryOrderPolicy.Method - name: Method - href: api/BenchmarkDotNet.Order.SummaryOrderPolicy.html#BenchmarkDotNet_Order_SummaryOrderPolicy_Method - commentId: F:BenchmarkDotNet.Order.SummaryOrderPolicy.Method - fullName: BenchmarkDotNet.Order.SummaryOrderPolicy.Method - nameWithType: SummaryOrderPolicy.Method -- uid: BenchmarkDotNet.Order.SummaryOrderPolicy.SlowestToFastest - name: SlowestToFastest - href: api/BenchmarkDotNet.Order.SummaryOrderPolicy.html#BenchmarkDotNet_Order_SummaryOrderPolicy_SlowestToFastest - commentId: F:BenchmarkDotNet.Order.SummaryOrderPolicy.SlowestToFastest - fullName: BenchmarkDotNet.Order.SummaryOrderPolicy.SlowestToFastest - nameWithType: SummaryOrderPolicy.SlowestToFastest -- uid: BenchmarkDotNet.Parameters - name: BenchmarkDotNet.Parameters - href: api/BenchmarkDotNet.Parameters.html - commentId: N:BenchmarkDotNet.Parameters - fullName: BenchmarkDotNet.Parameters - nameWithType: BenchmarkDotNet.Parameters -- uid: BenchmarkDotNet.Parameters.ParameterDefinition - name: ParameterDefinition - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html - commentId: T:BenchmarkDotNet.Parameters.ParameterDefinition - fullName: BenchmarkDotNet.Parameters.ParameterDefinition - nameWithType: ParameterDefinition -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.#ctor(System.String,System.Boolean,System.Object[],System.Boolean,System.Type,System.Int32) - name: ParameterDefinition(String, Boolean, Object[], Boolean, Type, Int32) - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition__ctor_System_String_System_Boolean_System_Object___System_Boolean_System_Type_System_Int32_ - commentId: M:BenchmarkDotNet.Parameters.ParameterDefinition.#ctor(System.String,System.Boolean,System.Object[],System.Boolean,System.Type,System.Int32) - name.vb: ParameterDefinition(String, Boolean, Object(), Boolean, Type, Int32) - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.ParameterDefinition(System.String, System.Boolean, System.Object[], System.Boolean, System.Type, System.Int32) - fullName.vb: BenchmarkDotNet.Parameters.ParameterDefinition.ParameterDefinition(System.String, System.Boolean, System.Object(), System.Boolean, System.Type, System.Int32) - nameWithType: ParameterDefinition.ParameterDefinition(String, Boolean, Object[], Boolean, Type, Int32) - nameWithType.vb: ParameterDefinition.ParameterDefinition(String, Boolean, Object(), Boolean, Type, Int32) -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.#ctor* - name: ParameterDefinition - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition__ctor_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinition.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.ParameterDefinition - nameWithType: ParameterDefinition.ParameterDefinition -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.IsArgument - name: IsArgument - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_IsArgument - commentId: P:BenchmarkDotNet.Parameters.ParameterDefinition.IsArgument - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.IsArgument - nameWithType: ParameterDefinition.IsArgument -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.IsArgument* - name: IsArgument - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_IsArgument_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinition.IsArgument - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.IsArgument - nameWithType: ParameterDefinition.IsArgument -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.IsStatic - name: IsStatic - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_IsStatic - commentId: P:BenchmarkDotNet.Parameters.ParameterDefinition.IsStatic - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.IsStatic - nameWithType: ParameterDefinition.IsStatic -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.IsStatic* - name: IsStatic - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_IsStatic_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinition.IsStatic - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.IsStatic - nameWithType: ParameterDefinition.IsStatic -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.Name - name: Name - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_Name - commentId: P:BenchmarkDotNet.Parameters.ParameterDefinition.Name - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.Name - nameWithType: ParameterDefinition.Name -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.Name* - name: Name - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_Name_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinition.Name - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.Name - nameWithType: ParameterDefinition.Name -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.ParameterType - name: ParameterType - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_ParameterType - commentId: P:BenchmarkDotNet.Parameters.ParameterDefinition.ParameterType - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.ParameterType - nameWithType: ParameterDefinition.ParameterType -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.ParameterType* - name: ParameterType - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_ParameterType_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinition.ParameterType - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.ParameterType - nameWithType: ParameterDefinition.ParameterType -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.PriorityInCategory - name: PriorityInCategory - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_PriorityInCategory - commentId: P:BenchmarkDotNet.Parameters.ParameterDefinition.PriorityInCategory - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.PriorityInCategory - nameWithType: ParameterDefinition.PriorityInCategory -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.PriorityInCategory* - name: PriorityInCategory - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_PriorityInCategory_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinition.PriorityInCategory - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.PriorityInCategory - nameWithType: ParameterDefinition.PriorityInCategory -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.Values - name: Values - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_Values - commentId: P:BenchmarkDotNet.Parameters.ParameterDefinition.Values - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.Values - nameWithType: ParameterDefinition.Values -- uid: BenchmarkDotNet.Parameters.ParameterDefinition.Values* - name: Values - href: api/BenchmarkDotNet.Parameters.ParameterDefinition.html#BenchmarkDotNet_Parameters_ParameterDefinition_Values_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinition.Values - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinition.Values - nameWithType: ParameterDefinition.Values -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions - name: ParameterDefinitions - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html - commentId: T:BenchmarkDotNet.Parameters.ParameterDefinitions - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions - nameWithType: ParameterDefinitions -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Parameters.ParameterDefinition}) - name: ParameterDefinitions(IReadOnlyList) - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions__ctor_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Parameters_ParameterDefinition__ - commentId: M:BenchmarkDotNet.Parameters.ParameterDefinitions.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Parameters.ParameterDefinition}) - name.vb: ParameterDefinitions(IReadOnlyList(Of ParameterDefinition)) - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.ParameterDefinitions(System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Parameters.ParameterDefinitions.ParameterDefinitions(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Parameters.ParameterDefinition)) - nameWithType: ParameterDefinitions.ParameterDefinitions(IReadOnlyList) - nameWithType.vb: ParameterDefinitions.ParameterDefinitions(IReadOnlyList(Of ParameterDefinition)) -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.#ctor* - name: ParameterDefinitions - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions__ctor_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinitions.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.ParameterDefinitions - nameWithType: ParameterDefinitions.ParameterDefinitions -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.Expand(BenchmarkDotNet.Reports.SummaryStyle) - name: Expand(SummaryStyle) - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions_Expand_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Parameters.ParameterDefinitions.Expand(BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.Expand(BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: ParameterDefinitions.Expand(SummaryStyle) -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.Expand* - name: Expand - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions_Expand_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinitions.Expand - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.Expand - nameWithType: ParameterDefinitions.Expand -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.Items - name: Items - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions_Items - commentId: P:BenchmarkDotNet.Parameters.ParameterDefinitions.Items - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.Items - nameWithType: ParameterDefinitions.Items -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.Items* - name: Items - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions_Items_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinitions.Items - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.Items - nameWithType: ParameterDefinitions.Items -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.ToString - name: ToString() - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions_ToString - commentId: M:BenchmarkDotNet.Parameters.ParameterDefinitions.ToString - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.ToString() - nameWithType: ParameterDefinitions.ToString() -- uid: BenchmarkDotNet.Parameters.ParameterDefinitions.ToString* - name: ToString - href: api/BenchmarkDotNet.Parameters.ParameterDefinitions.html#BenchmarkDotNet_Parameters_ParameterDefinitions_ToString_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterDefinitions.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterDefinitions.ToString - nameWithType: ParameterDefinitions.ToString -- uid: BenchmarkDotNet.Parameters.ParameterExtractor - name: ParameterExtractor - href: api/BenchmarkDotNet.Parameters.ParameterExtractor.html - commentId: T:BenchmarkDotNet.Parameters.ParameterExtractor - fullName: BenchmarkDotNet.Parameters.ParameterExtractor - nameWithType: ParameterExtractor -- uid: BenchmarkDotNet.Parameters.ParameterInstance - name: ParameterInstance - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html - commentId: T:BenchmarkDotNet.Parameters.ParameterInstance - fullName: BenchmarkDotNet.Parameters.ParameterInstance - nameWithType: ParameterInstance -- uid: BenchmarkDotNet.Parameters.ParameterInstance.#ctor(BenchmarkDotNet.Parameters.ParameterDefinition,System.Object,BenchmarkDotNet.Reports.SummaryStyle) - name: ParameterInstance(ParameterDefinition, Object, SummaryStyle) - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance__ctor_BenchmarkDotNet_Parameters_ParameterDefinition_System_Object_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Parameters.ParameterInstance.#ctor(BenchmarkDotNet.Parameters.ParameterDefinition,System.Object,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ParameterInstance(BenchmarkDotNet.Parameters.ParameterDefinition, System.Object, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: ParameterInstance.ParameterInstance(ParameterDefinition, Object, SummaryStyle) -- uid: BenchmarkDotNet.Parameters.ParameterInstance.#ctor* - name: ParameterInstance - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance__ctor_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ParameterInstance - nameWithType: ParameterInstance.ParameterInstance -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Definition - name: Definition - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Definition - commentId: P:BenchmarkDotNet.Parameters.ParameterInstance.Definition - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Definition - nameWithType: ParameterInstance.Definition -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Definition* - name: Definition - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Definition_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.Definition - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Definition - nameWithType: ParameterInstance.Definition -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Dispose - name: Dispose() - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Dispose - commentId: M:BenchmarkDotNet.Parameters.ParameterInstance.Dispose - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Dispose() - nameWithType: ParameterInstance.Dispose() -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Dispose* - name: Dispose - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Dispose_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.Dispose - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Dispose - nameWithType: ParameterInstance.Dispose -- uid: BenchmarkDotNet.Parameters.ParameterInstance.IsArgument - name: IsArgument - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_IsArgument - commentId: P:BenchmarkDotNet.Parameters.ParameterInstance.IsArgument - fullName: BenchmarkDotNet.Parameters.ParameterInstance.IsArgument - nameWithType: ParameterInstance.IsArgument -- uid: BenchmarkDotNet.Parameters.ParameterInstance.IsArgument* - name: IsArgument - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_IsArgument_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.IsArgument - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.IsArgument - nameWithType: ParameterInstance.IsArgument -- uid: BenchmarkDotNet.Parameters.ParameterInstance.IsStatic - name: IsStatic - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_IsStatic - commentId: P:BenchmarkDotNet.Parameters.ParameterInstance.IsStatic - fullName: BenchmarkDotNet.Parameters.ParameterInstance.IsStatic - nameWithType: ParameterInstance.IsStatic -- uid: BenchmarkDotNet.Parameters.ParameterInstance.IsStatic* - name: IsStatic - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_IsStatic_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.IsStatic - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.IsStatic - nameWithType: ParameterInstance.IsStatic -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Name - name: Name - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Name - commentId: P:BenchmarkDotNet.Parameters.ParameterInstance.Name - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Name - nameWithType: ParameterInstance.Name -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Name* - name: Name - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Name_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.Name - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Name - nameWithType: ParameterInstance.Name -- uid: BenchmarkDotNet.Parameters.ParameterInstance.NullParameterTextRepresentation - name: NullParameterTextRepresentation - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_NullParameterTextRepresentation - commentId: F:BenchmarkDotNet.Parameters.ParameterInstance.NullParameterTextRepresentation - fullName: BenchmarkDotNet.Parameters.ParameterInstance.NullParameterTextRepresentation - nameWithType: ParameterInstance.NullParameterTextRepresentation -- uid: BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText - name: ToDisplayText() - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_ToDisplayText - commentId: M:BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText() - nameWithType: ParameterInstance.ToDisplayText() -- uid: BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText(BenchmarkDotNet.Reports.SummaryStyle) - name: ToDisplayText(SummaryStyle) - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_ToDisplayText_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText(BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText(BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: ParameterInstance.ToDisplayText(SummaryStyle) -- uid: BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText* - name: ToDisplayText - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_ToDisplayText_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ToDisplayText - nameWithType: ParameterInstance.ToDisplayText -- uid: BenchmarkDotNet.Parameters.ParameterInstance.ToSourceCode - name: ToSourceCode() - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_ToSourceCode - commentId: M:BenchmarkDotNet.Parameters.ParameterInstance.ToSourceCode - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ToSourceCode() - nameWithType: ParameterInstance.ToSourceCode() -- uid: BenchmarkDotNet.Parameters.ParameterInstance.ToSourceCode* - name: ToSourceCode - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_ToSourceCode_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.ToSourceCode - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ToSourceCode - nameWithType: ParameterInstance.ToSourceCode -- uid: BenchmarkDotNet.Parameters.ParameterInstance.ToString - name: ToString() - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_ToString - commentId: M:BenchmarkDotNet.Parameters.ParameterInstance.ToString - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ToString() - nameWithType: ParameterInstance.ToString() -- uid: BenchmarkDotNet.Parameters.ParameterInstance.ToString* - name: ToString - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_ToString_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.ToString - nameWithType: ParameterInstance.ToString -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Value - name: Value - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Value - commentId: P:BenchmarkDotNet.Parameters.ParameterInstance.Value - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Value - nameWithType: ParameterInstance.Value -- uid: BenchmarkDotNet.Parameters.ParameterInstance.Value* - name: Value - href: api/BenchmarkDotNet.Parameters.ParameterInstance.html#BenchmarkDotNet_Parameters_ParameterInstance_Value_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstance.Value - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstance.Value - nameWithType: ParameterInstance.Value -- uid: BenchmarkDotNet.Parameters.ParameterInstances - name: ParameterInstances - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html - commentId: T:BenchmarkDotNet.Parameters.ParameterInstances - fullName: BenchmarkDotNet.Parameters.ParameterInstances - nameWithType: ParameterInstances -- uid: BenchmarkDotNet.Parameters.ParameterInstances.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Parameters.ParameterInstance}) - name: ParameterInstances(IReadOnlyList) - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances__ctor_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Parameters_ParameterInstance__ - commentId: M:BenchmarkDotNet.Parameters.ParameterInstances.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Parameters.ParameterInstance}) - name.vb: ParameterInstances(IReadOnlyList(Of ParameterInstance)) - fullName: BenchmarkDotNet.Parameters.ParameterInstances.ParameterInstances(System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Parameters.ParameterInstances.ParameterInstances(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Parameters.ParameterInstance)) - nameWithType: ParameterInstances.ParameterInstances(IReadOnlyList) - nameWithType.vb: ParameterInstances.ParameterInstances(IReadOnlyList(Of ParameterInstance)) -- uid: BenchmarkDotNet.Parameters.ParameterInstances.#ctor* - name: ParameterInstances - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances__ctor_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.ParameterInstances - nameWithType: ParameterInstances.ParameterInstances -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Count - name: Count - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Count - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.Count - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Count - nameWithType: ParameterInstances.Count -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Count* - name: Count - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Count_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.Count - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Count - nameWithType: ParameterInstances.Count -- uid: BenchmarkDotNet.Parameters.ParameterInstances.DisplayInfo - name: DisplayInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_DisplayInfo - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.DisplayInfo - fullName: BenchmarkDotNet.Parameters.ParameterInstances.DisplayInfo - nameWithType: ParameterInstances.DisplayInfo -- uid: BenchmarkDotNet.Parameters.ParameterInstances.DisplayInfo* - name: DisplayInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_DisplayInfo_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.DisplayInfo - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.DisplayInfo - nameWithType: ParameterInstances.DisplayInfo -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Dispose - name: Dispose() - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Dispose - commentId: M:BenchmarkDotNet.Parameters.ParameterInstances.Dispose - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Dispose() - nameWithType: ParameterInstances.Dispose() -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Dispose* - name: Dispose - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Dispose_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.Dispose - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Dispose - nameWithType: ParameterInstances.Dispose -- uid: BenchmarkDotNet.Parameters.ParameterInstances.FolderInfo - name: FolderInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_FolderInfo - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.FolderInfo - fullName: BenchmarkDotNet.Parameters.ParameterInstances.FolderInfo - nameWithType: ParameterInstances.FolderInfo -- uid: BenchmarkDotNet.Parameters.ParameterInstances.FolderInfo* - name: FolderInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_FolderInfo_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.FolderInfo - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.FolderInfo - nameWithType: ParameterInstances.FolderInfo -- uid: BenchmarkDotNet.Parameters.ParameterInstances.GetArgument(System.String) - name: GetArgument(String) - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_GetArgument_System_String_ - commentId: M:BenchmarkDotNet.Parameters.ParameterInstances.GetArgument(System.String) - fullName: BenchmarkDotNet.Parameters.ParameterInstances.GetArgument(System.String) - nameWithType: ParameterInstances.GetArgument(String) -- uid: BenchmarkDotNet.Parameters.ParameterInstances.GetArgument* - name: GetArgument - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_GetArgument_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.GetArgument - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.GetArgument - nameWithType: ParameterInstances.GetArgument -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Item(System.Int32) - name: Item[Int32] - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Item_System_Int32_ - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.Item(System.Int32) - name.vb: Item(Int32) - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Item[System.Int32] - fullName.vb: BenchmarkDotNet.Parameters.ParameterInstances.Item(System.Int32) - nameWithType: ParameterInstances.Item[Int32] - nameWithType.vb: ParameterInstances.Item(Int32) -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Item(System.String) - name: Item[String] - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Item_System_String_ - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.Item(System.String) - name.vb: Item(String) - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Item[System.String] - fullName.vb: BenchmarkDotNet.Parameters.ParameterInstances.Item(System.String) - nameWithType: ParameterInstances.Item[String] - nameWithType.vb: ParameterInstances.Item(String) -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Item* - name: Item - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Item_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.Item - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Item - nameWithType: ParameterInstances.Item -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Items - name: Items - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Items - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.Items - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Items - nameWithType: ParameterInstances.Items -- uid: BenchmarkDotNet.Parameters.ParameterInstances.Items* - name: Items - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_Items_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.Items - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.Items - nameWithType: ParameterInstances.Items -- uid: BenchmarkDotNet.Parameters.ParameterInstances.PrintInfo - name: PrintInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_PrintInfo - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.PrintInfo - fullName: BenchmarkDotNet.Parameters.ParameterInstances.PrintInfo - nameWithType: ParameterInstances.PrintInfo -- uid: BenchmarkDotNet.Parameters.ParameterInstances.PrintInfo* - name: PrintInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_PrintInfo_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.PrintInfo - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.PrintInfo - nameWithType: ParameterInstances.PrintInfo -- uid: BenchmarkDotNet.Parameters.ParameterInstances.ValueInfo - name: ValueInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_ValueInfo - commentId: P:BenchmarkDotNet.Parameters.ParameterInstances.ValueInfo - fullName: BenchmarkDotNet.Parameters.ParameterInstances.ValueInfo - nameWithType: ParameterInstances.ValueInfo -- uid: BenchmarkDotNet.Parameters.ParameterInstances.ValueInfo* - name: ValueInfo - href: api/BenchmarkDotNet.Parameters.ParameterInstances.html#BenchmarkDotNet_Parameters_ParameterInstances_ValueInfo_ - commentId: Overload:BenchmarkDotNet.Parameters.ParameterInstances.ValueInfo - isSpec: "True" - fullName: BenchmarkDotNet.Parameters.ParameterInstances.ValueInfo - nameWithType: ParameterInstances.ValueInfo -- uid: BenchmarkDotNet.Portability - name: BenchmarkDotNet.Portability - href: api/BenchmarkDotNet.Portability.html - commentId: N:BenchmarkDotNet.Portability - fullName: BenchmarkDotNet.Portability - nameWithType: BenchmarkDotNet.Portability -- uid: BenchmarkDotNet.Portability.Antivirus - name: Antivirus - href: api/BenchmarkDotNet.Portability.Antivirus.html - commentId: T:BenchmarkDotNet.Portability.Antivirus - fullName: BenchmarkDotNet.Portability.Antivirus - nameWithType: Antivirus -- uid: BenchmarkDotNet.Portability.Antivirus.#ctor(System.String,System.String) - name: Antivirus(String, String) - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus__ctor_System_String_System_String_ - commentId: M:BenchmarkDotNet.Portability.Antivirus.#ctor(System.String,System.String) - fullName: BenchmarkDotNet.Portability.Antivirus.Antivirus(System.String, System.String) - nameWithType: Antivirus.Antivirus(String, String) -- uid: BenchmarkDotNet.Portability.Antivirus.#ctor* - name: Antivirus - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus__ctor_ - commentId: Overload:BenchmarkDotNet.Portability.Antivirus.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Antivirus.Antivirus - nameWithType: Antivirus.Antivirus -- uid: BenchmarkDotNet.Portability.Antivirus.Name - name: Name - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus_Name - commentId: P:BenchmarkDotNet.Portability.Antivirus.Name - fullName: BenchmarkDotNet.Portability.Antivirus.Name - nameWithType: Antivirus.Name -- uid: BenchmarkDotNet.Portability.Antivirus.Name* - name: Name - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus_Name_ - commentId: Overload:BenchmarkDotNet.Portability.Antivirus.Name - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Antivirus.Name - nameWithType: Antivirus.Name -- uid: BenchmarkDotNet.Portability.Antivirus.Path - name: Path - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus_Path - commentId: P:BenchmarkDotNet.Portability.Antivirus.Path - fullName: BenchmarkDotNet.Portability.Antivirus.Path - nameWithType: Antivirus.Path -- uid: BenchmarkDotNet.Portability.Antivirus.Path* - name: Path - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus_Path_ - commentId: Overload:BenchmarkDotNet.Portability.Antivirus.Path - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Antivirus.Path - nameWithType: Antivirus.Path -- uid: BenchmarkDotNet.Portability.Antivirus.ToString - name: ToString() - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus_ToString - commentId: M:BenchmarkDotNet.Portability.Antivirus.ToString - fullName: BenchmarkDotNet.Portability.Antivirus.ToString() - nameWithType: Antivirus.ToString() -- uid: BenchmarkDotNet.Portability.Antivirus.ToString* - name: ToString - href: api/BenchmarkDotNet.Portability.Antivirus.html#BenchmarkDotNet_Portability_Antivirus_ToString_ - commentId: Overload:BenchmarkDotNet.Portability.Antivirus.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Antivirus.ToString - nameWithType: Antivirus.ToString -- uid: BenchmarkDotNet.Portability.Cpu - name: BenchmarkDotNet.Portability.Cpu - href: api/BenchmarkDotNet.Portability.Cpu.html - commentId: N:BenchmarkDotNet.Portability.Cpu - fullName: BenchmarkDotNet.Portability.Cpu - nameWithType: BenchmarkDotNet.Portability.Cpu -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo - name: CpuInfo - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html - commentId: T:BenchmarkDotNet.Portability.Cpu.CpuInfo - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo - nameWithType: CpuInfo -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{Perfolizer.Horology.Frequency},System.Nullable{Perfolizer.Horology.Frequency},System.Nullable{Perfolizer.Horology.Frequency}) - name: CpuInfo(String, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo__ctor_System_String_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Nullable_System_Int32__System_Nullable_Perfolizer_Horology_Frequency__System_Nullable_Perfolizer_Horology_Frequency__System_Nullable_Perfolizer_Horology_Frequency__ - commentId: M:BenchmarkDotNet.Portability.Cpu.CpuInfo.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{Perfolizer.Horology.Frequency},System.Nullable{Perfolizer.Horology.Frequency},System.Nullable{Perfolizer.Horology.Frequency}) - name.vb: CpuInfo(String, Nullable(Of Int32), Nullable(Of Int32), Nullable(Of Int32), Nullable(Of Frequency), Nullable(Of Frequency), Nullable(Of Frequency)) - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.CpuInfo(System.String, System.Nullable, System.Nullable, System.Nullable, System.Nullable, System.Nullable, System.Nullable) - fullName.vb: BenchmarkDotNet.Portability.Cpu.CpuInfo.CpuInfo(System.String, System.Nullable(Of System.Int32), System.Nullable(Of System.Int32), System.Nullable(Of System.Int32), System.Nullable(Of Perfolizer.Horology.Frequency), System.Nullable(Of Perfolizer.Horology.Frequency), System.Nullable(Of Perfolizer.Horology.Frequency)) - nameWithType: CpuInfo.CpuInfo(String, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) - nameWithType.vb: CpuInfo.CpuInfo(String, Nullable(Of Int32), Nullable(Of Int32), Nullable(Of Int32), Nullable(Of Frequency), Nullable(Of Frequency), Nullable(Of Frequency)) -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.#ctor* - name: CpuInfo - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo__ctor_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.CpuInfo - nameWithType: CpuInfo.CpuInfo -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.LogicalCoreCount - name: LogicalCoreCount - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_LogicalCoreCount - commentId: P:BenchmarkDotNet.Portability.Cpu.CpuInfo.LogicalCoreCount - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.LogicalCoreCount - nameWithType: CpuInfo.LogicalCoreCount -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.LogicalCoreCount* - name: LogicalCoreCount - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_LogicalCoreCount_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.LogicalCoreCount - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.LogicalCoreCount - nameWithType: CpuInfo.LogicalCoreCount -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.MaxFrequency - name: MaxFrequency - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_MaxFrequency - commentId: P:BenchmarkDotNet.Portability.Cpu.CpuInfo.MaxFrequency - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.MaxFrequency - nameWithType: CpuInfo.MaxFrequency -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.MaxFrequency* - name: MaxFrequency - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_MaxFrequency_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.MaxFrequency - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.MaxFrequency - nameWithType: CpuInfo.MaxFrequency -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.MinFrequency - name: MinFrequency - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_MinFrequency - commentId: P:BenchmarkDotNet.Portability.Cpu.CpuInfo.MinFrequency - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.MinFrequency - nameWithType: CpuInfo.MinFrequency -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.MinFrequency* - name: MinFrequency - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_MinFrequency_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.MinFrequency - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.MinFrequency - nameWithType: CpuInfo.MinFrequency -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.NominalFrequency - name: NominalFrequency - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_NominalFrequency - commentId: P:BenchmarkDotNet.Portability.Cpu.CpuInfo.NominalFrequency - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.NominalFrequency - nameWithType: CpuInfo.NominalFrequency -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.NominalFrequency* - name: NominalFrequency - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_NominalFrequency_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.NominalFrequency - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.NominalFrequency - nameWithType: CpuInfo.NominalFrequency -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalCoreCount - name: PhysicalCoreCount - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_PhysicalCoreCount - commentId: P:BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalCoreCount - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalCoreCount - nameWithType: CpuInfo.PhysicalCoreCount -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalCoreCount* - name: PhysicalCoreCount - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_PhysicalCoreCount_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalCoreCount - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalCoreCount - nameWithType: CpuInfo.PhysicalCoreCount -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalProcessorCount - name: PhysicalProcessorCount - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_PhysicalProcessorCount - commentId: P:BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalProcessorCount - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalProcessorCount - nameWithType: CpuInfo.PhysicalProcessorCount -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalProcessorCount* - name: PhysicalProcessorCount - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_PhysicalProcessorCount_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalProcessorCount - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.PhysicalProcessorCount - nameWithType: CpuInfo.PhysicalProcessorCount -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.ProcessorName - name: ProcessorName - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_ProcessorName - commentId: P:BenchmarkDotNet.Portability.Cpu.CpuInfo.ProcessorName - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.ProcessorName - nameWithType: CpuInfo.ProcessorName -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfo.ProcessorName* - name: ProcessorName - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfo.html#BenchmarkDotNet_Portability_Cpu_CpuInfo_ProcessorName_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfo.ProcessorName - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfo.ProcessorName - nameWithType: CpuInfo.ProcessorName -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter - name: CpuInfoFormatter - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.html - commentId: T:BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter - nameWithType: CpuInfoFormatter -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.Format(BenchmarkDotNet.Portability.Cpu.CpuInfo) - name: Format(CpuInfo) - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.html#BenchmarkDotNet_Portability_Cpu_CpuInfoFormatter_Format_BenchmarkDotNet_Portability_Cpu_CpuInfo_ - commentId: M:BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.Format(BenchmarkDotNet.Portability.Cpu.CpuInfo) - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.Format(BenchmarkDotNet.Portability.Cpu.CpuInfo) - nameWithType: CpuInfoFormatter.Format(CpuInfo) -- uid: BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.Format* - name: Format - href: api/BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.html#BenchmarkDotNet_Portability_Cpu_CpuInfoFormatter_Format_ - commentId: Overload:BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.Format - isSpec: "True" - fullName: BenchmarkDotNet.Portability.Cpu.CpuInfoFormatter.Format - nameWithType: CpuInfoFormatter.Format -- uid: BenchmarkDotNet.Portability.HyperV - name: HyperV - href: api/BenchmarkDotNet.Portability.HyperV.html - commentId: T:BenchmarkDotNet.Portability.HyperV - fullName: BenchmarkDotNet.Portability.HyperV - nameWithType: HyperV -- uid: BenchmarkDotNet.Portability.HyperV.Default - name: Default - href: api/BenchmarkDotNet.Portability.HyperV.html#BenchmarkDotNet_Portability_HyperV_Default - commentId: P:BenchmarkDotNet.Portability.HyperV.Default - fullName: BenchmarkDotNet.Portability.HyperV.Default - nameWithType: HyperV.Default -- uid: BenchmarkDotNet.Portability.HyperV.Default* - name: Default - href: api/BenchmarkDotNet.Portability.HyperV.html#BenchmarkDotNet_Portability_HyperV_Default_ - commentId: Overload:BenchmarkDotNet.Portability.HyperV.Default - isSpec: "True" - fullName: BenchmarkDotNet.Portability.HyperV.Default - nameWithType: HyperV.Default -- uid: BenchmarkDotNet.Portability.HyperV.IsVirtualMachine(System.String,System.String) - name: IsVirtualMachine(String, String) - href: api/BenchmarkDotNet.Portability.HyperV.html#BenchmarkDotNet_Portability_HyperV_IsVirtualMachine_System_String_System_String_ - commentId: M:BenchmarkDotNet.Portability.HyperV.IsVirtualMachine(System.String,System.String) - fullName: BenchmarkDotNet.Portability.HyperV.IsVirtualMachine(System.String, System.String) - nameWithType: HyperV.IsVirtualMachine(String, String) -- uid: BenchmarkDotNet.Portability.HyperV.IsVirtualMachine* - name: IsVirtualMachine - href: api/BenchmarkDotNet.Portability.HyperV.html#BenchmarkDotNet_Portability_HyperV_IsVirtualMachine_ - commentId: Overload:BenchmarkDotNet.Portability.HyperV.IsVirtualMachine - isSpec: "True" - fullName: BenchmarkDotNet.Portability.HyperV.IsVirtualMachine - nameWithType: HyperV.IsVirtualMachine -- uid: BenchmarkDotNet.Portability.HyperV.Name - name: Name - href: api/BenchmarkDotNet.Portability.HyperV.html#BenchmarkDotNet_Portability_HyperV_Name - commentId: P:BenchmarkDotNet.Portability.HyperV.Name - fullName: BenchmarkDotNet.Portability.HyperV.Name - nameWithType: HyperV.Name -- uid: BenchmarkDotNet.Portability.HyperV.Name* - name: Name - href: api/BenchmarkDotNet.Portability.HyperV.html#BenchmarkDotNet_Portability_HyperV_Name_ - commentId: Overload:BenchmarkDotNet.Portability.HyperV.Name - isSpec: "True" - fullName: BenchmarkDotNet.Portability.HyperV.Name - nameWithType: HyperV.Name -- uid: BenchmarkDotNet.Portability.VirtualBox - name: VirtualBox - href: api/BenchmarkDotNet.Portability.VirtualBox.html - commentId: T:BenchmarkDotNet.Portability.VirtualBox - fullName: BenchmarkDotNet.Portability.VirtualBox - nameWithType: VirtualBox -- uid: BenchmarkDotNet.Portability.VirtualBox.Default - name: Default - href: api/BenchmarkDotNet.Portability.VirtualBox.html#BenchmarkDotNet_Portability_VirtualBox_Default - commentId: P:BenchmarkDotNet.Portability.VirtualBox.Default - fullName: BenchmarkDotNet.Portability.VirtualBox.Default - nameWithType: VirtualBox.Default -- uid: BenchmarkDotNet.Portability.VirtualBox.Default* - name: Default - href: api/BenchmarkDotNet.Portability.VirtualBox.html#BenchmarkDotNet_Portability_VirtualBox_Default_ - commentId: Overload:BenchmarkDotNet.Portability.VirtualBox.Default - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VirtualBox.Default - nameWithType: VirtualBox.Default -- uid: BenchmarkDotNet.Portability.VirtualBox.IsVirtualMachine(System.String,System.String) - name: IsVirtualMachine(String, String) - href: api/BenchmarkDotNet.Portability.VirtualBox.html#BenchmarkDotNet_Portability_VirtualBox_IsVirtualMachine_System_String_System_String_ - commentId: M:BenchmarkDotNet.Portability.VirtualBox.IsVirtualMachine(System.String,System.String) - fullName: BenchmarkDotNet.Portability.VirtualBox.IsVirtualMachine(System.String, System.String) - nameWithType: VirtualBox.IsVirtualMachine(String, String) -- uid: BenchmarkDotNet.Portability.VirtualBox.IsVirtualMachine* - name: IsVirtualMachine - href: api/BenchmarkDotNet.Portability.VirtualBox.html#BenchmarkDotNet_Portability_VirtualBox_IsVirtualMachine_ - commentId: Overload:BenchmarkDotNet.Portability.VirtualBox.IsVirtualMachine - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VirtualBox.IsVirtualMachine - nameWithType: VirtualBox.IsVirtualMachine -- uid: BenchmarkDotNet.Portability.VirtualBox.Name - name: Name - href: api/BenchmarkDotNet.Portability.VirtualBox.html#BenchmarkDotNet_Portability_VirtualBox_Name - commentId: P:BenchmarkDotNet.Portability.VirtualBox.Name - fullName: BenchmarkDotNet.Portability.VirtualBox.Name - nameWithType: VirtualBox.Name -- uid: BenchmarkDotNet.Portability.VirtualBox.Name* - name: Name - href: api/BenchmarkDotNet.Portability.VirtualBox.html#BenchmarkDotNet_Portability_VirtualBox_Name_ - commentId: Overload:BenchmarkDotNet.Portability.VirtualBox.Name - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VirtualBox.Name - nameWithType: VirtualBox.Name -- uid: BenchmarkDotNet.Portability.VirtualMachineHypervisor - name: VirtualMachineHypervisor - href: api/BenchmarkDotNet.Portability.VirtualMachineHypervisor.html - commentId: T:BenchmarkDotNet.Portability.VirtualMachineHypervisor - fullName: BenchmarkDotNet.Portability.VirtualMachineHypervisor - nameWithType: VirtualMachineHypervisor -- uid: BenchmarkDotNet.Portability.VirtualMachineHypervisor.ContainsVmIdentifier(System.String,System.String) - name: ContainsVmIdentifier(String, String) - href: api/BenchmarkDotNet.Portability.VirtualMachineHypervisor.html#BenchmarkDotNet_Portability_VirtualMachineHypervisor_ContainsVmIdentifier_System_String_System_String_ - commentId: M:BenchmarkDotNet.Portability.VirtualMachineHypervisor.ContainsVmIdentifier(System.String,System.String) - fullName: BenchmarkDotNet.Portability.VirtualMachineHypervisor.ContainsVmIdentifier(System.String, System.String) - nameWithType: VirtualMachineHypervisor.ContainsVmIdentifier(String, String) -- uid: BenchmarkDotNet.Portability.VirtualMachineHypervisor.ContainsVmIdentifier* - name: ContainsVmIdentifier - href: api/BenchmarkDotNet.Portability.VirtualMachineHypervisor.html#BenchmarkDotNet_Portability_VirtualMachineHypervisor_ContainsVmIdentifier_ - commentId: Overload:BenchmarkDotNet.Portability.VirtualMachineHypervisor.ContainsVmIdentifier - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VirtualMachineHypervisor.ContainsVmIdentifier - nameWithType: VirtualMachineHypervisor.ContainsVmIdentifier -- uid: BenchmarkDotNet.Portability.VirtualMachineHypervisor.IsVirtualMachine(System.String,System.String) - name: IsVirtualMachine(String, String) - href: api/BenchmarkDotNet.Portability.VirtualMachineHypervisor.html#BenchmarkDotNet_Portability_VirtualMachineHypervisor_IsVirtualMachine_System_String_System_String_ - commentId: M:BenchmarkDotNet.Portability.VirtualMachineHypervisor.IsVirtualMachine(System.String,System.String) - fullName: BenchmarkDotNet.Portability.VirtualMachineHypervisor.IsVirtualMachine(System.String, System.String) - nameWithType: VirtualMachineHypervisor.IsVirtualMachine(String, String) -- uid: BenchmarkDotNet.Portability.VirtualMachineHypervisor.IsVirtualMachine* - name: IsVirtualMachine - href: api/BenchmarkDotNet.Portability.VirtualMachineHypervisor.html#BenchmarkDotNet_Portability_VirtualMachineHypervisor_IsVirtualMachine_ - commentId: Overload:BenchmarkDotNet.Portability.VirtualMachineHypervisor.IsVirtualMachine - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VirtualMachineHypervisor.IsVirtualMachine - nameWithType: VirtualMachineHypervisor.IsVirtualMachine -- uid: BenchmarkDotNet.Portability.VirtualMachineHypervisor.Name - name: Name - href: api/BenchmarkDotNet.Portability.VirtualMachineHypervisor.html#BenchmarkDotNet_Portability_VirtualMachineHypervisor_Name - commentId: P:BenchmarkDotNet.Portability.VirtualMachineHypervisor.Name - fullName: BenchmarkDotNet.Portability.VirtualMachineHypervisor.Name - nameWithType: VirtualMachineHypervisor.Name -- uid: BenchmarkDotNet.Portability.VirtualMachineHypervisor.Name* - name: Name - href: api/BenchmarkDotNet.Portability.VirtualMachineHypervisor.html#BenchmarkDotNet_Portability_VirtualMachineHypervisor_Name_ - commentId: Overload:BenchmarkDotNet.Portability.VirtualMachineHypervisor.Name - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VirtualMachineHypervisor.Name - nameWithType: VirtualMachineHypervisor.Name -- uid: BenchmarkDotNet.Portability.VMware - name: VMware - href: api/BenchmarkDotNet.Portability.VMware.html - commentId: T:BenchmarkDotNet.Portability.VMware - fullName: BenchmarkDotNet.Portability.VMware - nameWithType: VMware -- uid: BenchmarkDotNet.Portability.VMware.Default - name: Default - href: api/BenchmarkDotNet.Portability.VMware.html#BenchmarkDotNet_Portability_VMware_Default - commentId: P:BenchmarkDotNet.Portability.VMware.Default - fullName: BenchmarkDotNet.Portability.VMware.Default - nameWithType: VMware.Default -- uid: BenchmarkDotNet.Portability.VMware.Default* - name: Default - href: api/BenchmarkDotNet.Portability.VMware.html#BenchmarkDotNet_Portability_VMware_Default_ - commentId: Overload:BenchmarkDotNet.Portability.VMware.Default - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VMware.Default - nameWithType: VMware.Default -- uid: BenchmarkDotNet.Portability.VMware.IsVirtualMachine(System.String,System.String) - name: IsVirtualMachine(String, String) - href: api/BenchmarkDotNet.Portability.VMware.html#BenchmarkDotNet_Portability_VMware_IsVirtualMachine_System_String_System_String_ - commentId: M:BenchmarkDotNet.Portability.VMware.IsVirtualMachine(System.String,System.String) - fullName: BenchmarkDotNet.Portability.VMware.IsVirtualMachine(System.String, System.String) - nameWithType: VMware.IsVirtualMachine(String, String) -- uid: BenchmarkDotNet.Portability.VMware.IsVirtualMachine* - name: IsVirtualMachine - href: api/BenchmarkDotNet.Portability.VMware.html#BenchmarkDotNet_Portability_VMware_IsVirtualMachine_ - commentId: Overload:BenchmarkDotNet.Portability.VMware.IsVirtualMachine - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VMware.IsVirtualMachine - nameWithType: VMware.IsVirtualMachine -- uid: BenchmarkDotNet.Portability.VMware.Name - name: Name - href: api/BenchmarkDotNet.Portability.VMware.html#BenchmarkDotNet_Portability_VMware_Name - commentId: P:BenchmarkDotNet.Portability.VMware.Name - fullName: BenchmarkDotNet.Portability.VMware.Name - nameWithType: VMware.Name -- uid: BenchmarkDotNet.Portability.VMware.Name* - name: Name - href: api/BenchmarkDotNet.Portability.VMware.html#BenchmarkDotNet_Portability_VMware_Name_ - commentId: Overload:BenchmarkDotNet.Portability.VMware.Name - isSpec: "True" - fullName: BenchmarkDotNet.Portability.VMware.Name - nameWithType: VMware.Name -- uid: BenchmarkDotNet.Properties - name: BenchmarkDotNet.Properties - href: api/BenchmarkDotNet.Properties.html - commentId: N:BenchmarkDotNet.Properties - fullName: BenchmarkDotNet.Properties - nameWithType: BenchmarkDotNet.Properties -- uid: BenchmarkDotNet.Properties.BenchmarkDotNetInfo - name: BenchmarkDotNetInfo - href: api/BenchmarkDotNet.Properties.BenchmarkDotNetInfo.html - commentId: T:BenchmarkDotNet.Properties.BenchmarkDotNetInfo - fullName: BenchmarkDotNet.Properties.BenchmarkDotNetInfo - nameWithType: BenchmarkDotNetInfo -- uid: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullTitle - name: FullTitle - href: api/BenchmarkDotNet.Properties.BenchmarkDotNetInfo.html#BenchmarkDotNet_Properties_BenchmarkDotNetInfo_FullTitle - commentId: P:BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullTitle - fullName: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullTitle - nameWithType: BenchmarkDotNetInfo.FullTitle -- uid: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullTitle* - name: FullTitle - href: api/BenchmarkDotNet.Properties.BenchmarkDotNetInfo.html#BenchmarkDotNet_Properties_BenchmarkDotNetInfo_FullTitle_ - commentId: Overload:BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullTitle - isSpec: "True" - fullName: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullTitle - nameWithType: BenchmarkDotNetInfo.FullTitle -- uid: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullVersion - name: FullVersion - href: api/BenchmarkDotNet.Properties.BenchmarkDotNetInfo.html#BenchmarkDotNet_Properties_BenchmarkDotNetInfo_FullVersion - commentId: P:BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullVersion - fullName: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullVersion - nameWithType: BenchmarkDotNetInfo.FullVersion -- uid: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullVersion* - name: FullVersion - href: api/BenchmarkDotNet.Properties.BenchmarkDotNetInfo.html#BenchmarkDotNet_Properties_BenchmarkDotNetInfo_FullVersion_ - commentId: Overload:BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullVersion - isSpec: "True" - fullName: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.FullVersion - nameWithType: BenchmarkDotNetInfo.FullVersion -- uid: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.PrereleaseLabel - name: PrereleaseLabel - href: api/BenchmarkDotNet.Properties.BenchmarkDotNetInfo.html#BenchmarkDotNet_Properties_BenchmarkDotNetInfo_PrereleaseLabel - commentId: F:BenchmarkDotNet.Properties.BenchmarkDotNetInfo.PrereleaseLabel - fullName: BenchmarkDotNet.Properties.BenchmarkDotNetInfo.PrereleaseLabel - nameWithType: BenchmarkDotNetInfo.PrereleaseLabel -- uid: BenchmarkDotNet.Reports - name: BenchmarkDotNet.Reports - href: api/BenchmarkDotNet.Reports.html - commentId: N:BenchmarkDotNet.Reports - fullName: BenchmarkDotNet.Reports - nameWithType: BenchmarkDotNet.Reports -- uid: BenchmarkDotNet.Reports.BenchmarkReport - name: BenchmarkReport - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html - commentId: T:BenchmarkDotNet.Reports.BenchmarkReport - fullName: BenchmarkDotNet.Reports.BenchmarkReport - nameWithType: BenchmarkReport -- uid: BenchmarkDotNet.Reports.BenchmarkReport.#ctor(System.Boolean,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Toolchains.Results.BuildResult,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Toolchains.Results.ExecuteResult},System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement},BenchmarkDotNet.Engines.GcStats,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Metric}) - name: BenchmarkReport(Boolean, BenchmarkCase, GenerateResult, BuildResult, IReadOnlyList, IReadOnlyList, GcStats, IReadOnlyList) - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport__ctor_System_Boolean_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Toolchains_Results_BuildResult_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Toolchains_Results_ExecuteResult__System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Measurement__BenchmarkDotNet_Engines_GcStats_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Reports_Metric__ - commentId: M:BenchmarkDotNet.Reports.BenchmarkReport.#ctor(System.Boolean,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Toolchains.Results.BuildResult,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Toolchains.Results.ExecuteResult},System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Measurement},BenchmarkDotNet.Engines.GcStats,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Reports.Metric}) - name.vb: BenchmarkReport(Boolean, BenchmarkCase, GenerateResult, BuildResult, IReadOnlyList(Of ExecuteResult), IReadOnlyList(Of Measurement), GcStats, IReadOnlyList(Of Metric)) - fullName: BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkReport(System.Boolean, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Toolchains.Results.BuildResult, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IReadOnlyList, BenchmarkDotNet.Engines.GcStats, System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkReport(System.Boolean, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Toolchains.Results.BuildResult, System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Toolchains.Results.ExecuteResult), System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Measurement), BenchmarkDotNet.Engines.GcStats, System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Reports.Metric)) - nameWithType: BenchmarkReport.BenchmarkReport(Boolean, BenchmarkCase, GenerateResult, BuildResult, IReadOnlyList, IReadOnlyList, GcStats, IReadOnlyList) - nameWithType.vb: BenchmarkReport.BenchmarkReport(Boolean, BenchmarkCase, GenerateResult, BuildResult, IReadOnlyList(Of ExecuteResult), IReadOnlyList(Of Measurement), GcStats, IReadOnlyList(Of Metric)) -- uid: BenchmarkDotNet.Reports.BenchmarkReport.#ctor* - name: BenchmarkReport - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport__ctor_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkReport - nameWithType: BenchmarkReport.BenchmarkReport -- uid: BenchmarkDotNet.Reports.BenchmarkReport.AllMeasurements - name: AllMeasurements - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_AllMeasurements - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.AllMeasurements - fullName: BenchmarkDotNet.Reports.BenchmarkReport.AllMeasurements - nameWithType: BenchmarkReport.AllMeasurements -- uid: BenchmarkDotNet.Reports.BenchmarkReport.AllMeasurements* - name: AllMeasurements - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_AllMeasurements_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.AllMeasurements - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.AllMeasurements - nameWithType: BenchmarkReport.AllMeasurements -- uid: BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkCase - name: BenchmarkCase - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkCase - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkCase - fullName: BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkCase - nameWithType: BenchmarkReport.BenchmarkCase -- uid: BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkCase* - name: BenchmarkCase - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_BenchmarkCase_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkCase - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.BenchmarkCase - nameWithType: BenchmarkReport.BenchmarkCase -- uid: BenchmarkDotNet.Reports.BenchmarkReport.BuildResult - name: BuildResult - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_BuildResult - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.BuildResult - fullName: BenchmarkDotNet.Reports.BenchmarkReport.BuildResult - nameWithType: BenchmarkReport.BuildResult -- uid: BenchmarkDotNet.Reports.BenchmarkReport.BuildResult* - name: BuildResult - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_BuildResult_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.BuildResult - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.BuildResult - nameWithType: BenchmarkReport.BuildResult -- uid: BenchmarkDotNet.Reports.BenchmarkReport.ExecuteResults - name: ExecuteResults - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_ExecuteResults - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.ExecuteResults - fullName: BenchmarkDotNet.Reports.BenchmarkReport.ExecuteResults - nameWithType: BenchmarkReport.ExecuteResults -- uid: BenchmarkDotNet.Reports.BenchmarkReport.ExecuteResults* - name: ExecuteResults - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_ExecuteResults_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.ExecuteResults - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.ExecuteResults - nameWithType: BenchmarkReport.ExecuteResults -- uid: BenchmarkDotNet.Reports.BenchmarkReport.GcStats - name: GcStats - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_GcStats - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.GcStats - fullName: BenchmarkDotNet.Reports.BenchmarkReport.GcStats - nameWithType: BenchmarkReport.GcStats -- uid: BenchmarkDotNet.Reports.BenchmarkReport.GcStats* - name: GcStats - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_GcStats_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.GcStats - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.GcStats - nameWithType: BenchmarkReport.GcStats -- uid: BenchmarkDotNet.Reports.BenchmarkReport.GenerateResult - name: GenerateResult - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_GenerateResult - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.GenerateResult - fullName: BenchmarkDotNet.Reports.BenchmarkReport.GenerateResult - nameWithType: BenchmarkReport.GenerateResult -- uid: BenchmarkDotNet.Reports.BenchmarkReport.GenerateResult* - name: GenerateResult - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_GenerateResult_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.GenerateResult - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.GenerateResult - nameWithType: BenchmarkReport.GenerateResult -- uid: BenchmarkDotNet.Reports.BenchmarkReport.GetResultRuns - name: GetResultRuns() - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_GetResultRuns - commentId: M:BenchmarkDotNet.Reports.BenchmarkReport.GetResultRuns - fullName: BenchmarkDotNet.Reports.BenchmarkReport.GetResultRuns() - nameWithType: BenchmarkReport.GetResultRuns() -- uid: BenchmarkDotNet.Reports.BenchmarkReport.GetResultRuns* - name: GetResultRuns - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_GetResultRuns_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.GetResultRuns - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.GetResultRuns - nameWithType: BenchmarkReport.GetResultRuns -- uid: BenchmarkDotNet.Reports.BenchmarkReport.Metrics - name: Metrics - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_Metrics - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.Metrics - fullName: BenchmarkDotNet.Reports.BenchmarkReport.Metrics - nameWithType: BenchmarkReport.Metrics -- uid: BenchmarkDotNet.Reports.BenchmarkReport.Metrics* - name: Metrics - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_Metrics_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.Metrics - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.Metrics - nameWithType: BenchmarkReport.Metrics -- uid: BenchmarkDotNet.Reports.BenchmarkReport.ResultStatistics - name: ResultStatistics - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_ResultStatistics - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.ResultStatistics - fullName: BenchmarkDotNet.Reports.BenchmarkReport.ResultStatistics - nameWithType: BenchmarkReport.ResultStatistics -- uid: BenchmarkDotNet.Reports.BenchmarkReport.ResultStatistics* - name: ResultStatistics - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_ResultStatistics_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.ResultStatistics - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.ResultStatistics - nameWithType: BenchmarkReport.ResultStatistics -- uid: BenchmarkDotNet.Reports.BenchmarkReport.Success - name: Success - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_Success - commentId: P:BenchmarkDotNet.Reports.BenchmarkReport.Success - fullName: BenchmarkDotNet.Reports.BenchmarkReport.Success - nameWithType: BenchmarkReport.Success -- uid: BenchmarkDotNet.Reports.BenchmarkReport.Success* - name: Success - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_Success_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.Success - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.Success - nameWithType: BenchmarkReport.Success -- uid: BenchmarkDotNet.Reports.BenchmarkReport.ToString - name: ToString() - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_ToString - commentId: M:BenchmarkDotNet.Reports.BenchmarkReport.ToString - fullName: BenchmarkDotNet.Reports.BenchmarkReport.ToString() - nameWithType: BenchmarkReport.ToString() -- uid: BenchmarkDotNet.Reports.BenchmarkReport.ToString* - name: ToString - href: api/BenchmarkDotNet.Reports.BenchmarkReport.html#BenchmarkDotNet_Reports_BenchmarkReport_ToString_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReport.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReport.ToString - nameWithType: BenchmarkReport.ToString -- uid: BenchmarkDotNet.Reports.BenchmarkReportExtensions - name: BenchmarkReportExtensions - href: api/BenchmarkDotNet.Reports.BenchmarkReportExtensions.html - commentId: T:BenchmarkDotNet.Reports.BenchmarkReportExtensions - fullName: BenchmarkDotNet.Reports.BenchmarkReportExtensions - nameWithType: BenchmarkReportExtensions -- uid: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetGcInfo(BenchmarkDotNet.Reports.BenchmarkReport) - name: GetGcInfo(BenchmarkReport) - href: api/BenchmarkDotNet.Reports.BenchmarkReportExtensions.html#BenchmarkDotNet_Reports_BenchmarkReportExtensions_GetGcInfo_BenchmarkDotNet_Reports_BenchmarkReport_ - commentId: M:BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetGcInfo(BenchmarkDotNet.Reports.BenchmarkReport) - fullName: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetGcInfo(BenchmarkDotNet.Reports.BenchmarkReport) - nameWithType: BenchmarkReportExtensions.GetGcInfo(BenchmarkReport) -- uid: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetGcInfo* - name: GetGcInfo - href: api/BenchmarkDotNet.Reports.BenchmarkReportExtensions.html#BenchmarkDotNet_Reports_BenchmarkReportExtensions_GetGcInfo_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetGcInfo - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetGcInfo - nameWithType: BenchmarkReportExtensions.GetGcInfo -- uid: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetRuntimeInfo(BenchmarkDotNet.Reports.BenchmarkReport) - name: GetRuntimeInfo(BenchmarkReport) - href: api/BenchmarkDotNet.Reports.BenchmarkReportExtensions.html#BenchmarkDotNet_Reports_BenchmarkReportExtensions_GetRuntimeInfo_BenchmarkDotNet_Reports_BenchmarkReport_ - commentId: M:BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetRuntimeInfo(BenchmarkDotNet.Reports.BenchmarkReport) - fullName: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetRuntimeInfo(BenchmarkDotNet.Reports.BenchmarkReport) - nameWithType: BenchmarkReportExtensions.GetRuntimeInfo(BenchmarkReport) -- uid: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetRuntimeInfo* - name: GetRuntimeInfo - href: api/BenchmarkDotNet.Reports.BenchmarkReportExtensions.html#BenchmarkDotNet_Reports_BenchmarkReportExtensions_GetRuntimeInfo_ - commentId: Overload:BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetRuntimeInfo - isSpec: "True" - fullName: BenchmarkDotNet.Reports.BenchmarkReportExtensions.GetRuntimeInfo - nameWithType: BenchmarkReportExtensions.GetRuntimeInfo -- uid: BenchmarkDotNet.Reports.IMetricDescriptor - name: IMetricDescriptor - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html - commentId: T:BenchmarkDotNet.Reports.IMetricDescriptor - fullName: BenchmarkDotNet.Reports.IMetricDescriptor - nameWithType: IMetricDescriptor -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.DisplayName - name: DisplayName - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_DisplayName - commentId: P:BenchmarkDotNet.Reports.IMetricDescriptor.DisplayName - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.DisplayName - nameWithType: IMetricDescriptor.DisplayName -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.DisplayName* - name: DisplayName - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_DisplayName_ - commentId: Overload:BenchmarkDotNet.Reports.IMetricDescriptor.DisplayName - isSpec: "True" - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.DisplayName - nameWithType: IMetricDescriptor.DisplayName -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.Id - name: Id - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_Id - commentId: P:BenchmarkDotNet.Reports.IMetricDescriptor.Id - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.Id - nameWithType: IMetricDescriptor.Id -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.Id* - name: Id - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_Id_ - commentId: Overload:BenchmarkDotNet.Reports.IMetricDescriptor.Id - isSpec: "True" - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.Id - nameWithType: IMetricDescriptor.Id -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.Legend - name: Legend - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_Legend - commentId: P:BenchmarkDotNet.Reports.IMetricDescriptor.Legend - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.Legend - nameWithType: IMetricDescriptor.Legend -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.Legend* - name: Legend - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_Legend_ - commentId: Overload:BenchmarkDotNet.Reports.IMetricDescriptor.Legend - isSpec: "True" - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.Legend - nameWithType: IMetricDescriptor.Legend -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.NumberFormat - name: NumberFormat - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_NumberFormat - commentId: P:BenchmarkDotNet.Reports.IMetricDescriptor.NumberFormat - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.NumberFormat - nameWithType: IMetricDescriptor.NumberFormat -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.NumberFormat* - name: NumberFormat - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_NumberFormat_ - commentId: Overload:BenchmarkDotNet.Reports.IMetricDescriptor.NumberFormat - isSpec: "True" - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.NumberFormat - nameWithType: IMetricDescriptor.NumberFormat -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.TheGreaterTheBetter - name: TheGreaterTheBetter - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_TheGreaterTheBetter - commentId: P:BenchmarkDotNet.Reports.IMetricDescriptor.TheGreaterTheBetter - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.TheGreaterTheBetter - nameWithType: IMetricDescriptor.TheGreaterTheBetter -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.TheGreaterTheBetter* - name: TheGreaterTheBetter - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_TheGreaterTheBetter_ - commentId: Overload:BenchmarkDotNet.Reports.IMetricDescriptor.TheGreaterTheBetter - isSpec: "True" - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.TheGreaterTheBetter - nameWithType: IMetricDescriptor.TheGreaterTheBetter -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.Unit - name: Unit - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_Unit - commentId: P:BenchmarkDotNet.Reports.IMetricDescriptor.Unit - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.Unit - nameWithType: IMetricDescriptor.Unit -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.Unit* - name: Unit - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_Unit_ - commentId: Overload:BenchmarkDotNet.Reports.IMetricDescriptor.Unit - isSpec: "True" - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.Unit - nameWithType: IMetricDescriptor.Unit -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.UnitType - name: UnitType - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_UnitType - commentId: P:BenchmarkDotNet.Reports.IMetricDescriptor.UnitType - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.UnitType - nameWithType: IMetricDescriptor.UnitType -- uid: BenchmarkDotNet.Reports.IMetricDescriptor.UnitType* - name: UnitType - href: api/BenchmarkDotNet.Reports.IMetricDescriptor.html#BenchmarkDotNet_Reports_IMetricDescriptor_UnitType_ - commentId: Overload:BenchmarkDotNet.Reports.IMetricDescriptor.UnitType - isSpec: "True" - fullName: BenchmarkDotNet.Reports.IMetricDescriptor.UnitType - nameWithType: IMetricDescriptor.UnitType -- uid: BenchmarkDotNet.Reports.Measurement - name: Measurement - href: api/BenchmarkDotNet.Reports.Measurement.html - commentId: T:BenchmarkDotNet.Reports.Measurement - fullName: BenchmarkDotNet.Reports.Measurement - nameWithType: Measurement -- uid: BenchmarkDotNet.Reports.Measurement.#ctor(System.Int32,BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage,System.Int32,System.Int64,System.Double) - name: Measurement(Int32, IterationMode, IterationStage, Int32, Int64, Double) - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement__ctor_System_Int32_BenchmarkDotNet_Engines_IterationMode_BenchmarkDotNet_Engines_IterationStage_System_Int32_System_Int64_System_Double_ - commentId: M:BenchmarkDotNet.Reports.Measurement.#ctor(System.Int32,BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage,System.Int32,System.Int64,System.Double) - fullName: BenchmarkDotNet.Reports.Measurement.Measurement(System.Int32, BenchmarkDotNet.Engines.IterationMode, BenchmarkDotNet.Engines.IterationStage, System.Int32, System.Int64, System.Double) - nameWithType: Measurement.Measurement(Int32, IterationMode, IterationStage, Int32, Int64, Double) -- uid: BenchmarkDotNet.Reports.Measurement.#ctor* - name: Measurement - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement__ctor_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.Measurement - nameWithType: Measurement.Measurement -- uid: BenchmarkDotNet.Reports.Measurement.CompareTo(BenchmarkDotNet.Reports.Measurement) - name: CompareTo(Measurement) - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_CompareTo_BenchmarkDotNet_Reports_Measurement_ - commentId: M:BenchmarkDotNet.Reports.Measurement.CompareTo(BenchmarkDotNet.Reports.Measurement) - fullName: BenchmarkDotNet.Reports.Measurement.CompareTo(BenchmarkDotNet.Reports.Measurement) - nameWithType: Measurement.CompareTo(Measurement) -- uid: BenchmarkDotNet.Reports.Measurement.CompareTo* - name: CompareTo - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_CompareTo_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.CompareTo - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.CompareTo - nameWithType: Measurement.CompareTo -- uid: BenchmarkDotNet.Reports.Measurement.GetAverageTime - name: GetAverageTime() - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_GetAverageTime - commentId: M:BenchmarkDotNet.Reports.Measurement.GetAverageTime - fullName: BenchmarkDotNet.Reports.Measurement.GetAverageTime() - nameWithType: Measurement.GetAverageTime() -- uid: BenchmarkDotNet.Reports.Measurement.GetAverageTime* - name: GetAverageTime - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_GetAverageTime_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.GetAverageTime - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.GetAverageTime - nameWithType: Measurement.GetAverageTime -- uid: BenchmarkDotNet.Reports.Measurement.IterationIndex - name: IterationIndex - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_IterationIndex - commentId: P:BenchmarkDotNet.Reports.Measurement.IterationIndex - fullName: BenchmarkDotNet.Reports.Measurement.IterationIndex - nameWithType: Measurement.IterationIndex -- uid: BenchmarkDotNet.Reports.Measurement.IterationIndex* - name: IterationIndex - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_IterationIndex_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.IterationIndex - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.IterationIndex - nameWithType: Measurement.IterationIndex -- uid: BenchmarkDotNet.Reports.Measurement.IterationMode - name: IterationMode - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_IterationMode - commentId: P:BenchmarkDotNet.Reports.Measurement.IterationMode - fullName: BenchmarkDotNet.Reports.Measurement.IterationMode - nameWithType: Measurement.IterationMode -- uid: BenchmarkDotNet.Reports.Measurement.IterationMode* - name: IterationMode - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_IterationMode_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.IterationMode - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.IterationMode - nameWithType: Measurement.IterationMode -- uid: BenchmarkDotNet.Reports.Measurement.IterationStage - name: IterationStage - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_IterationStage - commentId: P:BenchmarkDotNet.Reports.Measurement.IterationStage - fullName: BenchmarkDotNet.Reports.Measurement.IterationStage - nameWithType: Measurement.IterationStage -- uid: BenchmarkDotNet.Reports.Measurement.IterationStage* - name: IterationStage - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_IterationStage_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.IterationStage - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.IterationStage - nameWithType: Measurement.IterationStage -- uid: BenchmarkDotNet.Reports.Measurement.LaunchIndex - name: LaunchIndex - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_LaunchIndex - commentId: P:BenchmarkDotNet.Reports.Measurement.LaunchIndex - fullName: BenchmarkDotNet.Reports.Measurement.LaunchIndex - nameWithType: Measurement.LaunchIndex -- uid: BenchmarkDotNet.Reports.Measurement.LaunchIndex* - name: LaunchIndex - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_LaunchIndex_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.LaunchIndex - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.LaunchIndex - nameWithType: Measurement.LaunchIndex -- uid: BenchmarkDotNet.Reports.Measurement.Nanoseconds - name: Nanoseconds - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_Nanoseconds - commentId: P:BenchmarkDotNet.Reports.Measurement.Nanoseconds - fullName: BenchmarkDotNet.Reports.Measurement.Nanoseconds - nameWithType: Measurement.Nanoseconds -- uid: BenchmarkDotNet.Reports.Measurement.Nanoseconds* - name: Nanoseconds - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_Nanoseconds_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.Nanoseconds - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.Nanoseconds - nameWithType: Measurement.Nanoseconds -- uid: BenchmarkDotNet.Reports.Measurement.Operations - name: Operations - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_Operations - commentId: P:BenchmarkDotNet.Reports.Measurement.Operations - fullName: BenchmarkDotNet.Reports.Measurement.Operations - nameWithType: Measurement.Operations -- uid: BenchmarkDotNet.Reports.Measurement.Operations* - name: Operations - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_Operations_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.Operations - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.Operations - nameWithType: Measurement.Operations -- uid: BenchmarkDotNet.Reports.Measurement.Parse(BenchmarkDotNet.Loggers.ILogger,System.String,System.Int32) - name: Parse(ILogger, String, Int32) - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_Parse_BenchmarkDotNet_Loggers_ILogger_System_String_System_Int32_ - commentId: M:BenchmarkDotNet.Reports.Measurement.Parse(BenchmarkDotNet.Loggers.ILogger,System.String,System.Int32) - fullName: BenchmarkDotNet.Reports.Measurement.Parse(BenchmarkDotNet.Loggers.ILogger, System.String, System.Int32) - nameWithType: Measurement.Parse(ILogger, String, Int32) -- uid: BenchmarkDotNet.Reports.Measurement.Parse* - name: Parse - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_Parse_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.Parse - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.Parse - nameWithType: Measurement.Parse -- uid: BenchmarkDotNet.Reports.Measurement.ToString - name: ToString() - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_ToString - commentId: M:BenchmarkDotNet.Reports.Measurement.ToString - fullName: BenchmarkDotNet.Reports.Measurement.ToString() - nameWithType: Measurement.ToString() -- uid: BenchmarkDotNet.Reports.Measurement.ToString* - name: ToString - href: api/BenchmarkDotNet.Reports.Measurement.html#BenchmarkDotNet_Reports_Measurement_ToString_ - commentId: Overload:BenchmarkDotNet.Reports.Measurement.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Measurement.ToString - nameWithType: Measurement.ToString -- uid: BenchmarkDotNet.Reports.MeasurementExtensions - name: MeasurementExtensions - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html - commentId: T:BenchmarkDotNet.Reports.MeasurementExtensions - fullName: BenchmarkDotNet.Reports.MeasurementExtensions - nameWithType: MeasurementExtensions -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.GetOpsPerSecond(BenchmarkDotNet.Reports.Measurement) - name: GetOpsPerSecond(Measurement) - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_GetOpsPerSecond_BenchmarkDotNet_Reports_Measurement_ - commentId: M:BenchmarkDotNet.Reports.MeasurementExtensions.GetOpsPerSecond(BenchmarkDotNet.Reports.Measurement) - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.GetOpsPerSecond(BenchmarkDotNet.Reports.Measurement) - nameWithType: MeasurementExtensions.GetOpsPerSecond(Measurement) -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.GetOpsPerSecond* - name: GetOpsPerSecond - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_GetOpsPerSecond_ - commentId: Overload:BenchmarkDotNet.Reports.MeasurementExtensions.GetOpsPerSecond - isSpec: "True" - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.GetOpsPerSecond - nameWithType: MeasurementExtensions.GetOpsPerSecond -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.Is(BenchmarkDotNet.Reports.Measurement,BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage) - name: Is(Measurement, IterationMode, IterationStage) - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_Is_BenchmarkDotNet_Reports_Measurement_BenchmarkDotNet_Engines_IterationMode_BenchmarkDotNet_Engines_IterationStage_ - commentId: M:BenchmarkDotNet.Reports.MeasurementExtensions.Is(BenchmarkDotNet.Reports.Measurement,BenchmarkDotNet.Engines.IterationMode,BenchmarkDotNet.Engines.IterationStage) - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.Is(BenchmarkDotNet.Reports.Measurement, BenchmarkDotNet.Engines.IterationMode, BenchmarkDotNet.Engines.IterationStage) - nameWithType: MeasurementExtensions.Is(Measurement, IterationMode, IterationStage) -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.Is* - name: Is - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_Is_ - commentId: Overload:BenchmarkDotNet.Reports.MeasurementExtensions.Is - isSpec: "True" - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.Is - nameWithType: MeasurementExtensions.Is -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.IsOverhead(BenchmarkDotNet.Reports.Measurement) - name: IsOverhead(Measurement) - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_IsOverhead_BenchmarkDotNet_Reports_Measurement_ - commentId: M:BenchmarkDotNet.Reports.MeasurementExtensions.IsOverhead(BenchmarkDotNet.Reports.Measurement) - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.IsOverhead(BenchmarkDotNet.Reports.Measurement) - nameWithType: MeasurementExtensions.IsOverhead(Measurement) -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.IsOverhead* - name: IsOverhead - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_IsOverhead_ - commentId: Overload:BenchmarkDotNet.Reports.MeasurementExtensions.IsOverhead - isSpec: "True" - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.IsOverhead - nameWithType: MeasurementExtensions.IsOverhead -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.IsWorkload(BenchmarkDotNet.Reports.Measurement) - name: IsWorkload(Measurement) - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_IsWorkload_BenchmarkDotNet_Reports_Measurement_ - commentId: M:BenchmarkDotNet.Reports.MeasurementExtensions.IsWorkload(BenchmarkDotNet.Reports.Measurement) - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.IsWorkload(BenchmarkDotNet.Reports.Measurement) - nameWithType: MeasurementExtensions.IsWorkload(Measurement) -- uid: BenchmarkDotNet.Reports.MeasurementExtensions.IsWorkload* - name: IsWorkload - href: api/BenchmarkDotNet.Reports.MeasurementExtensions.html#BenchmarkDotNet_Reports_MeasurementExtensions_IsWorkload_ - commentId: Overload:BenchmarkDotNet.Reports.MeasurementExtensions.IsWorkload - isSpec: "True" - fullName: BenchmarkDotNet.Reports.MeasurementExtensions.IsWorkload - nameWithType: MeasurementExtensions.IsWorkload -- uid: BenchmarkDotNet.Reports.Metric - name: Metric - href: api/BenchmarkDotNet.Reports.Metric.html - commentId: T:BenchmarkDotNet.Reports.Metric - fullName: BenchmarkDotNet.Reports.Metric - nameWithType: Metric -- uid: BenchmarkDotNet.Reports.Metric.#ctor(BenchmarkDotNet.Reports.IMetricDescriptor,System.Double) - name: Metric(IMetricDescriptor, Double) - href: api/BenchmarkDotNet.Reports.Metric.html#BenchmarkDotNet_Reports_Metric__ctor_BenchmarkDotNet_Reports_IMetricDescriptor_System_Double_ - commentId: M:BenchmarkDotNet.Reports.Metric.#ctor(BenchmarkDotNet.Reports.IMetricDescriptor,System.Double) - fullName: BenchmarkDotNet.Reports.Metric.Metric(BenchmarkDotNet.Reports.IMetricDescriptor, System.Double) - nameWithType: Metric.Metric(IMetricDescriptor, Double) -- uid: BenchmarkDotNet.Reports.Metric.#ctor* - name: Metric - href: api/BenchmarkDotNet.Reports.Metric.html#BenchmarkDotNet_Reports_Metric__ctor_ - commentId: Overload:BenchmarkDotNet.Reports.Metric.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Metric.Metric - nameWithType: Metric.Metric -- uid: BenchmarkDotNet.Reports.Metric.Descriptor - name: Descriptor - href: api/BenchmarkDotNet.Reports.Metric.html#BenchmarkDotNet_Reports_Metric_Descriptor - commentId: P:BenchmarkDotNet.Reports.Metric.Descriptor - fullName: BenchmarkDotNet.Reports.Metric.Descriptor - nameWithType: Metric.Descriptor -- uid: BenchmarkDotNet.Reports.Metric.Descriptor* - name: Descriptor - href: api/BenchmarkDotNet.Reports.Metric.html#BenchmarkDotNet_Reports_Metric_Descriptor_ - commentId: Overload:BenchmarkDotNet.Reports.Metric.Descriptor - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Metric.Descriptor - nameWithType: Metric.Descriptor -- uid: BenchmarkDotNet.Reports.Metric.Value - name: Value - href: api/BenchmarkDotNet.Reports.Metric.html#BenchmarkDotNet_Reports_Metric_Value - commentId: P:BenchmarkDotNet.Reports.Metric.Value - fullName: BenchmarkDotNet.Reports.Metric.Value - nameWithType: Metric.Value -- uid: BenchmarkDotNet.Reports.Metric.Value* - name: Value - href: api/BenchmarkDotNet.Reports.Metric.html#BenchmarkDotNet_Reports_Metric_Value_ - commentId: Overload:BenchmarkDotNet.Reports.Metric.Value - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Metric.Value - nameWithType: Metric.Value -- uid: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer - name: MetricDescriptorEqualityComparer - href: api/BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.html - commentId: T:BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer - fullName: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer - nameWithType: MetricDescriptorEqualityComparer -- uid: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Equals(BenchmarkDotNet.Reports.IMetricDescriptor,BenchmarkDotNet.Reports.IMetricDescriptor) - name: Equals(IMetricDescriptor, IMetricDescriptor) - href: api/BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.html#BenchmarkDotNet_Reports_MetricDescriptorEqualityComparer_Equals_BenchmarkDotNet_Reports_IMetricDescriptor_BenchmarkDotNet_Reports_IMetricDescriptor_ - commentId: M:BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Equals(BenchmarkDotNet.Reports.IMetricDescriptor,BenchmarkDotNet.Reports.IMetricDescriptor) - fullName: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Equals(BenchmarkDotNet.Reports.IMetricDescriptor, BenchmarkDotNet.Reports.IMetricDescriptor) - nameWithType: MetricDescriptorEqualityComparer.Equals(IMetricDescriptor, IMetricDescriptor) -- uid: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Equals* - name: Equals - href: api/BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.html#BenchmarkDotNet_Reports_MetricDescriptorEqualityComparer_Equals_ - commentId: Overload:BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Equals - nameWithType: MetricDescriptorEqualityComparer.Equals -- uid: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.GetHashCode(BenchmarkDotNet.Reports.IMetricDescriptor) - name: GetHashCode(IMetricDescriptor) - href: api/BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.html#BenchmarkDotNet_Reports_MetricDescriptorEqualityComparer_GetHashCode_BenchmarkDotNet_Reports_IMetricDescriptor_ - commentId: M:BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.GetHashCode(BenchmarkDotNet.Reports.IMetricDescriptor) - fullName: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.GetHashCode(BenchmarkDotNet.Reports.IMetricDescriptor) - nameWithType: MetricDescriptorEqualityComparer.GetHashCode(IMetricDescriptor) -- uid: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.html#BenchmarkDotNet_Reports_MetricDescriptorEqualityComparer_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.GetHashCode - nameWithType: MetricDescriptorEqualityComparer.GetHashCode -- uid: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Instance - name: Instance - href: api/BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.html#BenchmarkDotNet_Reports_MetricDescriptorEqualityComparer_Instance - commentId: F:BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Instance - fullName: BenchmarkDotNet.Reports.MetricDescriptorEqualityComparer.Instance - nameWithType: MetricDescriptorEqualityComparer.Instance -- uid: BenchmarkDotNet.Reports.Summary - name: Summary - href: api/BenchmarkDotNet.Reports.Summary.html - commentId: T:BenchmarkDotNet.Reports.Summary - fullName: BenchmarkDotNet.Reports.Summary - nameWithType: Summary -- uid: BenchmarkDotNet.Reports.Summary.#ctor(System.String,System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Reports.BenchmarkReport},BenchmarkDotNet.Environments.HostEnvironmentInfo,System.String,System.String,System.TimeSpan,System.Globalization.CultureInfo,System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Validators.ValidationError}) - name: Summary(String, ImmutableArray, HostEnvironmentInfo, String, String, TimeSpan, CultureInfo, ImmutableArray) - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary__ctor_System_String_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Reports_BenchmarkReport__BenchmarkDotNet_Environments_HostEnvironmentInfo_System_String_System_String_System_TimeSpan_System_Globalization_CultureInfo_System_Collections_Immutable_ImmutableArray_BenchmarkDotNet_Validators_ValidationError__ - commentId: M:BenchmarkDotNet.Reports.Summary.#ctor(System.String,System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Reports.BenchmarkReport},BenchmarkDotNet.Environments.HostEnvironmentInfo,System.String,System.String,System.TimeSpan,System.Globalization.CultureInfo,System.Collections.Immutable.ImmutableArray{BenchmarkDotNet.Validators.ValidationError}) - name.vb: Summary(String, ImmutableArray(Of BenchmarkReport), HostEnvironmentInfo, String, String, TimeSpan, CultureInfo, ImmutableArray(Of ValidationError)) - fullName: BenchmarkDotNet.Reports.Summary.Summary(System.String, System.Collections.Immutable.ImmutableArray, BenchmarkDotNet.Environments.HostEnvironmentInfo, System.String, System.String, System.TimeSpan, System.Globalization.CultureInfo, System.Collections.Immutable.ImmutableArray) - fullName.vb: BenchmarkDotNet.Reports.Summary.Summary(System.String, System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Reports.BenchmarkReport), BenchmarkDotNet.Environments.HostEnvironmentInfo, System.String, System.String, System.TimeSpan, System.Globalization.CultureInfo, System.Collections.Immutable.ImmutableArray(Of BenchmarkDotNet.Validators.ValidationError)) - nameWithType: Summary.Summary(String, ImmutableArray, HostEnvironmentInfo, String, String, TimeSpan, CultureInfo, ImmutableArray) - nameWithType.vb: Summary.Summary(String, ImmutableArray(Of BenchmarkReport), HostEnvironmentInfo, String, String, TimeSpan, CultureInfo, ImmutableArray(Of ValidationError)) -- uid: BenchmarkDotNet.Reports.Summary.#ctor* - name: Summary - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary__ctor_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.Summary - nameWithType: Summary.Summary -- uid: BenchmarkDotNet.Reports.Summary.AllRuntimes - name: AllRuntimes - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_AllRuntimes - commentId: P:BenchmarkDotNet.Reports.Summary.AllRuntimes - fullName: BenchmarkDotNet.Reports.Summary.AllRuntimes - nameWithType: Summary.AllRuntimes -- uid: BenchmarkDotNet.Reports.Summary.AllRuntimes* - name: AllRuntimes - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_AllRuntimes_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.AllRuntimes - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.AllRuntimes - nameWithType: Summary.AllRuntimes -- uid: BenchmarkDotNet.Reports.Summary.BenchmarksCases - name: BenchmarksCases - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_BenchmarksCases - commentId: P:BenchmarkDotNet.Reports.Summary.BenchmarksCases - fullName: BenchmarkDotNet.Reports.Summary.BenchmarksCases - nameWithType: Summary.BenchmarksCases -- uid: BenchmarkDotNet.Reports.Summary.BenchmarksCases* - name: BenchmarksCases - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_BenchmarksCases_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.BenchmarksCases - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.BenchmarksCases - nameWithType: Summary.BenchmarksCases -- uid: BenchmarkDotNet.Reports.Summary.GetBaseline(System.String) - name: GetBaseline(String) - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetBaseline_System_String_ - commentId: M:BenchmarkDotNet.Reports.Summary.GetBaseline(System.String) - fullName: BenchmarkDotNet.Reports.Summary.GetBaseline(System.String) - nameWithType: Summary.GetBaseline(String) -- uid: BenchmarkDotNet.Reports.Summary.GetBaseline* - name: GetBaseline - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetBaseline_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.GetBaseline - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.GetBaseline - nameWithType: Summary.GetBaseline -- uid: BenchmarkDotNet.Reports.Summary.GetLogicalGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - name: GetLogicalGroupKey(BenchmarkCase) - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetLogicalGroupKey_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Reports.Summary.GetLogicalGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Reports.Summary.GetLogicalGroupKey(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: Summary.GetLogicalGroupKey(BenchmarkCase) -- uid: BenchmarkDotNet.Reports.Summary.GetLogicalGroupKey* - name: GetLogicalGroupKey - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetLogicalGroupKey_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.GetLogicalGroupKey - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.GetLogicalGroupKey - nameWithType: Summary.GetLogicalGroupKey -- uid: BenchmarkDotNet.Reports.Summary.GetNonBaselines(System.String) - name: GetNonBaselines(String) - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetNonBaselines_System_String_ - commentId: M:BenchmarkDotNet.Reports.Summary.GetNonBaselines(System.String) - fullName: BenchmarkDotNet.Reports.Summary.GetNonBaselines(System.String) - nameWithType: Summary.GetNonBaselines(String) -- uid: BenchmarkDotNet.Reports.Summary.GetNonBaselines* - name: GetNonBaselines - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetNonBaselines_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.GetNonBaselines - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.GetNonBaselines - nameWithType: Summary.GetNonBaselines -- uid: BenchmarkDotNet.Reports.Summary.GetNumberOfExecutedBenchmarks - name: GetNumberOfExecutedBenchmarks() - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetNumberOfExecutedBenchmarks - commentId: M:BenchmarkDotNet.Reports.Summary.GetNumberOfExecutedBenchmarks - fullName: BenchmarkDotNet.Reports.Summary.GetNumberOfExecutedBenchmarks() - nameWithType: Summary.GetNumberOfExecutedBenchmarks() -- uid: BenchmarkDotNet.Reports.Summary.GetNumberOfExecutedBenchmarks* - name: GetNumberOfExecutedBenchmarks - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_GetNumberOfExecutedBenchmarks_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.GetNumberOfExecutedBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.GetNumberOfExecutedBenchmarks - nameWithType: Summary.GetNumberOfExecutedBenchmarks -- uid: BenchmarkDotNet.Reports.Summary.HasBaselines - name: HasBaselines() - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HasBaselines - commentId: M:BenchmarkDotNet.Reports.Summary.HasBaselines - fullName: BenchmarkDotNet.Reports.Summary.HasBaselines() - nameWithType: Summary.HasBaselines() -- uid: BenchmarkDotNet.Reports.Summary.HasBaselines* - name: HasBaselines - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HasBaselines_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.HasBaselines - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.HasBaselines - nameWithType: Summary.HasBaselines -- uid: BenchmarkDotNet.Reports.Summary.HasCriticalValidationErrors - name: HasCriticalValidationErrors - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HasCriticalValidationErrors - commentId: P:BenchmarkDotNet.Reports.Summary.HasCriticalValidationErrors - fullName: BenchmarkDotNet.Reports.Summary.HasCriticalValidationErrors - nameWithType: Summary.HasCriticalValidationErrors -- uid: BenchmarkDotNet.Reports.Summary.HasCriticalValidationErrors* - name: HasCriticalValidationErrors - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HasCriticalValidationErrors_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.HasCriticalValidationErrors - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.HasCriticalValidationErrors - nameWithType: Summary.HasCriticalValidationErrors -- uid: BenchmarkDotNet.Reports.Summary.HasReport(BenchmarkDotNet.Running.BenchmarkCase) - name: HasReport(BenchmarkCase) - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HasReport_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Reports.Summary.HasReport(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Reports.Summary.HasReport(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: Summary.HasReport(BenchmarkCase) -- uid: BenchmarkDotNet.Reports.Summary.HasReport* - name: HasReport - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HasReport_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.HasReport - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.HasReport - nameWithType: Summary.HasReport -- uid: BenchmarkDotNet.Reports.Summary.HostEnvironmentInfo - name: HostEnvironmentInfo - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HostEnvironmentInfo - commentId: P:BenchmarkDotNet.Reports.Summary.HostEnvironmentInfo - fullName: BenchmarkDotNet.Reports.Summary.HostEnvironmentInfo - nameWithType: Summary.HostEnvironmentInfo -- uid: BenchmarkDotNet.Reports.Summary.HostEnvironmentInfo* - name: HostEnvironmentInfo - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_HostEnvironmentInfo_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.HostEnvironmentInfo - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.HostEnvironmentInfo - nameWithType: Summary.HostEnvironmentInfo -- uid: BenchmarkDotNet.Reports.Summary.IsBaseline(BenchmarkDotNet.Running.BenchmarkCase) - name: IsBaseline(BenchmarkCase) - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_IsBaseline_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Reports.Summary.IsBaseline(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Reports.Summary.IsBaseline(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: Summary.IsBaseline(BenchmarkCase) -- uid: BenchmarkDotNet.Reports.Summary.IsBaseline* - name: IsBaseline - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_IsBaseline_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.IsBaseline - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.IsBaseline - nameWithType: Summary.IsBaseline -- uid: BenchmarkDotNet.Reports.Summary.Item(BenchmarkDotNet.Running.BenchmarkCase) - name: Item[BenchmarkCase] - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Item_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: P:BenchmarkDotNet.Reports.Summary.Item(BenchmarkDotNet.Running.BenchmarkCase) - name.vb: Item(BenchmarkCase) - fullName: BenchmarkDotNet.Reports.Summary.Item[BenchmarkDotNet.Running.BenchmarkCase] - fullName.vb: BenchmarkDotNet.Reports.Summary.Item(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: Summary.Item[BenchmarkCase] - nameWithType.vb: Summary.Item(BenchmarkCase) -- uid: BenchmarkDotNet.Reports.Summary.Item* - name: Item - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Item_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.Item - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.Item - nameWithType: Summary.Item -- uid: BenchmarkDotNet.Reports.Summary.LogFilePath - name: LogFilePath - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_LogFilePath - commentId: P:BenchmarkDotNet.Reports.Summary.LogFilePath - fullName: BenchmarkDotNet.Reports.Summary.LogFilePath - nameWithType: Summary.LogFilePath -- uid: BenchmarkDotNet.Reports.Summary.LogFilePath* - name: LogFilePath - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_LogFilePath_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.LogFilePath - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.LogFilePath - nameWithType: Summary.LogFilePath -- uid: BenchmarkDotNet.Reports.Summary.Orderer - name: Orderer - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Orderer - commentId: P:BenchmarkDotNet.Reports.Summary.Orderer - fullName: BenchmarkDotNet.Reports.Summary.Orderer - nameWithType: Summary.Orderer -- uid: BenchmarkDotNet.Reports.Summary.Orderer* - name: Orderer - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Orderer_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.Orderer - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.Orderer - nameWithType: Summary.Orderer -- uid: BenchmarkDotNet.Reports.Summary.Reports - name: Reports - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Reports - commentId: P:BenchmarkDotNet.Reports.Summary.Reports - fullName: BenchmarkDotNet.Reports.Summary.Reports - nameWithType: Summary.Reports -- uid: BenchmarkDotNet.Reports.Summary.Reports* - name: Reports - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Reports_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.Reports - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.Reports - nameWithType: Summary.Reports -- uid: BenchmarkDotNet.Reports.Summary.ResultsDirectoryPath - name: ResultsDirectoryPath - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_ResultsDirectoryPath - commentId: P:BenchmarkDotNet.Reports.Summary.ResultsDirectoryPath - fullName: BenchmarkDotNet.Reports.Summary.ResultsDirectoryPath - nameWithType: Summary.ResultsDirectoryPath -- uid: BenchmarkDotNet.Reports.Summary.ResultsDirectoryPath* - name: ResultsDirectoryPath - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_ResultsDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.ResultsDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.ResultsDirectoryPath - nameWithType: Summary.ResultsDirectoryPath -- uid: BenchmarkDotNet.Reports.Summary.Style - name: Style - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Style - commentId: P:BenchmarkDotNet.Reports.Summary.Style - fullName: BenchmarkDotNet.Reports.Summary.Style - nameWithType: Summary.Style -- uid: BenchmarkDotNet.Reports.Summary.Style* - name: Style - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Style_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.Style - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.Style - nameWithType: Summary.Style -- uid: BenchmarkDotNet.Reports.Summary.Table - name: Table - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Table - commentId: P:BenchmarkDotNet.Reports.Summary.Table - fullName: BenchmarkDotNet.Reports.Summary.Table - nameWithType: Summary.Table -- uid: BenchmarkDotNet.Reports.Summary.Table* - name: Table - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Table_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.Table - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.Table - nameWithType: Summary.Table -- uid: BenchmarkDotNet.Reports.Summary.Title - name: Title - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Title - commentId: P:BenchmarkDotNet.Reports.Summary.Title - fullName: BenchmarkDotNet.Reports.Summary.Title - nameWithType: Summary.Title -- uid: BenchmarkDotNet.Reports.Summary.Title* - name: Title - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_Title_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.Title - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.Title - nameWithType: Summary.Title -- uid: BenchmarkDotNet.Reports.Summary.TotalTime - name: TotalTime - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_TotalTime - commentId: P:BenchmarkDotNet.Reports.Summary.TotalTime - fullName: BenchmarkDotNet.Reports.Summary.TotalTime - nameWithType: Summary.TotalTime -- uid: BenchmarkDotNet.Reports.Summary.TotalTime* - name: TotalTime - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_TotalTime_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.TotalTime - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.TotalTime - nameWithType: Summary.TotalTime -- uid: BenchmarkDotNet.Reports.Summary.ValidationErrors - name: ValidationErrors - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_ValidationErrors - commentId: P:BenchmarkDotNet.Reports.Summary.ValidationErrors - fullName: BenchmarkDotNet.Reports.Summary.ValidationErrors - nameWithType: Summary.ValidationErrors -- uid: BenchmarkDotNet.Reports.Summary.ValidationErrors* - name: ValidationErrors - href: api/BenchmarkDotNet.Reports.Summary.html#BenchmarkDotNet_Reports_Summary_ValidationErrors_ - commentId: Overload:BenchmarkDotNet.Reports.Summary.ValidationErrors - isSpec: "True" - fullName: BenchmarkDotNet.Reports.Summary.ValidationErrors - nameWithType: Summary.ValidationErrors -- uid: BenchmarkDotNet.Reports.SummaryExtensions - name: SummaryExtensions - href: api/BenchmarkDotNet.Reports.SummaryExtensions.html - commentId: T:BenchmarkDotNet.Reports.SummaryExtensions - fullName: BenchmarkDotNet.Reports.SummaryExtensions - nameWithType: SummaryExtensions -- uid: BenchmarkDotNet.Reports.SummaryExtensions.GetColumns(BenchmarkDotNet.Reports.Summary) - name: GetColumns(Summary) - href: api/BenchmarkDotNet.Reports.SummaryExtensions.html#BenchmarkDotNet_Reports_SummaryExtensions_GetColumns_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Reports.SummaryExtensions.GetColumns(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Reports.SummaryExtensions.GetColumns(BenchmarkDotNet.Reports.Summary) - nameWithType: SummaryExtensions.GetColumns(Summary) -- uid: BenchmarkDotNet.Reports.SummaryExtensions.GetColumns* - name: GetColumns - href: api/BenchmarkDotNet.Reports.SummaryExtensions.html#BenchmarkDotNet_Reports_SummaryExtensions_GetColumns_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryExtensions.GetColumns - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryExtensions.GetColumns - nameWithType: SummaryExtensions.GetColumns -- uid: BenchmarkDotNet.Reports.SummaryExtensions.GetCultureInfo(BenchmarkDotNet.Reports.Summary) - name: GetCultureInfo(Summary) - href: api/BenchmarkDotNet.Reports.SummaryExtensions.html#BenchmarkDotNet_Reports_SummaryExtensions_GetCultureInfo_BenchmarkDotNet_Reports_Summary_ - commentId: M:BenchmarkDotNet.Reports.SummaryExtensions.GetCultureInfo(BenchmarkDotNet.Reports.Summary) - fullName: BenchmarkDotNet.Reports.SummaryExtensions.GetCultureInfo(BenchmarkDotNet.Reports.Summary) - nameWithType: SummaryExtensions.GetCultureInfo(Summary) -- uid: BenchmarkDotNet.Reports.SummaryExtensions.GetCultureInfo* - name: GetCultureInfo - href: api/BenchmarkDotNet.Reports.SummaryExtensions.html#BenchmarkDotNet_Reports_SummaryExtensions_GetCultureInfo_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryExtensions.GetCultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryExtensions.GetCultureInfo - nameWithType: SummaryExtensions.GetCultureInfo -- uid: BenchmarkDotNet.Reports.SummaryExtensions.GetLogicalGroupForBenchmark(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - name: GetLogicalGroupForBenchmark(Summary, BenchmarkCase) - href: api/BenchmarkDotNet.Reports.SummaryExtensions.html#BenchmarkDotNet_Reports_SummaryExtensions_GetLogicalGroupForBenchmark_BenchmarkDotNet_Reports_Summary_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Reports.SummaryExtensions.GetLogicalGroupForBenchmark(BenchmarkDotNet.Reports.Summary,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Reports.SummaryExtensions.GetLogicalGroupForBenchmark(BenchmarkDotNet.Reports.Summary, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: SummaryExtensions.GetLogicalGroupForBenchmark(Summary, BenchmarkCase) -- uid: BenchmarkDotNet.Reports.SummaryExtensions.GetLogicalGroupForBenchmark* - name: GetLogicalGroupForBenchmark - href: api/BenchmarkDotNet.Reports.SummaryExtensions.html#BenchmarkDotNet_Reports_SummaryExtensions_GetLogicalGroupForBenchmark_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryExtensions.GetLogicalGroupForBenchmark - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryExtensions.GetLogicalGroupForBenchmark - nameWithType: SummaryExtensions.GetLogicalGroupForBenchmark -- uid: BenchmarkDotNet.Reports.SummaryStyle - name: SummaryStyle - href: api/BenchmarkDotNet.Reports.SummaryStyle.html - commentId: T:BenchmarkDotNet.Reports.SummaryStyle - fullName: BenchmarkDotNet.Reports.SummaryStyle - nameWithType: SummaryStyle -- uid: BenchmarkDotNet.Reports.SummaryStyle.#ctor(System.Globalization.CultureInfo,System.Boolean,BenchmarkDotNet.Columns.SizeUnit,Perfolizer.Horology.TimeUnit,System.Boolean,System.Boolean,System.Int32,BenchmarkDotNet.Columns.RatioStyle) - name: SummaryStyle(CultureInfo, Boolean, SizeUnit, TimeUnit, Boolean, Boolean, Int32, RatioStyle) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle__ctor_System_Globalization_CultureInfo_System_Boolean_BenchmarkDotNet_Columns_SizeUnit_Perfolizer_Horology_TimeUnit_System_Boolean_System_Boolean_System_Int32_BenchmarkDotNet_Columns_RatioStyle_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.#ctor(System.Globalization.CultureInfo,System.Boolean,BenchmarkDotNet.Columns.SizeUnit,Perfolizer.Horology.TimeUnit,System.Boolean,System.Boolean,System.Int32,BenchmarkDotNet.Columns.RatioStyle) - fullName: BenchmarkDotNet.Reports.SummaryStyle.SummaryStyle(System.Globalization.CultureInfo, System.Boolean, BenchmarkDotNet.Columns.SizeUnit, Perfolizer.Horology.TimeUnit, System.Boolean, System.Boolean, System.Int32, BenchmarkDotNet.Columns.RatioStyle) - nameWithType: SummaryStyle.SummaryStyle(CultureInfo, Boolean, SizeUnit, TimeUnit, Boolean, Boolean, Int32, RatioStyle) -- uid: BenchmarkDotNet.Reports.SummaryStyle.#ctor* - name: SummaryStyle - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle__ctor_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.SummaryStyle - nameWithType: SummaryStyle.SummaryStyle -- uid: BenchmarkDotNet.Reports.SummaryStyle.CultureInfo - name: CultureInfo - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_CultureInfo - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.CultureInfo - fullName: BenchmarkDotNet.Reports.SummaryStyle.CultureInfo - nameWithType: SummaryStyle.CultureInfo -- uid: BenchmarkDotNet.Reports.SummaryStyle.CultureInfo* - name: CultureInfo - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_CultureInfo_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.CultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.CultureInfo - nameWithType: SummaryStyle.CultureInfo -- uid: BenchmarkDotNet.Reports.SummaryStyle.Default - name: Default - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_Default - commentId: F:BenchmarkDotNet.Reports.SummaryStyle.Default - fullName: BenchmarkDotNet.Reports.SummaryStyle.Default - nameWithType: SummaryStyle.Default -- uid: BenchmarkDotNet.Reports.SummaryStyle.Equals(BenchmarkDotNet.Reports.SummaryStyle) - name: Equals(SummaryStyle) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_Equals_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.Equals(BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Reports.SummaryStyle.Equals(BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: SummaryStyle.Equals(SummaryStyle) -- uid: BenchmarkDotNet.Reports.SummaryStyle.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.Equals(System.Object) - fullName: BenchmarkDotNet.Reports.SummaryStyle.Equals(System.Object) - nameWithType: SummaryStyle.Equals(Object) -- uid: BenchmarkDotNet.Reports.SummaryStyle.Equals* - name: Equals - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_Equals_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.Equals - nameWithType: SummaryStyle.Equals -- uid: BenchmarkDotNet.Reports.SummaryStyle.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_GetHashCode - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.GetHashCode - fullName: BenchmarkDotNet.Reports.SummaryStyle.GetHashCode() - nameWithType: SummaryStyle.GetHashCode() -- uid: BenchmarkDotNet.Reports.SummaryStyle.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.GetHashCode - nameWithType: SummaryStyle.GetHashCode -- uid: BenchmarkDotNet.Reports.SummaryStyle.MaxParameterColumnWidth - name: MaxParameterColumnWidth - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_MaxParameterColumnWidth - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.MaxParameterColumnWidth - fullName: BenchmarkDotNet.Reports.SummaryStyle.MaxParameterColumnWidth - nameWithType: SummaryStyle.MaxParameterColumnWidth -- uid: BenchmarkDotNet.Reports.SummaryStyle.MaxParameterColumnWidth* - name: MaxParameterColumnWidth - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_MaxParameterColumnWidth_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.MaxParameterColumnWidth - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.MaxParameterColumnWidth - nameWithType: SummaryStyle.MaxParameterColumnWidth -- uid: BenchmarkDotNet.Reports.SummaryStyle.op_Equality(BenchmarkDotNet.Reports.SummaryStyle,BenchmarkDotNet.Reports.SummaryStyle) - name: Equality(SummaryStyle, SummaryStyle) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_op_Equality_BenchmarkDotNet_Reports_SummaryStyle_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.op_Equality(BenchmarkDotNet.Reports.SummaryStyle,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Reports.SummaryStyle.Equality(BenchmarkDotNet.Reports.SummaryStyle, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: SummaryStyle.Equality(SummaryStyle, SummaryStyle) -- uid: BenchmarkDotNet.Reports.SummaryStyle.op_Equality* - name: Equality - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_op_Equality_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.op_Equality - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.Equality - nameWithType: SummaryStyle.Equality -- uid: BenchmarkDotNet.Reports.SummaryStyle.op_Inequality(BenchmarkDotNet.Reports.SummaryStyle,BenchmarkDotNet.Reports.SummaryStyle) - name: Inequality(SummaryStyle, SummaryStyle) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_op_Inequality_BenchmarkDotNet_Reports_SummaryStyle_BenchmarkDotNet_Reports_SummaryStyle_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.op_Inequality(BenchmarkDotNet.Reports.SummaryStyle,BenchmarkDotNet.Reports.SummaryStyle) - fullName: BenchmarkDotNet.Reports.SummaryStyle.Inequality(BenchmarkDotNet.Reports.SummaryStyle, BenchmarkDotNet.Reports.SummaryStyle) - nameWithType: SummaryStyle.Inequality(SummaryStyle, SummaryStyle) -- uid: BenchmarkDotNet.Reports.SummaryStyle.op_Inequality* - name: Inequality - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_op_Inequality_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.op_Inequality - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.Inequality - nameWithType: SummaryStyle.Inequality -- uid: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInContent - name: PrintUnitsInContent - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_PrintUnitsInContent - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInContent - fullName: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInContent - nameWithType: SummaryStyle.PrintUnitsInContent -- uid: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInContent* - name: PrintUnitsInContent - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_PrintUnitsInContent_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInContent - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInContent - nameWithType: SummaryStyle.PrintUnitsInContent -- uid: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInHeader - name: PrintUnitsInHeader - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_PrintUnitsInHeader - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInHeader - fullName: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInHeader - nameWithType: SummaryStyle.PrintUnitsInHeader -- uid: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInHeader* - name: PrintUnitsInHeader - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_PrintUnitsInHeader_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInHeader - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.PrintUnitsInHeader - nameWithType: SummaryStyle.PrintUnitsInHeader -- uid: BenchmarkDotNet.Reports.SummaryStyle.PrintZeroValuesInContent - name: PrintZeroValuesInContent - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_PrintZeroValuesInContent - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.PrintZeroValuesInContent - fullName: BenchmarkDotNet.Reports.SummaryStyle.PrintZeroValuesInContent - nameWithType: SummaryStyle.PrintZeroValuesInContent -- uid: BenchmarkDotNet.Reports.SummaryStyle.PrintZeroValuesInContent* - name: PrintZeroValuesInContent - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_PrintZeroValuesInContent_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.PrintZeroValuesInContent - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.PrintZeroValuesInContent - nameWithType: SummaryStyle.PrintZeroValuesInContent -- uid: BenchmarkDotNet.Reports.SummaryStyle.RatioStyle - name: RatioStyle - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_RatioStyle - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.RatioStyle - fullName: BenchmarkDotNet.Reports.SummaryStyle.RatioStyle - nameWithType: SummaryStyle.RatioStyle -- uid: BenchmarkDotNet.Reports.SummaryStyle.RatioStyle* - name: RatioStyle - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_RatioStyle_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.RatioStyle - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.RatioStyle - nameWithType: SummaryStyle.RatioStyle -- uid: BenchmarkDotNet.Reports.SummaryStyle.SizeUnit - name: SizeUnit - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_SizeUnit - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.SizeUnit - fullName: BenchmarkDotNet.Reports.SummaryStyle.SizeUnit - nameWithType: SummaryStyle.SizeUnit -- uid: BenchmarkDotNet.Reports.SummaryStyle.SizeUnit* - name: SizeUnit - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_SizeUnit_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.SizeUnit - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.SizeUnit - nameWithType: SummaryStyle.SizeUnit -- uid: BenchmarkDotNet.Reports.SummaryStyle.TimeUnit - name: TimeUnit - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_TimeUnit - commentId: P:BenchmarkDotNet.Reports.SummaryStyle.TimeUnit - fullName: BenchmarkDotNet.Reports.SummaryStyle.TimeUnit - nameWithType: SummaryStyle.TimeUnit -- uid: BenchmarkDotNet.Reports.SummaryStyle.TimeUnit* - name: TimeUnit - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_TimeUnit_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.TimeUnit - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.TimeUnit - nameWithType: SummaryStyle.TimeUnit -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithCultureInfo(System.Globalization.CultureInfo) - name: WithCultureInfo(CultureInfo) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithCultureInfo_System_Globalization_CultureInfo_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.WithCultureInfo(System.Globalization.CultureInfo) - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithCultureInfo(System.Globalization.CultureInfo) - nameWithType: SummaryStyle.WithCultureInfo(CultureInfo) -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithCultureInfo* - name: WithCultureInfo - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithCultureInfo_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.WithCultureInfo - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithCultureInfo - nameWithType: SummaryStyle.WithCultureInfo -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithMaxParameterColumnWidth(System.Int32) - name: WithMaxParameterColumnWidth(Int32) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithMaxParameterColumnWidth_System_Int32_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.WithMaxParameterColumnWidth(System.Int32) - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithMaxParameterColumnWidth(System.Int32) - nameWithType: SummaryStyle.WithMaxParameterColumnWidth(Int32) -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithMaxParameterColumnWidth* - name: WithMaxParameterColumnWidth - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithMaxParameterColumnWidth_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.WithMaxParameterColumnWidth - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithMaxParameterColumnWidth - nameWithType: SummaryStyle.WithMaxParameterColumnWidth -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithRatioStyle(BenchmarkDotNet.Columns.RatioStyle) - name: WithRatioStyle(RatioStyle) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithRatioStyle_BenchmarkDotNet_Columns_RatioStyle_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.WithRatioStyle(BenchmarkDotNet.Columns.RatioStyle) - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithRatioStyle(BenchmarkDotNet.Columns.RatioStyle) - nameWithType: SummaryStyle.WithRatioStyle(RatioStyle) -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithRatioStyle* - name: WithRatioStyle - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithRatioStyle_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.WithRatioStyle - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithRatioStyle - nameWithType: SummaryStyle.WithRatioStyle -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithSizeUnit(BenchmarkDotNet.Columns.SizeUnit) - name: WithSizeUnit(SizeUnit) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithSizeUnit_BenchmarkDotNet_Columns_SizeUnit_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.WithSizeUnit(BenchmarkDotNet.Columns.SizeUnit) - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithSizeUnit(BenchmarkDotNet.Columns.SizeUnit) - nameWithType: SummaryStyle.WithSizeUnit(SizeUnit) -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithSizeUnit* - name: WithSizeUnit - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithSizeUnit_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.WithSizeUnit - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithSizeUnit - nameWithType: SummaryStyle.WithSizeUnit -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithTimeUnit(Perfolizer.Horology.TimeUnit) - name: WithTimeUnit(TimeUnit) - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithTimeUnit_Perfolizer_Horology_TimeUnit_ - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.WithTimeUnit(Perfolizer.Horology.TimeUnit) - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithTimeUnit(Perfolizer.Horology.TimeUnit) - nameWithType: SummaryStyle.WithTimeUnit(TimeUnit) -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithTimeUnit* - name: WithTimeUnit - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithTimeUnit_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.WithTimeUnit - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithTimeUnit - nameWithType: SummaryStyle.WithTimeUnit -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithZeroMetricValuesInContent - name: WithZeroMetricValuesInContent() - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithZeroMetricValuesInContent - commentId: M:BenchmarkDotNet.Reports.SummaryStyle.WithZeroMetricValuesInContent - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithZeroMetricValuesInContent() - nameWithType: SummaryStyle.WithZeroMetricValuesInContent() -- uid: BenchmarkDotNet.Reports.SummaryStyle.WithZeroMetricValuesInContent* - name: WithZeroMetricValuesInContent - href: api/BenchmarkDotNet.Reports.SummaryStyle.html#BenchmarkDotNet_Reports_SummaryStyle_WithZeroMetricValuesInContent_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryStyle.WithZeroMetricValuesInContent - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryStyle.WithZeroMetricValuesInContent - nameWithType: SummaryStyle.WithZeroMetricValuesInContent -- uid: BenchmarkDotNet.Reports.SummaryTable - name: SummaryTable - href: api/BenchmarkDotNet.Reports.SummaryTable.html - commentId: T:BenchmarkDotNet.Reports.SummaryTable - fullName: BenchmarkDotNet.Reports.SummaryTable - nameWithType: SummaryTable -- uid: BenchmarkDotNet.Reports.SummaryTable.ColumnCount - name: ColumnCount - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_ColumnCount - commentId: P:BenchmarkDotNet.Reports.SummaryTable.ColumnCount - fullName: BenchmarkDotNet.Reports.SummaryTable.ColumnCount - nameWithType: SummaryTable.ColumnCount -- uid: BenchmarkDotNet.Reports.SummaryTable.ColumnCount* - name: ColumnCount - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_ColumnCount_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.ColumnCount - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.ColumnCount - nameWithType: SummaryTable.ColumnCount -- uid: BenchmarkDotNet.Reports.SummaryTable.Columns - name: Columns - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_Columns - commentId: P:BenchmarkDotNet.Reports.SummaryTable.Columns - fullName: BenchmarkDotNet.Reports.SummaryTable.Columns - nameWithType: SummaryTable.Columns -- uid: BenchmarkDotNet.Reports.SummaryTable.Columns* - name: Columns - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_Columns_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.Columns - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.Columns - nameWithType: SummaryTable.Columns -- uid: BenchmarkDotNet.Reports.SummaryTable.EffectiveSummaryStyle - name: EffectiveSummaryStyle - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_EffectiveSummaryStyle - commentId: P:BenchmarkDotNet.Reports.SummaryTable.EffectiveSummaryStyle - fullName: BenchmarkDotNet.Reports.SummaryTable.EffectiveSummaryStyle - nameWithType: SummaryTable.EffectiveSummaryStyle -- uid: BenchmarkDotNet.Reports.SummaryTable.EffectiveSummaryStyle* - name: EffectiveSummaryStyle - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_EffectiveSummaryStyle_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.EffectiveSummaryStyle - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.EffectiveSummaryStyle - nameWithType: SummaryTable.EffectiveSummaryStyle -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContent - name: FullContent - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContent - commentId: P:BenchmarkDotNet.Reports.SummaryTable.FullContent - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContent - nameWithType: SummaryTable.FullContent -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContent* - name: FullContent - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContent_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.FullContent - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContent - nameWithType: SummaryTable.FullContent -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfHighlightGroup - name: FullContentStartOfHighlightGroup - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContentStartOfHighlightGroup - commentId: P:BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfHighlightGroup - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfHighlightGroup - nameWithType: SummaryTable.FullContentStartOfHighlightGroup -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfHighlightGroup* - name: FullContentStartOfHighlightGroup - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContentStartOfHighlightGroup_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfHighlightGroup - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfHighlightGroup - nameWithType: SummaryTable.FullContentStartOfHighlightGroup -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfLogicalGroup - name: FullContentStartOfLogicalGroup - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContentStartOfLogicalGroup - commentId: P:BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfLogicalGroup - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfLogicalGroup - nameWithType: SummaryTable.FullContentStartOfLogicalGroup -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfLogicalGroup* - name: FullContentStartOfLogicalGroup - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContentStartOfLogicalGroup_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfLogicalGroup - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContentStartOfLogicalGroup - nameWithType: SummaryTable.FullContentStartOfLogicalGroup -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContentWithHeader - name: FullContentWithHeader - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContentWithHeader - commentId: P:BenchmarkDotNet.Reports.SummaryTable.FullContentWithHeader - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContentWithHeader - nameWithType: SummaryTable.FullContentWithHeader -- uid: BenchmarkDotNet.Reports.SummaryTable.FullContentWithHeader* - name: FullContentWithHeader - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullContentWithHeader_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.FullContentWithHeader - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.FullContentWithHeader - nameWithType: SummaryTable.FullContentWithHeader -- uid: BenchmarkDotNet.Reports.SummaryTable.FullHeader - name: FullHeader - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullHeader - commentId: P:BenchmarkDotNet.Reports.SummaryTable.FullHeader - fullName: BenchmarkDotNet.Reports.SummaryTable.FullHeader - nameWithType: SummaryTable.FullHeader -- uid: BenchmarkDotNet.Reports.SummaryTable.FullHeader* - name: FullHeader - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_FullHeader_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.FullHeader - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.FullHeader - nameWithType: SummaryTable.FullHeader -- uid: BenchmarkDotNet.Reports.SummaryTable.IsDefault - name: IsDefault - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_IsDefault - commentId: P:BenchmarkDotNet.Reports.SummaryTable.IsDefault - fullName: BenchmarkDotNet.Reports.SummaryTable.IsDefault - nameWithType: SummaryTable.IsDefault -- uid: BenchmarkDotNet.Reports.SummaryTable.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_IsDefault_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.IsDefault - nameWithType: SummaryTable.IsDefault -- uid: BenchmarkDotNet.Reports.SummaryTable.SeparateLogicalGroups - name: SeparateLogicalGroups - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_SeparateLogicalGroups - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SeparateLogicalGroups - fullName: BenchmarkDotNet.Reports.SummaryTable.SeparateLogicalGroups - nameWithType: SummaryTable.SeparateLogicalGroups -- uid: BenchmarkDotNet.Reports.SummaryTable.SeparateLogicalGroups* - name: SeparateLogicalGroups - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_SeparateLogicalGroups_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SeparateLogicalGroups - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SeparateLogicalGroups - nameWithType: SummaryTable.SeparateLogicalGroups -- uid: BenchmarkDotNet.Reports.SummaryTable.Summary - name: Summary - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_Summary - commentId: P:BenchmarkDotNet.Reports.SummaryTable.Summary - fullName: BenchmarkDotNet.Reports.SummaryTable.Summary - nameWithType: SummaryTable.Summary -- uid: BenchmarkDotNet.Reports.SummaryTable.Summary* - name: Summary - href: api/BenchmarkDotNet.Reports.SummaryTable.html#BenchmarkDotNet_Reports_SummaryTable_Summary_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.Summary - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.Summary - nameWithType: SummaryTable.Summary -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn - name: SummaryTable.SummaryTableColumn - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html - commentId: T:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn - nameWithType: SummaryTable.SummaryTableColumn -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.#ctor(BenchmarkDotNet.Reports.SummaryTable,System.Int32,BenchmarkDotNet.Columns.IColumn) - name: SummaryTableColumn(SummaryTable, Int32, IColumn) - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn__ctor_BenchmarkDotNet_Reports_SummaryTable_System_Int32_BenchmarkDotNet_Columns_IColumn_ - commentId: M:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.#ctor(BenchmarkDotNet.Reports.SummaryTable,System.Int32,BenchmarkDotNet.Columns.IColumn) - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.SummaryTableColumn(BenchmarkDotNet.Reports.SummaryTable, System.Int32, BenchmarkDotNet.Columns.IColumn) - nameWithType: SummaryTable.SummaryTableColumn.SummaryTableColumn(SummaryTable, Int32, IColumn) -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.#ctor* - name: SummaryTableColumn - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn__ctor_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.SummaryTableColumn - nameWithType: SummaryTable.SummaryTableColumn.SummaryTableColumn -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Content - name: Content - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Content - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Content - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Content - nameWithType: SummaryTable.SummaryTableColumn.Content -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Content* - name: Content - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Content_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Content - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Content - nameWithType: SummaryTable.SummaryTableColumn.Content -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Header - name: Header - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Header - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Header - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Header - nameWithType: SummaryTable.SummaryTableColumn.Header -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Header* - name: Header - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Header_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Header - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Header - nameWithType: SummaryTable.SummaryTableColumn.Header -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Index - name: Index - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Index - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Index - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Index - nameWithType: SummaryTable.SummaryTableColumn.Index -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Index* - name: Index - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Index_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Index - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Index - nameWithType: SummaryTable.SummaryTableColumn.Index -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.IsDefault - name: IsDefault - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_IsDefault - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.IsDefault - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.IsDefault - nameWithType: SummaryTable.SummaryTableColumn.IsDefault -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.IsDefault* - name: IsDefault - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_IsDefault_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.IsDefault - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.IsDefault - nameWithType: SummaryTable.SummaryTableColumn.IsDefault -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Justify - name: Justify - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Justify - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Justify - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Justify - nameWithType: SummaryTable.SummaryTableColumn.Justify -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Justify* - name: Justify - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Justify_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Justify - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Justify - nameWithType: SummaryTable.SummaryTableColumn.Justify -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.NeedToShow - name: NeedToShow - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_NeedToShow - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.NeedToShow - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.NeedToShow - nameWithType: SummaryTable.SummaryTableColumn.NeedToShow -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.NeedToShow* - name: NeedToShow - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_NeedToShow_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.NeedToShow - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.NeedToShow - nameWithType: SummaryTable.SummaryTableColumn.NeedToShow -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.OriginalColumn - name: OriginalColumn - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_OriginalColumn - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.OriginalColumn - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.OriginalColumn - nameWithType: SummaryTable.SummaryTableColumn.OriginalColumn -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.OriginalColumn* - name: OriginalColumn - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_OriginalColumn_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.OriginalColumn - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.OriginalColumn - nameWithType: SummaryTable.SummaryTableColumn.OriginalColumn -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification - name: SummaryTable.SummaryTableColumn.TextJustification - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.html - commentId: T:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification - nameWithType: SummaryTable.SummaryTableColumn.TextJustification -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.Left - name: Left - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_TextJustification_Left - commentId: F:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.Left - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.Left - nameWithType: SummaryTable.SummaryTableColumn.TextJustification.Left -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.Right - name: Right - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_TextJustification_Right - commentId: F:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.Right - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.TextJustification.Right - nameWithType: SummaryTable.SummaryTableColumn.TextJustification.Right -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.ToString - name: ToString() - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_ToString - commentId: M:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.ToString - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.ToString() - nameWithType: SummaryTable.SummaryTableColumn.ToString() -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.ToString* - name: ToString - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_ToString_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.ToString - nameWithType: SummaryTable.SummaryTableColumn.ToString -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Width - name: Width - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Width - commentId: P:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Width - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Width - nameWithType: SummaryTable.SummaryTableColumn.Width -- uid: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Width* - name: Width - href: api/BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.html#BenchmarkDotNet_Reports_SummaryTable_SummaryTableColumn_Width_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Width - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTable.SummaryTableColumn.Width - nameWithType: SummaryTable.SummaryTableColumn.Width -- uid: BenchmarkDotNet.Reports.SummaryTableExtensions - name: SummaryTableExtensions - href: api/BenchmarkDotNet.Reports.SummaryTableExtensions.html - commentId: T:BenchmarkDotNet.Reports.SummaryTableExtensions - fullName: BenchmarkDotNet.Reports.SummaryTableExtensions - nameWithType: SummaryTableExtensions -- uid: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintCommonColumns(BenchmarkDotNet.Reports.SummaryTable,BenchmarkDotNet.Loggers.ILogger) - name: PrintCommonColumns(SummaryTable, ILogger) - href: api/BenchmarkDotNet.Reports.SummaryTableExtensions.html#BenchmarkDotNet_Reports_SummaryTableExtensions_PrintCommonColumns_BenchmarkDotNet_Reports_SummaryTable_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Reports.SummaryTableExtensions.PrintCommonColumns(BenchmarkDotNet.Reports.SummaryTable,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintCommonColumns(BenchmarkDotNet.Reports.SummaryTable, BenchmarkDotNet.Loggers.ILogger) - nameWithType: SummaryTableExtensions.PrintCommonColumns(SummaryTable, ILogger) -- uid: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintCommonColumns* - name: PrintCommonColumns - href: api/BenchmarkDotNet.Reports.SummaryTableExtensions.html#BenchmarkDotNet_Reports_SummaryTableExtensions_PrintCommonColumns_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTableExtensions.PrintCommonColumns - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintCommonColumns - nameWithType: SummaryTableExtensions.PrintCommonColumns -- uid: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable,System.String[],BenchmarkDotNet.Loggers.ILogger,System.String,System.String) - name: PrintLine(SummaryTable, String[], ILogger, String, String) - href: api/BenchmarkDotNet.Reports.SummaryTableExtensions.html#BenchmarkDotNet_Reports_SummaryTableExtensions_PrintLine_BenchmarkDotNet_Reports_SummaryTable_System_String___BenchmarkDotNet_Loggers_ILogger_System_String_System_String_ - commentId: M:BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable,System.String[],BenchmarkDotNet.Loggers.ILogger,System.String,System.String) - name.vb: PrintLine(SummaryTable, String(), ILogger, String, String) - fullName: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable, System.String[], BenchmarkDotNet.Loggers.ILogger, System.String, System.String) - fullName.vb: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable, System.String(), BenchmarkDotNet.Loggers.ILogger, System.String, System.String) - nameWithType: SummaryTableExtensions.PrintLine(SummaryTable, String[], ILogger, String, String) - nameWithType.vb: SummaryTableExtensions.PrintLine(SummaryTable, String(), ILogger, String, String) -- uid: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable,System.String[],BenchmarkDotNet.Loggers.ILogger,System.String,System.String,System.Boolean,System.Boolean,BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy,System.String,System.Boolean) - name: PrintLine(SummaryTable, String[], ILogger, String, String, Boolean, Boolean, MarkdownExporter.MarkdownHighlightStrategy, String, Boolean) - href: api/BenchmarkDotNet.Reports.SummaryTableExtensions.html#BenchmarkDotNet_Reports_SummaryTableExtensions_PrintLine_BenchmarkDotNet_Reports_SummaryTable_System_String___BenchmarkDotNet_Loggers_ILogger_System_String_System_String_System_Boolean_System_Boolean_BenchmarkDotNet_Exporters_MarkdownExporter_MarkdownHighlightStrategy_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable,System.String[],BenchmarkDotNet.Loggers.ILogger,System.String,System.String,System.Boolean,System.Boolean,BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy,System.String,System.Boolean) - name.vb: PrintLine(SummaryTable, String(), ILogger, String, String, Boolean, Boolean, MarkdownExporter.MarkdownHighlightStrategy, String, Boolean) - fullName: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable, System.String[], BenchmarkDotNet.Loggers.ILogger, System.String, System.String, System.Boolean, System.Boolean, BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy, System.String, System.Boolean) - fullName.vb: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine(BenchmarkDotNet.Reports.SummaryTable, System.String(), BenchmarkDotNet.Loggers.ILogger, System.String, System.String, System.Boolean, System.Boolean, BenchmarkDotNet.Exporters.MarkdownExporter.MarkdownHighlightStrategy, System.String, System.Boolean) - nameWithType: SummaryTableExtensions.PrintLine(SummaryTable, String[], ILogger, String, String, Boolean, Boolean, MarkdownExporter.MarkdownHighlightStrategy, String, Boolean) - nameWithType.vb: SummaryTableExtensions.PrintLine(SummaryTable, String(), ILogger, String, String, Boolean, Boolean, MarkdownExporter.MarkdownHighlightStrategy, String, Boolean) -- uid: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine* - name: PrintLine - href: api/BenchmarkDotNet.Reports.SummaryTableExtensions.html#BenchmarkDotNet_Reports_SummaryTableExtensions_PrintLine_ - commentId: Overload:BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine - isSpec: "True" - fullName: BenchmarkDotNet.Reports.SummaryTableExtensions.PrintLine - nameWithType: SummaryTableExtensions.PrintLine -- uid: BenchmarkDotNet.Running - name: BenchmarkDotNet.Running - href: api/BenchmarkDotNet.Running.html - commentId: N:BenchmarkDotNet.Running - fullName: BenchmarkDotNet.Running - nameWithType: BenchmarkDotNet.Running -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo - name: BenchmarkBuildInfo - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html - commentId: T:BenchmarkDotNet.Running.BenchmarkBuildInfo - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo - nameWithType: BenchmarkBuildInfo -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.#ctor(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Configs.ImmutableConfig,System.Int32) - name: BenchmarkBuildInfo(BenchmarkCase, ImmutableConfig, Int32) - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo__ctor_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Configs_ImmutableConfig_System_Int32_ - commentId: M:BenchmarkDotNet.Running.BenchmarkBuildInfo.#ctor(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Configs.ImmutableConfig,System.Int32) - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkBuildInfo(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Configs.ImmutableConfig, System.Int32) - nameWithType: BenchmarkBuildInfo.BenchmarkBuildInfo(BenchmarkCase, ImmutableConfig, Int32) -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.#ctor* - name: BenchmarkBuildInfo - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo__ctor_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkBuildInfo.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkBuildInfo - nameWithType: BenchmarkBuildInfo.BenchmarkBuildInfo -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkCase - name: BenchmarkCase - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo_BenchmarkCase - commentId: P:BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkCase - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkCase - nameWithType: BenchmarkBuildInfo.BenchmarkCase -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkCase* - name: BenchmarkCase - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo_BenchmarkCase_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkCase - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.BenchmarkCase - nameWithType: BenchmarkBuildInfo.BenchmarkCase -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.Config - name: Config - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo_Config - commentId: P:BenchmarkDotNet.Running.BenchmarkBuildInfo.Config - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.Config - nameWithType: BenchmarkBuildInfo.Config -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.Config* - name: Config - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo_Config_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkBuildInfo.Config - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.Config - nameWithType: BenchmarkBuildInfo.Config -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.Id - name: Id - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo_Id - commentId: P:BenchmarkDotNet.Running.BenchmarkBuildInfo.Id - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.Id - nameWithType: BenchmarkBuildInfo.Id -- uid: BenchmarkDotNet.Running.BenchmarkBuildInfo.Id* - name: Id - href: api/BenchmarkDotNet.Running.BenchmarkBuildInfo.html#BenchmarkDotNet_Running_BenchmarkBuildInfo_Id_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkBuildInfo.Id - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkBuildInfo.Id - nameWithType: BenchmarkBuildInfo.Id -- uid: BenchmarkDotNet.Running.BenchmarkCase - name: BenchmarkCase - href: api/BenchmarkDotNet.Running.BenchmarkCase.html - commentId: T:BenchmarkDotNet.Running.BenchmarkCase - fullName: BenchmarkDotNet.Running.BenchmarkCase - nameWithType: BenchmarkCase -- uid: BenchmarkDotNet.Running.BenchmarkCase.CompareTo(BenchmarkDotNet.Running.BenchmarkCase) - name: CompareTo(BenchmarkCase) - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_CompareTo_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Running.BenchmarkCase.CompareTo(BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Running.BenchmarkCase.CompareTo(BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: BenchmarkCase.CompareTo(BenchmarkCase) -- uid: BenchmarkDotNet.Running.BenchmarkCase.CompareTo* - name: CompareTo - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_CompareTo_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.CompareTo - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.CompareTo - nameWithType: BenchmarkCase.CompareTo -- uid: BenchmarkDotNet.Running.BenchmarkCase.Config - name: Config - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Config - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.Config - fullName: BenchmarkDotNet.Running.BenchmarkCase.Config - nameWithType: BenchmarkCase.Config -- uid: BenchmarkDotNet.Running.BenchmarkCase.Config* - name: Config - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Config_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.Config - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.Config - nameWithType: BenchmarkCase.Config -- uid: BenchmarkDotNet.Running.BenchmarkCase.Create(BenchmarkDotNet.Running.Descriptor,BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Parameters.ParameterInstances,BenchmarkDotNet.Configs.ImmutableConfig) - name: Create(Descriptor, Job, ParameterInstances, ImmutableConfig) - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Create_BenchmarkDotNet_Running_Descriptor_BenchmarkDotNet_Jobs_Job_BenchmarkDotNet_Parameters_ParameterInstances_BenchmarkDotNet_Configs_ImmutableConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkCase.Create(BenchmarkDotNet.Running.Descriptor,BenchmarkDotNet.Jobs.Job,BenchmarkDotNet.Parameters.ParameterInstances,BenchmarkDotNet.Configs.ImmutableConfig) - fullName: BenchmarkDotNet.Running.BenchmarkCase.Create(BenchmarkDotNet.Running.Descriptor, BenchmarkDotNet.Jobs.Job, BenchmarkDotNet.Parameters.ParameterInstances, BenchmarkDotNet.Configs.ImmutableConfig) - nameWithType: BenchmarkCase.Create(Descriptor, Job, ParameterInstances, ImmutableConfig) -- uid: BenchmarkDotNet.Running.BenchmarkCase.Create* - name: Create - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Create_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.Create - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.Create - nameWithType: BenchmarkCase.Create -- uid: BenchmarkDotNet.Running.BenchmarkCase.Descriptor - name: Descriptor - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Descriptor - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.Descriptor - fullName: BenchmarkDotNet.Running.BenchmarkCase.Descriptor - nameWithType: BenchmarkCase.Descriptor -- uid: BenchmarkDotNet.Running.BenchmarkCase.Descriptor* - name: Descriptor - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Descriptor_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.Descriptor - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.Descriptor - nameWithType: BenchmarkCase.Descriptor -- uid: BenchmarkDotNet.Running.BenchmarkCase.DisplayInfo - name: DisplayInfo - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_DisplayInfo - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.DisplayInfo - fullName: BenchmarkDotNet.Running.BenchmarkCase.DisplayInfo - nameWithType: BenchmarkCase.DisplayInfo -- uid: BenchmarkDotNet.Running.BenchmarkCase.DisplayInfo* - name: DisplayInfo - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_DisplayInfo_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.DisplayInfo - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.DisplayInfo - nameWithType: BenchmarkCase.DisplayInfo -- uid: BenchmarkDotNet.Running.BenchmarkCase.Dispose - name: Dispose() - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Dispose - commentId: M:BenchmarkDotNet.Running.BenchmarkCase.Dispose - fullName: BenchmarkDotNet.Running.BenchmarkCase.Dispose() - nameWithType: BenchmarkCase.Dispose() -- uid: BenchmarkDotNet.Running.BenchmarkCase.Dispose* - name: Dispose - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Dispose_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.Dispose - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.Dispose - nameWithType: BenchmarkCase.Dispose -- uid: BenchmarkDotNet.Running.BenchmarkCase.FolderInfo - name: FolderInfo - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_FolderInfo - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.FolderInfo - fullName: BenchmarkDotNet.Running.BenchmarkCase.FolderInfo - nameWithType: BenchmarkCase.FolderInfo -- uid: BenchmarkDotNet.Running.BenchmarkCase.FolderInfo* - name: FolderInfo - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_FolderInfo_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.FolderInfo - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.FolderInfo - nameWithType: BenchmarkCase.FolderInfo -- uid: BenchmarkDotNet.Running.BenchmarkCase.GetRuntime - name: GetRuntime() - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_GetRuntime - commentId: M:BenchmarkDotNet.Running.BenchmarkCase.GetRuntime - fullName: BenchmarkDotNet.Running.BenchmarkCase.GetRuntime() - nameWithType: BenchmarkCase.GetRuntime() -- uid: BenchmarkDotNet.Running.BenchmarkCase.GetRuntime* - name: GetRuntime - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_GetRuntime_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.GetRuntime - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.GetRuntime - nameWithType: BenchmarkCase.GetRuntime -- uid: BenchmarkDotNet.Running.BenchmarkCase.HasArguments - name: HasArguments - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_HasArguments - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.HasArguments - fullName: BenchmarkDotNet.Running.BenchmarkCase.HasArguments - nameWithType: BenchmarkCase.HasArguments -- uid: BenchmarkDotNet.Running.BenchmarkCase.HasArguments* - name: HasArguments - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_HasArguments_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.HasArguments - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.HasArguments - nameWithType: BenchmarkCase.HasArguments -- uid: BenchmarkDotNet.Running.BenchmarkCase.HasParameters - name: HasParameters - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_HasParameters - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.HasParameters - fullName: BenchmarkDotNet.Running.BenchmarkCase.HasParameters - nameWithType: BenchmarkCase.HasParameters -- uid: BenchmarkDotNet.Running.BenchmarkCase.HasParameters* - name: HasParameters - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_HasParameters_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.HasParameters - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.HasParameters - nameWithType: BenchmarkCase.HasParameters -- uid: BenchmarkDotNet.Running.BenchmarkCase.Job - name: Job - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Job - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.Job - fullName: BenchmarkDotNet.Running.BenchmarkCase.Job - nameWithType: BenchmarkCase.Job -- uid: BenchmarkDotNet.Running.BenchmarkCase.Job* - name: Job - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Job_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.Job - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.Job - nameWithType: BenchmarkCase.Job -- uid: BenchmarkDotNet.Running.BenchmarkCase.Parameters - name: Parameters - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Parameters - commentId: P:BenchmarkDotNet.Running.BenchmarkCase.Parameters - fullName: BenchmarkDotNet.Running.BenchmarkCase.Parameters - nameWithType: BenchmarkCase.Parameters -- uid: BenchmarkDotNet.Running.BenchmarkCase.Parameters* - name: Parameters - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_Parameters_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.Parameters - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.Parameters - nameWithType: BenchmarkCase.Parameters -- uid: BenchmarkDotNet.Running.BenchmarkCase.ToString - name: ToString() - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_ToString - commentId: M:BenchmarkDotNet.Running.BenchmarkCase.ToString - fullName: BenchmarkDotNet.Running.BenchmarkCase.ToString() - nameWithType: BenchmarkCase.ToString() -- uid: BenchmarkDotNet.Running.BenchmarkCase.ToString* - name: ToString - href: api/BenchmarkDotNet.Running.BenchmarkCase.html#BenchmarkDotNet_Running_BenchmarkCase_ToString_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkCase.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkCase.ToString - nameWithType: BenchmarkCase.ToString -- uid: BenchmarkDotNet.Running.BenchmarkConverter - name: BenchmarkConverter - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html - commentId: T:BenchmarkDotNet.Running.BenchmarkConverter - fullName: BenchmarkDotNet.Running.BenchmarkConverter - nameWithType: BenchmarkConverter -- uid: BenchmarkDotNet.Running.BenchmarkConverter.MethodsToBenchmarks(System.Type,System.Reflection.MethodInfo[],BenchmarkDotNet.Configs.IConfig) - name: MethodsToBenchmarks(Type, MethodInfo[], IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_MethodsToBenchmarks_System_Type_System_Reflection_MethodInfo___BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkConverter.MethodsToBenchmarks(System.Type,System.Reflection.MethodInfo[],BenchmarkDotNet.Configs.IConfig) - name.vb: MethodsToBenchmarks(Type, MethodInfo(), IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkConverter.MethodsToBenchmarks(System.Type, System.Reflection.MethodInfo[], BenchmarkDotNet.Configs.IConfig) - fullName.vb: BenchmarkDotNet.Running.BenchmarkConverter.MethodsToBenchmarks(System.Type, System.Reflection.MethodInfo(), BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkConverter.MethodsToBenchmarks(Type, MethodInfo[], IConfig) - nameWithType.vb: BenchmarkConverter.MethodsToBenchmarks(Type, MethodInfo(), IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkConverter.MethodsToBenchmarks* - name: MethodsToBenchmarks - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_MethodsToBenchmarks_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkConverter.MethodsToBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkConverter.MethodsToBenchmarks - nameWithType: BenchmarkConverter.MethodsToBenchmarks -- uid: BenchmarkDotNet.Running.BenchmarkConverter.SourceToBenchmarks(System.String,BenchmarkDotNet.Configs.IConfig) - name: SourceToBenchmarks(String, IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_SourceToBenchmarks_System_String_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkConverter.SourceToBenchmarks(System.String,BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkConverter.SourceToBenchmarks(System.String, BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkConverter.SourceToBenchmarks(String, IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkConverter.SourceToBenchmarks* - name: SourceToBenchmarks - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_SourceToBenchmarks_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkConverter.SourceToBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkConverter.SourceToBenchmarks - nameWithType: BenchmarkConverter.SourceToBenchmarks -- uid: BenchmarkDotNet.Running.BenchmarkConverter.TypeToBenchmarks(System.Type,BenchmarkDotNet.Configs.IConfig) - name: TypeToBenchmarks(Type, IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_TypeToBenchmarks_System_Type_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkConverter.TypeToBenchmarks(System.Type,BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkConverter.TypeToBenchmarks(System.Type, BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkConverter.TypeToBenchmarks(Type, IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkConverter.TypeToBenchmarks* - name: TypeToBenchmarks - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_TypeToBenchmarks_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkConverter.TypeToBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkConverter.TypeToBenchmarks - nameWithType: BenchmarkConverter.TypeToBenchmarks -- uid: BenchmarkDotNet.Running.BenchmarkConverter.UrlToBenchmarks(System.String,BenchmarkDotNet.Configs.IConfig) - name: UrlToBenchmarks(String, IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_UrlToBenchmarks_System_String_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkConverter.UrlToBenchmarks(System.String,BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkConverter.UrlToBenchmarks(System.String, BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkConverter.UrlToBenchmarks(String, IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkConverter.UrlToBenchmarks* - name: UrlToBenchmarks - href: api/BenchmarkDotNet.Running.BenchmarkConverter.html#BenchmarkDotNet_Running_BenchmarkConverter_UrlToBenchmarks_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkConverter.UrlToBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkConverter.UrlToBenchmarks - nameWithType: BenchmarkConverter.UrlToBenchmarks -- uid: BenchmarkDotNet.Running.BenchmarkId - name: BenchmarkId - href: api/BenchmarkDotNet.Running.BenchmarkId.html - commentId: T:BenchmarkDotNet.Running.BenchmarkId - fullName: BenchmarkDotNet.Running.BenchmarkId - nameWithType: BenchmarkId -- uid: BenchmarkDotNet.Running.BenchmarkId.#ctor(System.Int32,BenchmarkDotNet.Running.BenchmarkCase) - name: BenchmarkId(Int32, BenchmarkCase) - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId__ctor_System_Int32_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Running.BenchmarkId.#ctor(System.Int32,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Running.BenchmarkId.BenchmarkId(System.Int32, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: BenchmarkId.BenchmarkId(Int32, BenchmarkCase) -- uid: BenchmarkDotNet.Running.BenchmarkId.#ctor* - name: BenchmarkId - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId__ctor_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkId.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkId.BenchmarkId - nameWithType: BenchmarkId.BenchmarkId -- uid: BenchmarkDotNet.Running.BenchmarkId.Equals(BenchmarkDotNet.Running.BenchmarkId) - name: Equals(BenchmarkId) - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_Equals_BenchmarkDotNet_Running_BenchmarkId_ - commentId: M:BenchmarkDotNet.Running.BenchmarkId.Equals(BenchmarkDotNet.Running.BenchmarkId) - fullName: BenchmarkDotNet.Running.BenchmarkId.Equals(BenchmarkDotNet.Running.BenchmarkId) - nameWithType: BenchmarkId.Equals(BenchmarkId) -- uid: BenchmarkDotNet.Running.BenchmarkId.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Running.BenchmarkId.Equals(System.Object) - fullName: BenchmarkDotNet.Running.BenchmarkId.Equals(System.Object) - nameWithType: BenchmarkId.Equals(Object) -- uid: BenchmarkDotNet.Running.BenchmarkId.Equals* - name: Equals - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_Equals_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkId.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkId.Equals - nameWithType: BenchmarkId.Equals -- uid: BenchmarkDotNet.Running.BenchmarkId.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_GetHashCode - commentId: M:BenchmarkDotNet.Running.BenchmarkId.GetHashCode - fullName: BenchmarkDotNet.Running.BenchmarkId.GetHashCode() - nameWithType: BenchmarkId.GetHashCode() -- uid: BenchmarkDotNet.Running.BenchmarkId.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkId.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkId.GetHashCode - nameWithType: BenchmarkId.GetHashCode -- uid: BenchmarkDotNet.Running.BenchmarkId.ToArguments - name: ToArguments() - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_ToArguments - commentId: M:BenchmarkDotNet.Running.BenchmarkId.ToArguments - fullName: BenchmarkDotNet.Running.BenchmarkId.ToArguments() - nameWithType: BenchmarkId.ToArguments() -- uid: BenchmarkDotNet.Running.BenchmarkId.ToArguments* - name: ToArguments - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_ToArguments_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkId.ToArguments - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkId.ToArguments - nameWithType: BenchmarkId.ToArguments -- uid: BenchmarkDotNet.Running.BenchmarkId.ToString - name: ToString() - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_ToString - commentId: M:BenchmarkDotNet.Running.BenchmarkId.ToString - fullName: BenchmarkDotNet.Running.BenchmarkId.ToString() - nameWithType: BenchmarkId.ToString() -- uid: BenchmarkDotNet.Running.BenchmarkId.ToString* - name: ToString - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_ToString_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkId.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkId.ToString - nameWithType: BenchmarkId.ToString -- uid: BenchmarkDotNet.Running.BenchmarkId.Value - name: Value - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_Value - commentId: P:BenchmarkDotNet.Running.BenchmarkId.Value - fullName: BenchmarkDotNet.Running.BenchmarkId.Value - nameWithType: BenchmarkId.Value -- uid: BenchmarkDotNet.Running.BenchmarkId.Value* - name: Value - href: api/BenchmarkDotNet.Running.BenchmarkId.html#BenchmarkDotNet_Running_BenchmarkId_Value_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkId.Value - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkId.Value - nameWithType: BenchmarkId.Value -- uid: BenchmarkDotNet.Running.BenchmarkPartitioner - name: BenchmarkPartitioner - href: api/BenchmarkDotNet.Running.BenchmarkPartitioner.html - commentId: T:BenchmarkDotNet.Running.BenchmarkPartitioner - fullName: BenchmarkDotNet.Running.BenchmarkPartitioner - nameWithType: BenchmarkPartitioner -- uid: BenchmarkDotNet.Running.BenchmarkPartitioner.CreateForBuild(BenchmarkDotNet.Running.BenchmarkRunInfo[],BenchmarkDotNet.Characteristics.IResolver) - name: CreateForBuild(BenchmarkRunInfo[], IResolver) - href: api/BenchmarkDotNet.Running.BenchmarkPartitioner.html#BenchmarkDotNet_Running_BenchmarkPartitioner_CreateForBuild_BenchmarkDotNet_Running_BenchmarkRunInfo___BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Running.BenchmarkPartitioner.CreateForBuild(BenchmarkDotNet.Running.BenchmarkRunInfo[],BenchmarkDotNet.Characteristics.IResolver) - name.vb: CreateForBuild(BenchmarkRunInfo(), IResolver) - fullName: BenchmarkDotNet.Running.BenchmarkPartitioner.CreateForBuild(BenchmarkDotNet.Running.BenchmarkRunInfo[], BenchmarkDotNet.Characteristics.IResolver) - fullName.vb: BenchmarkDotNet.Running.BenchmarkPartitioner.CreateForBuild(BenchmarkDotNet.Running.BenchmarkRunInfo(), BenchmarkDotNet.Characteristics.IResolver) - nameWithType: BenchmarkPartitioner.CreateForBuild(BenchmarkRunInfo[], IResolver) - nameWithType.vb: BenchmarkPartitioner.CreateForBuild(BenchmarkRunInfo(), IResolver) -- uid: BenchmarkDotNet.Running.BenchmarkPartitioner.CreateForBuild* - name: CreateForBuild - href: api/BenchmarkDotNet.Running.BenchmarkPartitioner.html#BenchmarkDotNet_Running_BenchmarkPartitioner_CreateForBuild_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkPartitioner.CreateForBuild - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkPartitioner.CreateForBuild - nameWithType: BenchmarkPartitioner.CreateForBuild -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo - name: BenchmarkRunInfo - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html - commentId: T:BenchmarkDotNet.Running.BenchmarkRunInfo - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo - nameWithType: BenchmarkRunInfo -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.#ctor(BenchmarkDotNet.Running.BenchmarkCase[],System.Type,BenchmarkDotNet.Configs.ImmutableConfig) - name: BenchmarkRunInfo(BenchmarkCase[], Type, ImmutableConfig) - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo__ctor_BenchmarkDotNet_Running_BenchmarkCase___System_Type_BenchmarkDotNet_Configs_ImmutableConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunInfo.#ctor(BenchmarkDotNet.Running.BenchmarkCase[],System.Type,BenchmarkDotNet.Configs.ImmutableConfig) - name.vb: BenchmarkRunInfo(BenchmarkCase(), Type, ImmutableConfig) - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarkRunInfo(BenchmarkDotNet.Running.BenchmarkCase[], System.Type, BenchmarkDotNet.Configs.ImmutableConfig) - fullName.vb: BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarkRunInfo(BenchmarkDotNet.Running.BenchmarkCase(), System.Type, BenchmarkDotNet.Configs.ImmutableConfig) - nameWithType: BenchmarkRunInfo.BenchmarkRunInfo(BenchmarkCase[], Type, ImmutableConfig) - nameWithType.vb: BenchmarkRunInfo.BenchmarkRunInfo(BenchmarkCase(), Type, ImmutableConfig) -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.#ctor* - name: BenchmarkRunInfo - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo__ctor_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunInfo.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarkRunInfo - nameWithType: BenchmarkRunInfo.BenchmarkRunInfo -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarksCases - name: BenchmarksCases - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_BenchmarksCases - commentId: P:BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarksCases - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarksCases - nameWithType: BenchmarkRunInfo.BenchmarksCases -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarksCases* - name: BenchmarksCases - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_BenchmarksCases_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarksCases - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.BenchmarksCases - nameWithType: BenchmarkRunInfo.BenchmarksCases -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.Config - name: Config - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_Config - commentId: P:BenchmarkDotNet.Running.BenchmarkRunInfo.Config - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.Config - nameWithType: BenchmarkRunInfo.Config -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.Config* - name: Config - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_Config_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunInfo.Config - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.Config - nameWithType: BenchmarkRunInfo.Config -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.Dispose - name: Dispose() - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_Dispose - commentId: M:BenchmarkDotNet.Running.BenchmarkRunInfo.Dispose - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.Dispose() - nameWithType: BenchmarkRunInfo.Dispose() -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.Dispose* - name: Dispose - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_Dispose_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunInfo.Dispose - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.Dispose - nameWithType: BenchmarkRunInfo.Dispose -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.Type - name: Type - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_Type - commentId: P:BenchmarkDotNet.Running.BenchmarkRunInfo.Type - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.Type - nameWithType: BenchmarkRunInfo.Type -- uid: BenchmarkDotNet.Running.BenchmarkRunInfo.Type* - name: Type - href: api/BenchmarkDotNet.Running.BenchmarkRunInfo.html#BenchmarkDotNet_Running_BenchmarkRunInfo_Type_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunInfo.Type - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunInfo.Type - nameWithType: BenchmarkRunInfo.Type -- uid: BenchmarkDotNet.Running.BenchmarkRunner - name: BenchmarkRunner - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html - commentId: T:BenchmarkDotNet.Running.BenchmarkRunner - fullName: BenchmarkDotNet.Running.BenchmarkRunner - nameWithType: BenchmarkRunner -- uid: BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Running.BenchmarkRunInfo) - name: Run(BenchmarkRunInfo) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_Run_BenchmarkDotNet_Running_BenchmarkRunInfo_ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Running.BenchmarkRunInfo) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Running.BenchmarkRunInfo) - nameWithType: BenchmarkRunner.Run(BenchmarkRunInfo) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Running.BenchmarkRunInfo[]) - name: Run(BenchmarkRunInfo[]) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_Run_BenchmarkDotNet_Running_BenchmarkRunInfo___ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Running.BenchmarkRunInfo[]) - name.vb: Run(BenchmarkRunInfo()) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Running.BenchmarkRunInfo[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Running.BenchmarkRunInfo()) - nameWithType: BenchmarkRunner.Run(BenchmarkRunInfo[]) - nameWithType.vb: BenchmarkRunner.Run(BenchmarkRunInfo()) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Reflection.Assembly,BenchmarkDotNet.Configs.IConfig,System.String[]) - name: Run(Assembly, IConfig, String[]) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_Run_System_Reflection_Assembly_BenchmarkDotNet_Configs_IConfig_System_String___ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Reflection.Assembly,BenchmarkDotNet.Configs.IConfig,System.String[]) - name.vb: Run(Assembly, IConfig, String()) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Reflection.Assembly, BenchmarkDotNet.Configs.IConfig, System.String[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Reflection.Assembly, BenchmarkDotNet.Configs.IConfig, System.String()) - nameWithType: BenchmarkRunner.Run(Assembly, IConfig, String[]) - nameWithType.vb: BenchmarkRunner.Run(Assembly, IConfig, String()) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type,BenchmarkDotNet.Configs.IConfig,System.String[]) - name: Run(Type, IConfig, String[]) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_Run_System_Type_BenchmarkDotNet_Configs_IConfig_System_String___ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type,BenchmarkDotNet.Configs.IConfig,System.String[]) - name.vb: Run(Type, IConfig, String()) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type, BenchmarkDotNet.Configs.IConfig, System.String[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type, BenchmarkDotNet.Configs.IConfig, System.String()) - nameWithType: BenchmarkRunner.Run(Type, IConfig, String[]) - nameWithType.vb: BenchmarkRunner.Run(Type, IConfig, String()) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type,System.Reflection.MethodInfo[],BenchmarkDotNet.Configs.IConfig) - name: Run(Type, MethodInfo[], IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_Run_System_Type_System_Reflection_MethodInfo___BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type,System.Reflection.MethodInfo[],BenchmarkDotNet.Configs.IConfig) - name.vb: Run(Type, MethodInfo(), IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type, System.Reflection.MethodInfo[], BenchmarkDotNet.Configs.IConfig) - fullName.vb: BenchmarkDotNet.Running.BenchmarkRunner.Run(System.Type, System.Reflection.MethodInfo(), BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkRunner.Run(Type, MethodInfo[], IConfig) - nameWithType.vb: BenchmarkRunner.Run(Type, MethodInfo(), IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.Run* - name: Run - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_Run_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunner.Run - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunner.Run - nameWithType: BenchmarkRunner.Run -- uid: BenchmarkDotNet.Running.BenchmarkRunner.Run``1(BenchmarkDotNet.Configs.IConfig,System.String[]) - name: Run(IConfig, String[]) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_Run__1_BenchmarkDotNet_Configs_IConfig_System_String___ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.Run``1(BenchmarkDotNet.Configs.IConfig,System.String[]) - name.vb: Run(Of T)(IConfig, String()) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.Run(BenchmarkDotNet.Configs.IConfig, System.String[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkRunner.Run(Of T)(BenchmarkDotNet.Configs.IConfig, System.String()) - nameWithType: BenchmarkRunner.Run(IConfig, String[]) - nameWithType.vb: BenchmarkRunner.Run(Of T)(IConfig, String()) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.RunSource(System.String,BenchmarkDotNet.Configs.IConfig) - name: RunSource(String, IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_RunSource_System_String_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.RunSource(System.String,BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.RunSource(System.String, BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkRunner.RunSource(String, IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.RunSource* - name: RunSource - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_RunSource_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunner.RunSource - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunner.RunSource - nameWithType: BenchmarkRunner.RunSource -- uid: BenchmarkDotNet.Running.BenchmarkRunner.RunUrl(System.String,BenchmarkDotNet.Configs.IConfig) - name: RunUrl(String, IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_RunUrl_System_String_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkRunner.RunUrl(System.String,BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkRunner.RunUrl(System.String, BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkRunner.RunUrl(String, IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkRunner.RunUrl* - name: RunUrl - href: api/BenchmarkDotNet.Running.BenchmarkRunner.html#BenchmarkDotNet_Running_BenchmarkRunner_RunUrl_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkRunner.RunUrl - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkRunner.RunUrl - nameWithType: BenchmarkRunner.RunUrl -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher - name: BenchmarkSwitcher - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html - commentId: T:BenchmarkDotNet.Running.BenchmarkSwitcher - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher - nameWithType: BenchmarkSwitcher -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor(System.Reflection.Assembly) - name: BenchmarkSwitcher(Assembly) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher__ctor_System_Reflection_Assembly_ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor(System.Reflection.Assembly) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.BenchmarkSwitcher(System.Reflection.Assembly) - nameWithType: BenchmarkSwitcher.BenchmarkSwitcher(Assembly) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor(System.Reflection.Assembly[]) - name: BenchmarkSwitcher(Assembly[]) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher__ctor_System_Reflection_Assembly___ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor(System.Reflection.Assembly[]) - name.vb: BenchmarkSwitcher(Assembly()) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.BenchmarkSwitcher(System.Reflection.Assembly[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkSwitcher.BenchmarkSwitcher(System.Reflection.Assembly()) - nameWithType: BenchmarkSwitcher.BenchmarkSwitcher(Assembly[]) - nameWithType.vb: BenchmarkSwitcher.BenchmarkSwitcher(Assembly()) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor(System.Type[]) - name: BenchmarkSwitcher(Type[]) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher__ctor_System_Type___ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor(System.Type[]) - name.vb: BenchmarkSwitcher(Type()) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.BenchmarkSwitcher(System.Type[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkSwitcher.BenchmarkSwitcher(System.Type()) - nameWithType: BenchmarkSwitcher.BenchmarkSwitcher(Type[]) - nameWithType.vb: BenchmarkSwitcher.BenchmarkSwitcher(Type()) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor* - name: BenchmarkSwitcher - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher__ctor_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.BenchmarkSwitcher - nameWithType: BenchmarkSwitcher.BenchmarkSwitcher -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssemblies(System.Reflection.Assembly[]) - name: FromAssemblies(Assembly[]) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_FromAssemblies_System_Reflection_Assembly___ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssemblies(System.Reflection.Assembly[]) - name.vb: FromAssemblies(Assembly()) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssemblies(System.Reflection.Assembly[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssemblies(System.Reflection.Assembly()) - nameWithType: BenchmarkSwitcher.FromAssemblies(Assembly[]) - nameWithType.vb: BenchmarkSwitcher.FromAssemblies(Assembly()) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssemblies* - name: FromAssemblies - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_FromAssemblies_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssemblies - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssemblies - nameWithType: BenchmarkSwitcher.FromAssemblies -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssembly(System.Reflection.Assembly) - name: FromAssembly(Assembly) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_FromAssembly_System_Reflection_Assembly_ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssembly(System.Reflection.Assembly) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssembly(System.Reflection.Assembly) - nameWithType: BenchmarkSwitcher.FromAssembly(Assembly) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssembly* - name: FromAssembly - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_FromAssembly_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssembly - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.FromAssembly - nameWithType: BenchmarkSwitcher.FromAssembly -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.FromTypes(System.Type[]) - name: FromTypes(Type[]) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_FromTypes_System_Type___ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.FromTypes(System.Type[]) - name.vb: FromTypes(Type()) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.FromTypes(System.Type[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkSwitcher.FromTypes(System.Type()) - nameWithType: BenchmarkSwitcher.FromTypes(Type[]) - nameWithType.vb: BenchmarkSwitcher.FromTypes(Type()) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.FromTypes* - name: FromTypes - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_FromTypes_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.FromTypes - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.FromTypes - nameWithType: BenchmarkSwitcher.FromTypes -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.Run(System.String[],BenchmarkDotNet.Configs.IConfig) - name: Run(String[], IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_Run_System_String___BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.Run(System.String[],BenchmarkDotNet.Configs.IConfig) - name.vb: Run(String(), IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.Run(System.String[], BenchmarkDotNet.Configs.IConfig) - fullName.vb: BenchmarkDotNet.Running.BenchmarkSwitcher.Run(System.String(), BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkSwitcher.Run(String[], IConfig) - nameWithType.vb: BenchmarkSwitcher.Run(String(), IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.Run* - name: Run - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_Run_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.Run - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.Run - nameWithType: BenchmarkSwitcher.Run -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAll(BenchmarkDotNet.Configs.IConfig) - name: RunAll(IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_RunAll_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.RunAll(BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAll(BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkSwitcher.RunAll(IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAll* - name: RunAll - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_RunAll_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.RunAll - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAll - nameWithType: BenchmarkSwitcher.RunAll -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAllJoined(BenchmarkDotNet.Configs.IConfig) - name: RunAllJoined(IConfig) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_RunAllJoined_BenchmarkDotNet_Configs_IConfig_ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.RunAllJoined(BenchmarkDotNet.Configs.IConfig) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAllJoined(BenchmarkDotNet.Configs.IConfig) - nameWithType: BenchmarkSwitcher.RunAllJoined(IConfig) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAllJoined* - name: RunAllJoined - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_RunAllJoined_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.RunAllJoined - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.RunAllJoined - nameWithType: BenchmarkSwitcher.RunAllJoined -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Reflection.Assembly) - name: With(Assembly) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_With_System_Reflection_Assembly_ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Reflection.Assembly) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Reflection.Assembly) - nameWithType: BenchmarkSwitcher.With(Assembly) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Reflection.Assembly[]) - name: With(Assembly[]) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_With_System_Reflection_Assembly___ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Reflection.Assembly[]) - name.vb: With(Assembly()) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Reflection.Assembly[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Reflection.Assembly()) - nameWithType: BenchmarkSwitcher.With(Assembly[]) - nameWithType.vb: BenchmarkSwitcher.With(Assembly()) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Type) - name: With(Type) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_With_System_Type_ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Type) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Type) - nameWithType: BenchmarkSwitcher.With(Type) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Type[]) - name: With(Type[]) - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_With_System_Type___ - commentId: M:BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Type[]) - name.vb: With(Type()) - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Type[]) - fullName.vb: BenchmarkDotNet.Running.BenchmarkSwitcher.With(System.Type()) - nameWithType: BenchmarkSwitcher.With(Type[]) - nameWithType.vb: BenchmarkSwitcher.With(Type()) -- uid: BenchmarkDotNet.Running.BenchmarkSwitcher.With* - name: With - href: api/BenchmarkDotNet.Running.BenchmarkSwitcher.html#BenchmarkDotNet_Running_BenchmarkSwitcher_With_ - commentId: Overload:BenchmarkDotNet.Running.BenchmarkSwitcher.With - isSpec: "True" - fullName: BenchmarkDotNet.Running.BenchmarkSwitcher.With - nameWithType: BenchmarkSwitcher.With -- uid: BenchmarkDotNet.Running.BuildPartition - name: BuildPartition - href: api/BenchmarkDotNet.Running.BuildPartition.html - commentId: T:BenchmarkDotNet.Running.BuildPartition - fullName: BenchmarkDotNet.Running.BuildPartition - nameWithType: BuildPartition -- uid: BenchmarkDotNet.Running.BuildPartition.#ctor(BenchmarkDotNet.Running.BenchmarkBuildInfo[],BenchmarkDotNet.Characteristics.IResolver) - name: BuildPartition(BenchmarkBuildInfo[], IResolver) - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition__ctor_BenchmarkDotNet_Running_BenchmarkBuildInfo___BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Running.BuildPartition.#ctor(BenchmarkDotNet.Running.BenchmarkBuildInfo[],BenchmarkDotNet.Characteristics.IResolver) - name.vb: BuildPartition(BenchmarkBuildInfo(), IResolver) - fullName: BenchmarkDotNet.Running.BuildPartition.BuildPartition(BenchmarkDotNet.Running.BenchmarkBuildInfo[], BenchmarkDotNet.Characteristics.IResolver) - fullName.vb: BenchmarkDotNet.Running.BuildPartition.BuildPartition(BenchmarkDotNet.Running.BenchmarkBuildInfo(), BenchmarkDotNet.Characteristics.IResolver) - nameWithType: BuildPartition.BuildPartition(BenchmarkBuildInfo[], IResolver) - nameWithType.vb: BuildPartition.BuildPartition(BenchmarkBuildInfo(), IResolver) -- uid: BenchmarkDotNet.Running.BuildPartition.#ctor* - name: BuildPartition - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition__ctor_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.BuildPartition - nameWithType: BuildPartition.BuildPartition -- uid: BenchmarkDotNet.Running.BuildPartition.AssemblyLocation - name: AssemblyLocation - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_AssemblyLocation - commentId: P:BenchmarkDotNet.Running.BuildPartition.AssemblyLocation - fullName: BenchmarkDotNet.Running.BuildPartition.AssemblyLocation - nameWithType: BuildPartition.AssemblyLocation -- uid: BenchmarkDotNet.Running.BuildPartition.AssemblyLocation* - name: AssemblyLocation - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_AssemblyLocation_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.AssemblyLocation - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.AssemblyLocation - nameWithType: BuildPartition.AssemblyLocation -- uid: BenchmarkDotNet.Running.BuildPartition.Benchmarks - name: Benchmarks - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Benchmarks - commentId: P:BenchmarkDotNet.Running.BuildPartition.Benchmarks - fullName: BenchmarkDotNet.Running.BuildPartition.Benchmarks - nameWithType: BuildPartition.Benchmarks -- uid: BenchmarkDotNet.Running.BuildPartition.Benchmarks* - name: Benchmarks - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Benchmarks_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.Benchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.Benchmarks - nameWithType: BuildPartition.Benchmarks -- uid: BenchmarkDotNet.Running.BuildPartition.BuildConfiguration - name: BuildConfiguration - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_BuildConfiguration - commentId: P:BenchmarkDotNet.Running.BuildPartition.BuildConfiguration - fullName: BenchmarkDotNet.Running.BuildPartition.BuildConfiguration - nameWithType: BuildPartition.BuildConfiguration -- uid: BenchmarkDotNet.Running.BuildPartition.BuildConfiguration* - name: BuildConfiguration - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_BuildConfiguration_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.BuildConfiguration - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.BuildConfiguration - nameWithType: BuildPartition.BuildConfiguration -- uid: BenchmarkDotNet.Running.BuildPartition.IsCoreRT - name: IsCoreRT - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsCoreRT - commentId: P:BenchmarkDotNet.Running.BuildPartition.IsCoreRT - fullName: BenchmarkDotNet.Running.BuildPartition.IsCoreRT - nameWithType: BuildPartition.IsCoreRT -- uid: BenchmarkDotNet.Running.BuildPartition.IsCoreRT* - name: IsCoreRT - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsCoreRT_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.IsCoreRT - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.IsCoreRT - nameWithType: BuildPartition.IsCoreRT -- uid: BenchmarkDotNet.Running.BuildPartition.IsCustomBuildConfiguration - name: IsCustomBuildConfiguration - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsCustomBuildConfiguration - commentId: P:BenchmarkDotNet.Running.BuildPartition.IsCustomBuildConfiguration - fullName: BenchmarkDotNet.Running.BuildPartition.IsCustomBuildConfiguration - nameWithType: BuildPartition.IsCustomBuildConfiguration -- uid: BenchmarkDotNet.Running.BuildPartition.IsCustomBuildConfiguration* - name: IsCustomBuildConfiguration - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsCustomBuildConfiguration_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.IsCustomBuildConfiguration - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.IsCustomBuildConfiguration - nameWithType: BuildPartition.IsCustomBuildConfiguration -- uid: BenchmarkDotNet.Running.BuildPartition.IsNetFramework - name: IsNetFramework - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsNetFramework - commentId: P:BenchmarkDotNet.Running.BuildPartition.IsNetFramework - fullName: BenchmarkDotNet.Running.BuildPartition.IsNetFramework - nameWithType: BuildPartition.IsNetFramework -- uid: BenchmarkDotNet.Running.BuildPartition.IsNetFramework* - name: IsNetFramework - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsNetFramework_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.IsNetFramework - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.IsNetFramework - nameWithType: BuildPartition.IsNetFramework -- uid: BenchmarkDotNet.Running.BuildPartition.IsWasm - name: IsWasm - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsWasm - commentId: P:BenchmarkDotNet.Running.BuildPartition.IsWasm - fullName: BenchmarkDotNet.Running.BuildPartition.IsWasm - nameWithType: BuildPartition.IsWasm -- uid: BenchmarkDotNet.Running.BuildPartition.IsWasm* - name: IsWasm - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_IsWasm_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.IsWasm - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.IsWasm - nameWithType: BuildPartition.IsWasm -- uid: BenchmarkDotNet.Running.BuildPartition.Jit - name: Jit - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Jit - commentId: P:BenchmarkDotNet.Running.BuildPartition.Jit - fullName: BenchmarkDotNet.Running.BuildPartition.Jit - nameWithType: BuildPartition.Jit -- uid: BenchmarkDotNet.Running.BuildPartition.Jit* - name: Jit - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Jit_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.Jit - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.Jit - nameWithType: BuildPartition.Jit -- uid: BenchmarkDotNet.Running.BuildPartition.Platform - name: Platform - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Platform - commentId: P:BenchmarkDotNet.Running.BuildPartition.Platform - fullName: BenchmarkDotNet.Running.BuildPartition.Platform - nameWithType: BuildPartition.Platform -- uid: BenchmarkDotNet.Running.BuildPartition.Platform* - name: Platform - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Platform_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.Platform - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.Platform - nameWithType: BuildPartition.Platform -- uid: BenchmarkDotNet.Running.BuildPartition.ProgramName - name: ProgramName - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_ProgramName - commentId: P:BenchmarkDotNet.Running.BuildPartition.ProgramName - fullName: BenchmarkDotNet.Running.BuildPartition.ProgramName - nameWithType: BuildPartition.ProgramName -- uid: BenchmarkDotNet.Running.BuildPartition.ProgramName* - name: ProgramName - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_ProgramName_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.ProgramName - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.ProgramName - nameWithType: BuildPartition.ProgramName -- uid: BenchmarkDotNet.Running.BuildPartition.RepresentativeBenchmarkCase - name: RepresentativeBenchmarkCase - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_RepresentativeBenchmarkCase - commentId: P:BenchmarkDotNet.Running.BuildPartition.RepresentativeBenchmarkCase - fullName: BenchmarkDotNet.Running.BuildPartition.RepresentativeBenchmarkCase - nameWithType: BuildPartition.RepresentativeBenchmarkCase -- uid: BenchmarkDotNet.Running.BuildPartition.RepresentativeBenchmarkCase* - name: RepresentativeBenchmarkCase - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_RepresentativeBenchmarkCase_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.RepresentativeBenchmarkCase - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.RepresentativeBenchmarkCase - nameWithType: BuildPartition.RepresentativeBenchmarkCase -- uid: BenchmarkDotNet.Running.BuildPartition.Resolver - name: Resolver - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Resolver - commentId: P:BenchmarkDotNet.Running.BuildPartition.Resolver - fullName: BenchmarkDotNet.Running.BuildPartition.Resolver - nameWithType: BuildPartition.Resolver -- uid: BenchmarkDotNet.Running.BuildPartition.Resolver* - name: Resolver - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Resolver_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.Resolver - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.Resolver - nameWithType: BuildPartition.Resolver -- uid: BenchmarkDotNet.Running.BuildPartition.Runtime - name: Runtime - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Runtime - commentId: P:BenchmarkDotNet.Running.BuildPartition.Runtime - fullName: BenchmarkDotNet.Running.BuildPartition.Runtime - nameWithType: BuildPartition.Runtime -- uid: BenchmarkDotNet.Running.BuildPartition.Runtime* - name: Runtime - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_Runtime_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.Runtime - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.Runtime - nameWithType: BuildPartition.Runtime -- uid: BenchmarkDotNet.Running.BuildPartition.ToString - name: ToString() - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_ToString - commentId: M:BenchmarkDotNet.Running.BuildPartition.ToString - fullName: BenchmarkDotNet.Running.BuildPartition.ToString() - nameWithType: BuildPartition.ToString() -- uid: BenchmarkDotNet.Running.BuildPartition.ToString* - name: ToString - href: api/BenchmarkDotNet.Running.BuildPartition.html#BenchmarkDotNet_Running_BuildPartition_ToString_ - commentId: Overload:BenchmarkDotNet.Running.BuildPartition.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Running.BuildPartition.ToString - nameWithType: BuildPartition.ToString -- uid: BenchmarkDotNet.Running.Descriptor - name: Descriptor - href: api/BenchmarkDotNet.Running.Descriptor.html - commentId: T:BenchmarkDotNet.Running.Descriptor - fullName: BenchmarkDotNet.Running.Descriptor - nameWithType: Descriptor -- uid: BenchmarkDotNet.Running.Descriptor.#ctor(System.Type,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.String,System.String,System.Boolean,System.String[],System.Int32,System.Int32) - name: Descriptor(Type, MethodInfo, MethodInfo, MethodInfo, MethodInfo, MethodInfo, String, String, Boolean, String[], Int32, Int32) - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor__ctor_System_Type_System_Reflection_MethodInfo_System_Reflection_MethodInfo_System_Reflection_MethodInfo_System_Reflection_MethodInfo_System_Reflection_MethodInfo_System_String_System_String_System_Boolean_System_String___System_Int32_System_Int32_ - commentId: M:BenchmarkDotNet.Running.Descriptor.#ctor(System.Type,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.String,System.String,System.Boolean,System.String[],System.Int32,System.Int32) - name.vb: Descriptor(Type, MethodInfo, MethodInfo, MethodInfo, MethodInfo, MethodInfo, String, String, Boolean, String(), Int32, Int32) - fullName: BenchmarkDotNet.Running.Descriptor.Descriptor(System.Type, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.String, System.String, System.Boolean, System.String[], System.Int32, System.Int32) - fullName.vb: BenchmarkDotNet.Running.Descriptor.Descriptor(System.Type, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.Reflection.MethodInfo, System.String, System.String, System.Boolean, System.String(), System.Int32, System.Int32) - nameWithType: Descriptor.Descriptor(Type, MethodInfo, MethodInfo, MethodInfo, MethodInfo, MethodInfo, String, String, Boolean, String[], Int32, Int32) - nameWithType.vb: Descriptor.Descriptor(Type, MethodInfo, MethodInfo, MethodInfo, MethodInfo, MethodInfo, String, String, Boolean, String(), Int32, Int32) -- uid: BenchmarkDotNet.Running.Descriptor.#ctor* - name: Descriptor - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor__ctor_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.Descriptor - nameWithType: Descriptor.Descriptor -- uid: BenchmarkDotNet.Running.Descriptor.AdditionalLogic - name: AdditionalLogic - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_AdditionalLogic - commentId: P:BenchmarkDotNet.Running.Descriptor.AdditionalLogic - fullName: BenchmarkDotNet.Running.Descriptor.AdditionalLogic - nameWithType: Descriptor.AdditionalLogic -- uid: BenchmarkDotNet.Running.Descriptor.AdditionalLogic* - name: AdditionalLogic - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_AdditionalLogic_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.AdditionalLogic - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.AdditionalLogic - nameWithType: Descriptor.AdditionalLogic -- uid: BenchmarkDotNet.Running.Descriptor.Baseline - name: Baseline - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_Baseline - commentId: P:BenchmarkDotNet.Running.Descriptor.Baseline - fullName: BenchmarkDotNet.Running.Descriptor.Baseline - nameWithType: Descriptor.Baseline -- uid: BenchmarkDotNet.Running.Descriptor.Baseline* - name: Baseline - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_Baseline_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.Baseline - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.Baseline - nameWithType: Descriptor.Baseline -- uid: BenchmarkDotNet.Running.Descriptor.Categories - name: Categories - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_Categories - commentId: P:BenchmarkDotNet.Running.Descriptor.Categories - fullName: BenchmarkDotNet.Running.Descriptor.Categories - nameWithType: Descriptor.Categories -- uid: BenchmarkDotNet.Running.Descriptor.Categories* - name: Categories - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_Categories_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.Categories - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.Categories - nameWithType: Descriptor.Categories -- uid: BenchmarkDotNet.Running.Descriptor.DisplayInfo - name: DisplayInfo - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_DisplayInfo - commentId: P:BenchmarkDotNet.Running.Descriptor.DisplayInfo - fullName: BenchmarkDotNet.Running.Descriptor.DisplayInfo - nameWithType: Descriptor.DisplayInfo -- uid: BenchmarkDotNet.Running.Descriptor.DisplayInfo* - name: DisplayInfo - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_DisplayInfo_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.DisplayInfo - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.DisplayInfo - nameWithType: Descriptor.DisplayInfo -- uid: BenchmarkDotNet.Running.Descriptor.FolderInfo - name: FolderInfo - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_FolderInfo - commentId: P:BenchmarkDotNet.Running.Descriptor.FolderInfo - fullName: BenchmarkDotNet.Running.Descriptor.FolderInfo - nameWithType: Descriptor.FolderInfo -- uid: BenchmarkDotNet.Running.Descriptor.FolderInfo* - name: FolderInfo - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_FolderInfo_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.FolderInfo - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.FolderInfo - nameWithType: Descriptor.FolderInfo -- uid: BenchmarkDotNet.Running.Descriptor.GetFilterName - name: GetFilterName() - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_GetFilterName - commentId: M:BenchmarkDotNet.Running.Descriptor.GetFilterName - fullName: BenchmarkDotNet.Running.Descriptor.GetFilterName() - nameWithType: Descriptor.GetFilterName() -- uid: BenchmarkDotNet.Running.Descriptor.GetFilterName* - name: GetFilterName - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_GetFilterName_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.GetFilterName - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.GetFilterName - nameWithType: Descriptor.GetFilterName -- uid: BenchmarkDotNet.Running.Descriptor.GlobalCleanupMethod - name: GlobalCleanupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_GlobalCleanupMethod - commentId: P:BenchmarkDotNet.Running.Descriptor.GlobalCleanupMethod - fullName: BenchmarkDotNet.Running.Descriptor.GlobalCleanupMethod - nameWithType: Descriptor.GlobalCleanupMethod -- uid: BenchmarkDotNet.Running.Descriptor.GlobalCleanupMethod* - name: GlobalCleanupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_GlobalCleanupMethod_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.GlobalCleanupMethod - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.GlobalCleanupMethod - nameWithType: Descriptor.GlobalCleanupMethod -- uid: BenchmarkDotNet.Running.Descriptor.GlobalSetupMethod - name: GlobalSetupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_GlobalSetupMethod - commentId: P:BenchmarkDotNet.Running.Descriptor.GlobalSetupMethod - fullName: BenchmarkDotNet.Running.Descriptor.GlobalSetupMethod - nameWithType: Descriptor.GlobalSetupMethod -- uid: BenchmarkDotNet.Running.Descriptor.GlobalSetupMethod* - name: GlobalSetupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_GlobalSetupMethod_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.GlobalSetupMethod - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.GlobalSetupMethod - nameWithType: Descriptor.GlobalSetupMethod -- uid: BenchmarkDotNet.Running.Descriptor.HasCategory(System.String) - name: HasCategory(String) - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_HasCategory_System_String_ - commentId: M:BenchmarkDotNet.Running.Descriptor.HasCategory(System.String) - fullName: BenchmarkDotNet.Running.Descriptor.HasCategory(System.String) - nameWithType: Descriptor.HasCategory(String) -- uid: BenchmarkDotNet.Running.Descriptor.HasCategory* - name: HasCategory - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_HasCategory_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.HasCategory - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.HasCategory - nameWithType: Descriptor.HasCategory -- uid: BenchmarkDotNet.Running.Descriptor.IterationCleanupMethod - name: IterationCleanupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_IterationCleanupMethod - commentId: P:BenchmarkDotNet.Running.Descriptor.IterationCleanupMethod - fullName: BenchmarkDotNet.Running.Descriptor.IterationCleanupMethod - nameWithType: Descriptor.IterationCleanupMethod -- uid: BenchmarkDotNet.Running.Descriptor.IterationCleanupMethod* - name: IterationCleanupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_IterationCleanupMethod_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.IterationCleanupMethod - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.IterationCleanupMethod - nameWithType: Descriptor.IterationCleanupMethod -- uid: BenchmarkDotNet.Running.Descriptor.IterationSetupMethod - name: IterationSetupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_IterationSetupMethod - commentId: P:BenchmarkDotNet.Running.Descriptor.IterationSetupMethod - fullName: BenchmarkDotNet.Running.Descriptor.IterationSetupMethod - nameWithType: Descriptor.IterationSetupMethod -- uid: BenchmarkDotNet.Running.Descriptor.IterationSetupMethod* - name: IterationSetupMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_IterationSetupMethod_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.IterationSetupMethod - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.IterationSetupMethod - nameWithType: Descriptor.IterationSetupMethod -- uid: BenchmarkDotNet.Running.Descriptor.MethodIndex - name: MethodIndex - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_MethodIndex - commentId: P:BenchmarkDotNet.Running.Descriptor.MethodIndex - fullName: BenchmarkDotNet.Running.Descriptor.MethodIndex - nameWithType: Descriptor.MethodIndex -- uid: BenchmarkDotNet.Running.Descriptor.MethodIndex* - name: MethodIndex - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_MethodIndex_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.MethodIndex - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.MethodIndex - nameWithType: Descriptor.MethodIndex -- uid: BenchmarkDotNet.Running.Descriptor.OperationsPerInvoke - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_OperationsPerInvoke - commentId: P:BenchmarkDotNet.Running.Descriptor.OperationsPerInvoke - fullName: BenchmarkDotNet.Running.Descriptor.OperationsPerInvoke - nameWithType: Descriptor.OperationsPerInvoke -- uid: BenchmarkDotNet.Running.Descriptor.OperationsPerInvoke* - name: OperationsPerInvoke - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_OperationsPerInvoke_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.OperationsPerInvoke - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.OperationsPerInvoke - nameWithType: Descriptor.OperationsPerInvoke -- uid: BenchmarkDotNet.Running.Descriptor.ToString - name: ToString() - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_ToString - commentId: M:BenchmarkDotNet.Running.Descriptor.ToString - fullName: BenchmarkDotNet.Running.Descriptor.ToString() - nameWithType: Descriptor.ToString() -- uid: BenchmarkDotNet.Running.Descriptor.ToString* - name: ToString - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_ToString_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.ToString - nameWithType: Descriptor.ToString -- uid: BenchmarkDotNet.Running.Descriptor.Type - name: Type - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_Type - commentId: P:BenchmarkDotNet.Running.Descriptor.Type - fullName: BenchmarkDotNet.Running.Descriptor.Type - nameWithType: Descriptor.Type -- uid: BenchmarkDotNet.Running.Descriptor.Type* - name: Type - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_Type_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.Type - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.Type - nameWithType: Descriptor.Type -- uid: BenchmarkDotNet.Running.Descriptor.WorkloadMethod - name: WorkloadMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_WorkloadMethod - commentId: P:BenchmarkDotNet.Running.Descriptor.WorkloadMethod - fullName: BenchmarkDotNet.Running.Descriptor.WorkloadMethod - nameWithType: Descriptor.WorkloadMethod -- uid: BenchmarkDotNet.Running.Descriptor.WorkloadMethod* - name: WorkloadMethod - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_WorkloadMethod_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.WorkloadMethod - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.WorkloadMethod - nameWithType: Descriptor.WorkloadMethod -- uid: BenchmarkDotNet.Running.Descriptor.WorkloadMethodDisplayInfo - name: WorkloadMethodDisplayInfo - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_WorkloadMethodDisplayInfo - commentId: P:BenchmarkDotNet.Running.Descriptor.WorkloadMethodDisplayInfo - fullName: BenchmarkDotNet.Running.Descriptor.WorkloadMethodDisplayInfo - nameWithType: Descriptor.WorkloadMethodDisplayInfo -- uid: BenchmarkDotNet.Running.Descriptor.WorkloadMethodDisplayInfo* - name: WorkloadMethodDisplayInfo - href: api/BenchmarkDotNet.Running.Descriptor.html#BenchmarkDotNet_Running_Descriptor_WorkloadMethodDisplayInfo_ - commentId: Overload:BenchmarkDotNet.Running.Descriptor.WorkloadMethodDisplayInfo - isSpec: "True" - fullName: BenchmarkDotNet.Running.Descriptor.WorkloadMethodDisplayInfo - nameWithType: Descriptor.WorkloadMethodDisplayInfo -- uid: BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException - name: InvalidBenchmarkDeclarationException - href: api/BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.html - commentId: T:BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException - fullName: BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException - nameWithType: InvalidBenchmarkDeclarationException -- uid: BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.#ctor(System.String) - name: InvalidBenchmarkDeclarationException(String) - href: api/BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.html#BenchmarkDotNet_Running_InvalidBenchmarkDeclarationException__ctor_System_String_ - commentId: M:BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.#ctor(System.String) - fullName: BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.InvalidBenchmarkDeclarationException(System.String) - nameWithType: InvalidBenchmarkDeclarationException.InvalidBenchmarkDeclarationException(String) -- uid: BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.#ctor* - name: InvalidBenchmarkDeclarationException - href: api/BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.html#BenchmarkDotNet_Running_InvalidBenchmarkDeclarationException__ctor_ - commentId: Overload:BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Running.InvalidBenchmarkDeclarationException.InvalidBenchmarkDeclarationException - nameWithType: InvalidBenchmarkDeclarationException.InvalidBenchmarkDeclarationException -- uid: BenchmarkDotNet.Samples.IntroArguments - name: 'Sample: IntroArguments' - href: articles/samples/IntroArguments.html -- uid: BenchmarkDotNet.Samples.IntroArgumentsPriority - name: 'Sample: IntroArgumentsPriority' - href: articles/samples/IntroArgumentsPriority.html -- uid: BenchmarkDotNet.Samples.IntroArgumentsSource - name: 'Sample: IntroArgumentsSource' - href: articles/samples/IntroArgumentsSource.html -- uid: BenchmarkDotNet.Samples.IntroArrayParam - name: 'Sample: IntroArrayParam' - href: articles/samples/IntroArrayParam.html -- uid: BenchmarkDotNet.Samples.IntroBasic - name: 'Sample: IntroBasic' - href: articles/samples/IntroBasic.html -- uid: BenchmarkDotNet.Samples.IntroBenchmarkBaseline - name: 'Sample: IntroBenchmarkBaseline' - href: articles/samples/IntroBenchmarkBaseline.html -- uid: BenchmarkDotNet.Samples.IntroCategories - name: 'Sample: IntroCategories' - href: articles/samples/IntroCategories.html -- uid: BenchmarkDotNet.Samples.IntroCategoryBaseline - name: 'Sample: IntroCategoryBaseline' - href: articles/samples/IntroCategoryBaseline.html -- uid: BenchmarkDotNet.Samples.IntroColdStart - name: 'Sample: IntroColdStart' - href: articles/samples/IntroColdStart.html -- uid: BenchmarkDotNet.Samples.IntroConfigSource - name: 'Sample: IntroConfigSource' - href: articles/samples/IntroConfigSource.html -- uid: BenchmarkDotNet.Samples.IntroConfigUnion - name: 'Sample: IntroConfigUnion' - href: articles/samples/IntroConfigUnion.html -- uid: BenchmarkDotNet.Samples.IntroCustomMono - name: 'Sample: IntroCustomMono' - href: articles/samples/IntroCustomMono.html -- uid: BenchmarkDotNet.Samples.IntroCustomMonoArguments - name: 'Sample: IntroCustomMonoArguments' - href: articles/samples/IntroCustomMonoArguments.html -- uid: BenchmarkDotNet.Samples.IntroDeferredExecution - name: 'Sample: IntroDeferredExecution' - href: articles/samples/IntroDeferredExecution.html -- uid: BenchmarkDotNet.Samples.IntroDisassembly - name: 'Sample: IntroDisassembly' - href: articles/samples/IntroDisassembly.html -- uid: BenchmarkDotNet.Samples.IntroDisassemblyAllJits - name: 'Sample: IntroDisassemblyAllJits' - href: articles/samples/IntroDisassemblyAllJits.html -- uid: BenchmarkDotNet.Samples.IntroDisassemblyDry - name: 'Sample: IntroDisassemblyDry' - href: articles/samples/IntroDisassemblyDry.html -- uid: BenchmarkDotNet.Samples.IntroDisassemblyRyuJit - name: 'Sample: IntroDisassemblyRyuJit' - href: articles/samples/IntroDisassemblyRyuJit.html -- uid: BenchmarkDotNet.Samples.IntroEnvVars - name: 'Sample: IntroEnvVars' - href: articles/samples/IntroEnvVars.html -- uid: BenchmarkDotNet.Samples.IntroEventPipeProfiler - name: 'Sample: EventPipeProfiler' - href: articles/samples/IntroEventPipeProfiler.html -- uid: BenchmarkDotNet.Samples.IntroEventPipeProfilerAdvanced - name: 'Sample: EventPipeProfilerAdvanced' - href: articles/samples/IntroEventPipeProfilerAdvanced.html -- uid: BenchmarkDotNet.Samples.IntroExport - name: 'Sample: IntroExport' - href: articles/samples/IntroExport.html -- uid: BenchmarkDotNet.Samples.IntroExportJson - name: 'Sample: IntroExportJson' - href: articles/samples/IntroExportJson.html -- uid: BenchmarkDotNet.Samples.IntroExportXml - name: 'Sample: IntroExportXml' - href: articles/samples/IntroExportXml.html -- uid: BenchmarkDotNet.Samples.IntroFilters - name: 'Sample: IntroFilters' - href: articles/samples/IntroFilters.html -- uid: BenchmarkDotNet.Samples.IntroFluentConfigBuilder - name: 'Sample: IntroFluentConfigBuilder' - href: articles/samples/IntroFluentConfigBuilder.html -- uid: BenchmarkDotNet.Samples.IntroGcMode - name: 'Sample: IntroGcMode' - href: articles/samples/IntroGcMode.html -- uid: BenchmarkDotNet.Samples.IntroGenericTypeArguments - name: 'Sample: IntroGenericTypeArguments' - href: articles/samples/IntroGenericTypeArguments.html -- uid: BenchmarkDotNet.Samples.IntroHardwareCounters - name: 'Sample: IntroHardwareCounters' - href: articles/samples/IntroHardwareCounters.html -- uid: BenchmarkDotNet.Samples.IntroInliningDiagnoser - name: 'Sample: IntroInliningDiagnoser' - href: articles/samples/IntroInliningDiagnoser.html -- uid: BenchmarkDotNet.Samples.IntroInProcess - name: 'Sample: IntroInProcess' - href: articles/samples/IntroInProcess.html -- uid: BenchmarkDotNet.Samples.IntroInProcessWrongEnv - name: 'Sample: IntroInProcessWrongEnv' - href: articles/samples/IntroInProcessWrongEnv.html -- uid: BenchmarkDotNet.Samples.IntroJobBaseline - name: 'Sample: IntroJobBaseline' - href: articles/samples/IntroJobBaseline.html -- uid: BenchmarkDotNet.Samples.IntroJoin - name: 'Sample: IntroJoin' - href: articles/samples/IntroJoin.html -- uid: BenchmarkDotNet.Samples.IntroMonitoring - name: 'Sample: IntroMonitoring' - href: articles/samples/IntroMonitoring.html -- uid: BenchmarkDotNet.Samples.IntroMultimodal - name: 'Sample: IntroMultimodal' - href: articles/samples/IntroMultimodal.html -- uid: BenchmarkDotNet.Samples.IntroNativeMemory - name: 'Sample: IntroNativeMemory' - href: articles/samples/IntroNativeMemory.html -- uid: BenchmarkDotNet.Samples.IntroNuGet - name: 'Sample: IntroNuGet' - href: articles/samples/IntroNuGet.html -- uid: BenchmarkDotNet.Samples.IntroOrderAttr - name: 'Sample: IntroOrderAttr' - href: articles/samples/IntroOrderAttr.html -- uid: BenchmarkDotNet.Samples.IntroOrderManual - name: 'Sample: IntroOrderManual' - href: articles/samples/IntroOrderManual.html -- uid: BenchmarkDotNet.Samples.IntroOutliers - name: 'Sample: IntroOutliers' - href: articles/samples/IntroOutliers.html -- uid: BenchmarkDotNet.Samples.IntroParams - name: 'Sample: IntroParams' - href: articles/samples/IntroParams.html -- uid: BenchmarkDotNet.Samples.IntroParamsAllValues - name: 'Sample: IntroParamsAllValues' - href: articles/samples/IntroParamsAllValues.html -- uid: BenchmarkDotNet.Samples.IntroParamsPriority - name: 'Sample: IntroParamsPriority' - href: articles/samples/IntroParamsPriority.html -- uid: BenchmarkDotNet.Samples.IntroParamsSource - name: 'Sample: IntroParamsSource' - href: articles/samples/IntroParamsSource.html -- uid: BenchmarkDotNet.Samples.IntroPercentiles - name: 'Sample: IntroPercentiles' - href: articles/samples/IntroPercentiles.html -- uid: BenchmarkDotNet.Samples.IntroPowerPlan - name: 'Sample: IntroPowerPlan' - href: articles/samples/IntroPowerPlan.html -- uid: BenchmarkDotNet.Samples.IntroRankColumn - name: 'Sample: IntroRankColumn' - href: articles/samples/IntroRankColumn.html -- uid: BenchmarkDotNet.Samples.IntroRatioSD - name: 'Sample: IntroRatioSD' - href: articles/samples/IntroRatioSD.html -- uid: BenchmarkDotNet.Samples.IntroRatioStyle - name: 'Sample: IntroRatioStyle' - href: articles/samples/IntroRatioStyle.html -- uid: BenchmarkDotNet.Samples.IntroSetupCleanupGlobal - name: 'Sample: IntroSetupCleanupGlobal' - href: articles/samples/IntroSetupCleanupGlobal.html -- uid: BenchmarkDotNet.Samples.IntroSetupCleanupIteration - name: 'Sample: IntroSetupCleanupIteration' - href: articles/samples/IntroSetupCleanupIteration.html -- uid: BenchmarkDotNet.Samples.IntroSetupCleanupTarget - name: 'Sample: IntroSetupCleanupTarget' - href: articles/samples/IntroSetupCleanupTarget.html -- uid: BenchmarkDotNet.Samples.IntroStaThread - name: 'Sample: IntroStaThread' - href: articles/samples/IntroStaThread.html -- uid: BenchmarkDotNet.Samples.IntroStatisticalTesting - name: 'Sample: IntroStatisticalTesting' - href: articles/samples/IntroStatisticalTesting.html -- uid: BenchmarkDotNet.Samples.IntroStatisticsColumns - name: 'Sample: IntroStatisticsColumns' - href: articles/samples/IntroStatisticsColumns.html -- uid: BenchmarkDotNet.Samples.IntroStopOnFirstError - name: 'Sample: IntroStopOnFirstError' - href: articles/samples/IntroStopOnFirstError.html -- uid: BenchmarkDotNet.Samples.IntroTagColumn - name: 'Sample: IntroTagColumn' - href: articles/samples/IntroTagColumn.html -- uid: BenchmarkDotNet.Samples.IntroTailcall - name: 'Sample: IntroTailcall' - href: articles/samples/IntroTailcall.html -- uid: BenchmarkDotNet.Samples.IntroThreadingDiagnoser - name: 'Sample: IntroThreadingDiagnoser' - href: articles/samples/IntroThreadingDiagnoser.html -- uid: BenchmarkDotNet.Samples.IntroUnicode - name: 'Sample: IntroUnicode' - href: articles/samples/IntroUnicode.html -- uid: BenchmarkDotNet.Samples.IntroWasm - name: 'Sample: IntroWasm' - href: articles/samples/IntroWasm.html -- uid: BenchmarkDotNet.Samples.Xamarin - name: 'Sample: IntroXamarin' - href: articles/samples/IntroXamarin.html -- uid: BenchmarkDotNet.Toolchains - name: BenchmarkDotNet.Toolchains - href: api/BenchmarkDotNet.Toolchains.html - commentId: N:BenchmarkDotNet.Toolchains - fullName: BenchmarkDotNet.Toolchains - nameWithType: BenchmarkDotNet.Toolchains -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths - name: ArtifactsPaths - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html - commentId: T:BenchmarkDotNet.Toolchains.ArtifactsPaths - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths - nameWithType: ArtifactsPaths -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) - name: ArtifactsPaths(String, String, String, String, String, String, String, String, String, String, String) - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths__ctor_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.ArtifactsPaths.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ArtifactsPaths(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) - nameWithType: ArtifactsPaths.ArtifactsPaths(String, String, String, String, String, String, String, String, String, String, String) -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.#ctor* - name: ArtifactsPaths - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ArtifactsPaths - nameWithType: ArtifactsPaths.ArtifactsPaths -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.AppConfigPath - name: AppConfigPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_AppConfigPath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.AppConfigPath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.AppConfigPath - nameWithType: ArtifactsPaths.AppConfigPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.AppConfigPath* - name: AppConfigPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_AppConfigPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.AppConfigPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.AppConfigPath - nameWithType: ArtifactsPaths.AppConfigPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.BinariesDirectoryPath - name: BinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_BinariesDirectoryPath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.BinariesDirectoryPath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.BinariesDirectoryPath - nameWithType: ArtifactsPaths.BinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.BinariesDirectoryPath* - name: BinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_BinariesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.BinariesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.BinariesDirectoryPath - nameWithType: ArtifactsPaths.BinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildArtifactsDirectoryPath - name: BuildArtifactsDirectoryPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_BuildArtifactsDirectoryPath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildArtifactsDirectoryPath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildArtifactsDirectoryPath - nameWithType: ArtifactsPaths.BuildArtifactsDirectoryPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildArtifactsDirectoryPath* - name: BuildArtifactsDirectoryPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_BuildArtifactsDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildArtifactsDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildArtifactsDirectoryPath - nameWithType: ArtifactsPaths.BuildArtifactsDirectoryPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildScriptFilePath - name: BuildScriptFilePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_BuildScriptFilePath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildScriptFilePath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildScriptFilePath - nameWithType: ArtifactsPaths.BuildScriptFilePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildScriptFilePath* - name: BuildScriptFilePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_BuildScriptFilePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildScriptFilePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.BuildScriptFilePath - nameWithType: ArtifactsPaths.BuildScriptFilePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.Empty - name: Empty - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_Empty - commentId: F:BenchmarkDotNet.Toolchains.ArtifactsPaths.Empty - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.Empty - nameWithType: ArtifactsPaths.Empty -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ExecutablePath - name: ExecutablePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ExecutablePath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.ExecutablePath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ExecutablePath - nameWithType: ArtifactsPaths.ExecutablePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ExecutablePath* - name: ExecutablePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ExecutablePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.ExecutablePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ExecutablePath - nameWithType: ArtifactsPaths.ExecutablePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.NuGetConfigPath - name: NuGetConfigPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_NuGetConfigPath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.NuGetConfigPath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.NuGetConfigPath - nameWithType: ArtifactsPaths.NuGetConfigPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.NuGetConfigPath* - name: NuGetConfigPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_NuGetConfigPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.NuGetConfigPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.NuGetConfigPath - nameWithType: ArtifactsPaths.NuGetConfigPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.PackagesDirectoryName - name: PackagesDirectoryName - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_PackagesDirectoryName - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.PackagesDirectoryName - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.PackagesDirectoryName - nameWithType: ArtifactsPaths.PackagesDirectoryName -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.PackagesDirectoryName* - name: PackagesDirectoryName - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_PackagesDirectoryName_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.PackagesDirectoryName - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.PackagesDirectoryName - nameWithType: ArtifactsPaths.PackagesDirectoryName -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramCodePath - name: ProgramCodePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ProgramCodePath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramCodePath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramCodePath - nameWithType: ArtifactsPaths.ProgramCodePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramCodePath* - name: ProgramCodePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ProgramCodePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramCodePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramCodePath - nameWithType: ArtifactsPaths.ProgramCodePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramName - name: ProgramName - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ProgramName - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramName - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramName - nameWithType: ArtifactsPaths.ProgramName -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramName* - name: ProgramName - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ProgramName_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramName - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProgramName - nameWithType: ArtifactsPaths.ProgramName -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProjectFilePath - name: ProjectFilePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ProjectFilePath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.ProjectFilePath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProjectFilePath - nameWithType: ArtifactsPaths.ProjectFilePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProjectFilePath* - name: ProjectFilePath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_ProjectFilePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.ProjectFilePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.ProjectFilePath - nameWithType: ArtifactsPaths.ProjectFilePath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.RootArtifactsFolderPath - name: RootArtifactsFolderPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_RootArtifactsFolderPath - commentId: P:BenchmarkDotNet.Toolchains.ArtifactsPaths.RootArtifactsFolderPath - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.RootArtifactsFolderPath - nameWithType: ArtifactsPaths.RootArtifactsFolderPath -- uid: BenchmarkDotNet.Toolchains.ArtifactsPaths.RootArtifactsFolderPath* - name: RootArtifactsFolderPath - href: api/BenchmarkDotNet.Toolchains.ArtifactsPaths.html#BenchmarkDotNet_Toolchains_ArtifactsPaths_RootArtifactsFolderPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.ArtifactsPaths.RootArtifactsFolderPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.ArtifactsPaths.RootArtifactsFolderPath - nameWithType: ArtifactsPaths.RootArtifactsFolderPath -- uid: BenchmarkDotNet.Toolchains.CoreRt - name: BenchmarkDotNet.Toolchains.CoreRt - href: api/BenchmarkDotNet.Toolchains.CoreRt.html - commentId: N:BenchmarkDotNet.Toolchains.CoreRt - fullName: BenchmarkDotNet.Toolchains.CoreRt - nameWithType: BenchmarkDotNet.Toolchains.CoreRt -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain - name: CoreRtToolchain - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain - nameWithType: CoreRtToolchain -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core20 - name: Core20 - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_Core20 - commentId: F:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core20 - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core20 - nameWithType: CoreRtToolchain.Core20 -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core21 - name: Core21 - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_Core21 - commentId: F:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core21 - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core21 - nameWithType: CoreRtToolchain.Core21 -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core22 - name: Core22 - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_Core22 - commentId: F:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core22 - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core22 - nameWithType: CoreRtToolchain.Core22 -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core30 - name: Core30 - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_Core30 - commentId: F:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core30 - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core30 - nameWithType: CoreRtToolchain.Core30 -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core31 - name: Core31 - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_Core31 - commentId: F:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core31 - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core31 - nameWithType: CoreRtToolchain.Core31 -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core50 - name: Core50 - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_Core50 - commentId: F:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core50 - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core50 - nameWithType: CoreRtToolchain.Core50 -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core60 - name: Core60 - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_Core60 - commentId: F:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core60 - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.Core60 - nameWithType: CoreRtToolchain.Core60 -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.CreateBuilder - name: CreateBuilder() - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_CreateBuilder - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.CreateBuilder - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.CreateBuilder() - nameWithType: CoreRtToolchain.CreateBuilder() -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.CreateBuilder* - name: CreateBuilder - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_CreateBuilder_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.CreateBuilder - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.CreateBuilder - nameWithType: CoreRtToolchain.CreateBuilder -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.IlcPath - name: IlcPath - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_IlcPath - commentId: P:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.IlcPath - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.IlcPath - nameWithType: CoreRtToolchain.IlcPath -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.IlcPath* - name: IlcPath - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchain_IlcPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.IlcPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchain.IlcPath - nameWithType: CoreRtToolchain.IlcPath -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder - name: CoreRtToolchainBuilder - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder - nameWithType: CoreRtToolchainBuilder -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.Create - name: Create() - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_Create - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.Create - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.Create() - nameWithType: CoreRtToolchainBuilder.Create() -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.Create* - name: Create - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_Create_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.Create - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.Create - nameWithType: CoreRtToolchainBuilder.Create -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata(System.Boolean) - name: IlcGenerateCompleteTypeMetadata(Boolean) - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_IlcGenerateCompleteTypeMetadata_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata(System.Boolean) - nameWithType: CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata(Boolean) -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata* - name: IlcGenerateCompleteTypeMetadata - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_IlcGenerateCompleteTypeMetadata_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata - nameWithType: CoreRtToolchainBuilder.IlcGenerateCompleteTypeMetadata -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateStackTraceData(System.Boolean) - name: IlcGenerateStackTraceData(Boolean) - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_IlcGenerateStackTraceData_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateStackTraceData(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateStackTraceData(System.Boolean) - nameWithType: CoreRtToolchainBuilder.IlcGenerateStackTraceData(Boolean) -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateStackTraceData* - name: IlcGenerateStackTraceData - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_IlcGenerateStackTraceData_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateStackTraceData - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.IlcGenerateStackTraceData - nameWithType: CoreRtToolchainBuilder.IlcGenerateStackTraceData -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.PackagesRestorePath(System.String) - name: PackagesRestorePath(String) - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_PackagesRestorePath_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.PackagesRestorePath(System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.PackagesRestorePath(System.String) - nameWithType: CoreRtToolchainBuilder.PackagesRestorePath(String) -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.PackagesRestorePath* - name: PackagesRestorePath - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_PackagesRestorePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.PackagesRestorePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.PackagesRestorePath - nameWithType: CoreRtToolchainBuilder.PackagesRestorePath -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.RootAllApplicationAssemblies(System.Boolean) - name: RootAllApplicationAssemblies(Boolean) - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_RootAllApplicationAssemblies_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.RootAllApplicationAssemblies(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.RootAllApplicationAssemblies(System.Boolean) - nameWithType: CoreRtToolchainBuilder.RootAllApplicationAssemblies(Boolean) -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.RootAllApplicationAssemblies* - name: RootAllApplicationAssemblies - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_RootAllApplicationAssemblies_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.RootAllApplicationAssemblies - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.RootAllApplicationAssemblies - nameWithType: CoreRtToolchainBuilder.RootAllApplicationAssemblies -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.ToToolchain - name: ToToolchain() - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_ToToolchain - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.ToToolchain - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.ToToolchain() - nameWithType: CoreRtToolchainBuilder.ToToolchain() -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.ToToolchain* - name: ToToolchain - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_ToToolchain_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.ToToolchain - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.ToToolchain - nameWithType: CoreRtToolchainBuilder.ToToolchain -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtLocal(System.String) - name: UseCoreRtLocal(String) - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_UseCoreRtLocal_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtLocal(System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtLocal(System.String) - nameWithType: CoreRtToolchainBuilder.UseCoreRtLocal(String) -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtLocal* - name: UseCoreRtLocal - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_UseCoreRtLocal_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtLocal - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtLocal - nameWithType: CoreRtToolchainBuilder.UseCoreRtLocal -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtNuGet(System.String,System.String) - name: UseCoreRtNuGet(String, String) - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_UseCoreRtNuGet_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtNuGet(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtNuGet(System.String, System.String) - nameWithType: CoreRtToolchainBuilder.UseCoreRtNuGet(String, String) -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtNuGet* - name: UseCoreRtNuGet - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_UseCoreRtNuGet_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtNuGet - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCoreRtNuGet - nameWithType: CoreRtToolchainBuilder.UseCoreRtNuGet -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCppCodeGenerator - name: UseCppCodeGenerator() - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_UseCppCodeGenerator - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCppCodeGenerator - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCppCodeGenerator() - nameWithType: CoreRtToolchainBuilder.UseCppCodeGenerator() -- uid: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCppCodeGenerator* - name: UseCppCodeGenerator - href: api/BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.html#BenchmarkDotNet_Toolchains_CoreRt_CoreRtToolchainBuilder_UseCppCodeGenerator_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCppCodeGenerator - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.CoreRtToolchainBuilder.UseCppCodeGenerator - nameWithType: CoreRtToolchainBuilder.UseCppCodeGenerator -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator - name: Generator - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html - commentId: T:BenchmarkDotNet.Toolchains.CoreRt.Generator - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator - nameWithType: Generator -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateBuildScript(BuildPartition, ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GenerateBuildScript_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: Generator.GenerateBuildScript(BuildPartition, ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateBuildScript* - name: GenerateBuildScript - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GenerateBuildScript_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateBuildScript - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateBuildScript - nameWithType: Generator.GenerateBuildScript -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateNuGetConfig(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateNuGetConfig(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GenerateNuGetConfig_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateNuGetConfig(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateNuGetConfig(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: Generator.GenerateNuGetConfig(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateNuGetConfig* - name: GenerateNuGetConfig - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GenerateNuGetConfig_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateNuGetConfig - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateNuGetConfig - nameWithType: Generator.GenerateNuGetConfig -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - name: GenerateProject(BuildPartition, ArtifactsPaths, ILogger) - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths, BenchmarkDotNet.Loggers.ILogger) - nameWithType: Generator.GenerateProject(BuildPartition, ArtifactsPaths, ILogger) -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GenerateProject - nameWithType: Generator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GetArtifactsToCleanup(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetArtifactsToCleanup_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: Generator.GetArtifactsToCleanup(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetArtifactsToCleanup* - name: GetArtifactsToCleanup - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetArtifactsToCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetArtifactsToCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetArtifactsToCleanup - nameWithType: Generator.GetArtifactsToCleanup -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBinariesDirectoryPath(System.String,System.String) - name: GetBinariesDirectoryPath(String, String) - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetBinariesDirectoryPath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBinariesDirectoryPath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBinariesDirectoryPath(System.String, System.String) - nameWithType: Generator.GetBinariesDirectoryPath(String, String) -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBinariesDirectoryPath* - name: GetBinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetBinariesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBinariesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBinariesDirectoryPath - nameWithType: Generator.GetBinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - name: GetBuildArtifactsDirectoryPath(BuildPartition, String) - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetBuildArtifactsDirectoryPath_BenchmarkDotNet_Running_BuildPartition_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition, System.String) - nameWithType: Generator.GetBuildArtifactsDirectoryPath(BuildPartition, String) -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBuildArtifactsDirectoryPath* - name: GetBuildArtifactsDirectoryPath - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetBuildArtifactsDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBuildArtifactsDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetBuildArtifactsDirectoryPath - nameWithType: Generator.GetBuildArtifactsDirectoryPath -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetExecutableExtension - name: GetExecutableExtension() - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetExecutableExtension - commentId: M:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetExecutableExtension - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetExecutableExtension() - nameWithType: Generator.GetExecutableExtension() -- uid: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetExecutableExtension* - name: GetExecutableExtension - href: api/BenchmarkDotNet.Toolchains.CoreRt.Generator.html#BenchmarkDotNet_Toolchains_CoreRt_Generator_GetExecutableExtension_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRt.Generator.GetExecutableExtension - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRt.Generator.GetExecutableExtension - nameWithType: Generator.GetExecutableExtension -- uid: BenchmarkDotNet.Toolchains.CoreRun - name: BenchmarkDotNet.Toolchains.CoreRun - href: api/BenchmarkDotNet.Toolchains.CoreRun.html - commentId: N:BenchmarkDotNet.Toolchains.CoreRun - fullName: BenchmarkDotNet.Toolchains.CoreRun - nameWithType: BenchmarkDotNet.Toolchains.CoreRun -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator - name: CoreRunGenerator - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator - nameWithType: CoreRunGenerator -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.#ctor(System.IO.FileInfo,System.IO.FileInfo,System.String,System.String,System.String) - name: CoreRunGenerator(FileInfo, FileInfo, String, String, String) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator__ctor_System_IO_FileInfo_System_IO_FileInfo_System_String_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.#ctor(System.IO.FileInfo,System.IO.FileInfo,System.String,System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CoreRunGenerator(System.IO.FileInfo, System.IO.FileInfo, System.String, System.String, System.String) - nameWithType: CoreRunGenerator.CoreRunGenerator(FileInfo, FileInfo, String, String, String) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.#ctor* - name: CoreRunGenerator - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CoreRunGenerator - nameWithType: CoreRunGenerator.CoreRunGenerator -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: CopyAllRequiredFiles(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_CopyAllRequiredFiles_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: CoreRunGenerator.CopyAllRequiredFiles(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CopyAllRequiredFiles* - name: CopyAllRequiredFiles - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_CopyAllRequiredFiles_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CopyAllRequiredFiles - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.CopyAllRequiredFiles - nameWithType: CoreRunGenerator.CopyAllRequiredFiles -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GetArtifactsToCleanup(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_GetArtifactsToCleanup_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: CoreRunGenerator.GetArtifactsToCleanup(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetArtifactsToCleanup* - name: GetArtifactsToCleanup - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_GetArtifactsToCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetArtifactsToCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetArtifactsToCleanup - nameWithType: CoreRunGenerator.GetArtifactsToCleanup -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetBinariesDirectoryPath(System.String,System.String) - name: GetBinariesDirectoryPath(String, String) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_GetBinariesDirectoryPath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetBinariesDirectoryPath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetBinariesDirectoryPath(System.String, System.String) - nameWithType: CoreRunGenerator.GetBinariesDirectoryPath(String, String) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetBinariesDirectoryPath* - name: GetBinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_GetBinariesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetBinariesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetBinariesDirectoryPath - nameWithType: CoreRunGenerator.GetBinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetPackagesDirectoryPath(System.String) - name: GetPackagesDirectoryPath(String) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_GetPackagesDirectoryPath_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetPackagesDirectoryPath(System.String) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetPackagesDirectoryPath(System.String) - nameWithType: CoreRunGenerator.GetPackagesDirectoryPath(String) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetPackagesDirectoryPath* - name: GetPackagesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunGenerator_GetPackagesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetPackagesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunGenerator.GetPackagesDirectoryPath - nameWithType: CoreRunGenerator.GetPackagesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher - name: CoreRunPublisher - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.html - commentId: T:BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher - nameWithType: CoreRunPublisher -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.#ctor(System.IO.FileInfo,System.IO.FileInfo,System.Nullable{System.TimeSpan}) - name: CoreRunPublisher(FileInfo, FileInfo, Nullable) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunPublisher__ctor_System_IO_FileInfo_System_IO_FileInfo_System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.#ctor(System.IO.FileInfo,System.IO.FileInfo,System.Nullable{System.TimeSpan}) - name.vb: CoreRunPublisher(FileInfo, FileInfo, Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.CoreRunPublisher(System.IO.FileInfo, System.IO.FileInfo, System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.CoreRunPublisher(System.IO.FileInfo, System.IO.FileInfo, System.Nullable(Of System.TimeSpan)) - nameWithType: CoreRunPublisher.CoreRunPublisher(FileInfo, FileInfo, Nullable) - nameWithType.vb: CoreRunPublisher.CoreRunPublisher(FileInfo, FileInfo, Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.#ctor* - name: CoreRunPublisher - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunPublisher__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.CoreRunPublisher - nameWithType: CoreRunPublisher.CoreRunPublisher -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunPublisher_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: CoreRunPublisher.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunPublisher_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunPublisher.Build - nameWithType: CoreRunPublisher.Build -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain - name: CoreRunToolchain - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain - nameWithType: CoreRunToolchain -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.#ctor(System.IO.FileInfo,System.Boolean,System.String,System.IO.FileInfo,System.IO.DirectoryInfo,System.String,System.Nullable{System.TimeSpan}) - name: CoreRunToolchain(FileInfo, Boolean, String, FileInfo, DirectoryInfo, String, Nullable) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain__ctor_System_IO_FileInfo_System_Boolean_System_String_System_IO_FileInfo_System_IO_DirectoryInfo_System_String_System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.#ctor(System.IO.FileInfo,System.Boolean,System.String,System.IO.FileInfo,System.IO.DirectoryInfo,System.String,System.Nullable{System.TimeSpan}) - name.vb: CoreRunToolchain(FileInfo, Boolean, String, FileInfo, DirectoryInfo, String, Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CoreRunToolchain(System.IO.FileInfo, System.Boolean, System.String, System.IO.FileInfo, System.IO.DirectoryInfo, System.String, System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CoreRunToolchain(System.IO.FileInfo, System.Boolean, System.String, System.IO.FileInfo, System.IO.DirectoryInfo, System.String, System.Nullable(Of System.TimeSpan)) - nameWithType: CoreRunToolchain.CoreRunToolchain(FileInfo, Boolean, String, FileInfo, DirectoryInfo, String, Nullable) - nameWithType.vb: CoreRunToolchain.CoreRunToolchain(FileInfo, Boolean, String, FileInfo, DirectoryInfo, String, Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.#ctor* - name: CoreRunToolchain - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CoreRunToolchain - nameWithType: CoreRunToolchain.CoreRunToolchain -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Builder - name: Builder - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Builder - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Builder - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Builder - nameWithType: CoreRunToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Builder* - name: Builder - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Builder_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Builder - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Builder - nameWithType: CoreRunToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CopyCoreRun - name: CopyCoreRun - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_CopyCoreRun - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CopyCoreRun - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CopyCoreRun - nameWithType: CoreRunToolchain.CopyCoreRun -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CopyCoreRun* - name: CopyCoreRun - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_CopyCoreRun_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CopyCoreRun - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CopyCoreRun - nameWithType: CoreRunToolchain.CopyCoreRun -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CustomDotNetCliPath - name: CustomDotNetCliPath - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_CustomDotNetCliPath - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CustomDotNetCliPath - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CustomDotNetCliPath - nameWithType: CoreRunToolchain.CustomDotNetCliPath -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CustomDotNetCliPath* - name: CustomDotNetCliPath - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_CustomDotNetCliPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CustomDotNetCliPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.CustomDotNetCliPath - nameWithType: CoreRunToolchain.CustomDotNetCliPath -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Executor - name: Executor - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Executor - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Executor - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Executor - nameWithType: CoreRunToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Executor* - name: Executor - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Executor_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Executor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Executor - nameWithType: CoreRunToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Generator - name: Generator - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Generator - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Generator - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Generator - nameWithType: CoreRunToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Generator* - name: Generator - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Generator_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Generator - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Generator - nameWithType: CoreRunToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsInProcess - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_IsInProcess - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsInProcess - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsInProcess - nameWithType: CoreRunToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsInProcess* - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_IsInProcess_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsInProcess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsInProcess - nameWithType: CoreRunToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: CoreRunToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.IsSupported - nameWithType: CoreRunToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Name - name: Name - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Name - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Name - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Name - nameWithType: CoreRunToolchain.Name -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Name* - name: Name - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_Name_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Name - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.Name - nameWithType: CoreRunToolchain.Name -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.RestorePath - name: RestorePath - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_RestorePath - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.RestorePath - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.RestorePath - nameWithType: CoreRunToolchain.RestorePath -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.RestorePath* - name: RestorePath - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_RestorePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.RestorePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.RestorePath - nameWithType: CoreRunToolchain.RestorePath -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.SourceCoreRun - name: SourceCoreRun - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_SourceCoreRun - commentId: P:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.SourceCoreRun - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.SourceCoreRun - nameWithType: CoreRunToolchain.SourceCoreRun -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.SourceCoreRun* - name: SourceCoreRun - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_SourceCoreRun_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.SourceCoreRun - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.SourceCoreRun - nameWithType: CoreRunToolchain.SourceCoreRun -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.ToString - name: ToString() - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_ToString - commentId: M:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.ToString - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.ToString() - nameWithType: CoreRunToolchain.ToString() -- uid: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.ToString* - name: ToString - href: api/BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.html#BenchmarkDotNet_Toolchains_CoreRun_CoreRunToolchain_ToString_ - commentId: Overload:BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CoreRun.CoreRunToolchain.ToString - nameWithType: CoreRunToolchain.ToString -- uid: BenchmarkDotNet.Toolchains.CsProj - name: BenchmarkDotNet.Toolchains.CsProj - href: api/BenchmarkDotNet.Toolchains.CsProj.html - commentId: N:BenchmarkDotNet.Toolchains.CsProj - fullName: BenchmarkDotNet.Toolchains.CsProj - nameWithType: BenchmarkDotNet.Toolchains.CsProj -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain - name: CsProjClassicNetToolchain - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain - nameWithType: CsProjClassicNetToolchain -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.From(System.String,System.String,System.Nullable{System.TimeSpan}) - name: From(String, String, Nullable) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_From_System_String_System_String_System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.From(System.String,System.String,System.Nullable{System.TimeSpan}) - name.vb: From(String, String, Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.From(System.String, System.String, System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.From(System.String, System.String, System.Nullable(Of System.TimeSpan)) - nameWithType: CsProjClassicNetToolchain.From(String, String, Nullable) - nameWithType.vb: CsProjClassicNetToolchain.From(String, String, Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.From* - name: From - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_From_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.From - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.From - nameWithType: CsProjClassicNetToolchain.From -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: CsProjClassicNetToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.IsSupported - nameWithType: CsProjClassicNetToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net461 - name: Net461 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_Net461 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net461 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net461 - nameWithType: CsProjClassicNetToolchain.Net461 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net462 - name: Net462 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_Net462 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net462 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net462 - nameWithType: CsProjClassicNetToolchain.Net462 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net47 - name: Net47 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_Net47 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net47 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net47 - nameWithType: CsProjClassicNetToolchain.Net47 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net471 - name: Net471 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_Net471 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net471 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net471 - nameWithType: CsProjClassicNetToolchain.Net471 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net472 - name: Net472 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_Net472 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net472 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net472 - nameWithType: CsProjClassicNetToolchain.Net472 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net48 - name: Net48 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjClassicNetToolchain_Net48 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net48 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjClassicNetToolchain.Net48 - nameWithType: CsProjClassicNetToolchain.Net48 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain - name: CsProjCoreToolchain - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain - nameWithType: CsProjCoreToolchain -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals(BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain) - name: Equals(CsProjCoreToolchain) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_Equals_BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals(BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals(BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain) - nameWithType: CsProjCoreToolchain.Equals(CsProjCoreToolchain) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals(System.Object) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals(System.Object) - nameWithType: CsProjCoreToolchain.Equals(Object) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals* - name: Equals - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_Equals_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.Equals - nameWithType: CsProjCoreToolchain.Equals -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - name: From(NetCoreAppSettings) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_From_BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - nameWithType: CsProjCoreToolchain.From(NetCoreAppSettings) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.From* - name: From - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_From_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.From - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.From - nameWithType: CsProjCoreToolchain.From -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_GetHashCode - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.GetHashCode - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.GetHashCode() - nameWithType: CsProjCoreToolchain.GetHashCode() -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.GetHashCode - nameWithType: CsProjCoreToolchain.GetHashCode -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: CsProjCoreToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.IsSupported - nameWithType: CsProjCoreToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp20 - name: NetCoreApp20 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_NetCoreApp20 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp20 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp20 - nameWithType: CsProjCoreToolchain.NetCoreApp20 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp21 - name: NetCoreApp21 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_NetCoreApp21 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp21 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp21 - nameWithType: CsProjCoreToolchain.NetCoreApp21 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp22 - name: NetCoreApp22 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_NetCoreApp22 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp22 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp22 - nameWithType: CsProjCoreToolchain.NetCoreApp22 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp30 - name: NetCoreApp30 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_NetCoreApp30 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp30 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp30 - nameWithType: CsProjCoreToolchain.NetCoreApp30 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp31 - name: NetCoreApp31 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_NetCoreApp31 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp31 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp31 - nameWithType: CsProjCoreToolchain.NetCoreApp31 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp50 - name: NetCoreApp50 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_NetCoreApp50 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp50 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp50 - nameWithType: CsProjCoreToolchain.NetCoreApp50 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp60 - name: NetCoreApp60 - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.html#BenchmarkDotNet_Toolchains_CsProj_CsProjCoreToolchain_NetCoreApp60 - commentId: F:BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp60 - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjCoreToolchain.NetCoreApp60 - nameWithType: CsProjCoreToolchain.NetCoreApp60 -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator - name: CsProjGenerator - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator - nameWithType: CsProjGenerator -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.#ctor(System.String,System.String,System.String,System.String,System.Boolean) - name: CsProjGenerator(String, String, String, String, Boolean) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator__ctor_System_String_System_String_System_String_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.#ctor(System.String,System.String,System.String,System.String,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.CsProjGenerator(System.String, System.String, System.String, System.String, System.Boolean) - nameWithType: CsProjGenerator.CsProjGenerator(String, String, String, String, Boolean) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.#ctor* - name: CsProjGenerator - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.CsProjGenerator - nameWithType: CsProjGenerator.CsProjGenerator -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals(BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator) - name: Equals(CsProjGenerator) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_Equals_BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals(BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals(BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator) - nameWithType: CsProjGenerator.Equals(CsProjGenerator) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals(System.Object) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals(System.Object) - nameWithType: CsProjGenerator.Equals(Object) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals* - name: Equals - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_Equals_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.Equals - nameWithType: CsProjGenerator.Equals -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - name: GenerateProject(BuildPartition, ArtifactsPaths, ILogger) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths, BenchmarkDotNet.Loggers.ILogger) - nameWithType: CsProjGenerator.GenerateProject(BuildPartition, ArtifactsPaths, ILogger) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GenerateProject - nameWithType: CsProjGenerator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBinariesDirectoryPath(System.String,System.String) - name: GetBinariesDirectoryPath(String, String) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetBinariesDirectoryPath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBinariesDirectoryPath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBinariesDirectoryPath(System.String, System.String) - nameWithType: CsProjGenerator.GetBinariesDirectoryPath(String, String) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBinariesDirectoryPath* - name: GetBinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetBinariesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBinariesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBinariesDirectoryPath - nameWithType: CsProjGenerator.GetBinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - name: GetBuildArtifactsDirectoryPath(BuildPartition, String) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetBuildArtifactsDirectoryPath_BenchmarkDotNet_Running_BuildPartition_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition, System.String) - nameWithType: CsProjGenerator.GetBuildArtifactsDirectoryPath(BuildPartition, String) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBuildArtifactsDirectoryPath* - name: GetBuildArtifactsDirectoryPath - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetBuildArtifactsDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBuildArtifactsDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetBuildArtifactsDirectoryPath - nameWithType: CsProjGenerator.GetBuildArtifactsDirectoryPath -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetHashCode - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetHashCode - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetHashCode() - nameWithType: CsProjGenerator.GetHashCode() -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetHashCode - nameWithType: CsProjGenerator.GetHashCode -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath(System.String) - name: GetProjectFilePath(String) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetProjectFilePath_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath(System.String) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath(System.String) - nameWithType: CsProjGenerator.GetProjectFilePath(String) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath(System.Type,BenchmarkDotNet.Loggers.ILogger) - name: GetProjectFilePath(Type, ILogger) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetProjectFilePath_System_Type_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath(System.Type,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath(System.Type, BenchmarkDotNet.Loggers.ILogger) - nameWithType: CsProjGenerator.GetProjectFilePath(Type, ILogger) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath* - name: GetProjectFilePath - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetProjectFilePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetProjectFilePath - nameWithType: CsProjGenerator.GetProjectFilePath -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetRuntimeSettings(BenchmarkDotNet.Jobs.GcMode,BenchmarkDotNet.Characteristics.IResolver) - name: GetRuntimeSettings(GcMode, IResolver) - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetRuntimeSettings_BenchmarkDotNet_Jobs_GcMode_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetRuntimeSettings(BenchmarkDotNet.Jobs.GcMode,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetRuntimeSettings(BenchmarkDotNet.Jobs.GcMode, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: CsProjGenerator.GetRuntimeSettings(GcMode, IResolver) -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetRuntimeSettings* - name: GetRuntimeSettings - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_GetRuntimeSettings_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetRuntimeSettings - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.GetRuntimeSettings - nameWithType: CsProjGenerator.GetRuntimeSettings -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.RuntimeFrameworkVersion - name: RuntimeFrameworkVersion - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_RuntimeFrameworkVersion - commentId: P:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.RuntimeFrameworkVersion - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.RuntimeFrameworkVersion - nameWithType: CsProjGenerator.RuntimeFrameworkVersion -- uid: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.RuntimeFrameworkVersion* - name: RuntimeFrameworkVersion - href: api/BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.html#BenchmarkDotNet_Toolchains_CsProj_CsProjGenerator_RuntimeFrameworkVersion_ - commentId: Overload:BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.RuntimeFrameworkVersion - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.CsProj.CsProjGenerator.RuntimeFrameworkVersion - nameWithType: CsProjGenerator.RuntimeFrameworkVersion -- uid: BenchmarkDotNet.Toolchains.DotNetCli - name: BenchmarkDotNet.Toolchains.DotNetCli - href: api/BenchmarkDotNet.Toolchains.DotNetCli.html - commentId: N:BenchmarkDotNet.Toolchains.DotNetCli - fullName: BenchmarkDotNet.Toolchains.DotNetCli - nameWithType: BenchmarkDotNet.Toolchains.DotNetCli -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder - name: CustomDotNetCliToolchainBuilder - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder - nameWithType: CustomDotNetCliToolchainBuilder -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed(System.String,System.String) - name: AdditionalNuGetFeed(String, String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_AdditionalNuGetFeed_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed(System.String, System.String) - nameWithType: CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed(String, String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed* - name: AdditionalNuGetFeed - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_AdditionalNuGetFeed_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed - nameWithType: CustomDotNetCliToolchainBuilder.AdditionalNuGetFeed -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.customDotNetCliPath - name: customDotNetCliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_customDotNetCliPath - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.customDotNetCliPath - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.customDotNetCliPath - nameWithType: CustomDotNetCliToolchainBuilder.customDotNetCliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.displayName - name: displayName - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_displayName - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.displayName - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.displayName - nameWithType: CustomDotNetCliToolchainBuilder.displayName -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DisplayName(System.String) - name: DisplayName(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_DisplayName_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DisplayName(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DisplayName(System.String) - nameWithType: CustomDotNetCliToolchainBuilder.DisplayName(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DisplayName* - name: DisplayName - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_DisplayName_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DisplayName - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DisplayName - nameWithType: CustomDotNetCliToolchainBuilder.DisplayName -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DotNetCli(System.String) - name: DotNetCli(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_DotNetCli_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DotNetCli(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DotNetCli(System.String) - nameWithType: CustomDotNetCliToolchainBuilder.DotNetCli(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DotNetCli* - name: DotNetCli - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_DotNetCli_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DotNetCli - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.DotNetCli - nameWithType: CustomDotNetCliToolchainBuilder.DotNetCli -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Feeds - name: Feeds - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_Feeds - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Feeds - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Feeds - nameWithType: CustomDotNetCliToolchainBuilder.Feeds -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker - name: GetTargetFrameworkMoniker() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_GetTargetFrameworkMoniker - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker() - nameWithType: CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker* - name: GetTargetFrameworkMoniker - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_GetTargetFrameworkMoniker_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker - nameWithType: CustomDotNetCliToolchainBuilder.GetTargetFrameworkMoniker -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.runtimeFrameworkVersion - name: runtimeFrameworkVersion - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_runtimeFrameworkVersion - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.runtimeFrameworkVersion - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.runtimeFrameworkVersion - nameWithType: CustomDotNetCliToolchainBuilder.runtimeFrameworkVersion -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion(System.String) - name: RuntimeFrameworkVersion(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_RuntimeFrameworkVersion_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion(System.String) - nameWithType: CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion* - name: RuntimeFrameworkVersion - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_RuntimeFrameworkVersion_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion - nameWithType: CustomDotNetCliToolchainBuilder.RuntimeFrameworkVersion -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.runtimeIdentifier - name: runtimeIdentifier - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_runtimeIdentifier - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.runtimeIdentifier - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.runtimeIdentifier - nameWithType: CustomDotNetCliToolchainBuilder.runtimeIdentifier -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeIdentifier(System.String) - name: RuntimeIdentifier(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_RuntimeIdentifier_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeIdentifier(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeIdentifier(System.String) - nameWithType: CustomDotNetCliToolchainBuilder.RuntimeIdentifier(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeIdentifier* - name: RuntimeIdentifier - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_RuntimeIdentifier_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeIdentifier - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.RuntimeIdentifier - nameWithType: CustomDotNetCliToolchainBuilder.RuntimeIdentifier -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker(System.String) - name: TargetFrameworkMoniker(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_TargetFrameworkMoniker_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker(System.String) - nameWithType: CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker* - name: TargetFrameworkMoniker - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_TargetFrameworkMoniker_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker - nameWithType: CustomDotNetCliToolchainBuilder.TargetFrameworkMoniker -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.timeout - name: timeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_timeout - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.timeout - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.timeout - nameWithType: CustomDotNetCliToolchainBuilder.timeout -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Timeout(System.TimeSpan) - name: Timeout(TimeSpan) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_Timeout_System_TimeSpan_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Timeout(System.TimeSpan) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Timeout(System.TimeSpan) - nameWithType: CustomDotNetCliToolchainBuilder.Timeout(TimeSpan) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Timeout* - name: Timeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_Timeout_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Timeout - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.Timeout - nameWithType: CustomDotNetCliToolchainBuilder.Timeout -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.ToToolchain - name: ToToolchain() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_ToToolchain - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.ToToolchain - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.ToToolchain() - nameWithType: CustomDotNetCliToolchainBuilder.ToToolchain() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.ToToolchain* - name: ToToolchain - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_ToToolchain_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.ToToolchain - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.ToToolchain - nameWithType: CustomDotNetCliToolchainBuilder.ToToolchain -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.useNuGetClearTag - name: useNuGetClearTag - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_useNuGetClearTag - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.useNuGetClearTag - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.useNuGetClearTag - nameWithType: CustomDotNetCliToolchainBuilder.useNuGetClearTag -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseNuGetClearTag(System.Boolean) - name: UseNuGetClearTag(Boolean) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_UseNuGetClearTag_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseNuGetClearTag(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseNuGetClearTag(System.Boolean) - nameWithType: CustomDotNetCliToolchainBuilder.UseNuGetClearTag(Boolean) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseNuGetClearTag* - name: UseNuGetClearTag - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_UseNuGetClearTag_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseNuGetClearTag - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseNuGetClearTag - nameWithType: CustomDotNetCliToolchainBuilder.UseNuGetClearTag -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.useTempFolderForRestore - name: useTempFolderForRestore - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_useTempFolderForRestore - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.useTempFolderForRestore - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.useTempFolderForRestore - nameWithType: CustomDotNetCliToolchainBuilder.useTempFolderForRestore -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseTempFolderForRestore(System.Boolean) - name: UseTempFolderForRestore(Boolean) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_UseTempFolderForRestore_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseTempFolderForRestore(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseTempFolderForRestore(System.Boolean) - nameWithType: CustomDotNetCliToolchainBuilder.UseTempFolderForRestore(Boolean) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseTempFolderForRestore* - name: UseTempFolderForRestore - href: api/BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_CustomDotNetCliToolchainBuilder_UseTempFolderForRestore_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseTempFolderForRestore - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.CustomDotNetCliToolchainBuilder.UseTempFolderForRestore - nameWithType: CustomDotNetCliToolchainBuilder.UseTempFolderForRestore -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder - name: DotNetCliBuilder - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder - nameWithType: DotNetCliBuilder -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.#ctor(System.String,System.String,System.Nullable{System.TimeSpan}) - name: DotNetCliBuilder(String, String, Nullable) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliBuilder__ctor_System_String_System_String_System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.#ctor(System.String,System.String,System.Nullable{System.TimeSpan}) - name.vb: DotNetCliBuilder(String, String, Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.DotNetCliBuilder(System.String, System.String, System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.DotNetCliBuilder(System.String, System.String, System.Nullable(Of System.TimeSpan)) - nameWithType: DotNetCliBuilder.DotNetCliBuilder(String, String, Nullable) - nameWithType.vb: DotNetCliBuilder.DotNetCliBuilder(String, String, Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.#ctor* - name: DotNetCliBuilder - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliBuilder__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.DotNetCliBuilder - nameWithType: DotNetCliBuilder.DotNetCliBuilder -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: DotNetCliBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliBuilder.Build - nameWithType: DotNetCliBuilder.Build -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand - name: DotNetCliCommand - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand - nameWithType: DotNetCliCommand -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.#ctor(System.String,System.String,BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Running.BuildPartition,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Jobs.EnvironmentVariable},System.TimeSpan) - name: DotNetCliCommand(String, String, GenerateResult, ILogger, BuildPartition, IReadOnlyList, TimeSpan) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand__ctor_System_String_System_String_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Running_BuildPartition_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Jobs_EnvironmentVariable__System_TimeSpan_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.#ctor(System.String,System.String,BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Running.BuildPartition,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Jobs.EnvironmentVariable},System.TimeSpan) - name.vb: DotNetCliCommand(String, String, GenerateResult, ILogger, BuildPartition, IReadOnlyList(Of EnvironmentVariable), TimeSpan) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.DotNetCliCommand(System.String, System.String, BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Running.BuildPartition, System.Collections.Generic.IReadOnlyList, System.TimeSpan) - fullName.vb: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.DotNetCliCommand(System.String, System.String, BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Running.BuildPartition, System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Jobs.EnvironmentVariable), System.TimeSpan) - nameWithType: DotNetCliCommand.DotNetCliCommand(String, String, GenerateResult, ILogger, BuildPartition, IReadOnlyList, TimeSpan) - nameWithType.vb: DotNetCliCommand.DotNetCliCommand(String, String, GenerateResult, ILogger, BuildPartition, IReadOnlyList(Of EnvironmentVariable), TimeSpan) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.#ctor* - name: DotNetCliCommand - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.DotNetCliCommand - nameWithType: DotNetCliCommand.DotNetCliCommand -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.AddPackages - name: AddPackages() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_AddPackages - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.AddPackages - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.AddPackages() - nameWithType: DotNetCliCommand.AddPackages() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.AddPackages* - name: AddPackages - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_AddPackages_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.AddPackages - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.AddPackages - nameWithType: DotNetCliCommand.AddPackages -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Arguments - name: Arguments - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Arguments - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Arguments - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Arguments - nameWithType: DotNetCliCommand.Arguments -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Arguments* - name: Arguments - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Arguments_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Arguments - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Arguments - nameWithType: DotNetCliCommand.Arguments -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Build - name: Build() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Build - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Build - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Build() - nameWithType: DotNetCliCommand.Build() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Build - nameWithType: DotNetCliCommand.Build -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestore - name: BuildNoRestore() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_BuildNoRestore - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestore - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestore() - nameWithType: DotNetCliCommand.BuildNoRestore() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestore* - name: BuildNoRestore - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_BuildNoRestore_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestore - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestore - nameWithType: DotNetCliCommand.BuildNoRestore -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestoreNoDependencies - name: BuildNoRestoreNoDependencies() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_BuildNoRestoreNoDependencies - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestoreNoDependencies - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestoreNoDependencies() - nameWithType: DotNetCliCommand.BuildNoRestoreNoDependencies() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestoreNoDependencies* - name: BuildNoRestoreNoDependencies - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_BuildNoRestoreNoDependencies_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestoreNoDependencies - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildNoRestoreNoDependencies - nameWithType: DotNetCliCommand.BuildNoRestoreNoDependencies -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildPartition - name: BuildPartition - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_BuildPartition - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildPartition - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildPartition - nameWithType: DotNetCliCommand.BuildPartition -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildPartition* - name: BuildPartition - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_BuildPartition_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildPartition - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.BuildPartition - nameWithType: DotNetCliCommand.BuildPartition -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.CliPath - name: CliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_CliPath - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.CliPath - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.CliPath - nameWithType: DotNetCliCommand.CliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.CliPath* - name: CliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_CliPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.CliPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.CliPath - nameWithType: DotNetCliCommand.CliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.EnvironmentVariables - name: EnvironmentVariables - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_EnvironmentVariables - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.EnvironmentVariables - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.EnvironmentVariables - nameWithType: DotNetCliCommand.EnvironmentVariables -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.EnvironmentVariables* - name: EnvironmentVariables - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_EnvironmentVariables_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.EnvironmentVariables - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.EnvironmentVariables - nameWithType: DotNetCliCommand.EnvironmentVariables -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.GenerateResult - name: GenerateResult - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_GenerateResult - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.GenerateResult - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.GenerateResult - nameWithType: DotNetCliCommand.GenerateResult -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.GenerateResult* - name: GenerateResult - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_GenerateResult_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.GenerateResult - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.GenerateResult - nameWithType: DotNetCliCommand.GenerateResult -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Logger - name: Logger - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Logger - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Logger - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Logger - nameWithType: DotNetCliCommand.Logger -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Logger* - name: Logger - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Logger_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Logger - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Logger - nameWithType: DotNetCliCommand.Logger -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Publish - name: Publish() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Publish - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Publish - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Publish() - nameWithType: DotNetCliCommand.Publish() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Publish* - name: Publish - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Publish_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Publish - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Publish - nameWithType: DotNetCliCommand.Publish -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.PublishNoBuildAndNoRestore - name: PublishNoBuildAndNoRestore() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_PublishNoBuildAndNoRestore - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.PublishNoBuildAndNoRestore - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.PublishNoBuildAndNoRestore() - nameWithType: DotNetCliCommand.PublishNoBuildAndNoRestore() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.PublishNoBuildAndNoRestore* - name: PublishNoBuildAndNoRestore - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_PublishNoBuildAndNoRestore_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.PublishNoBuildAndNoRestore - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.PublishNoBuildAndNoRestore - nameWithType: DotNetCliCommand.PublishNoBuildAndNoRestore -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Restore - name: Restore() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Restore - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Restore - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Restore() - nameWithType: DotNetCliCommand.Restore() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Restore* - name: Restore - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Restore_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Restore - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Restore - nameWithType: DotNetCliCommand.Restore -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuild - name: RestoreThenBuild() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_RestoreThenBuild - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuild - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuild() - nameWithType: DotNetCliCommand.RestoreThenBuild() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuild* - name: RestoreThenBuild - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_RestoreThenBuild_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuild - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuild - nameWithType: DotNetCliCommand.RestoreThenBuild -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuildThenPublish - name: RestoreThenBuildThenPublish() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_RestoreThenBuildThenPublish - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuildThenPublish - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuildThenPublish() - nameWithType: DotNetCliCommand.RestoreThenBuildThenPublish() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuildThenPublish* - name: RestoreThenBuildThenPublish - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_RestoreThenBuildThenPublish_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuildThenPublish - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.RestoreThenBuildThenPublish - nameWithType: DotNetCliCommand.RestoreThenBuildThenPublish -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Timeout - name: Timeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Timeout - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Timeout - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Timeout - nameWithType: DotNetCliCommand.Timeout -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Timeout* - name: Timeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_Timeout_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Timeout - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.Timeout - nameWithType: DotNetCliCommand.Timeout -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.WithArguments(System.String) - name: WithArguments(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_WithArguments_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.WithArguments(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.WithArguments(System.String) - nameWithType: DotNetCliCommand.WithArguments(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.WithArguments* - name: WithArguments - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_WithArguments_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.WithArguments - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand.WithArguments - nameWithType: DotNetCliCommand.WithArguments -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor - name: DotNetCliCommandExecutor - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor - nameWithType: DotNetCliCommandExecutor -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.Execute(BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand) - name: Execute(DotNetCliCommand) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandExecutor_Execute_BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommand_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.Execute(BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.Execute(BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommand) - nameWithType: DotNetCliCommandExecutor.Execute(DotNetCliCommand) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.Execute* - name: Execute - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandExecutor_Execute_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.Execute - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandExecutor.Execute - nameWithType: DotNetCliCommandExecutor.Execute -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult - name: DotNetCliCommandResult - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult - nameWithType: DotNetCliCommandResult -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.AllInformation - name: AllInformation - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_AllInformation - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.AllInformation - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.AllInformation - nameWithType: DotNetCliCommandResult.AllInformation -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.AllInformation* - name: AllInformation - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_AllInformation_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.AllInformation - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.AllInformation - nameWithType: DotNetCliCommandResult.AllInformation -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ExecutionTime - name: ExecutionTime - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_ExecutionTime - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ExecutionTime - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ExecutionTime - nameWithType: DotNetCliCommandResult.ExecutionTime -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ExecutionTime* - name: ExecutionTime - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_ExecutionTime_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ExecutionTime - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ExecutionTime - nameWithType: DotNetCliCommandResult.ExecutionTime -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Failure(System.TimeSpan,System.String,System.String) - name: Failure(TimeSpan, String, String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_Failure_System_TimeSpan_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Failure(System.TimeSpan,System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Failure(System.TimeSpan, System.String, System.String) - nameWithType: DotNetCliCommandResult.Failure(TimeSpan, String, String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Failure* - name: Failure - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_Failure_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Failure - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Failure - nameWithType: DotNetCliCommandResult.Failure -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.HasNonEmptyErrorMessage - name: HasNonEmptyErrorMessage - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_HasNonEmptyErrorMessage - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.HasNonEmptyErrorMessage - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.HasNonEmptyErrorMessage - nameWithType: DotNetCliCommandResult.HasNonEmptyErrorMessage -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.HasNonEmptyErrorMessage* - name: HasNonEmptyErrorMessage - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_HasNonEmptyErrorMessage_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.HasNonEmptyErrorMessage - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.HasNonEmptyErrorMessage - nameWithType: DotNetCliCommandResult.HasNonEmptyErrorMessage -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.IsSuccess - name: IsSuccess - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_IsSuccess - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.IsSuccess - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.IsSuccess - nameWithType: DotNetCliCommandResult.IsSuccess -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.IsSuccess* - name: IsSuccess - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_IsSuccess_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.IsSuccess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.IsSuccess - nameWithType: DotNetCliCommandResult.IsSuccess -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardError - name: StandardError - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_StandardError - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardError - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardError - nameWithType: DotNetCliCommandResult.StandardError -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardError* - name: StandardError - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_StandardError_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardError - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardError - nameWithType: DotNetCliCommandResult.StandardError -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardOutput - name: StandardOutput - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_StandardOutput - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardOutput - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardOutput - nameWithType: DotNetCliCommandResult.StandardOutput -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardOutput* - name: StandardOutput - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_StandardOutput_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardOutput - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.StandardOutput - nameWithType: DotNetCliCommandResult.StandardOutput -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Success(System.TimeSpan,System.String) - name: Success(TimeSpan, String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_Success_System_TimeSpan_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Success(System.TimeSpan,System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Success(System.TimeSpan, System.String) - nameWithType: DotNetCliCommandResult.Success(TimeSpan, String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Success* - name: Success - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_Success_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Success - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.Success - nameWithType: DotNetCliCommandResult.Success -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ToBuildResult(BenchmarkDotNet.Toolchains.Results.GenerateResult) - name: ToBuildResult(GenerateResult) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_ToBuildResult_BenchmarkDotNet_Toolchains_Results_GenerateResult_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ToBuildResult(BenchmarkDotNet.Toolchains.Results.GenerateResult) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ToBuildResult(BenchmarkDotNet.Toolchains.Results.GenerateResult) - nameWithType: DotNetCliCommandResult.ToBuildResult(GenerateResult) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ToBuildResult* - name: ToBuildResult - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliCommandResult_ToBuildResult_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ToBuildResult - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliCommandResult.ToBuildResult - nameWithType: DotNetCliCommandResult.ToBuildResult -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor - name: DotNetCliExecutor - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor - nameWithType: DotNetCliExecutor -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.#ctor(System.String) - name: DotNetCliExecutor(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliExecutor__ctor_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.#ctor(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.DotNetCliExecutor(System.String) - nameWithType: DotNetCliExecutor.DotNetCliExecutor(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.#ctor* - name: DotNetCliExecutor - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliExecutor__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.DotNetCliExecutor - nameWithType: DotNetCliExecutor.DotNetCliExecutor -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - name: Execute(ExecuteParameters) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliExecutor_Execute_BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - nameWithType: DotNetCliExecutor.Execute(ExecuteParameters) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.Execute* - name: Execute - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliExecutor_Execute_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.Execute - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliExecutor.Execute - nameWithType: DotNetCliExecutor.Execute -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator - name: DotNetCliGenerator - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator - nameWithType: DotNetCliGenerator -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.#ctor(System.String,System.String,System.String,System.Boolean) - name: DotNetCliGenerator(String, String, String, Boolean) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator__ctor_System_String_System_String_System_String_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.#ctor(System.String,System.String,System.String,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.DotNetCliGenerator(System.String, System.String, System.String, System.Boolean) - nameWithType: DotNetCliGenerator.DotNetCliGenerator(String, String, String, Boolean) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.#ctor* - name: DotNetCliGenerator - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.DotNetCliGenerator - nameWithType: DotNetCliGenerator.DotNetCliGenerator -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CliPath - name: CliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_CliPath - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CliPath - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CliPath - nameWithType: DotNetCliGenerator.CliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CliPath* - name: CliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_CliPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CliPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CliPath - nameWithType: DotNetCliGenerator.CliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: CopyAllRequiredFiles(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_CopyAllRequiredFiles_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: DotNetCliGenerator.CopyAllRequiredFiles(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CopyAllRequiredFiles* - name: CopyAllRequiredFiles - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_CopyAllRequiredFiles_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CopyAllRequiredFiles - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.CopyAllRequiredFiles - nameWithType: DotNetCliGenerator.CopyAllRequiredFiles -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateBuildScript(BuildPartition, ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GenerateBuildScript_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: DotNetCliGenerator.GenerateBuildScript(BuildPartition, ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GenerateBuildScript* - name: GenerateBuildScript - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GenerateBuildScript_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GenerateBuildScript - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GenerateBuildScript - nameWithType: DotNetCliGenerator.GenerateBuildScript -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GetArtifactsToCleanup(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetArtifactsToCleanup_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: DotNetCliGenerator.GetArtifactsToCleanup(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetArtifactsToCleanup* - name: GetArtifactsToCleanup - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetArtifactsToCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetArtifactsToCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetArtifactsToCleanup - nameWithType: DotNetCliGenerator.GetArtifactsToCleanup -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - name: GetBuildArtifactsDirectoryPath(BuildPartition, String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetBuildArtifactsDirectoryPath_BenchmarkDotNet_Running_BuildPartition_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition, System.String) - nameWithType: DotNetCliGenerator.GetBuildArtifactsDirectoryPath(BuildPartition, String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetBuildArtifactsDirectoryPath* - name: GetBuildArtifactsDirectoryPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetBuildArtifactsDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetBuildArtifactsDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetBuildArtifactsDirectoryPath - nameWithType: DotNetCliGenerator.GetBuildArtifactsDirectoryPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetExecutableExtension - name: GetExecutableExtension() - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetExecutableExtension - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetExecutableExtension - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetExecutableExtension() - nameWithType: DotNetCliGenerator.GetExecutableExtension() -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetExecutableExtension* - name: GetExecutableExtension - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetExecutableExtension_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetExecutableExtension - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetExecutableExtension - nameWithType: DotNetCliGenerator.GetExecutableExtension -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetPackagesDirectoryPath(System.String) - name: GetPackagesDirectoryPath(String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetPackagesDirectoryPath_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetPackagesDirectoryPath(System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetPackagesDirectoryPath(System.String) - nameWithType: DotNetCliGenerator.GetPackagesDirectoryPath(String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetPackagesDirectoryPath* - name: GetPackagesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_GetPackagesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetPackagesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.GetPackagesDirectoryPath - nameWithType: DotNetCliGenerator.GetPackagesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.IsNetCore - name: IsNetCore - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_IsNetCore - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.IsNetCore - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.IsNetCore - nameWithType: DotNetCliGenerator.IsNetCore -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.IsNetCore* - name: IsNetCore - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_IsNetCore_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.IsNetCore - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.IsNetCore - nameWithType: DotNetCliGenerator.IsNetCore -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.PackagesPath - name: PackagesPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_PackagesPath - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.PackagesPath - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.PackagesPath - nameWithType: DotNetCliGenerator.PackagesPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.PackagesPath* - name: PackagesPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_PackagesPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.PackagesPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.PackagesPath - nameWithType: DotNetCliGenerator.PackagesPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.TargetFrameworkMoniker - name: TargetFrameworkMoniker - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_TargetFrameworkMoniker - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.TargetFrameworkMoniker - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.TargetFrameworkMoniker - nameWithType: DotNetCliGenerator.TargetFrameworkMoniker -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.TargetFrameworkMoniker* - name: TargetFrameworkMoniker - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliGenerator_TargetFrameworkMoniker_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.TargetFrameworkMoniker - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliGenerator.TargetFrameworkMoniker - nameWithType: DotNetCliGenerator.TargetFrameworkMoniker -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher - name: DotNetCliPublisher - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher - nameWithType: DotNetCliPublisher -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.#ctor(System.String,System.String,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Jobs.EnvironmentVariable},System.Nullable{System.TimeSpan}) - name: DotNetCliPublisher(String, String, IReadOnlyList, Nullable) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliPublisher__ctor_System_String_System_String_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Jobs_EnvironmentVariable__System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.#ctor(System.String,System.String,System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Jobs.EnvironmentVariable},System.Nullable{System.TimeSpan}) - name.vb: DotNetCliPublisher(String, String, IReadOnlyList(Of EnvironmentVariable), Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.DotNetCliPublisher(System.String, System.String, System.Collections.Generic.IReadOnlyList, System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.DotNetCliPublisher(System.String, System.String, System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Jobs.EnvironmentVariable), System.Nullable(Of System.TimeSpan)) - nameWithType: DotNetCliPublisher.DotNetCliPublisher(String, String, IReadOnlyList, Nullable) - nameWithType.vb: DotNetCliPublisher.DotNetCliPublisher(String, String, IReadOnlyList(Of EnvironmentVariable), Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.#ctor* - name: DotNetCliPublisher - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliPublisher__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.DotNetCliPublisher - nameWithType: DotNetCliPublisher.DotNetCliPublisher -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliPublisher_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: DotNetCliPublisher.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.html#BenchmarkDotNet_Toolchains_DotNetCli_DotNetCliPublisher_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.DotNetCliPublisher.Build - nameWithType: DotNetCliPublisher.Build -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings - name: NetCoreAppSettings - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html - commentId: T:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings - nameWithType: NetCoreAppSettings -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.TimeSpan},System.String,System.String,BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode) - name: NetCoreAppSettings(String, String, String, String, String, Nullable, String, String, MonoAotCompilerMode) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings__ctor_System_String_System_String_System_String_System_String_System_String_System_Nullable_System_TimeSpan__System_String_System_String_BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotCompilerMode_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.TimeSpan},System.String,System.String,BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode) - name.vb: NetCoreAppSettings(String, String, String, String, String, Nullable(Of TimeSpan), String, String, MonoAotCompilerMode) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreAppSettings(System.String, System.String, System.String, System.String, System.String, System.Nullable, System.String, System.String, BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode) - fullName.vb: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreAppSettings(System.String, System.String, System.String, System.String, System.String, System.Nullable(Of System.TimeSpan), System.String, System.String, BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode) - nameWithType: NetCoreAppSettings.NetCoreAppSettings(String, String, String, String, String, Nullable, String, String, MonoAotCompilerMode) - nameWithType.vb: NetCoreAppSettings.NetCoreAppSettings(String, String, String, String, String, Nullable(Of TimeSpan), String, String, MonoAotCompilerMode) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.#ctor* - name: NetCoreAppSettings - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreAppSettings - nameWithType: NetCoreAppSettings.NetCoreAppSettings -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerMode - name: AOTCompilerMode - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_AOTCompilerMode - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerMode - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerMode - nameWithType: NetCoreAppSettings.AOTCompilerMode -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerMode* - name: AOTCompilerMode - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_AOTCompilerMode_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerMode - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerMode - nameWithType: NetCoreAppSettings.AOTCompilerMode -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerPath - name: AOTCompilerPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_AOTCompilerPath - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerPath - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerPath - nameWithType: NetCoreAppSettings.AOTCompilerPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerPath* - name: AOTCompilerPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_AOTCompilerPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.AOTCompilerPath - nameWithType: NetCoreAppSettings.AOTCompilerPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomDotNetCliPath - name: CustomDotNetCliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_CustomDotNetCliPath - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomDotNetCliPath - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomDotNetCliPath - nameWithType: NetCoreAppSettings.CustomDotNetCliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomDotNetCliPath* - name: CustomDotNetCliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_CustomDotNetCliPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomDotNetCliPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomDotNetCliPath - nameWithType: NetCoreAppSettings.CustomDotNetCliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomRuntimePack - name: CustomRuntimePack - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_CustomRuntimePack - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomRuntimePack - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomRuntimePack - nameWithType: NetCoreAppSettings.CustomRuntimePack -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomRuntimePack* - name: CustomRuntimePack - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_CustomRuntimePack_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomRuntimePack - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.CustomRuntimePack - nameWithType: NetCoreAppSettings.CustomRuntimePack -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.DefaultBuildTimeout - name: DefaultBuildTimeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_DefaultBuildTimeout - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.DefaultBuildTimeout - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.DefaultBuildTimeout - nameWithType: NetCoreAppSettings.DefaultBuildTimeout -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Name - name: Name - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_Name - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Name - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Name - nameWithType: NetCoreAppSettings.Name -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Name* - name: Name - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_Name_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Name - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Name - nameWithType: NetCoreAppSettings.Name -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp20 - name: NetCoreApp20 - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_NetCoreApp20 - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp20 - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp20 - nameWithType: NetCoreAppSettings.NetCoreApp20 -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp21 - name: NetCoreApp21 - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_NetCoreApp21 - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp21 - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp21 - nameWithType: NetCoreAppSettings.NetCoreApp21 -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp22 - name: NetCoreApp22 - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_NetCoreApp22 - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp22 - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp22 - nameWithType: NetCoreAppSettings.NetCoreApp22 -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp30 - name: NetCoreApp30 - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_NetCoreApp30 - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp30 - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp30 - nameWithType: NetCoreAppSettings.NetCoreApp30 -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp31 - name: NetCoreApp31 - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_NetCoreApp31 - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp31 - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp31 - nameWithType: NetCoreAppSettings.NetCoreApp31 -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp50 - name: NetCoreApp50 - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_NetCoreApp50 - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp50 - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp50 - nameWithType: NetCoreAppSettings.NetCoreApp50 -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp60 - name: NetCoreApp60 - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_NetCoreApp60 - commentId: F:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp60 - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.NetCoreApp60 - nameWithType: NetCoreAppSettings.NetCoreApp60 -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.PackagesPath - name: PackagesPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_PackagesPath - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.PackagesPath - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.PackagesPath - nameWithType: NetCoreAppSettings.PackagesPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.PackagesPath* - name: PackagesPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_PackagesPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.PackagesPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.PackagesPath - nameWithType: NetCoreAppSettings.PackagesPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.RuntimeFrameworkVersion - name: RuntimeFrameworkVersion - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_RuntimeFrameworkVersion - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.RuntimeFrameworkVersion - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.RuntimeFrameworkVersion - nameWithType: NetCoreAppSettings.RuntimeFrameworkVersion -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.RuntimeFrameworkVersion* - name: RuntimeFrameworkVersion - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_RuntimeFrameworkVersion_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.RuntimeFrameworkVersion - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.RuntimeFrameworkVersion - nameWithType: NetCoreAppSettings.RuntimeFrameworkVersion -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.TargetFrameworkMoniker - name: TargetFrameworkMoniker - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_TargetFrameworkMoniker - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.TargetFrameworkMoniker - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.TargetFrameworkMoniker - nameWithType: NetCoreAppSettings.TargetFrameworkMoniker -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.TargetFrameworkMoniker* - name: TargetFrameworkMoniker - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_TargetFrameworkMoniker_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.TargetFrameworkMoniker - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.TargetFrameworkMoniker - nameWithType: NetCoreAppSettings.TargetFrameworkMoniker -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Timeout - name: Timeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_Timeout - commentId: P:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Timeout - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Timeout - nameWithType: NetCoreAppSettings.Timeout -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Timeout* - name: Timeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_Timeout_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Timeout - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.Timeout - nameWithType: NetCoreAppSettings.Timeout -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomDotNetCliPath(System.String,System.String) - name: WithCustomDotNetCliPath(String, String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_WithCustomDotNetCliPath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomDotNetCliPath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomDotNetCliPath(System.String, System.String) - nameWithType: NetCoreAppSettings.WithCustomDotNetCliPath(String, String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomDotNetCliPath* - name: WithCustomDotNetCliPath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_WithCustomDotNetCliPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomDotNetCliPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomDotNetCliPath - nameWithType: NetCoreAppSettings.WithCustomDotNetCliPath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomPackagesRestorePath(System.String,System.String) - name: WithCustomPackagesRestorePath(String, String) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_WithCustomPackagesRestorePath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomPackagesRestorePath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomPackagesRestorePath(System.String, System.String) - nameWithType: NetCoreAppSettings.WithCustomPackagesRestorePath(String, String) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomPackagesRestorePath* - name: WithCustomPackagesRestorePath - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_WithCustomPackagesRestorePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomPackagesRestorePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithCustomPackagesRestorePath - nameWithType: NetCoreAppSettings.WithCustomPackagesRestorePath -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithTimeout(System.Nullable{System.TimeSpan}) - name: WithTimeout(Nullable) - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_WithTimeout_System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithTimeout(System.Nullable{System.TimeSpan}) - name.vb: WithTimeout(Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithTimeout(System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithTimeout(System.Nullable(Of System.TimeSpan)) - nameWithType: NetCoreAppSettings.WithTimeout(Nullable) - nameWithType.vb: NetCoreAppSettings.WithTimeout(Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithTimeout* - name: WithTimeout - href: api/BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.html#BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_WithTimeout_ - commentId: Overload:BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithTimeout - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings.WithTimeout - nameWithType: NetCoreAppSettings.WithTimeout -- uid: BenchmarkDotNet.Toolchains.Executor - name: Executor - href: api/BenchmarkDotNet.Toolchains.Executor.html - commentId: T:BenchmarkDotNet.Toolchains.Executor - fullName: BenchmarkDotNet.Toolchains.Executor - nameWithType: Executor -- uid: BenchmarkDotNet.Toolchains.Executor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - name: Execute(ExecuteParameters) - href: api/BenchmarkDotNet.Toolchains.Executor.html#BenchmarkDotNet_Toolchains_Executor_Execute_BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_ - commentId: M:BenchmarkDotNet.Toolchains.Executor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - fullName: BenchmarkDotNet.Toolchains.Executor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - nameWithType: Executor.Execute(ExecuteParameters) -- uid: BenchmarkDotNet.Toolchains.Executor.Execute* - name: Execute - href: api/BenchmarkDotNet.Toolchains.Executor.html#BenchmarkDotNet_Toolchains_Executor_Execute_ - commentId: Overload:BenchmarkDotNet.Toolchains.Executor.Execute - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Executor.Execute - nameWithType: Executor.Execute -- uid: BenchmarkDotNet.Toolchains.GeneratorBase - name: GeneratorBase - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html - commentId: T:BenchmarkDotNet.Toolchains.GeneratorBase - fullName: BenchmarkDotNet.Toolchains.GeneratorBase - nameWithType: GeneratorBase -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: CopyAllRequiredFiles(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_CopyAllRequiredFiles_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.CopyAllRequiredFiles(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: GeneratorBase.CopyAllRequiredFiles(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.CopyAllRequiredFiles* - name: CopyAllRequiredFiles - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_CopyAllRequiredFiles_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.CopyAllRequiredFiles - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.CopyAllRequiredFiles - nameWithType: GeneratorBase.CopyAllRequiredFiles -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateAppConfig(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateAppConfig(BuildPartition, ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateAppConfig_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateAppConfig(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateAppConfig(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: GeneratorBase.GenerateAppConfig(BuildPartition, ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateAppConfig* - name: GenerateAppConfig - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateAppConfig_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateAppConfig - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateAppConfig - nameWithType: GeneratorBase.GenerateAppConfig -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateBuildScript(BuildPartition, ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateBuildScript_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: GeneratorBase.GenerateBuildScript(BuildPartition, ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateBuildScript* - name: GenerateBuildScript - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateBuildScript_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateBuildScript - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateBuildScript - nameWithType: GeneratorBase.GenerateBuildScript -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateCode(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateCode(BuildPartition, ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateCode_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateCode(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateCode(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: GeneratorBase.GenerateCode(BuildPartition, ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateCode* - name: GenerateCode - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateCode_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateCode - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateCode - nameWithType: GeneratorBase.GenerateCode -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateNuGetConfig(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateNuGetConfig(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateNuGetConfig_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateNuGetConfig(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateNuGetConfig(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: GeneratorBase.GenerateNuGetConfig(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateNuGetConfig* - name: GenerateNuGetConfig - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateNuGetConfig_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateNuGetConfig - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateNuGetConfig - nameWithType: GeneratorBase.GenerateNuGetConfig -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - name: GenerateProject(BuildPartition, ILogger, String) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: GeneratorBase.GenerateProject(BuildPartition, ILogger, String) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - name: GenerateProject(BuildPartition, ArtifactsPaths, ILogger) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths, BenchmarkDotNet.Loggers.ILogger) - nameWithType: GeneratorBase.GenerateProject(BuildPartition, ArtifactsPaths, ILogger) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GenerateProject - nameWithType: GeneratorBase.GenerateProject -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GetArtifactsToCleanup(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetArtifactsToCleanup_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: GeneratorBase.GetArtifactsToCleanup(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetArtifactsToCleanup* - name: GetArtifactsToCleanup - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetArtifactsToCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GetArtifactsToCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetArtifactsToCleanup - nameWithType: GeneratorBase.GetArtifactsToCleanup -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetBinariesDirectoryPath(System.String,System.String) - name: GetBinariesDirectoryPath(String, String) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetBinariesDirectoryPath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GetBinariesDirectoryPath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetBinariesDirectoryPath(System.String, System.String) - nameWithType: GeneratorBase.GetBinariesDirectoryPath(String, String) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetBinariesDirectoryPath* - name: GetBinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetBinariesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GetBinariesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetBinariesDirectoryPath - nameWithType: GeneratorBase.GetBinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - name: GetBuildArtifactsDirectoryPath(BuildPartition, String) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetBuildArtifactsDirectoryPath_BenchmarkDotNet_Running_BuildPartition_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition, System.String) - nameWithType: GeneratorBase.GetBuildArtifactsDirectoryPath(BuildPartition, String) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetBuildArtifactsDirectoryPath* - name: GetBuildArtifactsDirectoryPath - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetBuildArtifactsDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GetBuildArtifactsDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetBuildArtifactsDirectoryPath - nameWithType: GeneratorBase.GetBuildArtifactsDirectoryPath -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutableExtension - name: GetExecutableExtension() - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetExecutableExtension - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutableExtension - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutableExtension() - nameWithType: GeneratorBase.GetExecutableExtension() -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutableExtension* - name: GetExecutableExtension - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetExecutableExtension_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutableExtension - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutableExtension - nameWithType: GeneratorBase.GetExecutableExtension -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutablePath(System.String,System.String) - name: GetExecutablePath(String, String) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetExecutablePath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutablePath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutablePath(System.String, System.String) - nameWithType: GeneratorBase.GetExecutablePath(String, String) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutablePath* - name: GetExecutablePath - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetExecutablePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutablePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetExecutablePath - nameWithType: GeneratorBase.GetExecutablePath -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetPackagesDirectoryPath(System.String) - name: GetPackagesDirectoryPath(String) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetPackagesDirectoryPath_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GetPackagesDirectoryPath(System.String) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetPackagesDirectoryPath(System.String) - nameWithType: GeneratorBase.GetPackagesDirectoryPath(String) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetPackagesDirectoryPath* - name: GetPackagesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetPackagesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GetPackagesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetPackagesDirectoryPath - nameWithType: GeneratorBase.GetPackagesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetProjectFilePath(System.String) - name: GetProjectFilePath(String) - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetProjectFilePath_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.GeneratorBase.GetProjectFilePath(System.String) - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetProjectFilePath(System.String) - nameWithType: GeneratorBase.GetProjectFilePath(String) -- uid: BenchmarkDotNet.Toolchains.GeneratorBase.GetProjectFilePath* - name: GetProjectFilePath - href: api/BenchmarkDotNet.Toolchains.GeneratorBase.html#BenchmarkDotNet_Toolchains_GeneratorBase_GetProjectFilePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.GeneratorBase.GetProjectFilePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.GeneratorBase.GetProjectFilePath - nameWithType: GeneratorBase.GetProjectFilePath -- uid: BenchmarkDotNet.Toolchains.IBuilder - name: IBuilder - href: api/BenchmarkDotNet.Toolchains.IBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.IBuilder - fullName: BenchmarkDotNet.Toolchains.IBuilder - nameWithType: IBuilder -- uid: BenchmarkDotNet.Toolchains.IBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.IBuilder.html#BenchmarkDotNet_Toolchains_IBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.IBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.IBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: IBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.IBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.IBuilder.html#BenchmarkDotNet_Toolchains_IBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.IBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IBuilder.Build - nameWithType: IBuilder.Build -- uid: BenchmarkDotNet.Toolchains.IExecutor - name: IExecutor - href: api/BenchmarkDotNet.Toolchains.IExecutor.html - commentId: T:BenchmarkDotNet.Toolchains.IExecutor - fullName: BenchmarkDotNet.Toolchains.IExecutor - nameWithType: IExecutor -- uid: BenchmarkDotNet.Toolchains.IExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - name: Execute(ExecuteParameters) - href: api/BenchmarkDotNet.Toolchains.IExecutor.html#BenchmarkDotNet_Toolchains_IExecutor_Execute_BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_ - commentId: M:BenchmarkDotNet.Toolchains.IExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - fullName: BenchmarkDotNet.Toolchains.IExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - nameWithType: IExecutor.Execute(ExecuteParameters) -- uid: BenchmarkDotNet.Toolchains.IExecutor.Execute* - name: Execute - href: api/BenchmarkDotNet.Toolchains.IExecutor.html#BenchmarkDotNet_Toolchains_IExecutor_Execute_ - commentId: Overload:BenchmarkDotNet.Toolchains.IExecutor.Execute - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IExecutor.Execute - nameWithType: IExecutor.Execute -- uid: BenchmarkDotNet.Toolchains.IGenerator - name: IGenerator - href: api/BenchmarkDotNet.Toolchains.IGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.IGenerator - fullName: BenchmarkDotNet.Toolchains.IGenerator - nameWithType: IGenerator -- uid: BenchmarkDotNet.Toolchains.IGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - name: GenerateProject(BuildPartition, ILogger, String) - href: api/BenchmarkDotNet.Toolchains.IGenerator.html#BenchmarkDotNet_Toolchains_IGenerator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.IGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Toolchains.IGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: IGenerator.GenerateProject(BuildPartition, ILogger, String) -- uid: BenchmarkDotNet.Toolchains.IGenerator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.IGenerator.html#BenchmarkDotNet_Toolchains_IGenerator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.IGenerator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IGenerator.GenerateProject - nameWithType: IGenerator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.InProcess - name: BenchmarkDotNet.Toolchains.InProcess - href: api/BenchmarkDotNet.Toolchains.InProcess.html - commentId: N:BenchmarkDotNet.Toolchains.InProcess - fullName: BenchmarkDotNet.Toolchains.InProcess - nameWithType: BenchmarkDotNet.Toolchains.InProcess -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction - name: BenchmarkAction - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction - nameWithType: BenchmarkAction -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeMultiple - name: InvokeMultiple - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkAction_InvokeMultiple - commentId: P:BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeMultiple - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeMultiple - nameWithType: BenchmarkAction.InvokeMultiple -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeMultiple* - name: InvokeMultiple - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkAction_InvokeMultiple_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeMultiple - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeMultiple - nameWithType: BenchmarkAction.InvokeMultiple -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeSingle - name: InvokeSingle - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkAction_InvokeSingle - commentId: P:BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeSingle - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeSingle - nameWithType: BenchmarkAction.InvokeSingle -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeSingle* - name: InvokeSingle - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkAction_InvokeSingle_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeSingle - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.InvokeSingle - nameWithType: BenchmarkAction.InvokeSingle -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.LastRunResult - name: LastRunResult - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkAction_LastRunResult - commentId: P:BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.LastRunResult - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.LastRunResult - nameWithType: BenchmarkAction.LastRunResult -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.LastRunResult* - name: LastRunResult - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkAction_LastRunResult_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.LastRunResult - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkAction.LastRunResult - nameWithType: BenchmarkAction.LastRunResult -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen - name: BenchmarkActionCodegen - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen - nameWithType: BenchmarkActionCodegen -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.DelegateCombine - name: DelegateCombine - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionCodegen_DelegateCombine - commentId: F:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.DelegateCombine - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.DelegateCombine - nameWithType: BenchmarkActionCodegen.DelegateCombine -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.ReflectionEmit - name: ReflectionEmit - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionCodegen_ReflectionEmit - commentId: F:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.ReflectionEmit - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen.ReflectionEmit - nameWithType: BenchmarkActionCodegen.ReflectionEmit -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory - name: BenchmarkActionFactory - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory - nameWithType: BenchmarkActionFactory -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateDummy - name: CreateDummy() - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateDummy - commentId: M:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateDummy - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateDummy() - nameWithType: BenchmarkActionFactory.CreateDummy() -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateDummy* - name: CreateDummy - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateDummy_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateDummy - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateDummy - nameWithType: BenchmarkActionFactory.CreateDummy -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateGlobalCleanup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateGlobalCleanup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalCleanup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateGlobalCleanup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalCleanup* - name: CreateGlobalCleanup - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateGlobalCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalCleanup - nameWithType: BenchmarkActionFactory.CreateGlobalCleanup -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateGlobalSetup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateGlobalSetup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalSetup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateGlobalSetup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalSetup* - name: CreateGlobalSetup - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateGlobalSetup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalSetup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateGlobalSetup - nameWithType: BenchmarkActionFactory.CreateGlobalSetup -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateIterationCleanup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateIterationCleanup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationCleanup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateIterationCleanup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationCleanup* - name: CreateIterationCleanup - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateIterationCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationCleanup - nameWithType: BenchmarkActionFactory.CreateIterationCleanup -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateIterationSetup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateIterationSetup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationSetup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateIterationSetup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationSetup* - name: CreateIterationSetup - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateIterationSetup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationSetup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateIterationSetup - nameWithType: BenchmarkActionFactory.CreateIterationSetup -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateOverhead(BenchmarkDotNet.Running.Descriptor,System.Object,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Int32) - name: CreateOverhead(Descriptor, Object, BenchmarkActionCodegen, Int32) - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateOverhead_BenchmarkDotNet_Running_Descriptor_System_Object_BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionCodegen_System_Int32_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateOverhead(BenchmarkDotNet.Running.Descriptor,System.Object,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Int32) - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateOverhead(BenchmarkDotNet.Running.Descriptor, System.Object, BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen, System.Int32) - nameWithType: BenchmarkActionFactory.CreateOverhead(Descriptor, Object, BenchmarkActionCodegen, Int32) -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateOverhead* - name: CreateOverhead - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateOverhead_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateOverhead - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateOverhead - nameWithType: BenchmarkActionFactory.CreateOverhead -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateWorkload(BenchmarkDotNet.Running.Descriptor,System.Object,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Int32) - name: CreateWorkload(Descriptor, Object, BenchmarkActionCodegen, Int32) - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateWorkload_BenchmarkDotNet_Running_Descriptor_System_Object_BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionCodegen_System_Int32_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateWorkload(BenchmarkDotNet.Running.Descriptor,System.Object,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Int32) - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateWorkload(BenchmarkDotNet.Running.Descriptor, System.Object, BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen, System.Int32) - nameWithType: BenchmarkActionFactory.CreateWorkload(Descriptor, Object, BenchmarkActionCodegen, Int32) -- uid: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateWorkload* - name: CreateWorkload - href: api/BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionFactory_CreateWorkload_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateWorkload - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionFactory.CreateWorkload - nameWithType: BenchmarkActionFactory.CreateWorkload -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit - name: BenchmarkDotNet.Toolchains.InProcess.Emit - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.html - commentId: N:BenchmarkDotNet.Toolchains.InProcess.Emit - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit - nameWithType: BenchmarkDotNet.Toolchains.InProcess.Emit -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation - name: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.html - commentId: N:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation - nameWithType: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo - name: ConsumableTypeInfo - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo - nameWithType: ConsumableTypeInfo -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.#ctor(System.Type) - name: ConsumableTypeInfo(Type) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo__ctor_System_Type_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.#ctor(System.Type) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.ConsumableTypeInfo(System.Type) - nameWithType: ConsumableTypeInfo.ConsumableTypeInfo(Type) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.#ctor* - name: ConsumableTypeInfo - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.ConsumableTypeInfo - nameWithType: ConsumableTypeInfo.ConsumableTypeInfo -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetAwaiterMethod - name: GetAwaiterMethod - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_GetAwaiterMethod - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetAwaiterMethod - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetAwaiterMethod - nameWithType: ConsumableTypeInfo.GetAwaiterMethod -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetAwaiterMethod* - name: GetAwaiterMethod - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_GetAwaiterMethod_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetAwaiterMethod - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetAwaiterMethod - nameWithType: ConsumableTypeInfo.GetAwaiterMethod -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetResultMethod - name: GetResultMethod - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_GetResultMethod - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetResultMethod - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetResultMethod - nameWithType: ConsumableTypeInfo.GetResultMethod -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetResultMethod* - name: GetResultMethod - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_GetResultMethod_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetResultMethod - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.GetResultMethod - nameWithType: ConsumableTypeInfo.GetResultMethod -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsAwaitable - name: IsAwaitable - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsAwaitable - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsAwaitable - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsAwaitable - nameWithType: ConsumableTypeInfo.IsAwaitable -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsAwaitable* - name: IsAwaitable - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsAwaitable_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsAwaitable - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsAwaitable - nameWithType: ConsumableTypeInfo.IsAwaitable -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsByRef - name: IsByRef - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsByRef - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsByRef - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsByRef - nameWithType: ConsumableTypeInfo.IsByRef -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsByRef* - name: IsByRef - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsByRef_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsByRef - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsByRef - nameWithType: ConsumableTypeInfo.IsByRef -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsConsumable - name: IsConsumable - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsConsumable - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsConsumable - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsConsumable - nameWithType: ConsumableTypeInfo.IsConsumable -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsConsumable* - name: IsConsumable - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsConsumable_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsConsumable - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsConsumable - nameWithType: ConsumableTypeInfo.IsConsumable -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsVoid - name: IsVoid - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsVoid - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsVoid - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsVoid - nameWithType: ConsumableTypeInfo.IsVoid -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsVoid* - name: IsVoid - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_IsVoid_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsVoid - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.IsVoid - nameWithType: ConsumableTypeInfo.IsVoid -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OriginMethodReturnType - name: OriginMethodReturnType - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_OriginMethodReturnType - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OriginMethodReturnType - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OriginMethodReturnType - nameWithType: ConsumableTypeInfo.OriginMethodReturnType -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OriginMethodReturnType* - name: OriginMethodReturnType - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_OriginMethodReturnType_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OriginMethodReturnType - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OriginMethodReturnType - nameWithType: ConsumableTypeInfo.OriginMethodReturnType -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OverheadMethodReturnType - name: OverheadMethodReturnType - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_OverheadMethodReturnType - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OverheadMethodReturnType - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OverheadMethodReturnType - nameWithType: ConsumableTypeInfo.OverheadMethodReturnType -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OverheadMethodReturnType* - name: OverheadMethodReturnType - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_OverheadMethodReturnType_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OverheadMethodReturnType - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.OverheadMethodReturnType - nameWithType: ConsumableTypeInfo.OverheadMethodReturnType -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadConsumableField - name: WorkloadConsumableField - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_WorkloadConsumableField - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadConsumableField - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadConsumableField - nameWithType: ConsumableTypeInfo.WorkloadConsumableField -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadConsumableField* - name: WorkloadConsumableField - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_WorkloadConsumableField_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadConsumableField - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadConsumableField - nameWithType: ConsumableTypeInfo.WorkloadConsumableField -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadMethodReturnType - name: WorkloadMethodReturnType - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_WorkloadMethodReturnType - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadMethodReturnType - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadMethodReturnType - nameWithType: ConsumableTypeInfo.WorkloadMethodReturnType -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadMethodReturnType* - name: WorkloadMethodReturnType - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_ConsumableTypeInfo_WorkloadMethodReturnType_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadMethodReturnType - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.ConsumableTypeInfo.WorkloadMethodReturnType - nameWithType: ConsumableTypeInfo.WorkloadMethodReturnType -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind - name: RunnableActionKind - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind - nameWithType: RunnableActionKind -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.Overhead - name: Overhead - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableActionKind_Overhead - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.Overhead - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.Overhead - nameWithType: RunnableActionKind.Overhead -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.Workload - name: Workload - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableActionKind_Workload - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.Workload - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableActionKind.Workload - nameWithType: RunnableActionKind.Workload -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants - name: RunnableConstants - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants - nameWithType: RunnableConstants -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ArgFieldPrefix - name: ArgFieldPrefix - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_ArgFieldPrefix - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ArgFieldPrefix - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ArgFieldPrefix - nameWithType: RunnableConstants.ArgFieldPrefix -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ArgParamPrefix - name: ArgParamPrefix - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_ArgParamPrefix - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ArgParamPrefix - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ArgParamPrefix - nameWithType: RunnableConstants.ArgParamPrefix -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ConsumerFieldName - name: ConsumerFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_ConsumerFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ConsumerFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ConsumerFieldName - nameWithType: RunnableConstants.ConsumerFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy1MethodName - name: Dummy1MethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_Dummy1MethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy1MethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy1MethodName - nameWithType: RunnableConstants.Dummy1MethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy2MethodName - name: Dummy2MethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_Dummy2MethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy2MethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy2MethodName - nameWithType: RunnableConstants.Dummy2MethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy3MethodName - name: Dummy3MethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_Dummy3MethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy3MethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.Dummy3MethodName - nameWithType: RunnableConstants.Dummy3MethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyParamName - name: DummyParamName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_DummyParamName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyParamName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyParamName - nameWithType: RunnableConstants.DummyParamName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyUnrollFactor - name: DummyUnrollFactor - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_DummyUnrollFactor - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyUnrollFactor - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyUnrollFactor - nameWithType: RunnableConstants.DummyUnrollFactor -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyVarFieldName - name: DummyVarFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_DummyVarFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyVarFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DummyVarFieldName - nameWithType: RunnableConstants.DummyVarFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DynamicAssemblySuffix - name: DynamicAssemblySuffix - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_DynamicAssemblySuffix - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DynamicAssemblySuffix - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.DynamicAssemblySuffix - nameWithType: RunnableConstants.DynamicAssemblySuffix -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.EmittedTypePrefix - name: EmittedTypePrefix - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_EmittedTypePrefix - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.EmittedTypePrefix - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.EmittedTypePrefix - nameWithType: RunnableConstants.EmittedTypePrefix -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ForDisassemblyDiagnoserMethodName - name: ForDisassemblyDiagnoserMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_ForDisassemblyDiagnoserMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ForDisassemblyDiagnoserMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.ForDisassemblyDiagnoserMethodName - nameWithType: RunnableConstants.ForDisassemblyDiagnoserMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalCleanupActionFieldName - name: GlobalCleanupActionFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_GlobalCleanupActionFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalCleanupActionFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalCleanupActionFieldName - nameWithType: RunnableConstants.GlobalCleanupActionFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalCleanupMethodName - name: GlobalCleanupMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_GlobalCleanupMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalCleanupMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalCleanupMethodName - nameWithType: RunnableConstants.GlobalCleanupMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalSetupActionFieldName - name: GlobalSetupActionFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_GlobalSetupActionFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalSetupActionFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalSetupActionFieldName - nameWithType: RunnableConstants.GlobalSetupActionFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalSetupMethodName - name: GlobalSetupMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_GlobalSetupMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalSetupMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.GlobalSetupMethodName - nameWithType: RunnableConstants.GlobalSetupMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.InvokeCountParamName - name: InvokeCountParamName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_InvokeCountParamName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.InvokeCountParamName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.InvokeCountParamName - nameWithType: RunnableConstants.InvokeCountParamName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IsByRefLikeAttributeTypeName - name: IsByRefLikeAttributeTypeName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_IsByRefLikeAttributeTypeName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IsByRefLikeAttributeTypeName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IsByRefLikeAttributeTypeName - nameWithType: RunnableConstants.IsByRefLikeAttributeTypeName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationCleanupActionFieldName - name: IterationCleanupActionFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_IterationCleanupActionFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationCleanupActionFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationCleanupActionFieldName - nameWithType: RunnableConstants.IterationCleanupActionFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationCleanupMethodName - name: IterationCleanupMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_IterationCleanupMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationCleanupMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationCleanupMethodName - nameWithType: RunnableConstants.IterationCleanupMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationSetupActionFieldName - name: IterationSetupActionFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_IterationSetupActionFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationSetupActionFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationSetupActionFieldName - nameWithType: RunnableConstants.IterationSetupActionFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationSetupMethodName - name: IterationSetupMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_IterationSetupMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationSetupMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.IterationSetupMethodName - nameWithType: RunnableConstants.IterationSetupMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.NonGenericKeepAliveWithoutBoxingMethodName - name: NonGenericKeepAliveWithoutBoxingMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_NonGenericKeepAliveWithoutBoxingMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.NonGenericKeepAliveWithoutBoxingMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.NonGenericKeepAliveWithoutBoxingMethodName - nameWithType: RunnableConstants.NonGenericKeepAliveWithoutBoxingMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.NotElevenFieldName - name: NotElevenFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_NotElevenFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.NotElevenFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.NotElevenFieldName - nameWithType: RunnableConstants.NotElevenFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OpImplicitMethodName - name: OpImplicitMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_OpImplicitMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OpImplicitMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OpImplicitMethodName - nameWithType: RunnableConstants.OpImplicitMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadActionNoUnrollMethodName - name: OverheadActionNoUnrollMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_OverheadActionNoUnrollMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadActionNoUnrollMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadActionNoUnrollMethodName - nameWithType: RunnableConstants.OverheadActionNoUnrollMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadActionUnrollMethodName - name: OverheadActionUnrollMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_OverheadActionUnrollMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadActionUnrollMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadActionUnrollMethodName - nameWithType: RunnableConstants.OverheadActionUnrollMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadDelegateFieldName - name: OverheadDelegateFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_OverheadDelegateFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadDelegateFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadDelegateFieldName - nameWithType: RunnableConstants.OverheadDelegateFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadDelegateTypeSuffix - name: OverheadDelegateTypeSuffix - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_OverheadDelegateTypeSuffix - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadDelegateTypeSuffix - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadDelegateTypeSuffix - nameWithType: RunnableConstants.OverheadDelegateTypeSuffix -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadImplementationMethodName - name: OverheadImplementationMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_OverheadImplementationMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadImplementationMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.OverheadImplementationMethodName - nameWithType: RunnableConstants.OverheadImplementationMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.RunMethodName - name: RunMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_RunMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.RunMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.RunMethodName - nameWithType: RunnableConstants.RunMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.TrickTheJitCoreMethodName - name: TrickTheJitCoreMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_TrickTheJitCoreMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.TrickTheJitCoreMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.TrickTheJitCoreMethodName - nameWithType: RunnableConstants.TrickTheJitCoreMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadActionNoUnrollMethodName - name: WorkloadActionNoUnrollMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_WorkloadActionNoUnrollMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadActionNoUnrollMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadActionNoUnrollMethodName - nameWithType: RunnableConstants.WorkloadActionNoUnrollMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadActionUnrollMethodName - name: WorkloadActionUnrollMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_WorkloadActionUnrollMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadActionUnrollMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadActionUnrollMethodName - nameWithType: RunnableConstants.WorkloadActionUnrollMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDefaultValueHolderFieldName - name: WorkloadDefaultValueHolderFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_WorkloadDefaultValueHolderFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDefaultValueHolderFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDefaultValueHolderFieldName - nameWithType: RunnableConstants.WorkloadDefaultValueHolderFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDelegateFieldName - name: WorkloadDelegateFieldName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_WorkloadDelegateFieldName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDelegateFieldName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDelegateFieldName - nameWithType: RunnableConstants.WorkloadDelegateFieldName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDelegateTypeSuffix - name: WorkloadDelegateTypeSuffix - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_WorkloadDelegateTypeSuffix - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDelegateTypeSuffix - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadDelegateTypeSuffix - nameWithType: RunnableConstants.WorkloadDelegateTypeSuffix -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadImplementationMethodName - name: WorkloadImplementationMethodName - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableConstants_WorkloadImplementationMethodName - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadImplementationMethodName - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableConstants.WorkloadImplementationMethodName - nameWithType: RunnableConstants.WorkloadImplementationMethodName -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram - name: RunnableProgram - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram - nameWithType: RunnableProgram -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.Run(BenchmarkDotNet.Running.BenchmarkId,System.Reflection.Assembly,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Engines.IHost) - name: Run(BenchmarkId, Assembly, BenchmarkCase, IHost) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableProgram_Run_BenchmarkDotNet_Running_BenchmarkId_System_Reflection_Assembly_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Engines_IHost_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.Run(BenchmarkDotNet.Running.BenchmarkId,System.Reflection.Assembly,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Engines.IHost) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.Run(BenchmarkDotNet.Running.BenchmarkId, System.Reflection.Assembly, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Engines.IHost) - nameWithType: RunnableProgram.Run(BenchmarkId, Assembly, BenchmarkCase, IHost) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.Run* - name: Run - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableProgram_Run_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.Run - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableProgram.Run - nameWithType: RunnableProgram.Run -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse - name: RunnableReuse - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse - nameWithType: RunnableReuse -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.FillObjectMembers* - name: FillObjectMembers - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableReuse_FillObjectMembers_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.FillObjectMembers - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.FillObjectMembers - nameWithType: RunnableReuse.FillObjectMembers -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.FillObjectMembers``1(``0,BenchmarkDotNet.Running.BenchmarkCase) - name: FillObjectMembers(T, BenchmarkCase) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableReuse_FillObjectMembers__1___0_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.FillObjectMembers``1(``0,BenchmarkDotNet.Running.BenchmarkCase) - name.vb: FillObjectMembers(Of T)(T, BenchmarkCase) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.FillObjectMembers(T, BenchmarkDotNet.Running.BenchmarkCase) - fullName.vb: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.FillObjectMembers(Of T)(T, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: RunnableReuse.FillObjectMembers(T, BenchmarkCase) - nameWithType.vb: RunnableReuse.FillObjectMembers(Of T)(T, BenchmarkCase) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.PrepareForRun* - name: PrepareForRun - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableReuse_PrepareForRun_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.PrepareForRun - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.PrepareForRun - nameWithType: RunnableReuse.PrepareForRun -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.PrepareForRun``1(``0,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Engines.IHost) - name: PrepareForRun(T, BenchmarkCase, IHost) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.html#BenchmarkDotNet_Toolchains_InProcess_Emit_Implementation_RunnableReuse_PrepareForRun__1___0_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Engines_IHost_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.PrepareForRun``1(``0,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Engines.IHost) - name.vb: PrepareForRun(Of T)(T, BenchmarkCase, IHost) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.PrepareForRun(T, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Engines.IHost) - fullName.vb: BenchmarkDotNet.Toolchains.InProcess.Emit.Implementation.RunnableReuse.PrepareForRun(Of T)(T, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Engines.IHost) - nameWithType: RunnableReuse.PrepareForRun(T, BenchmarkCase, IHost) - nameWithType.vb: RunnableReuse.PrepareForRun(Of T)(T, BenchmarkCase, IHost) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath - name: InProcessEmitArtifactsPath - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath - nameWithType: InProcessEmitArtifactsPath -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.#ctor(System.Reflection.Assembly,BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: InProcessEmitArtifactsPath(Assembly, ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitArtifactsPath__ctor_System_Reflection_Assembly_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.#ctor(System.Reflection.Assembly,BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.InProcessEmitArtifactsPath(System.Reflection.Assembly, BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: InProcessEmitArtifactsPath.InProcessEmitArtifactsPath(Assembly, ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.#ctor* - name: InProcessEmitArtifactsPath - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitArtifactsPath__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.InProcessEmitArtifactsPath - nameWithType: InProcessEmitArtifactsPath.InProcessEmitArtifactsPath -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.GeneratedAssembly - name: GeneratedAssembly - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitArtifactsPath_GeneratedAssembly - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.GeneratedAssembly - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.GeneratedAssembly - nameWithType: InProcessEmitArtifactsPath.GeneratedAssembly -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.GeneratedAssembly* - name: GeneratedAssembly - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitArtifactsPath_GeneratedAssembly_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.GeneratedAssembly - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitArtifactsPath.GeneratedAssembly - nameWithType: InProcessEmitArtifactsPath.GeneratedAssembly -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder - name: InProcessEmitBuilder - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder - nameWithType: InProcessEmitBuilder -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: InProcessEmitBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitBuilder.Build - nameWithType: InProcessEmitBuilder.Build -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor - name: InProcessEmitExecutor - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor - nameWithType: InProcessEmitExecutor -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.#ctor(System.TimeSpan,System.Boolean) - name: InProcessEmitExecutor(TimeSpan, Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor__ctor_System_TimeSpan_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.#ctor(System.TimeSpan,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.InProcessEmitExecutor(System.TimeSpan, System.Boolean) - nameWithType: InProcessEmitExecutor.InProcessEmitExecutor(TimeSpan, Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.#ctor* - name: InProcessEmitExecutor - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.InProcessEmitExecutor - nameWithType: InProcessEmitExecutor.InProcessEmitExecutor -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.DefaultTimeout - name: DefaultTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor_DefaultTimeout - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.DefaultTimeout - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.DefaultTimeout - nameWithType: InProcessEmitExecutor.DefaultTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - name: Execute(ExecuteParameters) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor_Execute_BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - nameWithType: InProcessEmitExecutor.Execute(ExecuteParameters) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.Execute* - name: Execute - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor_Execute_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.Execute - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.Execute - nameWithType: InProcessEmitExecutor.Execute -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.ExecutionTimeout - name: ExecutionTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor_ExecutionTimeout - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.ExecutionTimeout - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.ExecutionTimeout - nameWithType: InProcessEmitExecutor.ExecutionTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.ExecutionTimeout* - name: ExecutionTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor_ExecutionTimeout_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.ExecutionTimeout - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.ExecutionTimeout - nameWithType: InProcessEmitExecutor.ExecutionTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.LogOutput - name: LogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor_LogOutput - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.LogOutput - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.LogOutput - nameWithType: InProcessEmitExecutor.LogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.LogOutput* - name: LogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitExecutor_LogOutput_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.LogOutput - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitExecutor.LogOutput - nameWithType: InProcessEmitExecutor.LogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator - name: InProcessEmitGenerator - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator - nameWithType: InProcessEmitGenerator -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - name: GenerateProject(BuildPartition, ILogger, String) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitGenerator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: InProcessEmitGenerator.GenerateProject(BuildPartition, ILogger, String) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitGenerator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitGenerator.GenerateProject - nameWithType: InProcessEmitGenerator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain - name: InProcessEmitToolchain - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain - nameWithType: InProcessEmitToolchain -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.#ctor(System.Boolean) - name: InProcessEmitToolchain(Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitToolchain__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.InProcessEmitToolchain(System.Boolean) - nameWithType: InProcessEmitToolchain.InProcessEmitToolchain(Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.#ctor(System.TimeSpan,System.Boolean) - name: InProcessEmitToolchain(TimeSpan, Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitToolchain__ctor_System_TimeSpan_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.#ctor(System.TimeSpan,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.InProcessEmitToolchain(System.TimeSpan, System.Boolean) - nameWithType: InProcessEmitToolchain.InProcessEmitToolchain(TimeSpan, Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.#ctor* - name: InProcessEmitToolchain - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitToolchain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.InProcessEmitToolchain - nameWithType: InProcessEmitToolchain.InProcessEmitToolchain -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.DontLogOutput - name: DontLogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitToolchain_DontLogOutput - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.DontLogOutput - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.DontLogOutput - nameWithType: InProcessEmitToolchain.DontLogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.Instance - name: Instance - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitToolchain_Instance - commentId: F:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.Instance - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.Instance - nameWithType: InProcessEmitToolchain.Instance -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.IsInProcess - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitToolchain_IsInProcess - commentId: P:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.IsInProcess - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.IsInProcess - nameWithType: InProcessEmitToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.IsInProcess* - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_Emit_InProcessEmitToolchain_IsInProcess_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.IsInProcess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.Emit.InProcessEmitToolchain.IsInProcess - nameWithType: InProcessEmitToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder - name: InProcessBuilder - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder - nameWithType: InProcessBuilder -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.html#BenchmarkDotNet_Toolchains_InProcess_InProcessBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: InProcessBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.html#BenchmarkDotNet_Toolchains_InProcess_InProcessBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessBuilder.Build - nameWithType: InProcessBuilder.Build -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor - name: InProcessExecutor - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor - nameWithType: InProcessExecutor -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.#ctor(System.TimeSpan,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Boolean) - name: InProcessExecutor(TimeSpan, BenchmarkActionCodegen, Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor__ctor_System_TimeSpan_BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionCodegen_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.#ctor(System.TimeSpan,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.InProcessExecutor(System.TimeSpan, BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen, System.Boolean) - nameWithType: InProcessExecutor.InProcessExecutor(TimeSpan, BenchmarkActionCodegen, Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.#ctor* - name: InProcessExecutor - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.InProcessExecutor - nameWithType: InProcessExecutor.InProcessExecutor -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.CodegenMode - name: CodegenMode - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_CodegenMode - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.CodegenMode - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.CodegenMode - nameWithType: InProcessExecutor.CodegenMode -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.CodegenMode* - name: CodegenMode - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_CodegenMode_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.CodegenMode - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.CodegenMode - nameWithType: InProcessExecutor.CodegenMode -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.DefaultTimeout - name: DefaultTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_DefaultTimeout - commentId: F:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.DefaultTimeout - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.DefaultTimeout - nameWithType: InProcessExecutor.DefaultTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - name: Execute(ExecuteParameters) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_Execute_BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - nameWithType: InProcessExecutor.Execute(ExecuteParameters) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.Execute* - name: Execute - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_Execute_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.Execute - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.Execute - nameWithType: InProcessExecutor.Execute -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.ExecutionTimeout - name: ExecutionTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_ExecutionTimeout - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.ExecutionTimeout - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.ExecutionTimeout - nameWithType: InProcessExecutor.ExecutionTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.ExecutionTimeout* - name: ExecutionTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_ExecutionTimeout_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.ExecutionTimeout - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.ExecutionTimeout - nameWithType: InProcessExecutor.ExecutionTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.LogOutput - name: LogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_LogOutput - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.LogOutput - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.LogOutput - nameWithType: InProcessExecutor.LogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.LogOutput* - name: LogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.html#BenchmarkDotNet_Toolchains_InProcess_InProcessExecutor_LogOutput_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.LogOutput - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessExecutor.LogOutput - nameWithType: InProcessExecutor.LogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator - name: InProcessGenerator - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator - nameWithType: InProcessGenerator -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - name: GenerateProject(BuildPartition, ILogger, String) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessGenerator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: InProcessGenerator.GenerateProject(BuildPartition, ILogger, String) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessGenerator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessGenerator.GenerateProject - nameWithType: InProcessGenerator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost - name: InProcessHost - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.InProcessHost - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost - nameWithType: InProcessHost -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.#ctor(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Diagnosers.IDiagnoser) - name: InProcessHost(BenchmarkCase, ILogger, IDiagnoser) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost__ctor_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Diagnosers_IDiagnoser_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.#ctor(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Diagnosers.IDiagnoser) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.InProcessHost(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Diagnosers.IDiagnoser) - nameWithType: InProcessHost.InProcessHost(BenchmarkCase, ILogger, IDiagnoser) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.#ctor* - name: InProcessHost - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.InProcessHost - nameWithType: InProcessHost.InProcessHost -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Config - name: Config - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_Config - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Config - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Config - nameWithType: InProcessHost.Config -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Config* - name: Config - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_Config_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Config - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Config - nameWithType: InProcessHost.Config -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.IsDiagnoserAttached - name: IsDiagnoserAttached - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_IsDiagnoserAttached - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.IsDiagnoserAttached - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.IsDiagnoserAttached - nameWithType: InProcessHost.IsDiagnoserAttached -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.IsDiagnoserAttached* - name: IsDiagnoserAttached - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_IsDiagnoserAttached_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.IsDiagnoserAttached - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.IsDiagnoserAttached - nameWithType: InProcessHost.IsDiagnoserAttached -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - name: ReportResults(RunResults) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_ReportResults_BenchmarkDotNet_Engines_RunResults_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.ReportResults(BenchmarkDotNet.Engines.RunResults) - nameWithType: InProcessHost.ReportResults(RunResults) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.ReportResults* - name: ReportResults - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_ReportResults_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.ReportResults - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.ReportResults - nameWithType: InProcessHost.ReportResults -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.RunResults - name: RunResults - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_RunResults - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.RunResults - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.RunResults - nameWithType: InProcessHost.RunResults -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.RunResults* - name: RunResults - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_RunResults_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.RunResults - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.RunResults - nameWithType: InProcessHost.RunResults -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendError(System.String) - name: SendError(String) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_SendError_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendError(System.String) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendError(System.String) - nameWithType: InProcessHost.SendError(String) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendError* - name: SendError - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_SendError_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendError - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendError - nameWithType: InProcessHost.SendError -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - name: SendSignal(HostSignal) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_SendSignal_BenchmarkDotNet_Engines_HostSignal_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendSignal(BenchmarkDotNet.Engines.HostSignal) - nameWithType: InProcessHost.SendSignal(HostSignal) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendSignal* - name: SendSignal - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_SendSignal_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendSignal - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.SendSignal - nameWithType: InProcessHost.SendSignal -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Write(System.String) - name: Write(String) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_Write_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Write(System.String) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Write(System.String) - nameWithType: InProcessHost.Write(String) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Write* - name: Write - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_Write_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Write - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.Write - nameWithType: InProcessHost.Write -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine - name: WriteLine() - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_WriteLine - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine() - nameWithType: InProcessHost.WriteLine() -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine(System.String) - name: WriteLine(String) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_WriteLine_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine(System.String) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine(System.String) - nameWithType: InProcessHost.WriteLine(String) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine* - name: WriteLine - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessHost.html#BenchmarkDotNet_Toolchains_InProcess_InProcessHost_WriteLine_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessHost.WriteLine - nameWithType: InProcessHost.WriteLine -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain - name: InProcessToolchain - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain - nameWithType: InProcessToolchain -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.#ctor(System.Boolean) - name: InProcessToolchain(Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.InProcessToolchain(System.Boolean) - nameWithType: InProcessToolchain.InProcessToolchain(Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.#ctor(System.TimeSpan,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Boolean) - name: InProcessToolchain(TimeSpan, BenchmarkActionCodegen, Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain__ctor_System_TimeSpan_BenchmarkDotNet_Toolchains_InProcess_BenchmarkActionCodegen_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.#ctor(System.TimeSpan,BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.InProcessToolchain(System.TimeSpan, BenchmarkDotNet.Toolchains.InProcess.BenchmarkActionCodegen, System.Boolean) - nameWithType: InProcessToolchain.InProcessToolchain(TimeSpan, BenchmarkActionCodegen, Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.#ctor* - name: InProcessToolchain - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.InProcessToolchain - nameWithType: InProcessToolchain.InProcessToolchain -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Builder - name: Builder - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Builder - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Builder - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Builder - nameWithType: InProcessToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Builder* - name: Builder - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Builder_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Builder - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Builder - nameWithType: InProcessToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.DontLogOutput - name: DontLogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_DontLogOutput - commentId: F:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.DontLogOutput - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.DontLogOutput - nameWithType: InProcessToolchain.DontLogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Executor - name: Executor - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Executor - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Executor - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Executor - nameWithType: InProcessToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Executor* - name: Executor - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Executor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Executor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Executor - nameWithType: InProcessToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Generator - name: Generator - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Generator - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Generator - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Generator - nameWithType: InProcessToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Generator* - name: Generator - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Generator_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Generator - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Generator - nameWithType: InProcessToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Instance - name: Instance - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Instance - commentId: F:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Instance - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Instance - nameWithType: InProcessToolchain.Instance -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsInProcess - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_IsInProcess - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsInProcess - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsInProcess - nameWithType: InProcessToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsInProcess* - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_IsInProcess_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsInProcess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsInProcess - nameWithType: InProcessToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: InProcessToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.IsSupported - nameWithType: InProcessToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Name - name: Name - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Name - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Name - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Name - nameWithType: InProcessToolchain.Name -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Name* - name: Name - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_Name_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Name - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.Name - nameWithType: InProcessToolchain.Name -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.ToString - name: ToString() - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_ToString - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.ToString - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.ToString() - nameWithType: InProcessToolchain.ToString() -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.ToString* - name: ToString - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.html#BenchmarkDotNet_Toolchains_InProcess_InProcessToolchain_ToString_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessToolchain.ToString - nameWithType: InProcessToolchain.ToString -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator - name: InProcessValidator - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator - nameWithType: InProcessValidator -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_DontFailOnError - commentId: F:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.DontFailOnError - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.DontFailOnError - nameWithType: InProcessValidator.DontFailOnError -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_FailOnError - commentId: F:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.FailOnError - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.FailOnError - nameWithType: InProcessValidator.FailOnError -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger) - name: IsSupported(BenchmarkCase, ILogger) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger) - nameWithType: InProcessValidator.IsSupported(BenchmarkCase, ILogger) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.IsSupported - nameWithType: InProcessValidator.IsSupported -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.TreatsWarningsAsErrors - nameWithType: InProcessValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.TreatsWarningsAsErrors - nameWithType: InProcessValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: InProcessValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.html#BenchmarkDotNet_Toolchains_InProcess_InProcessValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.InProcessValidator.Validate - nameWithType: InProcessValidator.Validate -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit - name: BenchmarkDotNet.Toolchains.InProcess.NoEmit - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.html - commentId: N:BenchmarkDotNet.Toolchains.InProcess.NoEmit - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit - nameWithType: BenchmarkDotNet.Toolchains.InProcess.NoEmit -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction - name: BenchmarkAction - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction - nameWithType: BenchmarkAction -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeMultiple - name: InvokeMultiple - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkAction_InvokeMultiple - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeMultiple - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeMultiple - nameWithType: BenchmarkAction.InvokeMultiple -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeMultiple* - name: InvokeMultiple - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkAction_InvokeMultiple_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeMultiple - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeMultiple - nameWithType: BenchmarkAction.InvokeMultiple -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeSingle - name: InvokeSingle - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkAction_InvokeSingle - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeSingle - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeSingle - nameWithType: BenchmarkAction.InvokeSingle -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeSingle* - name: InvokeSingle - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkAction_InvokeSingle_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeSingle - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.InvokeSingle - nameWithType: BenchmarkAction.InvokeSingle -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.LastRunResult - name: LastRunResult - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkAction_LastRunResult - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.LastRunResult - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.LastRunResult - nameWithType: BenchmarkAction.LastRunResult -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.LastRunResult* - name: LastRunResult - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkAction_LastRunResult_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.LastRunResult - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkAction.LastRunResult - nameWithType: BenchmarkAction.LastRunResult -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory - name: BenchmarkActionFactory - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory - nameWithType: BenchmarkActionFactory -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateDummy - name: CreateDummy() - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateDummy - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateDummy - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateDummy() - nameWithType: BenchmarkActionFactory.CreateDummy() -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateDummy* - name: CreateDummy - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateDummy_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateDummy - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateDummy - nameWithType: BenchmarkActionFactory.CreateDummy -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateGlobalCleanup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateGlobalCleanup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalCleanup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateGlobalCleanup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalCleanup* - name: CreateGlobalCleanup - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateGlobalCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalCleanup - nameWithType: BenchmarkActionFactory.CreateGlobalCleanup -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateGlobalSetup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateGlobalSetup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalSetup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateGlobalSetup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalSetup* - name: CreateGlobalSetup - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateGlobalSetup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalSetup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateGlobalSetup - nameWithType: BenchmarkActionFactory.CreateGlobalSetup -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateIterationCleanup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateIterationCleanup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationCleanup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationCleanup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateIterationCleanup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationCleanup* - name: CreateIterationCleanup - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateIterationCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationCleanup - nameWithType: BenchmarkActionFactory.CreateIterationCleanup -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - name: CreateIterationSetup(Descriptor, Object) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateIterationSetup_BenchmarkDotNet_Running_Descriptor_System_Object_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationSetup(BenchmarkDotNet.Running.Descriptor,System.Object) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationSetup(BenchmarkDotNet.Running.Descriptor, System.Object) - nameWithType: BenchmarkActionFactory.CreateIterationSetup(Descriptor, Object) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationSetup* - name: CreateIterationSetup - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateIterationSetup_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationSetup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateIterationSetup - nameWithType: BenchmarkActionFactory.CreateIterationSetup -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateOverhead(BenchmarkDotNet.Running.Descriptor,System.Object,System.Int32) - name: CreateOverhead(Descriptor, Object, Int32) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateOverhead_BenchmarkDotNet_Running_Descriptor_System_Object_System_Int32_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateOverhead(BenchmarkDotNet.Running.Descriptor,System.Object,System.Int32) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateOverhead(BenchmarkDotNet.Running.Descriptor, System.Object, System.Int32) - nameWithType: BenchmarkActionFactory.CreateOverhead(Descriptor, Object, Int32) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateOverhead* - name: CreateOverhead - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateOverhead_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateOverhead - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateOverhead - nameWithType: BenchmarkActionFactory.CreateOverhead -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateWorkload(BenchmarkDotNet.Running.Descriptor,System.Object,System.Int32) - name: CreateWorkload(Descriptor, Object, Int32) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateWorkload_BenchmarkDotNet_Running_Descriptor_System_Object_System_Int32_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateWorkload(BenchmarkDotNet.Running.Descriptor,System.Object,System.Int32) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateWorkload(BenchmarkDotNet.Running.Descriptor, System.Object, System.Int32) - nameWithType: BenchmarkActionFactory.CreateWorkload(Descriptor, Object, Int32) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateWorkload* - name: CreateWorkload - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_BenchmarkActionFactory_CreateWorkload_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateWorkload - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.BenchmarkActionFactory.CreateWorkload - nameWithType: BenchmarkActionFactory.CreateWorkload -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder - name: InProcessNoEmitBuilder - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder - nameWithType: InProcessNoEmitBuilder -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: InProcessNoEmitBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitBuilder.Build - nameWithType: InProcessNoEmitBuilder.Build -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor - name: InProcessNoEmitExecutor - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor - nameWithType: InProcessNoEmitExecutor -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.#ctor(System.TimeSpan,System.Boolean) - name: InProcessNoEmitExecutor(TimeSpan, Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor__ctor_System_TimeSpan_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.#ctor(System.TimeSpan,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.InProcessNoEmitExecutor(System.TimeSpan, System.Boolean) - nameWithType: InProcessNoEmitExecutor.InProcessNoEmitExecutor(TimeSpan, Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.#ctor* - name: InProcessNoEmitExecutor - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.InProcessNoEmitExecutor - nameWithType: InProcessNoEmitExecutor.InProcessNoEmitExecutor -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.DefaultTimeout - name: DefaultTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor_DefaultTimeout - commentId: F:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.DefaultTimeout - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.DefaultTimeout - nameWithType: InProcessNoEmitExecutor.DefaultTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - name: Execute(ExecuteParameters) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor_Execute_BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.Execute(BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters) - nameWithType: InProcessNoEmitExecutor.Execute(ExecuteParameters) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.Execute* - name: Execute - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor_Execute_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.Execute - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.Execute - nameWithType: InProcessNoEmitExecutor.Execute -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.ExecutionTimeout - name: ExecutionTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor_ExecutionTimeout - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.ExecutionTimeout - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.ExecutionTimeout - nameWithType: InProcessNoEmitExecutor.ExecutionTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.ExecutionTimeout* - name: ExecutionTimeout - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor_ExecutionTimeout_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.ExecutionTimeout - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.ExecutionTimeout - nameWithType: InProcessNoEmitExecutor.ExecutionTimeout -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.LogOutput - name: LogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor_LogOutput - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.LogOutput - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.LogOutput - nameWithType: InProcessNoEmitExecutor.LogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.LogOutput* - name: LogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitExecutor_LogOutput_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.LogOutput - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitExecutor.LogOutput - nameWithType: InProcessNoEmitExecutor.LogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator - name: InProcessNoEmitGenerator - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator - nameWithType: InProcessNoEmitGenerator -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - name: GenerateProject(BuildPartition, ILogger, String) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitGenerator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger,System.String) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger, System.String) - nameWithType: InProcessNoEmitGenerator.GenerateProject(BuildPartition, ILogger, String) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitGenerator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitGenerator.GenerateProject - nameWithType: InProcessNoEmitGenerator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain - name: InProcessNoEmitToolchain - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain - nameWithType: InProcessNoEmitToolchain -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.#ctor(System.Boolean) - name: InProcessNoEmitToolchain(Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.InProcessNoEmitToolchain(System.Boolean) - nameWithType: InProcessNoEmitToolchain.InProcessNoEmitToolchain(Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.#ctor(System.TimeSpan,System.Boolean) - name: InProcessNoEmitToolchain(TimeSpan, Boolean) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain__ctor_System_TimeSpan_System_Boolean_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.#ctor(System.TimeSpan,System.Boolean) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.InProcessNoEmitToolchain(System.TimeSpan, System.Boolean) - nameWithType: InProcessNoEmitToolchain.InProcessNoEmitToolchain(TimeSpan, Boolean) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.#ctor* - name: InProcessNoEmitToolchain - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.InProcessNoEmitToolchain - nameWithType: InProcessNoEmitToolchain.InProcessNoEmitToolchain -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Builder - name: Builder - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Builder - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Builder - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Builder - nameWithType: InProcessNoEmitToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Builder* - name: Builder - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Builder_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Builder - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Builder - nameWithType: InProcessNoEmitToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.DontLogOutput - name: DontLogOutput - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_DontLogOutput - commentId: F:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.DontLogOutput - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.DontLogOutput - nameWithType: InProcessNoEmitToolchain.DontLogOutput -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Executor - name: Executor - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Executor - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Executor - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Executor - nameWithType: InProcessNoEmitToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Executor* - name: Executor - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Executor_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Executor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Executor - nameWithType: InProcessNoEmitToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Generator - name: Generator - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Generator - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Generator - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Generator - nameWithType: InProcessNoEmitToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Generator* - name: Generator - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Generator_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Generator - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Generator - nameWithType: InProcessNoEmitToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Instance - name: Instance - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Instance - commentId: F:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Instance - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Instance - nameWithType: InProcessNoEmitToolchain.Instance -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsInProcess - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_IsInProcess - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsInProcess - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsInProcess - nameWithType: InProcessNoEmitToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsInProcess* - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_IsInProcess_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsInProcess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsInProcess - nameWithType: InProcessNoEmitToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: InProcessNoEmitToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.IsSupported - nameWithType: InProcessNoEmitToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Name - name: Name - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Name - commentId: P:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Name - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Name - nameWithType: InProcessNoEmitToolchain.Name -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Name* - name: Name - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_Name_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Name - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.Name - nameWithType: InProcessNoEmitToolchain.Name -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.ToString - name: ToString() - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_ToString - commentId: M:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.ToString - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.ToString() - nameWithType: InProcessNoEmitToolchain.ToString() -- uid: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.ToString* - name: ToString - href: api/BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.html#BenchmarkDotNet_Toolchains_InProcess_NoEmit_InProcessNoEmitToolchain_ToString_ - commentId: Overload:BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.InProcess.NoEmit.InProcessNoEmitToolchain.ToString - nameWithType: InProcessNoEmitToolchain.ToString -- uid: BenchmarkDotNet.Toolchains.IToolchain - name: IToolchain - href: api/BenchmarkDotNet.Toolchains.IToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.IToolchain - fullName: BenchmarkDotNet.Toolchains.IToolchain - nameWithType: IToolchain -- uid: BenchmarkDotNet.Toolchains.IToolchain.Builder - name: Builder - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Builder - commentId: P:BenchmarkDotNet.Toolchains.IToolchain.Builder - fullName: BenchmarkDotNet.Toolchains.IToolchain.Builder - nameWithType: IToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.IToolchain.Builder* - name: Builder - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Builder_ - commentId: Overload:BenchmarkDotNet.Toolchains.IToolchain.Builder - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IToolchain.Builder - nameWithType: IToolchain.Builder -- uid: BenchmarkDotNet.Toolchains.IToolchain.Executor - name: Executor - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Executor - commentId: P:BenchmarkDotNet.Toolchains.IToolchain.Executor - fullName: BenchmarkDotNet.Toolchains.IToolchain.Executor - nameWithType: IToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.IToolchain.Executor* - name: Executor - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Executor_ - commentId: Overload:BenchmarkDotNet.Toolchains.IToolchain.Executor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IToolchain.Executor - nameWithType: IToolchain.Executor -- uid: BenchmarkDotNet.Toolchains.IToolchain.Generator - name: Generator - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Generator - commentId: P:BenchmarkDotNet.Toolchains.IToolchain.Generator - fullName: BenchmarkDotNet.Toolchains.IToolchain.Generator - nameWithType: IToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.IToolchain.Generator* - name: Generator - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Generator_ - commentId: Overload:BenchmarkDotNet.Toolchains.IToolchain.Generator - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IToolchain.Generator - nameWithType: IToolchain.Generator -- uid: BenchmarkDotNet.Toolchains.IToolchain.IsInProcess - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_IsInProcess - commentId: P:BenchmarkDotNet.Toolchains.IToolchain.IsInProcess - fullName: BenchmarkDotNet.Toolchains.IToolchain.IsInProcess - nameWithType: IToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.IToolchain.IsInProcess* - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_IsInProcess_ - commentId: Overload:BenchmarkDotNet.Toolchains.IToolchain.IsInProcess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IToolchain.IsInProcess - nameWithType: IToolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.IToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.IToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.IToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: IToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.IToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.IToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IToolchain.IsSupported - nameWithType: IToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.IToolchain.Name - name: Name - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Name - commentId: P:BenchmarkDotNet.Toolchains.IToolchain.Name - fullName: BenchmarkDotNet.Toolchains.IToolchain.Name - nameWithType: IToolchain.Name -- uid: BenchmarkDotNet.Toolchains.IToolchain.Name* - name: Name - href: api/BenchmarkDotNet.Toolchains.IToolchain.html#BenchmarkDotNet_Toolchains_IToolchain_Name_ - commentId: Overload:BenchmarkDotNet.Toolchains.IToolchain.Name - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.IToolchain.Name - nameWithType: IToolchain.Name -- uid: BenchmarkDotNet.Toolchains.Mono - name: BenchmarkDotNet.Toolchains.Mono - href: api/BenchmarkDotNet.Toolchains.Mono.html - commentId: N:BenchmarkDotNet.Toolchains.Mono - fullName: BenchmarkDotNet.Toolchains.Mono - nameWithType: BenchmarkDotNet.Toolchains.Mono -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder - name: MonoAotBuilder - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder - nameWithType: MonoAotBuilder -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.html#BenchmarkDotNet_Toolchains_Mono_MonoAotBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: MonoAotBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.html#BenchmarkDotNet_Toolchains_Mono_MonoAotBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotBuilder.Build - nameWithType: MonoAotBuilder.Build -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain - name: MonoAotToolchain - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain - nameWithType: MonoAotToolchain -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.#ctor - name: MonoAotToolchain() - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.html#BenchmarkDotNet_Toolchains_Mono_MonoAotToolchain__ctor - commentId: M:BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.#ctor - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.MonoAotToolchain() - nameWithType: MonoAotToolchain.MonoAotToolchain() -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.#ctor* - name: MonoAotToolchain - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.html#BenchmarkDotNet_Toolchains_Mono_MonoAotToolchain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.MonoAotToolchain - nameWithType: MonoAotToolchain.MonoAotToolchain -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.Instance - name: Instance - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.html#BenchmarkDotNet_Toolchains_Mono_MonoAotToolchain_Instance - commentId: F:BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.Instance - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.Instance - nameWithType: MonoAotToolchain.Instance -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.html#BenchmarkDotNet_Toolchains_Mono_MonoAotToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: MonoAotToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.html#BenchmarkDotNet_Toolchains_Mono_MonoAotToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Mono.MonoAotToolchain.IsSupported - nameWithType: MonoAotToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM - name: BenchmarkDotNet.Toolchains.MonoAotLLVM - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.html - commentId: N:BenchmarkDotNet.Toolchains.MonoAotLLVM - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM - nameWithType: BenchmarkDotNet.Toolchains.MonoAotLLVM -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode - name: MonoAotCompilerMode - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.html - commentId: T:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode - nameWithType: MonoAotCompilerMode -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.llvm - name: llvm - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotCompilerMode_llvm - commentId: F:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.llvm - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.llvm - nameWithType: MonoAotCompilerMode.llvm -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.mini - name: mini - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotCompilerMode_mini - commentId: F:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.mini - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode.mini - nameWithType: MonoAotCompilerMode.mini -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder - name: MonoAotLLVMBuilder - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder - nameWithType: MonoAotLLVMBuilder -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.#ctor(System.String,System.String,System.Nullable{System.TimeSpan}) - name: MonoAotLLVMBuilder(String, String, Nullable) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMBuilder__ctor_System_String_System_String_System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.#ctor(System.String,System.String,System.Nullable{System.TimeSpan}) - name.vb: MonoAotLLVMBuilder(String, String, Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.MonoAotLLVMBuilder(System.String, System.String, System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.MonoAotLLVMBuilder(System.String, System.String, System.Nullable(Of System.TimeSpan)) - nameWithType: MonoAotLLVMBuilder.MonoAotLLVMBuilder(String, String, Nullable) - nameWithType.vb: MonoAotLLVMBuilder.MonoAotLLVMBuilder(String, String, Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.#ctor* - name: MonoAotLLVMBuilder - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMBuilder__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.MonoAotLLVMBuilder - nameWithType: MonoAotLLVMBuilder.MonoAotLLVMBuilder -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: MonoAotLLVMBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.Build - nameWithType: MonoAotLLVMBuilder.Build -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.RenameSharedLibaries(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Loggers.ILogger) - name: RenameSharedLibaries(GenerateResult, ILogger) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMBuilder_RenameSharedLibaries_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.RenameSharedLibaries(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.RenameSharedLibaries(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Loggers.ILogger) - nameWithType: MonoAotLLVMBuilder.RenameSharedLibaries(GenerateResult, ILogger) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.RenameSharedLibaries* - name: RenameSharedLibaries - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMBuilder_RenameSharedLibaries_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.RenameSharedLibaries - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMBuilder.RenameSharedLibaries - nameWithType: MonoAotLLVMBuilder.RenameSharedLibaries -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator - name: MonoAotLLVMGenerator - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator - nameWithType: MonoAotLLVMGenerator -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.#ctor(System.String,System.String,System.String,System.String,System.String,BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode) - name: MonoAotLLVMGenerator(String, String, String, String, String, MonoAotCompilerMode) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator__ctor_System_String_System_String_System_String_System_String_System_String_BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotCompilerMode_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.#ctor(System.String,System.String,System.String,System.String,System.String,BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.MonoAotLLVMGenerator(System.String, System.String, System.String, System.String, System.String, BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotCompilerMode) - nameWithType: MonoAotLLVMGenerator.MonoAotLLVMGenerator(String, String, String, String, String, MonoAotCompilerMode) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.#ctor* - name: MonoAotLLVMGenerator - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.MonoAotLLVMGenerator - nameWithType: MonoAotLLVMGenerator.MonoAotLLVMGenerator -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - name: GenerateProject(BuildPartition, ArtifactsPaths, ILogger) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths, BenchmarkDotNet.Loggers.ILogger) - nameWithType: MonoAotLLVMGenerator.GenerateProject(BuildPartition, ArtifactsPaths, ILogger) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GenerateProject - nameWithType: MonoAotLLVMGenerator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetBinariesDirectoryPath(System.String,System.String) - name: GetBinariesDirectoryPath(String, String) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator_GetBinariesDirectoryPath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetBinariesDirectoryPath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetBinariesDirectoryPath(System.String, System.String) - nameWithType: MonoAotLLVMGenerator.GetBinariesDirectoryPath(String, String) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetBinariesDirectoryPath* - name: GetBinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator_GetBinariesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetBinariesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetBinariesDirectoryPath - nameWithType: MonoAotLLVMGenerator.GetBinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetExecutablePath(System.String,System.String) - name: GetExecutablePath(String, String) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator_GetExecutablePath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetExecutablePath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetExecutablePath(System.String, System.String) - nameWithType: MonoAotLLVMGenerator.GetExecutablePath(String, String) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetExecutablePath* - name: GetExecutablePath - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMGenerator_GetExecutablePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetExecutablePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMGenerator.GetExecutablePath - nameWithType: MonoAotLLVMGenerator.GetExecutablePath -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain - name: MonoAotLLVMToolChain - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.html - commentId: T:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain - nameWithType: MonoAotLLVMToolChain -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.#ctor(System.String,BenchmarkDotNet.Toolchains.IGenerator,BenchmarkDotNet.Toolchains.IBuilder,BenchmarkDotNet.Toolchains.IExecutor) - name: MonoAotLLVMToolChain(String, IGenerator, IBuilder, IExecutor) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMToolChain__ctor_System_String_BenchmarkDotNet_Toolchains_IGenerator_BenchmarkDotNet_Toolchains_IBuilder_BenchmarkDotNet_Toolchains_IExecutor_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.#ctor(System.String,BenchmarkDotNet.Toolchains.IGenerator,BenchmarkDotNet.Toolchains.IBuilder,BenchmarkDotNet.Toolchains.IExecutor) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.MonoAotLLVMToolChain(System.String, BenchmarkDotNet.Toolchains.IGenerator, BenchmarkDotNet.Toolchains.IBuilder, BenchmarkDotNet.Toolchains.IExecutor) - nameWithType: MonoAotLLVMToolChain.MonoAotLLVMToolChain(String, IGenerator, IBuilder, IExecutor) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.#ctor* - name: MonoAotLLVMToolChain - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMToolChain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.MonoAotLLVMToolChain - nameWithType: MonoAotLLVMToolChain.MonoAotLLVMToolChain -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - name: From(NetCoreAppSettings) - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMToolChain_From_BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_ - commentId: M:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - nameWithType: MonoAotLLVMToolChain.From(NetCoreAppSettings) -- uid: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.From* - name: From - href: api/BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.html#BenchmarkDotNet_Toolchains_MonoAotLLVM_MonoAotLLVMToolChain_From_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.From - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoAotLLVM.MonoAotLLVMToolChain.From - nameWithType: MonoAotLLVMToolChain.From -- uid: BenchmarkDotNet.Toolchains.MonoWasm - name: BenchmarkDotNet.Toolchains.MonoWasm - href: api/BenchmarkDotNet.Toolchains.MonoWasm.html - commentId: N:BenchmarkDotNet.Toolchains.MonoWasm - fullName: BenchmarkDotNet.Toolchains.MonoWasm - nameWithType: BenchmarkDotNet.Toolchains.MonoWasm -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder - name: WasmBuilder - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.html - commentId: T:BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder - nameWithType: WasmBuilder -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.#ctor(System.String,System.String,System.Nullable{System.TimeSpan}) - name: WasmBuilder(String, String, Nullable) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmBuilder__ctor_System_String_System_String_System_Nullable_System_TimeSpan__ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.#ctor(System.String,System.String,System.Nullable{System.TimeSpan}) - name.vb: WasmBuilder(String, String, Nullable(Of TimeSpan)) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.WasmBuilder(System.String, System.String, System.Nullable) - fullName.vb: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.WasmBuilder(System.String, System.String, System.Nullable(Of System.TimeSpan)) - nameWithType: WasmBuilder.WasmBuilder(String, String, Nullable) - nameWithType.vb: WasmBuilder.WasmBuilder(String, String, Nullable(Of TimeSpan)) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.#ctor* - name: WasmBuilder - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmBuilder__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.WasmBuilder - nameWithType: WasmBuilder.WasmBuilder -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmBuilder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: WasmBuilder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmBuilder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmBuilder.Build - nameWithType: WasmBuilder.Build -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator - name: WasmGenerator - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html - commentId: T:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator - nameWithType: WasmGenerator -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.#ctor(System.String,System.String,System.String,System.String) - name: WasmGenerator(String, String, String, String) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator__ctor_System_String_System_String_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.#ctor(System.String,System.String,System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.WasmGenerator(System.String, System.String, System.String, System.String) - nameWithType: WasmGenerator.WasmGenerator(String, String, String, String) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.#ctor* - name: WasmGenerator - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.WasmGenerator - nameWithType: WasmGenerator.WasmGenerator -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - name: GenerateProject(BuildPartition, ArtifactsPaths, ILogger) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator_GenerateProject_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GenerateProject(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths, BenchmarkDotNet.Loggers.ILogger) - nameWithType: WasmGenerator.GenerateProject(BuildPartition, ArtifactsPaths, ILogger) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GenerateProject* - name: GenerateProject - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator_GenerateProject_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GenerateProject - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GenerateProject - nameWithType: WasmGenerator.GenerateProject -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetBinariesDirectoryPath(System.String,System.String) - name: GetBinariesDirectoryPath(String, String) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator_GetBinariesDirectoryPath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetBinariesDirectoryPath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetBinariesDirectoryPath(System.String, System.String) - nameWithType: WasmGenerator.GetBinariesDirectoryPath(String, String) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetBinariesDirectoryPath* - name: GetBinariesDirectoryPath - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator_GetBinariesDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetBinariesDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetBinariesDirectoryPath - nameWithType: WasmGenerator.GetBinariesDirectoryPath -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetExecutablePath(System.String,System.String) - name: GetExecutablePath(String, String) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator_GetExecutablePath_System_String_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetExecutablePath(System.String,System.String) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetExecutablePath(System.String, System.String) - nameWithType: WasmGenerator.GetExecutablePath(String, String) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetExecutablePath* - name: GetExecutablePath - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmGenerator_GetExecutablePath_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetExecutablePath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmGenerator.GetExecutablePath - nameWithType: WasmGenerator.GetExecutablePath -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain - name: WasmToolChain - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.html - commentId: T:BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain - nameWithType: WasmToolChain -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - name: From(NetCoreAppSettings) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmToolChain_From_BenchmarkDotNet_Toolchains_DotNetCli_NetCoreAppSettings_ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.From(BenchmarkDotNet.Toolchains.DotNetCli.NetCoreAppSettings) - nameWithType: WasmToolChain.From(NetCoreAppSettings) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.From* - name: From - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmToolChain_From_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.From - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.From - nameWithType: WasmToolChain.From -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmToolChain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: WasmToolChain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.html#BenchmarkDotNet_Toolchains_MonoWasm_WasmToolChain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.MonoWasm.WasmToolChain.IsSupported - nameWithType: WasmToolChain.IsSupported -- uid: BenchmarkDotNet.Toolchains.Parameters - name: BenchmarkDotNet.Toolchains.Parameters - href: api/BenchmarkDotNet.Toolchains.Parameters.html - commentId: N:BenchmarkDotNet.Toolchains.Parameters - fullName: BenchmarkDotNet.Toolchains.Parameters - nameWithType: BenchmarkDotNet.Toolchains.Parameters -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters - name: ExecuteParameters - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html - commentId: T:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters - nameWithType: ExecuteParameters -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.#ctor(BenchmarkDotNet.Toolchains.Results.BuildResult,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Running.BenchmarkId,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver,BenchmarkDotNet.Diagnosers.IDiagnoser) - name: ExecuteParameters(BuildResult, BenchmarkCase, BenchmarkId, ILogger, IResolver, IDiagnoser) - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters__ctor_BenchmarkDotNet_Toolchains_Results_BuildResult_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Running_BenchmarkId_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_BenchmarkDotNet_Diagnosers_IDiagnoser_ - commentId: M:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.#ctor(BenchmarkDotNet.Toolchains.Results.BuildResult,BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Running.BenchmarkId,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver,BenchmarkDotNet.Diagnosers.IDiagnoser) - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.ExecuteParameters(BenchmarkDotNet.Toolchains.Results.BuildResult, BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Running.BenchmarkId, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver, BenchmarkDotNet.Diagnosers.IDiagnoser) - nameWithType: ExecuteParameters.ExecuteParameters(BuildResult, BenchmarkCase, BenchmarkId, ILogger, IResolver, IDiagnoser) -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.#ctor* - name: ExecuteParameters - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.ExecuteParameters - nameWithType: ExecuteParameters.ExecuteParameters -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkCase - name: BenchmarkCase - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_BenchmarkCase - commentId: P:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkCase - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkCase - nameWithType: ExecuteParameters.BenchmarkCase -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkCase* - name: BenchmarkCase - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_BenchmarkCase_ - commentId: Overload:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkCase - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkCase - nameWithType: ExecuteParameters.BenchmarkCase -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkId - name: BenchmarkId - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_BenchmarkId - commentId: P:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkId - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkId - nameWithType: ExecuteParameters.BenchmarkId -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkId* - name: BenchmarkId - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_BenchmarkId_ - commentId: Overload:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkId - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BenchmarkId - nameWithType: ExecuteParameters.BenchmarkId -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BuildResult - name: BuildResult - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_BuildResult - commentId: P:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BuildResult - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BuildResult - nameWithType: ExecuteParameters.BuildResult -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BuildResult* - name: BuildResult - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_BuildResult_ - commentId: Overload:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BuildResult - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.BuildResult - nameWithType: ExecuteParameters.BuildResult -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Diagnoser - name: Diagnoser - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_Diagnoser - commentId: P:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Diagnoser - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Diagnoser - nameWithType: ExecuteParameters.Diagnoser -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Diagnoser* - name: Diagnoser - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_Diagnoser_ - commentId: Overload:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Diagnoser - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Diagnoser - nameWithType: ExecuteParameters.Diagnoser -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Logger - name: Logger - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_Logger - commentId: P:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Logger - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Logger - nameWithType: ExecuteParameters.Logger -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Logger* - name: Logger - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_Logger_ - commentId: Overload:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Logger - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Logger - nameWithType: ExecuteParameters.Logger -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Resolver - name: Resolver - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_Resolver - commentId: P:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Resolver - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Resolver - nameWithType: ExecuteParameters.Resolver -- uid: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Resolver* - name: Resolver - href: api/BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.html#BenchmarkDotNet_Toolchains_Parameters_ExecuteParameters_Resolver_ - commentId: Overload:BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Resolver - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Parameters.ExecuteParameters.Resolver - nameWithType: ExecuteParameters.Resolver -- uid: BenchmarkDotNet.Toolchains.Results - name: BenchmarkDotNet.Toolchains.Results - href: api/BenchmarkDotNet.Toolchains.Results.html - commentId: N:BenchmarkDotNet.Toolchains.Results - fullName: BenchmarkDotNet.Toolchains.Results - nameWithType: BenchmarkDotNet.Toolchains.Results -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult - name: BuildResult - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html - commentId: T:BenchmarkDotNet.Toolchains.Results.BuildResult - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult - nameWithType: BuildResult -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.ErrorMessage - name: ErrorMessage - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_ErrorMessage - commentId: P:BenchmarkDotNet.Toolchains.Results.BuildResult.ErrorMessage - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.ErrorMessage - nameWithType: BuildResult.ErrorMessage -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.ErrorMessage* - name: ErrorMessage - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_ErrorMessage_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.BuildResult.ErrorMessage - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.ErrorMessage - nameWithType: BuildResult.ErrorMessage -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.Failure(BenchmarkDotNet.Toolchains.Results.GenerateResult,System.Exception) - name: Failure(GenerateResult, Exception) - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_Failure_BenchmarkDotNet_Toolchains_Results_GenerateResult_System_Exception_ - commentId: M:BenchmarkDotNet.Toolchains.Results.BuildResult.Failure(BenchmarkDotNet.Toolchains.Results.GenerateResult,System.Exception) - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.Failure(BenchmarkDotNet.Toolchains.Results.GenerateResult, System.Exception) - nameWithType: BuildResult.Failure(GenerateResult, Exception) -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.Failure(BenchmarkDotNet.Toolchains.Results.GenerateResult,System.String) - name: Failure(GenerateResult, String) - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_Failure_BenchmarkDotNet_Toolchains_Results_GenerateResult_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.Results.BuildResult.Failure(BenchmarkDotNet.Toolchains.Results.GenerateResult,System.String) - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.Failure(BenchmarkDotNet.Toolchains.Results.GenerateResult, System.String) - nameWithType: BuildResult.Failure(GenerateResult, String) -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.Failure* - name: Failure - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_Failure_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.BuildResult.Failure - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.Failure - nameWithType: BuildResult.Failure -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.IsBuildSuccess - name: IsBuildSuccess - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_IsBuildSuccess - commentId: P:BenchmarkDotNet.Toolchains.Results.BuildResult.IsBuildSuccess - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.IsBuildSuccess - nameWithType: BuildResult.IsBuildSuccess -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.IsBuildSuccess* - name: IsBuildSuccess - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_IsBuildSuccess_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.BuildResult.IsBuildSuccess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.IsBuildSuccess - nameWithType: BuildResult.IsBuildSuccess -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.Success(BenchmarkDotNet.Toolchains.Results.GenerateResult) - name: Success(GenerateResult) - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_Success_BenchmarkDotNet_Toolchains_Results_GenerateResult_ - commentId: M:BenchmarkDotNet.Toolchains.Results.BuildResult.Success(BenchmarkDotNet.Toolchains.Results.GenerateResult) - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.Success(BenchmarkDotNet.Toolchains.Results.GenerateResult) - nameWithType: BuildResult.Success(GenerateResult) -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.Success* - name: Success - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_Success_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.BuildResult.Success - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.Success - nameWithType: BuildResult.Success -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.ToString - name: ToString() - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_ToString - commentId: M:BenchmarkDotNet.Toolchains.Results.BuildResult.ToString - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.ToString() - nameWithType: BuildResult.ToString() -- uid: BenchmarkDotNet.Toolchains.Results.BuildResult.ToString* - name: ToString - href: api/BenchmarkDotNet.Toolchains.Results.BuildResult.html#BenchmarkDotNet_Toolchains_Results_BuildResult_ToString_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.BuildResult.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.BuildResult.ToString - nameWithType: BuildResult.ToString -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult - name: ExecuteResult - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html - commentId: T:BenchmarkDotNet.Toolchains.Results.ExecuteResult - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult - nameWithType: ExecuteResult -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.#ctor(System.Boolean,System.Int32,System.Nullable{System.Int32},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String}) - name: ExecuteResult(Boolean, Int32, Nullable, IReadOnlyList, IReadOnlyList) - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult__ctor_System_Boolean_System_Int32_System_Nullable_System_Int32__System_Collections_Generic_IReadOnlyList_System_String__System_Collections_Generic_IReadOnlyList_System_String__ - commentId: M:BenchmarkDotNet.Toolchains.Results.ExecuteResult.#ctor(System.Boolean,System.Int32,System.Nullable{System.Int32},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String}) - name.vb: ExecuteResult(Boolean, Int32, Nullable(Of Int32), IReadOnlyList(Of String), IReadOnlyList(Of String)) - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExecuteResult(System.Boolean, System.Int32, System.Nullable, System.Collections.Generic.IReadOnlyList, System.Collections.Generic.IReadOnlyList) - fullName.vb: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExecuteResult(System.Boolean, System.Int32, System.Nullable(Of System.Int32), System.Collections.Generic.IReadOnlyList(Of System.String), System.Collections.Generic.IReadOnlyList(Of System.String)) - nameWithType: ExecuteResult.ExecuteResult(Boolean, Int32, Nullable, IReadOnlyList, IReadOnlyList) - nameWithType.vb: ExecuteResult.ExecuteResult(Boolean, Int32, Nullable(Of Int32), IReadOnlyList(Of String), IReadOnlyList(Of String)) -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.#ctor* - name: ExecuteResult - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.ExecuteResult.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExecuteResult - nameWithType: ExecuteResult.ExecuteResult -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.Data - name: Data - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_Data - commentId: P:BenchmarkDotNet.Toolchains.Results.ExecuteResult.Data - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.Data - nameWithType: ExecuteResult.Data -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.Data* - name: Data - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_Data_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.ExecuteResult.Data - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.Data - nameWithType: ExecuteResult.Data -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExitCode - name: ExitCode - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ExitCode - commentId: P:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExitCode - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExitCode - nameWithType: ExecuteResult.ExitCode -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExitCode* - name: ExitCode - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ExitCode_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExitCode - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExitCode - nameWithType: ExecuteResult.ExitCode -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExtraOutput - name: ExtraOutput - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ExtraOutput - commentId: P:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExtraOutput - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExtraOutput - nameWithType: ExecuteResult.ExtraOutput -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExtraOutput* - name: ExtraOutput - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ExtraOutput_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExtraOutput - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ExtraOutput - nameWithType: ExecuteResult.ExtraOutput -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.FoundExecutable - name: FoundExecutable - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_FoundExecutable - commentId: P:BenchmarkDotNet.Toolchains.Results.ExecuteResult.FoundExecutable - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.FoundExecutable - nameWithType: ExecuteResult.FoundExecutable -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.FoundExecutable* - name: FoundExecutable - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_FoundExecutable_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.ExecuteResult.FoundExecutable - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.FoundExecutable - nameWithType: ExecuteResult.FoundExecutable -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ProcessId - name: ProcessId - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ProcessId - commentId: P:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ProcessId - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ProcessId - nameWithType: ExecuteResult.ProcessId -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ProcessId* - name: ProcessId - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ProcessId_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ProcessId - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ProcessId - nameWithType: ExecuteResult.ProcessId -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ToString - name: ToString() - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ToString - commentId: M:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ToString - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ToString() - nameWithType: ExecuteResult.ToString() -- uid: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ToString* - name: ToString - href: api/BenchmarkDotNet.Toolchains.Results.ExecuteResult.html#BenchmarkDotNet_Toolchains_Results_ExecuteResult_ToString_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.ExecuteResult.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.ExecuteResult.ToString - nameWithType: ExecuteResult.ToString -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult - name: GenerateResult - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html - commentId: T:BenchmarkDotNet.Toolchains.Results.GenerateResult - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult - nameWithType: GenerateResult -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.#ctor(BenchmarkDotNet.Toolchains.ArtifactsPaths,System.Boolean,System.Exception,System.Collections.Generic.IReadOnlyCollection{System.String}) - name: GenerateResult(ArtifactsPaths, Boolean, Exception, IReadOnlyCollection) - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult__ctor_BenchmarkDotNet_Toolchains_ArtifactsPaths_System_Boolean_System_Exception_System_Collections_Generic_IReadOnlyCollection_System_String__ - commentId: M:BenchmarkDotNet.Toolchains.Results.GenerateResult.#ctor(BenchmarkDotNet.Toolchains.ArtifactsPaths,System.Boolean,System.Exception,System.Collections.Generic.IReadOnlyCollection{System.String}) - name.vb: GenerateResult(ArtifactsPaths, Boolean, Exception, IReadOnlyCollection(Of String)) - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateResult(BenchmarkDotNet.Toolchains.ArtifactsPaths, System.Boolean, System.Exception, System.Collections.Generic.IReadOnlyCollection) - fullName.vb: BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateResult(BenchmarkDotNet.Toolchains.ArtifactsPaths, System.Boolean, System.Exception, System.Collections.Generic.IReadOnlyCollection(Of System.String)) - nameWithType: GenerateResult.GenerateResult(ArtifactsPaths, Boolean, Exception, IReadOnlyCollection) - nameWithType.vb: GenerateResult.GenerateResult(ArtifactsPaths, Boolean, Exception, IReadOnlyCollection(Of String)) -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.#ctor* - name: GenerateResult - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateResult - nameWithType: GenerateResult.GenerateResult -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsPaths - name: ArtifactsPaths - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_ArtifactsPaths - commentId: P:BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsPaths - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsPaths - nameWithType: GenerateResult.ArtifactsPaths -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsPaths* - name: ArtifactsPaths - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_ArtifactsPaths_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsPaths - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsPaths - nameWithType: GenerateResult.ArtifactsPaths -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsToCleanup - name: ArtifactsToCleanup - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_ArtifactsToCleanup - commentId: P:BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsToCleanup - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsToCleanup - nameWithType: GenerateResult.ArtifactsToCleanup -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsToCleanup* - name: ArtifactsToCleanup - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_ArtifactsToCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsToCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.ArtifactsToCleanup - nameWithType: GenerateResult.ArtifactsToCleanup -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.Failure(BenchmarkDotNet.Toolchains.ArtifactsPaths,System.Collections.Generic.IReadOnlyCollection{System.String},System.Exception) - name: Failure(ArtifactsPaths, IReadOnlyCollection, Exception) - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_Failure_BenchmarkDotNet_Toolchains_ArtifactsPaths_System_Collections_Generic_IReadOnlyCollection_System_String__System_Exception_ - commentId: M:BenchmarkDotNet.Toolchains.Results.GenerateResult.Failure(BenchmarkDotNet.Toolchains.ArtifactsPaths,System.Collections.Generic.IReadOnlyCollection{System.String},System.Exception) - name.vb: Failure(ArtifactsPaths, IReadOnlyCollection(Of String), Exception) - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.Failure(BenchmarkDotNet.Toolchains.ArtifactsPaths, System.Collections.Generic.IReadOnlyCollection, System.Exception) - fullName.vb: BenchmarkDotNet.Toolchains.Results.GenerateResult.Failure(BenchmarkDotNet.Toolchains.ArtifactsPaths, System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Exception) - nameWithType: GenerateResult.Failure(ArtifactsPaths, IReadOnlyCollection, Exception) - nameWithType.vb: GenerateResult.Failure(ArtifactsPaths, IReadOnlyCollection(Of String), Exception) -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.Failure* - name: Failure - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_Failure_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.Failure - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.Failure - nameWithType: GenerateResult.Failure -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateException - name: GenerateException - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_GenerateException - commentId: P:BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateException - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateException - nameWithType: GenerateResult.GenerateException -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateException* - name: GenerateException - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_GenerateException_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateException - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.GenerateException - nameWithType: GenerateResult.GenerateException -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.IsGenerateSuccess - name: IsGenerateSuccess - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_IsGenerateSuccess - commentId: P:BenchmarkDotNet.Toolchains.Results.GenerateResult.IsGenerateSuccess - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.IsGenerateSuccess - nameWithType: GenerateResult.IsGenerateSuccess -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.IsGenerateSuccess* - name: IsGenerateSuccess - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_IsGenerateSuccess_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.IsGenerateSuccess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.IsGenerateSuccess - nameWithType: GenerateResult.IsGenerateSuccess -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.Success(BenchmarkDotNet.Toolchains.ArtifactsPaths,System.Collections.Generic.IReadOnlyCollection{System.String}) - name: Success(ArtifactsPaths, IReadOnlyCollection) - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_Success_BenchmarkDotNet_Toolchains_ArtifactsPaths_System_Collections_Generic_IReadOnlyCollection_System_String__ - commentId: M:BenchmarkDotNet.Toolchains.Results.GenerateResult.Success(BenchmarkDotNet.Toolchains.ArtifactsPaths,System.Collections.Generic.IReadOnlyCollection{System.String}) - name.vb: Success(ArtifactsPaths, IReadOnlyCollection(Of String)) - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.Success(BenchmarkDotNet.Toolchains.ArtifactsPaths, System.Collections.Generic.IReadOnlyCollection) - fullName.vb: BenchmarkDotNet.Toolchains.Results.GenerateResult.Success(BenchmarkDotNet.Toolchains.ArtifactsPaths, System.Collections.Generic.IReadOnlyCollection(Of System.String)) - nameWithType: GenerateResult.Success(ArtifactsPaths, IReadOnlyCollection) - nameWithType.vb: GenerateResult.Success(ArtifactsPaths, IReadOnlyCollection(Of String)) -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.Success* - name: Success - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_Success_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.Success - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.Success - nameWithType: GenerateResult.Success -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.ToString - name: ToString() - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_ToString - commentId: M:BenchmarkDotNet.Toolchains.Results.GenerateResult.ToString - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.ToString() - nameWithType: GenerateResult.ToString() -- uid: BenchmarkDotNet.Toolchains.Results.GenerateResult.ToString* - name: ToString - href: api/BenchmarkDotNet.Toolchains.Results.GenerateResult.html#BenchmarkDotNet_Toolchains_Results_GenerateResult_ToString_ - commentId: Overload:BenchmarkDotNet.Toolchains.Results.GenerateResult.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Results.GenerateResult.ToString - nameWithType: GenerateResult.ToString -- uid: BenchmarkDotNet.Toolchains.Roslyn - name: BenchmarkDotNet.Toolchains.Roslyn - href: api/BenchmarkDotNet.Toolchains.Roslyn.html - commentId: N:BenchmarkDotNet.Toolchains.Roslyn - fullName: BenchmarkDotNet.Toolchains.Roslyn - nameWithType: BenchmarkDotNet.Toolchains.Roslyn -- uid: BenchmarkDotNet.Toolchains.Roslyn.Builder - name: Builder - href: api/BenchmarkDotNet.Toolchains.Roslyn.Builder.html - commentId: T:BenchmarkDotNet.Toolchains.Roslyn.Builder - fullName: BenchmarkDotNet.Toolchains.Roslyn.Builder - nameWithType: Builder -- uid: BenchmarkDotNet.Toolchains.Roslyn.Builder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - name: Build(GenerateResult, BuildPartition, ILogger) - href: api/BenchmarkDotNet.Toolchains.Roslyn.Builder.html#BenchmarkDotNet_Toolchains_Roslyn_Builder_Build_BenchmarkDotNet_Toolchains_Results_GenerateResult_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Loggers_ILogger_ - commentId: M:BenchmarkDotNet.Toolchains.Roslyn.Builder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult,BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Loggers.ILogger) - fullName: BenchmarkDotNet.Toolchains.Roslyn.Builder.Build(BenchmarkDotNet.Toolchains.Results.GenerateResult, BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Loggers.ILogger) - nameWithType: Builder.Build(GenerateResult, BuildPartition, ILogger) -- uid: BenchmarkDotNet.Toolchains.Roslyn.Builder.Build* - name: Build - href: api/BenchmarkDotNet.Toolchains.Roslyn.Builder.html#BenchmarkDotNet_Toolchains_Roslyn_Builder_Build_ - commentId: Overload:BenchmarkDotNet.Toolchains.Roslyn.Builder.Build - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Roslyn.Builder.Build - nameWithType: Builder.Build -- uid: BenchmarkDotNet.Toolchains.Roslyn.Builder.Instance - name: Instance - href: api/BenchmarkDotNet.Toolchains.Roslyn.Builder.html#BenchmarkDotNet_Toolchains_Roslyn_Builder_Instance - commentId: F:BenchmarkDotNet.Toolchains.Roslyn.Builder.Instance - fullName: BenchmarkDotNet.Toolchains.Roslyn.Builder.Instance - nameWithType: Builder.Instance -- uid: BenchmarkDotNet.Toolchains.Roslyn.Generator - name: Generator - href: api/BenchmarkDotNet.Toolchains.Roslyn.Generator.html - commentId: T:BenchmarkDotNet.Toolchains.Roslyn.Generator - fullName: BenchmarkDotNet.Toolchains.Roslyn.Generator - nameWithType: Generator -- uid: BenchmarkDotNet.Toolchains.Roslyn.Generator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GenerateBuildScript(BuildPartition, ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.Roslyn.Generator.html#BenchmarkDotNet_Toolchains_Roslyn_Generator_GenerateBuildScript_BenchmarkDotNet_Running_BuildPartition_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.Roslyn.Generator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition,BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.Roslyn.Generator.GenerateBuildScript(BenchmarkDotNet.Running.BuildPartition, BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: Generator.GenerateBuildScript(BuildPartition, ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.Roslyn.Generator.GenerateBuildScript* - name: GenerateBuildScript - href: api/BenchmarkDotNet.Toolchains.Roslyn.Generator.html#BenchmarkDotNet_Toolchains_Roslyn_Generator_GenerateBuildScript_ - commentId: Overload:BenchmarkDotNet.Toolchains.Roslyn.Generator.GenerateBuildScript - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Roslyn.Generator.GenerateBuildScript - nameWithType: Generator.GenerateBuildScript -- uid: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - name: GetArtifactsToCleanup(ArtifactsPaths) - href: api/BenchmarkDotNet.Toolchains.Roslyn.Generator.html#BenchmarkDotNet_Toolchains_Roslyn_Generator_GetArtifactsToCleanup_BenchmarkDotNet_Toolchains_ArtifactsPaths_ - commentId: M:BenchmarkDotNet.Toolchains.Roslyn.Generator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - fullName: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetArtifactsToCleanup(BenchmarkDotNet.Toolchains.ArtifactsPaths) - nameWithType: Generator.GetArtifactsToCleanup(ArtifactsPaths) -- uid: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetArtifactsToCleanup* - name: GetArtifactsToCleanup - href: api/BenchmarkDotNet.Toolchains.Roslyn.Generator.html#BenchmarkDotNet_Toolchains_Roslyn_Generator_GetArtifactsToCleanup_ - commentId: Overload:BenchmarkDotNet.Toolchains.Roslyn.Generator.GetArtifactsToCleanup - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetArtifactsToCleanup - nameWithType: Generator.GetArtifactsToCleanup -- uid: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - name: GetBuildArtifactsDirectoryPath(BuildPartition, String) - href: api/BenchmarkDotNet.Toolchains.Roslyn.Generator.html#BenchmarkDotNet_Toolchains_Roslyn_Generator_GetBuildArtifactsDirectoryPath_BenchmarkDotNet_Running_BuildPartition_System_String_ - commentId: M:BenchmarkDotNet.Toolchains.Roslyn.Generator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition,System.String) - fullName: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetBuildArtifactsDirectoryPath(BenchmarkDotNet.Running.BuildPartition, System.String) - nameWithType: Generator.GetBuildArtifactsDirectoryPath(BuildPartition, String) -- uid: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetBuildArtifactsDirectoryPath* - name: GetBuildArtifactsDirectoryPath - href: api/BenchmarkDotNet.Toolchains.Roslyn.Generator.html#BenchmarkDotNet_Toolchains_Roslyn_Generator_GetBuildArtifactsDirectoryPath_ - commentId: Overload:BenchmarkDotNet.Toolchains.Roslyn.Generator.GetBuildArtifactsDirectoryPath - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Roslyn.Generator.GetBuildArtifactsDirectoryPath - nameWithType: Generator.GetBuildArtifactsDirectoryPath -- uid: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain - name: RoslynToolchain - href: api/BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.html - commentId: T:BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain - fullName: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain - nameWithType: RoslynToolchain -- uid: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.#ctor - name: RoslynToolchain() - href: api/BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.html#BenchmarkDotNet_Toolchains_Roslyn_RoslynToolchain__ctor - commentId: M:BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.#ctor - fullName: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.RoslynToolchain() - nameWithType: RoslynToolchain.RoslynToolchain() -- uid: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.#ctor* - name: RoslynToolchain - href: api/BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.html#BenchmarkDotNet_Toolchains_Roslyn_RoslynToolchain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.RoslynToolchain - nameWithType: RoslynToolchain.RoslynToolchain -- uid: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.Instance - name: Instance - href: api/BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.html#BenchmarkDotNet_Toolchains_Roslyn_RoslynToolchain_Instance - commentId: F:BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.Instance - fullName: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.Instance - nameWithType: RoslynToolchain.Instance -- uid: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.html#BenchmarkDotNet_Toolchains_Roslyn_RoslynToolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: RoslynToolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.html#BenchmarkDotNet_Toolchains_Roslyn_RoslynToolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Roslyn.RoslynToolchain.IsSupported - nameWithType: RoslynToolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.Toolchain - name: Toolchain - href: api/BenchmarkDotNet.Toolchains.Toolchain.html - commentId: T:BenchmarkDotNet.Toolchains.Toolchain - fullName: BenchmarkDotNet.Toolchains.Toolchain - nameWithType: Toolchain -- uid: BenchmarkDotNet.Toolchains.Toolchain.#ctor(System.String,BenchmarkDotNet.Toolchains.IGenerator,BenchmarkDotNet.Toolchains.IBuilder,BenchmarkDotNet.Toolchains.IExecutor) - name: Toolchain(String, IGenerator, IBuilder, IExecutor) - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain__ctor_System_String_BenchmarkDotNet_Toolchains_IGenerator_BenchmarkDotNet_Toolchains_IBuilder_BenchmarkDotNet_Toolchains_IExecutor_ - commentId: M:BenchmarkDotNet.Toolchains.Toolchain.#ctor(System.String,BenchmarkDotNet.Toolchains.IGenerator,BenchmarkDotNet.Toolchains.IBuilder,BenchmarkDotNet.Toolchains.IExecutor) - fullName: BenchmarkDotNet.Toolchains.Toolchain.Toolchain(System.String, BenchmarkDotNet.Toolchains.IGenerator, BenchmarkDotNet.Toolchains.IBuilder, BenchmarkDotNet.Toolchains.IExecutor) - nameWithType: Toolchain.Toolchain(String, IGenerator, IBuilder, IExecutor) -- uid: BenchmarkDotNet.Toolchains.Toolchain.#ctor* - name: Toolchain - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain__ctor_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.Toolchain - nameWithType: Toolchain.Toolchain -- uid: BenchmarkDotNet.Toolchains.Toolchain.Builder - name: Builder - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Builder - commentId: P:BenchmarkDotNet.Toolchains.Toolchain.Builder - fullName: BenchmarkDotNet.Toolchains.Toolchain.Builder - nameWithType: Toolchain.Builder -- uid: BenchmarkDotNet.Toolchains.Toolchain.Builder* - name: Builder - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Builder_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.Builder - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.Builder - nameWithType: Toolchain.Builder -- uid: BenchmarkDotNet.Toolchains.Toolchain.Executor - name: Executor - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Executor - commentId: P:BenchmarkDotNet.Toolchains.Toolchain.Executor - fullName: BenchmarkDotNet.Toolchains.Toolchain.Executor - nameWithType: Toolchain.Executor -- uid: BenchmarkDotNet.Toolchains.Toolchain.Executor* - name: Executor - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Executor_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.Executor - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.Executor - nameWithType: Toolchain.Executor -- uid: BenchmarkDotNet.Toolchains.Toolchain.Generator - name: Generator - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Generator - commentId: P:BenchmarkDotNet.Toolchains.Toolchain.Generator - fullName: BenchmarkDotNet.Toolchains.Toolchain.Generator - nameWithType: Toolchain.Generator -- uid: BenchmarkDotNet.Toolchains.Toolchain.Generator* - name: Generator - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Generator_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.Generator - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.Generator - nameWithType: Toolchain.Generator -- uid: BenchmarkDotNet.Toolchains.Toolchain.IsInProcess - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_IsInProcess - commentId: P:BenchmarkDotNet.Toolchains.Toolchain.IsInProcess - fullName: BenchmarkDotNet.Toolchains.Toolchain.IsInProcess - nameWithType: Toolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.Toolchain.IsInProcess* - name: IsInProcess - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_IsInProcess_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.IsInProcess - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.IsInProcess - nameWithType: Toolchain.IsInProcess -- uid: BenchmarkDotNet.Toolchains.Toolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - name: IsSupported(BenchmarkCase, ILogger, IResolver) - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_IsSupported_BenchmarkDotNet_Running_BenchmarkCase_BenchmarkDotNet_Loggers_ILogger_BenchmarkDotNet_Characteristics_IResolver_ - commentId: M:BenchmarkDotNet.Toolchains.Toolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase,BenchmarkDotNet.Loggers.ILogger,BenchmarkDotNet.Characteristics.IResolver) - fullName: BenchmarkDotNet.Toolchains.Toolchain.IsSupported(BenchmarkDotNet.Running.BenchmarkCase, BenchmarkDotNet.Loggers.ILogger, BenchmarkDotNet.Characteristics.IResolver) - nameWithType: Toolchain.IsSupported(BenchmarkCase, ILogger, IResolver) -- uid: BenchmarkDotNet.Toolchains.Toolchain.IsSupported* - name: IsSupported - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_IsSupported_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.IsSupported - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.IsSupported - nameWithType: Toolchain.IsSupported -- uid: BenchmarkDotNet.Toolchains.Toolchain.Name - name: Name - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Name - commentId: P:BenchmarkDotNet.Toolchains.Toolchain.Name - fullName: BenchmarkDotNet.Toolchains.Toolchain.Name - nameWithType: Toolchain.Name -- uid: BenchmarkDotNet.Toolchains.Toolchain.Name* - name: Name - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_Name_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.Name - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.Name - nameWithType: Toolchain.Name -- uid: BenchmarkDotNet.Toolchains.Toolchain.ToString - name: ToString() - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_ToString - commentId: M:BenchmarkDotNet.Toolchains.Toolchain.ToString - fullName: BenchmarkDotNet.Toolchains.Toolchain.ToString() - nameWithType: Toolchain.ToString() -- uid: BenchmarkDotNet.Toolchains.Toolchain.ToString* - name: ToString - href: api/BenchmarkDotNet.Toolchains.Toolchain.html#BenchmarkDotNet_Toolchains_Toolchain_ToString_ - commentId: Overload:BenchmarkDotNet.Toolchains.Toolchain.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Toolchains.Toolchain.ToString - nameWithType: Toolchain.ToString -- uid: BenchmarkDotNet.Validators - name: BenchmarkDotNet.Validators - href: api/BenchmarkDotNet.Validators.html - commentId: N:BenchmarkDotNet.Validators - fullName: BenchmarkDotNet.Validators - nameWithType: BenchmarkDotNet.Validators -- uid: BenchmarkDotNet.Validators.BaselineValidator - name: BaselineValidator - href: api/BenchmarkDotNet.Validators.BaselineValidator.html - commentId: T:BenchmarkDotNet.Validators.BaselineValidator - fullName: BenchmarkDotNet.Validators.BaselineValidator - nameWithType: BaselineValidator -- uid: BenchmarkDotNet.Validators.BaselineValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.BaselineValidator.html#BenchmarkDotNet_Validators_BaselineValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.BaselineValidator.FailOnError - fullName: BenchmarkDotNet.Validators.BaselineValidator.FailOnError - nameWithType: BaselineValidator.FailOnError -- uid: BenchmarkDotNet.Validators.BaselineValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.BaselineValidator.html#BenchmarkDotNet_Validators_BaselineValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.BaselineValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.BaselineValidator.TreatsWarningsAsErrors - nameWithType: BaselineValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.BaselineValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.BaselineValidator.html#BenchmarkDotNet_Validators_BaselineValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.BaselineValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.BaselineValidator.TreatsWarningsAsErrors - nameWithType: BaselineValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.BaselineValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.BaselineValidator.html#BenchmarkDotNet_Validators_BaselineValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.BaselineValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.BaselineValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: BaselineValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.BaselineValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.BaselineValidator.html#BenchmarkDotNet_Validators_BaselineValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.BaselineValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.BaselineValidator.Validate - nameWithType: BaselineValidator.Validate -- uid: BenchmarkDotNet.Validators.CompilationValidator - name: CompilationValidator - href: api/BenchmarkDotNet.Validators.CompilationValidator.html - commentId: T:BenchmarkDotNet.Validators.CompilationValidator - fullName: BenchmarkDotNet.Validators.CompilationValidator - nameWithType: CompilationValidator -- uid: BenchmarkDotNet.Validators.CompilationValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.CompilationValidator.html#BenchmarkDotNet_Validators_CompilationValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.CompilationValidator.FailOnError - fullName: BenchmarkDotNet.Validators.CompilationValidator.FailOnError - nameWithType: CompilationValidator.FailOnError -- uid: BenchmarkDotNet.Validators.CompilationValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.CompilationValidator.html#BenchmarkDotNet_Validators_CompilationValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.CompilationValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.CompilationValidator.TreatsWarningsAsErrors - nameWithType: CompilationValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.CompilationValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.CompilationValidator.html#BenchmarkDotNet_Validators_CompilationValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.CompilationValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.CompilationValidator.TreatsWarningsAsErrors - nameWithType: CompilationValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.CompilationValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.CompilationValidator.html#BenchmarkDotNet_Validators_CompilationValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.CompilationValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.CompilationValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: CompilationValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.CompilationValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.CompilationValidator.html#BenchmarkDotNet_Validators_CompilationValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.CompilationValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.CompilationValidator.Validate - nameWithType: CompilationValidator.Validate -- uid: BenchmarkDotNet.Validators.ConfigCompatibilityValidator - name: ConfigCompatibilityValidator - href: api/BenchmarkDotNet.Validators.ConfigCompatibilityValidator.html - commentId: T:BenchmarkDotNet.Validators.ConfigCompatibilityValidator - fullName: BenchmarkDotNet.Validators.ConfigCompatibilityValidator - nameWithType: ConfigCompatibilityValidator -- uid: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.ConfigCompatibilityValidator.html#BenchmarkDotNet_Validators_ConfigCompatibilityValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.ConfigCompatibilityValidator.FailOnError - fullName: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.FailOnError - nameWithType: ConfigCompatibilityValidator.FailOnError -- uid: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ConfigCompatibilityValidator.html#BenchmarkDotNet_Validators_ConfigCompatibilityValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.ConfigCompatibilityValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.TreatsWarningsAsErrors - nameWithType: ConfigCompatibilityValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ConfigCompatibilityValidator.html#BenchmarkDotNet_Validators_ConfigCompatibilityValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.ConfigCompatibilityValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.TreatsWarningsAsErrors - nameWithType: ConfigCompatibilityValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.ConfigCompatibilityValidator.html#BenchmarkDotNet_Validators_ConfigCompatibilityValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.ConfigCompatibilityValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ConfigCompatibilityValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.ConfigCompatibilityValidator.html#BenchmarkDotNet_Validators_ConfigCompatibilityValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.ConfigCompatibilityValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ConfigCompatibilityValidator.Validate - nameWithType: ConfigCompatibilityValidator.Validate -- uid: BenchmarkDotNet.Validators.ConfigValidator - name: ConfigValidator - href: api/BenchmarkDotNet.Validators.ConfigValidator.html - commentId: T:BenchmarkDotNet.Validators.ConfigValidator - fullName: BenchmarkDotNet.Validators.ConfigValidator - nameWithType: ConfigValidator -- uid: BenchmarkDotNet.Validators.ConfigValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.ConfigValidator.html#BenchmarkDotNet_Validators_ConfigValidator_DontFailOnError - commentId: F:BenchmarkDotNet.Validators.ConfigValidator.DontFailOnError - fullName: BenchmarkDotNet.Validators.ConfigValidator.DontFailOnError - nameWithType: ConfigValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.ConfigValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ConfigValidator.html#BenchmarkDotNet_Validators_ConfigValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.ConfigValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.ConfigValidator.TreatsWarningsAsErrors - nameWithType: ConfigValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ConfigValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ConfigValidator.html#BenchmarkDotNet_Validators_ConfigValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.ConfigValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ConfigValidator.TreatsWarningsAsErrors - nameWithType: ConfigValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ConfigValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.ConfigValidator.html#BenchmarkDotNet_Validators_ConfigValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.ConfigValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.ConfigValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ConfigValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.ConfigValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.ConfigValidator.html#BenchmarkDotNet_Validators_ConfigValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.ConfigValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ConfigValidator.Validate - nameWithType: ConfigValidator.Validate -- uid: BenchmarkDotNet.Validators.DeferredExecutionValidator - name: DeferredExecutionValidator - href: api/BenchmarkDotNet.Validators.DeferredExecutionValidator.html - commentId: T:BenchmarkDotNet.Validators.DeferredExecutionValidator - fullName: BenchmarkDotNet.Validators.DeferredExecutionValidator - nameWithType: DeferredExecutionValidator -- uid: BenchmarkDotNet.Validators.DeferredExecutionValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.DeferredExecutionValidator.html#BenchmarkDotNet_Validators_DeferredExecutionValidator_DontFailOnError - commentId: F:BenchmarkDotNet.Validators.DeferredExecutionValidator.DontFailOnError - fullName: BenchmarkDotNet.Validators.DeferredExecutionValidator.DontFailOnError - nameWithType: DeferredExecutionValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.DeferredExecutionValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.DeferredExecutionValidator.html#BenchmarkDotNet_Validators_DeferredExecutionValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.DeferredExecutionValidator.FailOnError - fullName: BenchmarkDotNet.Validators.DeferredExecutionValidator.FailOnError - nameWithType: DeferredExecutionValidator.FailOnError -- uid: BenchmarkDotNet.Validators.DeferredExecutionValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.DeferredExecutionValidator.html#BenchmarkDotNet_Validators_DeferredExecutionValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.DeferredExecutionValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.DeferredExecutionValidator.TreatsWarningsAsErrors - nameWithType: DeferredExecutionValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.DeferredExecutionValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.DeferredExecutionValidator.html#BenchmarkDotNet_Validators_DeferredExecutionValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.DeferredExecutionValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.DeferredExecutionValidator.TreatsWarningsAsErrors - nameWithType: DeferredExecutionValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.DeferredExecutionValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.DeferredExecutionValidator.html#BenchmarkDotNet_Validators_DeferredExecutionValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.DeferredExecutionValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.DeferredExecutionValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: DeferredExecutionValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.DeferredExecutionValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.DeferredExecutionValidator.html#BenchmarkDotNet_Validators_DeferredExecutionValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.DeferredExecutionValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.DeferredExecutionValidator.Validate - nameWithType: DeferredExecutionValidator.Validate -- uid: BenchmarkDotNet.Validators.DiagnosersValidator - name: DiagnosersValidator - href: api/BenchmarkDotNet.Validators.DiagnosersValidator.html - commentId: T:BenchmarkDotNet.Validators.DiagnosersValidator - fullName: BenchmarkDotNet.Validators.DiagnosersValidator - nameWithType: DiagnosersValidator -- uid: BenchmarkDotNet.Validators.DiagnosersValidator.Composite - name: Composite - href: api/BenchmarkDotNet.Validators.DiagnosersValidator.html#BenchmarkDotNet_Validators_DiagnosersValidator_Composite - commentId: F:BenchmarkDotNet.Validators.DiagnosersValidator.Composite - fullName: BenchmarkDotNet.Validators.DiagnosersValidator.Composite - nameWithType: DiagnosersValidator.Composite -- uid: BenchmarkDotNet.Validators.DiagnosersValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.DiagnosersValidator.html#BenchmarkDotNet_Validators_DiagnosersValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.DiagnosersValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.DiagnosersValidator.TreatsWarningsAsErrors - nameWithType: DiagnosersValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.DiagnosersValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.DiagnosersValidator.html#BenchmarkDotNet_Validators_DiagnosersValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.DiagnosersValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.DiagnosersValidator.TreatsWarningsAsErrors - nameWithType: DiagnosersValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.DiagnosersValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.DiagnosersValidator.html#BenchmarkDotNet_Validators_DiagnosersValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.DiagnosersValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.DiagnosersValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: DiagnosersValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.DiagnosersValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.DiagnosersValidator.html#BenchmarkDotNet_Validators_DiagnosersValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.DiagnosersValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.DiagnosersValidator.Validate - nameWithType: DiagnosersValidator.Validate -- uid: BenchmarkDotNet.Validators.ExecutionValidator - name: ExecutionValidator - href: api/BenchmarkDotNet.Validators.ExecutionValidator.html - commentId: T:BenchmarkDotNet.Validators.ExecutionValidator - fullName: BenchmarkDotNet.Validators.ExecutionValidator - nameWithType: ExecutionValidator -- uid: BenchmarkDotNet.Validators.ExecutionValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.ExecutionValidator.html#BenchmarkDotNet_Validators_ExecutionValidator_DontFailOnError - commentId: F:BenchmarkDotNet.Validators.ExecutionValidator.DontFailOnError - fullName: BenchmarkDotNet.Validators.ExecutionValidator.DontFailOnError - nameWithType: ExecutionValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.ExecutionValidator.ExecuteBenchmarks(System.Object,System.Collections.Generic.IEnumerable{BenchmarkDotNet.Running.BenchmarkCase},System.Collections.Generic.List{BenchmarkDotNet.Validators.ValidationError}) - name: ExecuteBenchmarks(Object, IEnumerable, List) - href: api/BenchmarkDotNet.Validators.ExecutionValidator.html#BenchmarkDotNet_Validators_ExecutionValidator_ExecuteBenchmarks_System_Object_System_Collections_Generic_IEnumerable_BenchmarkDotNet_Running_BenchmarkCase__System_Collections_Generic_List_BenchmarkDotNet_Validators_ValidationError__ - commentId: M:BenchmarkDotNet.Validators.ExecutionValidator.ExecuteBenchmarks(System.Object,System.Collections.Generic.IEnumerable{BenchmarkDotNet.Running.BenchmarkCase},System.Collections.Generic.List{BenchmarkDotNet.Validators.ValidationError}) - name.vb: ExecuteBenchmarks(Object, IEnumerable(Of BenchmarkCase), List(Of ValidationError)) - fullName: BenchmarkDotNet.Validators.ExecutionValidator.ExecuteBenchmarks(System.Object, System.Collections.Generic.IEnumerable, System.Collections.Generic.List) - fullName.vb: BenchmarkDotNet.Validators.ExecutionValidator.ExecuteBenchmarks(System.Object, System.Collections.Generic.IEnumerable(Of BenchmarkDotNet.Running.BenchmarkCase), System.Collections.Generic.List(Of BenchmarkDotNet.Validators.ValidationError)) - nameWithType: ExecutionValidator.ExecuteBenchmarks(Object, IEnumerable, List) - nameWithType.vb: ExecutionValidator.ExecuteBenchmarks(Object, IEnumerable(Of BenchmarkCase), List(Of ValidationError)) -- uid: BenchmarkDotNet.Validators.ExecutionValidator.ExecuteBenchmarks* - name: ExecuteBenchmarks - href: api/BenchmarkDotNet.Validators.ExecutionValidator.html#BenchmarkDotNet_Validators_ExecutionValidator_ExecuteBenchmarks_ - commentId: Overload:BenchmarkDotNet.Validators.ExecutionValidator.ExecuteBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ExecutionValidator.ExecuteBenchmarks - nameWithType: ExecutionValidator.ExecuteBenchmarks -- uid: BenchmarkDotNet.Validators.ExecutionValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.ExecutionValidator.html#BenchmarkDotNet_Validators_ExecutionValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.ExecutionValidator.FailOnError - fullName: BenchmarkDotNet.Validators.ExecutionValidator.FailOnError - nameWithType: ExecutionValidator.FailOnError -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase - name: ExecutionValidatorBase - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html - commentId: T:BenchmarkDotNet.Validators.ExecutionValidatorBase - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase - nameWithType: ExecutionValidatorBase -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.#ctor(System.Boolean) - name: ExecutionValidatorBase(Boolean) - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase__ctor_System_Boolean_ - commentId: M:BenchmarkDotNet.Validators.ExecutionValidatorBase.#ctor(System.Boolean) - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecutionValidatorBase(System.Boolean) - nameWithType: ExecutionValidatorBase.ExecutionValidatorBase(Boolean) -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.#ctor* - name: ExecutionValidatorBase - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase__ctor_ - commentId: Overload:BenchmarkDotNet.Validators.ExecutionValidatorBase.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecutionValidatorBase - nameWithType: ExecutionValidatorBase.ExecutionValidatorBase -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecuteBenchmarks(System.Object,System.Collections.Generic.IEnumerable{BenchmarkDotNet.Running.BenchmarkCase},System.Collections.Generic.List{BenchmarkDotNet.Validators.ValidationError}) - name: ExecuteBenchmarks(Object, IEnumerable, List) - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_ExecuteBenchmarks_System_Object_System_Collections_Generic_IEnumerable_BenchmarkDotNet_Running_BenchmarkCase__System_Collections_Generic_List_BenchmarkDotNet_Validators_ValidationError__ - commentId: M:BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecuteBenchmarks(System.Object,System.Collections.Generic.IEnumerable{BenchmarkDotNet.Running.BenchmarkCase},System.Collections.Generic.List{BenchmarkDotNet.Validators.ValidationError}) - name.vb: ExecuteBenchmarks(Object, IEnumerable(Of BenchmarkCase), List(Of ValidationError)) - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecuteBenchmarks(System.Object, System.Collections.Generic.IEnumerable, System.Collections.Generic.List) - fullName.vb: BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecuteBenchmarks(System.Object, System.Collections.Generic.IEnumerable(Of BenchmarkDotNet.Running.BenchmarkCase), System.Collections.Generic.List(Of BenchmarkDotNet.Validators.ValidationError)) - nameWithType: ExecutionValidatorBase.ExecuteBenchmarks(Object, IEnumerable, List) - nameWithType.vb: ExecutionValidatorBase.ExecuteBenchmarks(Object, IEnumerable(Of BenchmarkCase), List(Of ValidationError)) -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecuteBenchmarks* - name: ExecuteBenchmarks - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_ExecuteBenchmarks_ - commentId: Overload:BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecuteBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.ExecuteBenchmarks - nameWithType: ExecutionValidatorBase.ExecuteBenchmarks -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.GetDisplayExceptionMessage(System.Exception) - name: GetDisplayExceptionMessage(Exception) - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_GetDisplayExceptionMessage_System_Exception_ - commentId: M:BenchmarkDotNet.Validators.ExecutionValidatorBase.GetDisplayExceptionMessage(System.Exception) - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.GetDisplayExceptionMessage(System.Exception) - nameWithType: ExecutionValidatorBase.GetDisplayExceptionMessage(Exception) -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.GetDisplayExceptionMessage* - name: GetDisplayExceptionMessage - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_GetDisplayExceptionMessage_ - commentId: Overload:BenchmarkDotNet.Validators.ExecutionValidatorBase.GetDisplayExceptionMessage - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.GetDisplayExceptionMessage - nameWithType: ExecutionValidatorBase.GetDisplayExceptionMessage -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.ExecutionValidatorBase.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.TreatsWarningsAsErrors - nameWithType: ExecutionValidatorBase.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.ExecutionValidatorBase.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.TreatsWarningsAsErrors - nameWithType: ExecutionValidatorBase.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.ExecutionValidatorBase.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ExecutionValidatorBase.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.ExecutionValidatorBase.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.ExecutionValidatorBase.html#BenchmarkDotNet_Validators_ExecutionValidatorBase_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.ExecutionValidatorBase.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ExecutionValidatorBase.Validate - nameWithType: ExecutionValidatorBase.Validate -- uid: BenchmarkDotNet.Validators.GenericBenchmarksValidator - name: GenericBenchmarksValidator - href: api/BenchmarkDotNet.Validators.GenericBenchmarksValidator.html - commentId: T:BenchmarkDotNet.Validators.GenericBenchmarksValidator - fullName: BenchmarkDotNet.Validators.GenericBenchmarksValidator - nameWithType: GenericBenchmarksValidator -- uid: BenchmarkDotNet.Validators.GenericBenchmarksValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.GenericBenchmarksValidator.html#BenchmarkDotNet_Validators_GenericBenchmarksValidator_DontFailOnError - commentId: F:BenchmarkDotNet.Validators.GenericBenchmarksValidator.DontFailOnError - fullName: BenchmarkDotNet.Validators.GenericBenchmarksValidator.DontFailOnError - nameWithType: GenericBenchmarksValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.GenericBenchmarksValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.GenericBenchmarksValidator.html#BenchmarkDotNet_Validators_GenericBenchmarksValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.GenericBenchmarksValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.GenericBenchmarksValidator.TreatsWarningsAsErrors - nameWithType: GenericBenchmarksValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.GenericBenchmarksValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.GenericBenchmarksValidator.html#BenchmarkDotNet_Validators_GenericBenchmarksValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.GenericBenchmarksValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.GenericBenchmarksValidator.TreatsWarningsAsErrors - nameWithType: GenericBenchmarksValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.GenericBenchmarksValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.GenericBenchmarksValidator.html#BenchmarkDotNet_Validators_GenericBenchmarksValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.GenericBenchmarksValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.GenericBenchmarksValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: GenericBenchmarksValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.GenericBenchmarksValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.GenericBenchmarksValidator.html#BenchmarkDotNet_Validators_GenericBenchmarksValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.GenericBenchmarksValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.GenericBenchmarksValidator.Validate - nameWithType: GenericBenchmarksValidator.Validate -- uid: BenchmarkDotNet.Validators.IValidator - name: IValidator - href: api/BenchmarkDotNet.Validators.IValidator.html - commentId: T:BenchmarkDotNet.Validators.IValidator - fullName: BenchmarkDotNet.Validators.IValidator - nameWithType: IValidator -- uid: BenchmarkDotNet.Validators.IValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.IValidator.html#BenchmarkDotNet_Validators_IValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.IValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.IValidator.TreatsWarningsAsErrors - nameWithType: IValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.IValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.IValidator.html#BenchmarkDotNet_Validators_IValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.IValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.IValidator.TreatsWarningsAsErrors - nameWithType: IValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.IValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.IValidator.html#BenchmarkDotNet_Validators_IValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.IValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.IValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: IValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.IValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.IValidator.html#BenchmarkDotNet_Validators_IValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.IValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.IValidator.Validate - nameWithType: IValidator.Validate -- uid: BenchmarkDotNet.Validators.JitOptimizationsValidator - name: JitOptimizationsValidator - href: api/BenchmarkDotNet.Validators.JitOptimizationsValidator.html - commentId: T:BenchmarkDotNet.Validators.JitOptimizationsValidator - fullName: BenchmarkDotNet.Validators.JitOptimizationsValidator - nameWithType: JitOptimizationsValidator -- uid: BenchmarkDotNet.Validators.JitOptimizationsValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.JitOptimizationsValidator.html#BenchmarkDotNet_Validators_JitOptimizationsValidator_DontFailOnError - commentId: F:BenchmarkDotNet.Validators.JitOptimizationsValidator.DontFailOnError - fullName: BenchmarkDotNet.Validators.JitOptimizationsValidator.DontFailOnError - nameWithType: JitOptimizationsValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.JitOptimizationsValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.JitOptimizationsValidator.html#BenchmarkDotNet_Validators_JitOptimizationsValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.JitOptimizationsValidator.FailOnError - fullName: BenchmarkDotNet.Validators.JitOptimizationsValidator.FailOnError - nameWithType: JitOptimizationsValidator.FailOnError -- uid: BenchmarkDotNet.Validators.JitOptimizationsValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.JitOptimizationsValidator.html#BenchmarkDotNet_Validators_JitOptimizationsValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.JitOptimizationsValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.JitOptimizationsValidator.TreatsWarningsAsErrors - nameWithType: JitOptimizationsValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.JitOptimizationsValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.JitOptimizationsValidator.html#BenchmarkDotNet_Validators_JitOptimizationsValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.JitOptimizationsValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.JitOptimizationsValidator.TreatsWarningsAsErrors - nameWithType: JitOptimizationsValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.JitOptimizationsValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.JitOptimizationsValidator.html#BenchmarkDotNet_Validators_JitOptimizationsValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.JitOptimizationsValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.JitOptimizationsValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: JitOptimizationsValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.JitOptimizationsValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.JitOptimizationsValidator.html#BenchmarkDotNet_Validators_JitOptimizationsValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.JitOptimizationsValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.JitOptimizationsValidator.Validate - nameWithType: JitOptimizationsValidator.Validate -- uid: BenchmarkDotNet.Validators.ParamsAllValuesValidator - name: ParamsAllValuesValidator - href: api/BenchmarkDotNet.Validators.ParamsAllValuesValidator.html - commentId: T:BenchmarkDotNet.Validators.ParamsAllValuesValidator - fullName: BenchmarkDotNet.Validators.ParamsAllValuesValidator - nameWithType: ParamsAllValuesValidator -- uid: BenchmarkDotNet.Validators.ParamsAllValuesValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.ParamsAllValuesValidator.html#BenchmarkDotNet_Validators_ParamsAllValuesValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.ParamsAllValuesValidator.FailOnError - fullName: BenchmarkDotNet.Validators.ParamsAllValuesValidator.FailOnError - nameWithType: ParamsAllValuesValidator.FailOnError -- uid: BenchmarkDotNet.Validators.ParamsAllValuesValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ParamsAllValuesValidator.html#BenchmarkDotNet_Validators_ParamsAllValuesValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.ParamsAllValuesValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.ParamsAllValuesValidator.TreatsWarningsAsErrors - nameWithType: ParamsAllValuesValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ParamsAllValuesValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ParamsAllValuesValidator.html#BenchmarkDotNet_Validators_ParamsAllValuesValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.ParamsAllValuesValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ParamsAllValuesValidator.TreatsWarningsAsErrors - nameWithType: ParamsAllValuesValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ParamsAllValuesValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.ParamsAllValuesValidator.html#BenchmarkDotNet_Validators_ParamsAllValuesValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.ParamsAllValuesValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.ParamsAllValuesValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ParamsAllValuesValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.ParamsAllValuesValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.ParamsAllValuesValidator.html#BenchmarkDotNet_Validators_ParamsAllValuesValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.ParamsAllValuesValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ParamsAllValuesValidator.Validate - nameWithType: ParamsAllValuesValidator.Validate -- uid: BenchmarkDotNet.Validators.ReturnValueValidator - name: ReturnValueValidator - href: api/BenchmarkDotNet.Validators.ReturnValueValidator.html - commentId: T:BenchmarkDotNet.Validators.ReturnValueValidator - fullName: BenchmarkDotNet.Validators.ReturnValueValidator - nameWithType: ReturnValueValidator -- uid: BenchmarkDotNet.Validators.ReturnValueValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.ReturnValueValidator.html#BenchmarkDotNet_Validators_ReturnValueValidator_DontFailOnError - commentId: P:BenchmarkDotNet.Validators.ReturnValueValidator.DontFailOnError - fullName: BenchmarkDotNet.Validators.ReturnValueValidator.DontFailOnError - nameWithType: ReturnValueValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.ReturnValueValidator.DontFailOnError* - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.ReturnValueValidator.html#BenchmarkDotNet_Validators_ReturnValueValidator_DontFailOnError_ - commentId: Overload:BenchmarkDotNet.Validators.ReturnValueValidator.DontFailOnError - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ReturnValueValidator.DontFailOnError - nameWithType: ReturnValueValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.ReturnValueValidator.ExecuteBenchmarks(System.Object,System.Collections.Generic.IEnumerable{BenchmarkDotNet.Running.BenchmarkCase},System.Collections.Generic.List{BenchmarkDotNet.Validators.ValidationError}) - name: ExecuteBenchmarks(Object, IEnumerable, List) - href: api/BenchmarkDotNet.Validators.ReturnValueValidator.html#BenchmarkDotNet_Validators_ReturnValueValidator_ExecuteBenchmarks_System_Object_System_Collections_Generic_IEnumerable_BenchmarkDotNet_Running_BenchmarkCase__System_Collections_Generic_List_BenchmarkDotNet_Validators_ValidationError__ - commentId: M:BenchmarkDotNet.Validators.ReturnValueValidator.ExecuteBenchmarks(System.Object,System.Collections.Generic.IEnumerable{BenchmarkDotNet.Running.BenchmarkCase},System.Collections.Generic.List{BenchmarkDotNet.Validators.ValidationError}) - name.vb: ExecuteBenchmarks(Object, IEnumerable(Of BenchmarkCase), List(Of ValidationError)) - fullName: BenchmarkDotNet.Validators.ReturnValueValidator.ExecuteBenchmarks(System.Object, System.Collections.Generic.IEnumerable, System.Collections.Generic.List) - fullName.vb: BenchmarkDotNet.Validators.ReturnValueValidator.ExecuteBenchmarks(System.Object, System.Collections.Generic.IEnumerable(Of BenchmarkDotNet.Running.BenchmarkCase), System.Collections.Generic.List(Of BenchmarkDotNet.Validators.ValidationError)) - nameWithType: ReturnValueValidator.ExecuteBenchmarks(Object, IEnumerable, List) - nameWithType.vb: ReturnValueValidator.ExecuteBenchmarks(Object, IEnumerable(Of BenchmarkCase), List(Of ValidationError)) -- uid: BenchmarkDotNet.Validators.ReturnValueValidator.ExecuteBenchmarks* - name: ExecuteBenchmarks - href: api/BenchmarkDotNet.Validators.ReturnValueValidator.html#BenchmarkDotNet_Validators_ReturnValueValidator_ExecuteBenchmarks_ - commentId: Overload:BenchmarkDotNet.Validators.ReturnValueValidator.ExecuteBenchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ReturnValueValidator.ExecuteBenchmarks - nameWithType: ReturnValueValidator.ExecuteBenchmarks -- uid: BenchmarkDotNet.Validators.ReturnValueValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.ReturnValueValidator.html#BenchmarkDotNet_Validators_ReturnValueValidator_FailOnError - commentId: P:BenchmarkDotNet.Validators.ReturnValueValidator.FailOnError - fullName: BenchmarkDotNet.Validators.ReturnValueValidator.FailOnError - nameWithType: ReturnValueValidator.FailOnError -- uid: BenchmarkDotNet.Validators.ReturnValueValidator.FailOnError* - name: FailOnError - href: api/BenchmarkDotNet.Validators.ReturnValueValidator.html#BenchmarkDotNet_Validators_ReturnValueValidator_FailOnError_ - commentId: Overload:BenchmarkDotNet.Validators.ReturnValueValidator.FailOnError - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ReturnValueValidator.FailOnError - nameWithType: ReturnValueValidator.FailOnError -- uid: BenchmarkDotNet.Validators.RunModeValidator - name: RunModeValidator - href: api/BenchmarkDotNet.Validators.RunModeValidator.html - commentId: T:BenchmarkDotNet.Validators.RunModeValidator - fullName: BenchmarkDotNet.Validators.RunModeValidator - nameWithType: RunModeValidator -- uid: BenchmarkDotNet.Validators.RunModeValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.RunModeValidator.html#BenchmarkDotNet_Validators_RunModeValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.RunModeValidator.FailOnError - fullName: BenchmarkDotNet.Validators.RunModeValidator.FailOnError - nameWithType: RunModeValidator.FailOnError -- uid: BenchmarkDotNet.Validators.RunModeValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.RunModeValidator.html#BenchmarkDotNet_Validators_RunModeValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.RunModeValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.RunModeValidator.TreatsWarningsAsErrors - nameWithType: RunModeValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.RunModeValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.RunModeValidator.html#BenchmarkDotNet_Validators_RunModeValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.RunModeValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.RunModeValidator.TreatsWarningsAsErrors - nameWithType: RunModeValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.RunModeValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.RunModeValidator.html#BenchmarkDotNet_Validators_RunModeValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.RunModeValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.RunModeValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: RunModeValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.RunModeValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.RunModeValidator.html#BenchmarkDotNet_Validators_RunModeValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.RunModeValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.RunModeValidator.Validate - nameWithType: RunModeValidator.Validate -- uid: BenchmarkDotNet.Validators.SetupCleanupValidator - name: SetupCleanupValidator - href: api/BenchmarkDotNet.Validators.SetupCleanupValidator.html - commentId: T:BenchmarkDotNet.Validators.SetupCleanupValidator - fullName: BenchmarkDotNet.Validators.SetupCleanupValidator - nameWithType: SetupCleanupValidator -- uid: BenchmarkDotNet.Validators.SetupCleanupValidator.FailOnError - name: FailOnError - href: api/BenchmarkDotNet.Validators.SetupCleanupValidator.html#BenchmarkDotNet_Validators_SetupCleanupValidator_FailOnError - commentId: F:BenchmarkDotNet.Validators.SetupCleanupValidator.FailOnError - fullName: BenchmarkDotNet.Validators.SetupCleanupValidator.FailOnError - nameWithType: SetupCleanupValidator.FailOnError -- uid: BenchmarkDotNet.Validators.SetupCleanupValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.SetupCleanupValidator.html#BenchmarkDotNet_Validators_SetupCleanupValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.SetupCleanupValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.SetupCleanupValidator.TreatsWarningsAsErrors - nameWithType: SetupCleanupValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.SetupCleanupValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.SetupCleanupValidator.html#BenchmarkDotNet_Validators_SetupCleanupValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.SetupCleanupValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.SetupCleanupValidator.TreatsWarningsAsErrors - nameWithType: SetupCleanupValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.SetupCleanupValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.SetupCleanupValidator.html#BenchmarkDotNet_Validators_SetupCleanupValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.SetupCleanupValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.SetupCleanupValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: SetupCleanupValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.SetupCleanupValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.SetupCleanupValidator.html#BenchmarkDotNet_Validators_SetupCleanupValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.SetupCleanupValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.SetupCleanupValidator.Validate - nameWithType: SetupCleanupValidator.Validate -- uid: BenchmarkDotNet.Validators.ShadowCopyValidator - name: ShadowCopyValidator - href: api/BenchmarkDotNet.Validators.ShadowCopyValidator.html - commentId: T:BenchmarkDotNet.Validators.ShadowCopyValidator - fullName: BenchmarkDotNet.Validators.ShadowCopyValidator - nameWithType: ShadowCopyValidator -- uid: BenchmarkDotNet.Validators.ShadowCopyValidator.DontFailOnError - name: DontFailOnError - href: api/BenchmarkDotNet.Validators.ShadowCopyValidator.html#BenchmarkDotNet_Validators_ShadowCopyValidator_DontFailOnError - commentId: F:BenchmarkDotNet.Validators.ShadowCopyValidator.DontFailOnError - fullName: BenchmarkDotNet.Validators.ShadowCopyValidator.DontFailOnError - nameWithType: ShadowCopyValidator.DontFailOnError -- uid: BenchmarkDotNet.Validators.ShadowCopyValidator.TreatsWarningsAsErrors - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ShadowCopyValidator.html#BenchmarkDotNet_Validators_ShadowCopyValidator_TreatsWarningsAsErrors - commentId: P:BenchmarkDotNet.Validators.ShadowCopyValidator.TreatsWarningsAsErrors - fullName: BenchmarkDotNet.Validators.ShadowCopyValidator.TreatsWarningsAsErrors - nameWithType: ShadowCopyValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ShadowCopyValidator.TreatsWarningsAsErrors* - name: TreatsWarningsAsErrors - href: api/BenchmarkDotNet.Validators.ShadowCopyValidator.html#BenchmarkDotNet_Validators_ShadowCopyValidator_TreatsWarningsAsErrors_ - commentId: Overload:BenchmarkDotNet.Validators.ShadowCopyValidator.TreatsWarningsAsErrors - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ShadowCopyValidator.TreatsWarningsAsErrors - nameWithType: ShadowCopyValidator.TreatsWarningsAsErrors -- uid: BenchmarkDotNet.Validators.ShadowCopyValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - name: Validate(ValidationParameters) - href: api/BenchmarkDotNet.Validators.ShadowCopyValidator.html#BenchmarkDotNet_Validators_ShadowCopyValidator_Validate_BenchmarkDotNet_Validators_ValidationParameters_ - commentId: M:BenchmarkDotNet.Validators.ShadowCopyValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - fullName: BenchmarkDotNet.Validators.ShadowCopyValidator.Validate(BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ShadowCopyValidator.Validate(ValidationParameters) -- uid: BenchmarkDotNet.Validators.ShadowCopyValidator.Validate* - name: Validate - href: api/BenchmarkDotNet.Validators.ShadowCopyValidator.html#BenchmarkDotNet_Validators_ShadowCopyValidator_Validate_ - commentId: Overload:BenchmarkDotNet.Validators.ShadowCopyValidator.Validate - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ShadowCopyValidator.Validate - nameWithType: ShadowCopyValidator.Validate -- uid: BenchmarkDotNet.Validators.ValidationError - name: ValidationError - href: api/BenchmarkDotNet.Validators.ValidationError.html - commentId: T:BenchmarkDotNet.Validators.ValidationError - fullName: BenchmarkDotNet.Validators.ValidationError - nameWithType: ValidationError -- uid: BenchmarkDotNet.Validators.ValidationError.#ctor(System.Boolean,System.String,BenchmarkDotNet.Running.BenchmarkCase) - name: ValidationError(Boolean, String, BenchmarkCase) - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError__ctor_System_Boolean_System_String_BenchmarkDotNet_Running_BenchmarkCase_ - commentId: M:BenchmarkDotNet.Validators.ValidationError.#ctor(System.Boolean,System.String,BenchmarkDotNet.Running.BenchmarkCase) - fullName: BenchmarkDotNet.Validators.ValidationError.ValidationError(System.Boolean, System.String, BenchmarkDotNet.Running.BenchmarkCase) - nameWithType: ValidationError.ValidationError(Boolean, String, BenchmarkCase) -- uid: BenchmarkDotNet.Validators.ValidationError.#ctor* - name: ValidationError - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError__ctor_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.ValidationError - nameWithType: ValidationError.ValidationError -- uid: BenchmarkDotNet.Validators.ValidationError.BenchmarkCase - name: BenchmarkCase - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_BenchmarkCase - commentId: P:BenchmarkDotNet.Validators.ValidationError.BenchmarkCase - fullName: BenchmarkDotNet.Validators.ValidationError.BenchmarkCase - nameWithType: ValidationError.BenchmarkCase -- uid: BenchmarkDotNet.Validators.ValidationError.BenchmarkCase* - name: BenchmarkCase - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_BenchmarkCase_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.BenchmarkCase - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.BenchmarkCase - nameWithType: ValidationError.BenchmarkCase -- uid: BenchmarkDotNet.Validators.ValidationError.Equals(BenchmarkDotNet.Validators.ValidationError) - name: Equals(ValidationError) - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_Equals_BenchmarkDotNet_Validators_ValidationError_ - commentId: M:BenchmarkDotNet.Validators.ValidationError.Equals(BenchmarkDotNet.Validators.ValidationError) - fullName: BenchmarkDotNet.Validators.ValidationError.Equals(BenchmarkDotNet.Validators.ValidationError) - nameWithType: ValidationError.Equals(ValidationError) -- uid: BenchmarkDotNet.Validators.ValidationError.Equals(System.Object) - name: Equals(Object) - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_Equals_System_Object_ - commentId: M:BenchmarkDotNet.Validators.ValidationError.Equals(System.Object) - fullName: BenchmarkDotNet.Validators.ValidationError.Equals(System.Object) - nameWithType: ValidationError.Equals(Object) -- uid: BenchmarkDotNet.Validators.ValidationError.Equals* - name: Equals - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_Equals_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.Equals - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.Equals - nameWithType: ValidationError.Equals -- uid: BenchmarkDotNet.Validators.ValidationError.GetHashCode - name: GetHashCode() - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_GetHashCode - commentId: M:BenchmarkDotNet.Validators.ValidationError.GetHashCode - fullName: BenchmarkDotNet.Validators.ValidationError.GetHashCode() - nameWithType: ValidationError.GetHashCode() -- uid: BenchmarkDotNet.Validators.ValidationError.GetHashCode* - name: GetHashCode - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_GetHashCode_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.GetHashCode - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.GetHashCode - nameWithType: ValidationError.GetHashCode -- uid: BenchmarkDotNet.Validators.ValidationError.IsCritical - name: IsCritical - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_IsCritical - commentId: P:BenchmarkDotNet.Validators.ValidationError.IsCritical - fullName: BenchmarkDotNet.Validators.ValidationError.IsCritical - nameWithType: ValidationError.IsCritical -- uid: BenchmarkDotNet.Validators.ValidationError.IsCritical* - name: IsCritical - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_IsCritical_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.IsCritical - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.IsCritical - nameWithType: ValidationError.IsCritical -- uid: BenchmarkDotNet.Validators.ValidationError.Message - name: Message - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_Message - commentId: P:BenchmarkDotNet.Validators.ValidationError.Message - fullName: BenchmarkDotNet.Validators.ValidationError.Message - nameWithType: ValidationError.Message -- uid: BenchmarkDotNet.Validators.ValidationError.Message* - name: Message - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_Message_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.Message - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.Message - nameWithType: ValidationError.Message -- uid: BenchmarkDotNet.Validators.ValidationError.op_Equality(BenchmarkDotNet.Validators.ValidationError,BenchmarkDotNet.Validators.ValidationError) - name: Equality(ValidationError, ValidationError) - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_op_Equality_BenchmarkDotNet_Validators_ValidationError_BenchmarkDotNet_Validators_ValidationError_ - commentId: M:BenchmarkDotNet.Validators.ValidationError.op_Equality(BenchmarkDotNet.Validators.ValidationError,BenchmarkDotNet.Validators.ValidationError) - fullName: BenchmarkDotNet.Validators.ValidationError.Equality(BenchmarkDotNet.Validators.ValidationError, BenchmarkDotNet.Validators.ValidationError) - nameWithType: ValidationError.Equality(ValidationError, ValidationError) -- uid: BenchmarkDotNet.Validators.ValidationError.op_Equality* - name: Equality - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_op_Equality_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.op_Equality - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.Equality - nameWithType: ValidationError.Equality -- uid: BenchmarkDotNet.Validators.ValidationError.op_Inequality(BenchmarkDotNet.Validators.ValidationError,BenchmarkDotNet.Validators.ValidationError) - name: Inequality(ValidationError, ValidationError) - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_op_Inequality_BenchmarkDotNet_Validators_ValidationError_BenchmarkDotNet_Validators_ValidationError_ - commentId: M:BenchmarkDotNet.Validators.ValidationError.op_Inequality(BenchmarkDotNet.Validators.ValidationError,BenchmarkDotNet.Validators.ValidationError) - fullName: BenchmarkDotNet.Validators.ValidationError.Inequality(BenchmarkDotNet.Validators.ValidationError, BenchmarkDotNet.Validators.ValidationError) - nameWithType: ValidationError.Inequality(ValidationError, ValidationError) -- uid: BenchmarkDotNet.Validators.ValidationError.op_Inequality* - name: Inequality - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_op_Inequality_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.op_Inequality - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.Inequality - nameWithType: ValidationError.Inequality -- uid: BenchmarkDotNet.Validators.ValidationError.ToString - name: ToString() - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_ToString - commentId: M:BenchmarkDotNet.Validators.ValidationError.ToString - fullName: BenchmarkDotNet.Validators.ValidationError.ToString() - nameWithType: ValidationError.ToString() -- uid: BenchmarkDotNet.Validators.ValidationError.ToString* - name: ToString - href: api/BenchmarkDotNet.Validators.ValidationError.html#BenchmarkDotNet_Validators_ValidationError_ToString_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationError.ToString - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationError.ToString - nameWithType: ValidationError.ToString -- uid: BenchmarkDotNet.Validators.ValidationErrorReporter - name: ValidationErrorReporter - href: api/BenchmarkDotNet.Validators.ValidationErrorReporter.html - commentId: T:BenchmarkDotNet.Validators.ValidationErrorReporter - fullName: BenchmarkDotNet.Validators.ValidationErrorReporter - nameWithType: ValidationErrorReporter -- uid: BenchmarkDotNet.Validators.ValidationErrorReporter.ConsoleErrorPrefix - name: ConsoleErrorPrefix - href: api/BenchmarkDotNet.Validators.ValidationErrorReporter.html#BenchmarkDotNet_Validators_ValidationErrorReporter_ConsoleErrorPrefix - commentId: F:BenchmarkDotNet.Validators.ValidationErrorReporter.ConsoleErrorPrefix - fullName: BenchmarkDotNet.Validators.ValidationErrorReporter.ConsoleErrorPrefix - nameWithType: ValidationErrorReporter.ConsoleErrorPrefix -- uid: BenchmarkDotNet.Validators.ValidationErrorReporter.ReportIfAny(System.Collections.Generic.IEnumerable{BenchmarkDotNet.Validators.ValidationError},BenchmarkDotNet.Engines.IHost) - name: ReportIfAny(IEnumerable, IHost) - href: api/BenchmarkDotNet.Validators.ValidationErrorReporter.html#BenchmarkDotNet_Validators_ValidationErrorReporter_ReportIfAny_System_Collections_Generic_IEnumerable_BenchmarkDotNet_Validators_ValidationError__BenchmarkDotNet_Engines_IHost_ - commentId: M:BenchmarkDotNet.Validators.ValidationErrorReporter.ReportIfAny(System.Collections.Generic.IEnumerable{BenchmarkDotNet.Validators.ValidationError},BenchmarkDotNet.Engines.IHost) - name.vb: ReportIfAny(IEnumerable(Of ValidationError), IHost) - fullName: BenchmarkDotNet.Validators.ValidationErrorReporter.ReportIfAny(System.Collections.Generic.IEnumerable, BenchmarkDotNet.Engines.IHost) - fullName.vb: BenchmarkDotNet.Validators.ValidationErrorReporter.ReportIfAny(System.Collections.Generic.IEnumerable(Of BenchmarkDotNet.Validators.ValidationError), BenchmarkDotNet.Engines.IHost) - nameWithType: ValidationErrorReporter.ReportIfAny(IEnumerable, IHost) - nameWithType.vb: ValidationErrorReporter.ReportIfAny(IEnumerable(Of ValidationError), IHost) -- uid: BenchmarkDotNet.Validators.ValidationErrorReporter.ReportIfAny* - name: ReportIfAny - href: api/BenchmarkDotNet.Validators.ValidationErrorReporter.html#BenchmarkDotNet_Validators_ValidationErrorReporter_ReportIfAny_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationErrorReporter.ReportIfAny - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationErrorReporter.ReportIfAny - nameWithType: ValidationErrorReporter.ReportIfAny -- uid: BenchmarkDotNet.Validators.ValidationParameters - name: ValidationParameters - href: api/BenchmarkDotNet.Validators.ValidationParameters.html - commentId: T:BenchmarkDotNet.Validators.ValidationParameters - fullName: BenchmarkDotNet.Validators.ValidationParameters - nameWithType: ValidationParameters -- uid: BenchmarkDotNet.Validators.ValidationParameters.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Configs.ImmutableConfig) - name: ValidationParameters(IReadOnlyList, ImmutableConfig) - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters__ctor_System_Collections_Generic_IReadOnlyList_BenchmarkDotNet_Running_BenchmarkCase__BenchmarkDotNet_Configs_ImmutableConfig_ - commentId: M:BenchmarkDotNet.Validators.ValidationParameters.#ctor(System.Collections.Generic.IReadOnlyList{BenchmarkDotNet.Running.BenchmarkCase},BenchmarkDotNet.Configs.ImmutableConfig) - name.vb: ValidationParameters(IReadOnlyList(Of BenchmarkCase), ImmutableConfig) - fullName: BenchmarkDotNet.Validators.ValidationParameters.ValidationParameters(System.Collections.Generic.IReadOnlyList, BenchmarkDotNet.Configs.ImmutableConfig) - fullName.vb: BenchmarkDotNet.Validators.ValidationParameters.ValidationParameters(System.Collections.Generic.IReadOnlyList(Of BenchmarkDotNet.Running.BenchmarkCase), BenchmarkDotNet.Configs.ImmutableConfig) - nameWithType: ValidationParameters.ValidationParameters(IReadOnlyList, ImmutableConfig) - nameWithType.vb: ValidationParameters.ValidationParameters(IReadOnlyList(Of BenchmarkCase), ImmutableConfig) -- uid: BenchmarkDotNet.Validators.ValidationParameters.#ctor* - name: ValidationParameters - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters__ctor_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationParameters.#ctor - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationParameters.ValidationParameters - nameWithType: ValidationParameters.ValidationParameters -- uid: BenchmarkDotNet.Validators.ValidationParameters.Benchmarks - name: Benchmarks - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters_Benchmarks - commentId: P:BenchmarkDotNet.Validators.ValidationParameters.Benchmarks - fullName: BenchmarkDotNet.Validators.ValidationParameters.Benchmarks - nameWithType: ValidationParameters.Benchmarks -- uid: BenchmarkDotNet.Validators.ValidationParameters.Benchmarks* - name: Benchmarks - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters_Benchmarks_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationParameters.Benchmarks - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationParameters.Benchmarks - nameWithType: ValidationParameters.Benchmarks -- uid: BenchmarkDotNet.Validators.ValidationParameters.Config - name: Config - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters_Config - commentId: P:BenchmarkDotNet.Validators.ValidationParameters.Config - fullName: BenchmarkDotNet.Validators.ValidationParameters.Config - nameWithType: ValidationParameters.Config -- uid: BenchmarkDotNet.Validators.ValidationParameters.Config* - name: Config - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters_Config_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationParameters.Config - isSpec: "True" - fullName: BenchmarkDotNet.Validators.ValidationParameters.Config - nameWithType: ValidationParameters.Config -- uid: BenchmarkDotNet.Validators.ValidationParameters.op_Implicit(BenchmarkDotNet.Running.BenchmarkCase[])~BenchmarkDotNet.Validators.ValidationParameters - name: Implicit(BenchmarkCase[] to ValidationParameters) - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters_op_Implicit_BenchmarkDotNet_Running_BenchmarkCase____BenchmarkDotNet_Validators_ValidationParameters - commentId: M:BenchmarkDotNet.Validators.ValidationParameters.op_Implicit(BenchmarkDotNet.Running.BenchmarkCase[])~BenchmarkDotNet.Validators.ValidationParameters - name.vb: Widening(BenchmarkCase() to ValidationParameters) - fullName: BenchmarkDotNet.Validators.ValidationParameters.Implicit(BenchmarkDotNet.Running.BenchmarkCase[] to BenchmarkDotNet.Validators.ValidationParameters) - fullName.vb: BenchmarkDotNet.Validators.ValidationParameters.Widening(BenchmarkDotNet.Running.BenchmarkCase() to BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ValidationParameters.Implicit(BenchmarkCase[] to ValidationParameters) - nameWithType.vb: ValidationParameters.Widening(BenchmarkCase() to ValidationParameters) -- uid: BenchmarkDotNet.Validators.ValidationParameters.op_Implicit(BenchmarkDotNet.Running.BenchmarkRunInfo)~BenchmarkDotNet.Validators.ValidationParameters - name: Implicit(BenchmarkRunInfo to ValidationParameters) - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters_op_Implicit_BenchmarkDotNet_Running_BenchmarkRunInfo__BenchmarkDotNet_Validators_ValidationParameters - commentId: M:BenchmarkDotNet.Validators.ValidationParameters.op_Implicit(BenchmarkDotNet.Running.BenchmarkRunInfo)~BenchmarkDotNet.Validators.ValidationParameters - name.vb: Widening(BenchmarkRunInfo to ValidationParameters) - fullName: BenchmarkDotNet.Validators.ValidationParameters.Implicit(BenchmarkDotNet.Running.BenchmarkRunInfo to BenchmarkDotNet.Validators.ValidationParameters) - fullName.vb: BenchmarkDotNet.Validators.ValidationParameters.Widening(BenchmarkDotNet.Running.BenchmarkRunInfo to BenchmarkDotNet.Validators.ValidationParameters) - nameWithType: ValidationParameters.Implicit(BenchmarkRunInfo to ValidationParameters) - nameWithType.vb: ValidationParameters.Widening(BenchmarkRunInfo to ValidationParameters) -- uid: BenchmarkDotNet.Validators.ValidationParameters.op_Implicit* - name: Implicit - href: api/BenchmarkDotNet.Validators.ValidationParameters.html#BenchmarkDotNet_Validators_ValidationParameters_op_Implicit_ - commentId: Overload:BenchmarkDotNet.Validators.ValidationParameters.op_Implicit - isSpec: "True" - name.vb: Widening - fullName: BenchmarkDotNet.Validators.ValidationParameters.Implicit - fullName.vb: BenchmarkDotNet.Validators.ValidationParameters.Widening - nameWithType: ValidationParameters.Implicit - nameWithType.vb: ValidationParameters.Widening -- uid: changelog - name: ChangeLog - href: changelog/index.html -- uid: changelog.full - name: Full ChangeLog - href: changelog/full.html -- uid: changelog.v0.10.0 - name: BenchmarkDotNet v0.10.0 - href: changelog/v0.10.0.html -- uid: changelog.v0.10.1 - name: BenchmarkDotNet v0.10.1 - href: changelog/v0.10.1.html -- uid: changelog.v0.10.10 - name: BenchmarkDotNet v0.10.10 - href: changelog/v0.10.10.html -- uid: changelog.v0.10.11 - name: BenchmarkDotNet v0.10.11 - href: changelog/v0.10.11.html -- uid: changelog.v0.10.12 - name: BenchmarkDotNet v0.10.12 - href: changelog/v0.10.12.html -- uid: changelog.v0.10.13 - name: BenchmarkDotNet v0.10.13 - href: changelog/v0.10.13.html -- uid: changelog.v0.10.14 - name: BenchmarkDotNet v0.10.14 - href: changelog/v0.10.14.html -- uid: changelog.v0.10.2 - name: BenchmarkDotNet v0.10.2 - href: changelog/v0.10.2.html -- uid: changelog.v0.10.3 - name: BenchmarkDotNet v0.10.3 - href: changelog/v0.10.3.html -- uid: changelog.v0.10.4 - name: BenchmarkDotNet v0.10.4 - href: changelog/v0.10.4.html -- uid: changelog.v0.10.5 - name: BenchmarkDotNet v0.10.5 - href: changelog/v0.10.5.html -- uid: changelog.v0.10.6 - name: BenchmarkDotNet v0.10.6 - href: changelog/v0.10.6.html -- uid: changelog.v0.10.7 - name: BenchmarkDotNet v0.10.7 - href: changelog/v0.10.7.html -- uid: changelog.v0.10.8 - name: BenchmarkDotNet v0.10.8 - href: changelog/v0.10.8.html -- uid: changelog.v0.10.9 - name: BenchmarkDotNet v0.10.9 - href: changelog/v0.10.9.html -- uid: changelog.v0.11.0 - name: BenchmarkDotNet v0.11.0 - href: changelog/v0.11.0.html -- uid: changelog.v0.11.1 - name: BenchmarkDotNet v0.11.1 - href: changelog/v0.11.1.html -- uid: changelog.v0.11.2 - name: BenchmarkDotNet v0.11.2 - href: changelog/v0.11.2.html -- uid: changelog.v0.11.3 - name: BenchmarkDotNet v0.11.3 - href: changelog/v0.11.3.html -- uid: changelog.v0.11.4 - name: BenchmarkDotNet v0.11.4 - href: changelog/v0.11.4.html -- uid: changelog.v0.11.5 - name: BenchmarkDotNet v0.11.5 - href: changelog/v0.11.5.html -- uid: changelog.v0.12.0 - name: BenchmarkDotNet v0.12.0 - href: changelog/v0.12.0.html -- uid: changelog.v0.12.1 - name: BenchmarkDotNet v0.12.1 - href: changelog/v0.12.1.html -- uid: changelog.v0.13.0 - name: BenchmarkDotNet v0.13.0 - href: changelog/v0.13.0.html -- uid: changelog.v0.13.1 - name: BenchmarkDotNet v0.13.1 - href: changelog/v0.13.1.html -- uid: changelog.v0.7.0 - name: BenchmarkDotNet v0.7.0 - href: changelog/v0.7.0.html -- uid: changelog.v0.7.1 - name: BenchmarkDotNet v0.7.1 - href: changelog/v0.7.1.html -- uid: changelog.v0.7.2 - name: BenchmarkDotNet v0.7.2 - href: changelog/v0.7.2.html -- uid: changelog.v0.7.3 - name: BenchmarkDotNet v0.7.3 - href: changelog/v0.7.3.html -- uid: changelog.v0.7.4 - name: BenchmarkDotNet v0.7.4 - href: changelog/v0.7.4.html -- uid: changelog.v0.7.5 - name: BenchmarkDotNet v0.7.5 - href: changelog/v0.7.5.html -- uid: changelog.v0.7.6 - name: BenchmarkDotNet v0.7.6 - href: changelog/v0.7.6.html -- uid: changelog.v0.7.7 - name: BenchmarkDotNet v0.7.7 - href: changelog/v0.7.7.html -- uid: changelog.v0.7.8 - name: BenchmarkDotNet v0.7.8 - href: changelog/v0.7.8.html -- uid: changelog.v0.8.0 - name: BenchmarkDotNet v0.8.0 - href: changelog/v0.8.0.html -- uid: changelog.v0.8.1 - name: BenchmarkDotNet v0.8.1 - href: changelog/v0.8.1.html -- uid: changelog.v0.8.2 - name: BenchmarkDotNet v0.8.2 - href: changelog/v0.8.2.html -- uid: changelog.v0.9.0 - name: BenchmarkDotNet v0.9.0 - href: changelog/v0.9.0.html -- uid: changelog.v0.9.1 - name: BenchmarkDotNet v0.9.1 - href: changelog/v0.9.1.html -- uid: changelog.v0.9.2 - name: BenchmarkDotNet v0.9.2 - href: changelog/v0.9.2.html -- uid: changelog.v0.9.3 - name: BenchmarkDotNet v0.9.3 - href: changelog/v0.9.3.html -- uid: changelog.v0.9.4 - name: BenchmarkDotNet v0.9.4 - href: changelog/v0.9.4.html -- uid: changelog.v0.9.5 - name: BenchmarkDotNet v0.9.5 - href: changelog/v0.9.5.html -- uid: changelog.v0.9.6 - name: BenchmarkDotNet v0.9.6 - href: changelog/v0.9.6.html -- uid: changelog.v0.9.7 - name: BenchmarkDotNet v0.9.7 - href: changelog/v0.9.7.html -- uid: changelog.v0.9.8 - name: BenchmarkDotNet v0.9.8 - href: changelog/v0.9.8.html -- uid: changelog.v0.9.9 - name: BenchmarkDotNet v0.9.9 - href: changelog/v0.9.9.html -- uid: docs.analysers - name: Analysers - href: articles/configs/analysers.html -- uid: docs.baselines - name: Benchmark and Job Baselines - href: articles/features/baselines.html -- uid: docs.columns - name: Columns - href: articles/configs/columns.html -- uid: docs.configoptions - name: Config Options - href: articles/configs/configoptions.html -- uid: docs.configs - name: Configs - href: articles/configs/configs.html -- uid: docs.console-args - name: How to use console arguments - href: articles/guides/console-args.html -- uid: docs.customizing-runtime - name: Customizing Runtime - href: articles/guides/customizing-runtime.html -- uid: docs.diagnosers - name: Diagnosers - href: articles/configs/diagnosers.html -- uid: docs.disassembler - name: Disassembler - href: articles/features/disassembler.html -- uid: docs.dotnet-new-templates - name: BenchmarkDotNet templates - href: articles/guides/dotnet-new-templates.html -- uid: docs.etwprofiler - name: EtwProfiler - href: articles/features/etwprofiler.html -- uid: docs.event-pipe-profiler - name: EventPipeProfiler - href: articles/features/event-pipe-profiler.html -- uid: docs.exporters - name: Exporters - href: articles/configs/exporters.html -- uid: docs.faq - name: FAQ (Frequently asked questions) - href: articles/faq.html -- uid: docs.filters - name: Filters - href: articles/configs/filters.html -- uid: docs.how-to-run - name: How to run your benchmarks - href: articles/guides/how-to-run.html -- uid: docs.jobs - name: Jobs - href: articles/configs/jobs.html -- uid: docs.loggers - name: Loggers - href: articles/configs/loggers.html -- uid: docs.nuget - name: Installing NuGet packages - href: articles/guides/nuget.html -- uid: docs.orderers - name: Orderers - href: articles/configs/orderers.html -- uid: docs.overview - name: Overview - href: articles/overview.html -- uid: docs.parameterization - name: Parameterization - href: articles/features/parameterization.html -- uid: docs.powerplans - name: Power Plans - href: articles/configs/powerplans.html -- uid: docs.runstrategy - name: Choosing RunStrategy - href: articles/guides/choosing-run-strategy.html -- uid: docs.setup-and-cleanup - name: Setup And Cleanup - href: articles/features/setup-and-cleanup.html -- uid: docs.statistics - name: Statistics - href: articles/features/statistics.html -- uid: docs.toolchains - name: Toolchains - href: articles/configs/toolchains.html -- uid: docs.validators - name: Validators - href: articles/configs/validators.html diff --git a/global.json b/global.json index 60ae2ed..3f0705f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.302", + "version": "6.0.400", "rollForward": "latestMinor" } } \ No newline at end of file diff --git a/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/BenchmarkReportWrapper.cs b/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/BenchmarkReportWrapper.cs deleted file mode 100644 index 870a759..0000000 --- a/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/BenchmarkReportWrapper.cs +++ /dev/null @@ -1,71 +0,0 @@ -// Copyright (c) 2021-2022 Matthias Wolf, Mawosoft. - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using BenchmarkDotNet.Engines; -using BenchmarkDotNet.Reports; -using BenchmarkDotNet.Running; -using BenchmarkDotNet.Toolchains.Results; - -namespace Mawosoft.Extensions.BenchmarkDotNet.ApiCompat -{ - internal static class BenchmarkReportWrapper - { - private static readonly ConstructorInfo? s_ctorRelease; - private static readonly ConstructorInfo? s_ctorNightly; - - static BenchmarkReportWrapper() - { - // TODO Init via ctor okay? Lazy as ValueTuple? - s_ctorRelease = typeof(BenchmarkReport).GetConstructor(new Type[] { - typeof(bool), typeof(BenchmarkCase), typeof(GenerateResult), typeof(BuildResult), - typeof(IReadOnlyList), typeof(IReadOnlyList), - typeof(GcStats), typeof(IReadOnlyList) - }); - if (s_ctorRelease == null) - { - s_ctorNightly = typeof(BenchmarkReport).GetConstructor(new Type[] { - typeof(bool), typeof(BenchmarkCase), typeof(GenerateResult), typeof(BuildResult), - typeof(IReadOnlyList), typeof(IReadOnlyList) - }); - } - } - - public static BenchmarkReport Create( - bool success, - BenchmarkCase benchmarkCase, - GenerateResult generateResult, - BuildResult buildResult, - IReadOnlyList executeResults, - IReadOnlyList allMeasurements, - GcStats gcStats, - IReadOnlyList metrics) - { - if (s_ctorRelease != null) - { - return (BenchmarkReport)s_ctorRelease.Invoke(new object[] { - success, benchmarkCase, generateResult, buildResult, executeResults, - allMeasurements, gcStats, metrics - }); - } - else if (s_ctorNightly != null) - { - if (executeResults != null && executeResults.Count != 0) - { - throw new ArgumentException(null, nameof(executeResults)); - } - return (BenchmarkReport)s_ctorNightly.Invoke(new object[] { - success, benchmarkCase, generateResult, buildResult, - new[] { ExecuteResultWrapper.CreateNightly(allMeasurements.ToList(), gcStats, default) }, - metrics - }); - } - else - { - throw new MissingMethodException(nameof(BenchmarkReport), ".ctor"); - } - } - } -} diff --git a/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/ExecuteResultWrapper.cs b/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/ExecuteResultWrapper.cs index d31bd27..555dce7 100644 --- a/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/ExecuteResultWrapper.cs +++ b/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/ExecuteResultWrapper.cs @@ -2,6 +2,7 @@ using System; using System.Collections.Generic; +using System.Linq; using System.Reflection; using BenchmarkDotNet.Engines; using BenchmarkDotNet.Reports; @@ -11,23 +12,23 @@ namespace Mawosoft.Extensions.BenchmarkDotNet.ApiCompat { internal static class ExecuteResultWrapper { - private static readonly ConstructorInfo? s_ctorNightly; + private static readonly ConstructorInfo? s_ctorInternalStable; static ExecuteResultWrapper() { - s_ctorNightly = typeof(ExecuteResult).GetConstructor( + s_ctorInternalStable = typeof(ExecuteResult).GetConstructor( BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic, null, new Type[] { typeof(List), typeof(GcStats), typeof(ThreadingStats) }, null); } - public static ExecuteResult CreateNightly( - List measurements, + public static ExecuteResult Create( + IEnumerable measurements, GcStats gcStats, ThreadingStats threadingStats) { - return s_ctorNightly != null - ? (ExecuteResult)s_ctorNightly.Invoke(new object[] { measurements, gcStats, threadingStats }) + return s_ctorInternalStable != null + ? (ExecuteResult)s_ctorInternalStable.Invoke(new object[] { measurements.ToList(), gcStats, threadingStats }) : throw new MissingMethodException(nameof(ExecuteResult), ".ctor"); } } diff --git a/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/GenerateResultWrapper.cs b/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/GenerateResultWrapper.cs deleted file mode 100644 index b3abba1..0000000 --- a/src/Mawosoft.Extensions.BenchmarkDotNet/ApiCompat/GenerateResultWrapper.cs +++ /dev/null @@ -1,58 +0,0 @@ -// Copyright (c) 2021-2022 Matthias Wolf, Mawosoft. - -using System; -using System.Collections.Generic; -using System.Reflection; -using BenchmarkDotNet.Toolchains; -using BenchmarkDotNet.Toolchains.Results; - -namespace Mawosoft.Extensions.BenchmarkDotNet.ApiCompat -{ - internal static class GenerateResultWrapper - { - private static readonly ConstructorInfo? s_ctorRelease; - private static readonly ConstructorInfo? s_ctorNightly; - - static GenerateResultWrapper() - { - s_ctorRelease = typeof(GenerateResult).GetConstructor(new Type[] { - typeof(ArtifactsPaths), typeof(bool), typeof(Exception), typeof(IReadOnlyCollection) - }); - if (s_ctorRelease == null) - { - s_ctorNightly = typeof(GenerateResult).GetConstructor(new Type[] { - typeof(ArtifactsPaths), typeof(bool), typeof(Exception), typeof(IReadOnlyCollection), - typeof(bool) - }); - } - } - - public static GenerateResult Create( - ArtifactsPaths artifactsPaths, - bool isGenerateSuccess, Exception? - generateException, - IReadOnlyCollection artifactsToCleanup, - bool noAcknowledgments) - { - if (s_ctorRelease != null) - { - return (GenerateResult)s_ctorRelease.Invoke(new object?[] { - artifactsPaths, isGenerateSuccess, generateException, artifactsToCleanup - }); - } - else if (s_ctorNightly != null) - { - return (GenerateResult)s_ctorNightly.Invoke(new object?[] { - artifactsPaths, isGenerateSuccess, generateException, artifactsToCleanup, noAcknowledgments - }); - } - else - { - throw new MissingMethodException(nameof(GenerateResult), ".ctor"); - } - } - - public static GenerateResult Success() - => Create(ArtifactsPaths.Empty, true, null, Array.Empty(), false); - } -} diff --git a/src/Mawosoft.Extensions.BenchmarkDotNet/ColumnCategoryExtensions.cs b/src/Mawosoft.Extensions.BenchmarkDotNet/ColumnCategoryExtensions.cs index 28258de..a54bdf5 100644 --- a/src/Mawosoft.Extensions.BenchmarkDotNet/ColumnCategoryExtensions.cs +++ b/src/Mawosoft.Extensions.BenchmarkDotNet/ColumnCategoryExtensions.cs @@ -104,20 +104,18 @@ private class MockMetricDescriptor : IMetricDescriptor 1, SummaryStyle.Default) }), DefaultConfig.Instance.CreateImmutableConfig() ); - GenerateResult generateResult = GenerateResultWrapper.Success(); + GenerateResult generateResult = GenerateResult.Success(ArtifactsPaths.Empty, Array.Empty(), false); BuildResult buildResult = BuildResult.Success(generateResult); - ExecuteResult[] executeResults = Array.Empty(); Measurement[] allMeasurements = new[] { new Measurement(1, IterationMode.Workload, IterationStage.Result, 1, 1, 1) }; + ExecuteResult[] executeResults = new[] { ExecuteResultWrapper.Create(allMeasurements, default, default) }; Metric[] metrics = new[] { new Metric(new MockMetricDescriptor(), 1) }; - BenchmarkReport benchmarkReport = BenchmarkReportWrapper.Create( - true, benchmarkCase, generateResult, buildResult, executeResults, allMeasurements, - (GcStats)default, metrics); + BenchmarkReport benchmarkReport = new(true, benchmarkCase, generateResult, buildResult, executeResults, metrics); return new Summary( string.Empty, ImmutableArray.Create(benchmarkReport), HostEnvironmentInfo.GetCurrent(), string.Empty, string.Empty, TimeSpan.Zero, SummaryExtensions.GetCultureInfo(null), - ImmutableArray.Create()); + ImmutableArray.Create(), ImmutableArray.Create()); }); // Get the default columns from provider diff --git a/src/Mawosoft.Extensions.BenchmarkDotNet/Mawosoft.Extensions.BenchmarkDotNet.csproj b/src/Mawosoft.Extensions.BenchmarkDotNet/Mawosoft.Extensions.BenchmarkDotNet.csproj index 2268e51..c768ec1 100644 --- a/src/Mawosoft.Extensions.BenchmarkDotNet/Mawosoft.Extensions.BenchmarkDotNet.csproj +++ b/src/Mawosoft.Extensions.BenchmarkDotNet/Mawosoft.Extensions.BenchmarkDotNet.csproj @@ -19,10 +19,7 @@ true embedded true - -- This release supports the official BenchmarkDotNet 0.13.1 release and BenchmarkDotNet Nightly builds up to at least 0.13.1.1795. -- A reference to System.Management v6.0.0 is included to override an outdated reference in BenchmarkDotNet 0.13.1. See https://github.com/dotnet/BenchmarkDotNet/pull/1805 - + true 0.2.1 diff --git a/src/Mawosoft.Extensions.BenchmarkDotNet/WhatifFilter.cs b/src/Mawosoft.Extensions.BenchmarkDotNet/WhatifFilter.cs index 9da44e7..b8a889a 100644 --- a/src/Mawosoft.Extensions.BenchmarkDotNet/WhatifFilter.cs +++ b/src/Mawosoft.Extensions.BenchmarkDotNet/WhatifFilter.cs @@ -6,6 +6,7 @@ using System.Globalization; using System.Linq; using System.Reflection; +using BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Engines; using BenchmarkDotNet.Environments; @@ -111,17 +112,18 @@ public void PrintAsSummaries(ILogger logger) if (_filteredBenchmarkCases.Count == 0) return; - bool join = _filteredBenchmarkCases.Any(bc => (bc.Config.Options & ConfigOptions.JoinSummary) != 0); + IConfig? joinedConfig = _filteredBenchmarkCases.FirstOrDefault(bc => (bc.Config.Options & ConfigOptions.JoinSummary) != 0)?.Config; - GenerateResult generateResult = GenerateResultWrapper.Success(); + GenerateResult generateResult = GenerateResult.Success(ArtifactsPaths.Empty, Array.Empty(), false); BuildResult buildResult = BuildResult.Success(generateResult); IEnumerable reports = _filteredBenchmarkCases.Select((bc, i) - => BenchmarkReportWrapper.Create( - true, bc, generateResult, buildResult, Array.Empty(), - new[] { new Measurement(1, IterationMode.Workload, IterationStage.Result, 1, 1, - 100_000_000 + i * 1_000_000) }, - (GcStats)default, Array.Empty())); - + => new BenchmarkReport(true, bc, generateResult, buildResult, + new[] { + ExecuteResultWrapper.Create( + new[] { new Measurement(1, IterationMode.Workload, IterationStage.Result, 1, 1, 100_000_000 + (i * 1_000_000)) }, + default, default) + }, + Array.Empty())); HostEnvironmentInfo hostEnvironmentInfo = HostEnvironmentInfo.GetCurrent(); // This is the way BDN does it. SummaryStyle.CultureInfo seems to be getting ignored. CultureInfo cultureInfo = _filteredBenchmarkCases.First().Config.CultureInfo @@ -137,10 +139,11 @@ public void PrintAsSummaries(ILogger logger) logger.WriteLine(); } logger.WriteLineInfo(HostEnvironmentInfo.GetInformation()); - if (join) + if (joinedConfig != null) { Summary summary = new(string.Empty, reports.ToImmutableArray(), hostEnvironmentInfo, - string.Empty, string.Empty, TimeSpan.Zero, cultureInfo, validationErrors); + string.Empty, string.Empty, TimeSpan.Zero, cultureInfo, validationErrors, + joinedConfig.GetColumnHidingRules().ToImmutableArray()); PrintSummary(summary, logger); } else @@ -151,7 +154,8 @@ public void PrintAsSummaries(ILogger logger) reports.GroupBy(r => r.BenchmarkCase.Descriptor.Type)) { Summary summary = new(string.Empty, group.ToImmutableArray(), hostEnvironmentInfo, - string.Empty, string.Empty, TimeSpan.Zero, cultureInfo, validationErrors); + string.Empty, string.Empty, TimeSpan.Zero, cultureInfo, validationErrors, + group.First().BenchmarkCase.Config.GetColumnHidingRules().ToImmutableArray()); logger.WriteLine(); logger.WriteLineHeader($"// {(useFullName ? group.Key.FullName : group.Key.Name)}"); logger.WriteLine(); diff --git a/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ColumnCategoryExtensionsTests.cs b/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ColumnCategoryExtensionsTests.cs index fede147..247776e 100644 --- a/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ColumnCategoryExtensionsTests.cs +++ b/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ColumnCategoryExtensionsTests.cs @@ -46,7 +46,7 @@ private class GetExtendedColumnCategory_TheoryData : TheoryData predicate = t => t.IsClass && !t.IsAbstract && typeof(IColumn).IsAssignableFrom(t); + static bool predicate(Type t) => t.IsClass && !t.IsAbstract && typeof(IColumn).IsAssignableFrom(t); IEnumerable columnTypes = typeof(IColumn).Assembly.GetTypes().Where(predicate) @@ -103,11 +103,9 @@ public GetExtendedColumnCategory_TheoryData() Add(TargetMethodColumn.Type, ExtendedColumnCategory.TargetMethod); Add(TargetMethodColumn.Method, ExtendedColumnCategory.TargetMethod); break; - // BenchmarkDotNet 0.13.1.x-nightly + // BenchmarkDotNet 0.13.2 case "BaselineAllocationRatioColumn": - IColumn barc = (Activator.CreateInstance(type) as IColumn)!; - Assert.NotNull(barc); - Add(barc, ExtendedColumnCategory.Metric); + Add(BaselineAllocationRatioColumn.RatioMean, ExtendedColumnCategory.Metric); break; // Mawosoft.Extensions.BenchmarkDotNet case "CombinedParamsColumn": diff --git a/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ConfigExtensionsTests.cs b/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ConfigExtensionsTests.cs index c184be2..316f3ba 100644 --- a/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ConfigExtensionsTests.cs +++ b/tests/Mawosoft.Extensions.BenchmarkDotNet.Tests/ConfigExtensionsTests.cs @@ -6,6 +6,7 @@ using System.Linq; using System.Reflection; using BenchmarkDotNet.Analysers; +using BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Exporters; @@ -29,13 +30,13 @@ public partial class ConfigExtensionsTests .Where(m => !m.IsSpecialName && m.ReturnType.IsGenericType && typeof(IEnumerable).IsAssignableFrom(m.ReturnType)); - Assert.Equal(10, getter.Count()); + Assert.Equal(11, getter.Count()); (MethodInfo m, Type? t)[] adder = typeof(ManualConfig) .GetMethods() .Where(m => !m.IsSpecialName && m.ReturnType == typeof(ManualConfig) - && m.Name != "AddColumn" - && m.Name.StartsWith("Add", StringComparison.Ordinal)) + && ((m.Name.StartsWith("Add", StringComparison.Ordinal) && m.Name != "AddColumn") + || m.Name == "HideColumns")) .Select(m => { Type? retType = null; @@ -71,6 +72,7 @@ private static ManualConfig CloneConfigExcept(IConfig source, Type? itemTypeToEx config.ArtifactsPath = source.ArtifactsPath; config.CultureInfo = source.CultureInfo; config.Options = source.Options; + config.BuildTimeout = source.BuildTimeout; return config; }