Overview of TKUtils.h
TKUtils is a utility class provided by the SDK, mainly offering interfaces to obtain parameters related to hardware devices.
TKUtils
| Method name | Method description |
|---|---|
| getCPUCores | Get the number of CPU cores |
| getCPUType | Get the CPU type |
| getCPUUsage | Get the CPU usage |
| getTotalMemory | Get the total physical memory |
| getResidentMemory | Get the memory usage of the current app |




