Utility methods to run microbenchmarks.
Inheritance Hierarchy
Namespace:
Grpc.Core.Utils
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic static class BenchmarkUtil
Public NotInheritable Class BenchmarkUtil
public ref class BenchmarkUtil abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BenchmarkUtil = class end
The BenchmarkUtil type exposes the following members.
Methods|
| Name | Description |
|---|
  | RunBenchmark |
Runs a simple benchmark preceded by warmup phase.
|
Top
See Also