CurryInfo: base-3.4.0 / System.CPUTime

classes: Info
 
documentation: Info
 
name: Info
 System.CPUTime
operations: Info
 getCPUTime getElapsedTime
sourcecode: Info
 
module System.CPUTime where

--- Returns the current cpu time of the process in milliseconds.
getCPUTime :: IO Int
getCPUTime external

--- Returns the current elapsed time of the process in milliseconds.
--- This operation is not supported in KiCS2 (there it always returns 0),
--- but only included for compatibility reasons.
getElapsedTime :: IO Int
getElapsedTime external
types: Info
 
unsafe: Info
 safe