コード例 #1
0
 public void run() {
   localNumOpsExecuted = 0;
   localCumulativeTime = 0;
   arg1 = statsOp.getExecutionArgument(daemonId);
   try {
     benchmarkOne();
   } catch (IOException ex) {
     LOG.error("StatsDaemon " + daemonId + " failed: \n" + StringUtils.stringifyException(ex));
   }
 }