Esempio n. 1
0
 public float getCPUUsagePercentage() {
   if (gen != null) return gen.getCPUUsagePercentage();
   else return 0;
 }