definition: |
maxResidentMemory :: CmdResult -> Int maxResidentMemory (CD cs s _ _ _ m) = checkExitStatus cs s m |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The maximum resident size (in Kilobytes) 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: |
maxResidentMemory |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
CmdResult -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |