Idris2Doc : Profile.Runner

Profile.Runner

(source)

Definitions

runBenchmark : AttoSeconds->Benchmarkableerr->IO (Eithererr (ListMeasured))
  Run a benchmark with an increasing number of
iterations until at least the given time limit
has passed.

Totality: total
Visibility: export
runDefault : (String->Bool) ->Format-> (err->String) ->Benchmarkerr->IO ()
Totality: total
Visibility: export