示例#1
0
 public int getCPUTimeSeconds() {
   if (gen != null) return gen.getCPUTimeSeconds();
   else return 0;
 }