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

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