printCpu method
Implementation
Future<void> printCpu() async {
final cpu = await SystemUtil.getCpuName();
debugPrint('cpu : $cpu');
debugPrint('iter: ${option.iter} \n');
}
Future<void> printCpu() async {
final cpu = await SystemUtil.getCpuName();
debugPrint('cpu : $cpu');
debugPrint('iter: ${option.iter} \n');
}