Skip to content

OverheadBenchmark

[Source]

Default benchmark for measuring synchronous overhead.

class iso OverheadBenchmark is
  MicroBenchmark iso

Implements


Constructors

create

[Source]

new iso create()
: OverheadBenchmark iso^

Returns


Public Functions

name

[Source]

fun box name()
: String val

Returns


apply

[Source]

fun ref apply()
: None val

Returns


config

[Source]

fun box config()
: BenchConfig val

Returns


overhead

[Source]

fun box overhead()
: MicroBenchmark iso^

Returns


before

[Source]

fun ref before()
: None val ?

Returns


before_iteration

[Source]

fun ref before_iteration()
: None val ?

Returns


after

[Source]

fun ref after()
: None val ?

Returns


after_iteration

[Source]

fun ref after_iteration()
: None val ?

Returns