Loading...
Searching...
No Matches
benchmark_steps_benchmark_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
 

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 43 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.