taffybar
Safe HaskellNone
LanguageHaskell2010

System.Taffybar.Information.CPU

Synopsis

Documentation

cpuLoad :: IO (Double, Double, Double) Source #

Return a pair with (user time, system time, total time) (read from procstat). The function waits for 50 ms between samples.