All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.tools.benchmarks.SBenchmark Maven / Gradle / Ivy

Go to download

The Jadex tools benchmarks package contains a library and tools for building histories of benchmark runs.

There is a newer version: 3.0.117
Show newest version
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)
	{
		
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy