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

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