definition: |
cpuTime :: CmdResult -> Float cpuTime (CD cs s _ c _ _) = checkExitStatus cs s c |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The cpu 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: |
cpuTime |
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 |