jadex.tools.benchmarks.SBenchmark Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-tools-benchmarks Show documentation
Show all versions of jadex-tools-benchmarks Show documentation
The Jadex tools benchmarks package contains a library and tools for building histories of benchmark runs.
package jadex.tools.benchmarks;
/**
* Helper class to easily save benchmark results.
*/
public class SBenchmark
{
/**
* Add a benchmark entry.
*/
public static void addEntry(String name, String description, double value)
{
}
}