CurryInfo: benchmark-papers-3.0.0 / Test.Benchmark.elapsedTime

definition: Info
 
elapsedTime :: CmdResult -> Float
elapsedTime (CD cs s e _ _ _) = checkExitStatus cs s e
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
The elapsed time (in seconds) of the command benchmark result.
If the exit status is non-zero, an error is raised.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({CD}) |-> _}
name: Info
 elapsedTime
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 CmdResult -> Prelude.Float
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term