Package eu.mosaic_cloud.benchmarks.prototype.Unit.StatisticsReducer

Examples of eu.mosaic_cloud.benchmarks.prototype.Unit.StatisticsReducer.Outcome


      elapsed = (stoped - started) / 1000f / 1000f / 1000f;
    }
    {
      final Unit.StatisticsReducer reducer = new Unit.StatisticsReducer ();
      reducer.reduce (reducers);
      final Outcome outcome = reducer.outcome ();
      outcome.elapsed = elapsed;
      outcome.throughput = reducer.count / elapsed;
      this.report (arguments, outcome);
    }
  }
View Full Code Here

TOP

Related Classes of eu.mosaic_cloud.benchmarks.prototype.Unit.StatisticsReducer.Outcome

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.