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

util.Perf Maven / Gradle / Ivy

There is a newer version: 11.4.6-RELEASE
Show newest version
package util;

/** 
 * Copyright (c) 2012-present Holger Schneider
 * All rights reserved.
 *
 * This source code is licensed under the MIT License (MIT) found in the
 * LICENSE file in the root directory of this source tree.
 *
 **/
public class Perf {

	public static long time = 0;
	public static long cnt = 0;

	public static long time2 = 0;
	public static long cnt2 = 0;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy