cpu
Cpu
val numcores : unit -> int
numcores () get the number of processors online.
numcores ()
val setcore : int -> unit
setcore i pin current process to core number i.
setcore i
i