Package jadex.tools.benchmarks
Class SBenchmark
- java.lang.Object
-
- jadex.tools.benchmarks.SBenchmark
-
public class SBenchmark extends java.lang.Object
Helper class to easily save benchmark results.
-
-
Constructor Summary
Constructors Constructor Description SBenchmark()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addEntry(java.lang.String name, java.lang.String description, double value)
Add a benchmark entry.
-