taffybar-0.4.3: A desktop bar similar to xmobar, but with more GUI

Safe HaskellSafe-Inferred
LanguageHaskell2010

System.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.