| Copyright | 2016 ChaosGroup |
|---|---|
| License | MIT |
| Maintainer | daniel.taskoff@chaosgroup.com |
| Stability | experimental |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
System.Information
Description
OS
CPU
A wrapper for a CPU's name
numLogicalCores :: IO LogicalCores Source #
Get the number of logical CPU cores
type CPU = (CPUName, LogicalCores) Source #