Click or drag to resize
UtilprocStats Method
Gets current process memory usage statistics.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member procStats : 
        doCollect : bool -> UtilprocStatsT 

Parameters

doCollect
Type: SystemBoolean
Do a garbage collection before reporting?

Return Value

Type: UtilprocStatsT
procStatsT struct
See Also