Loading...
Searching...
No Matches
benchmark_steps_run

Definition

Run the method call and compute statistics Runs the method call until reaching steady state. Statistics as mean and standard deviations are computed and reported

Data Types

interface  benchmarker
 benchmarker constructor More...
 

Methods

◆ benchmarker_new()

type(benchmark_run) function benchmarker_new ( class(runner_options), intent(in), target options,
class(method), intent(in), target mtd )

Definition at line 44 of file Run.f90.

◆ dispose()

procedure, pass, public dispose ( class(benchmark_run), intent(inout) this)

Dispose resources associated with the bound type.

Parameters
[in,out]thisThe type bound to the method

Remarks

Definition at line 33 of file Run.f90.

◆ finalize()

final finalize ( type(benchmark_run), intent(inout) this)
final

Definition at line 34 of file Run.f90.