Values.CPUSourceRepresents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage.
type nonrec t = {frequency : String_.t option;The CPU's frequency.
*)architecture : String_.t option;The CPU's architecture (for example, x86 or ARM).
*)clock : Double.t option;The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.
*)}