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

com.artemis.utils.ArtemisProfiler Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis.utils;

import com.artemis.BaseSystem;
import com.artemis.World;
import com.artemis.annotations.Profile;


/**
 * @see Profile
 */
public interface ArtemisProfiler {
	void start();
	void stop();
	void initialize(BaseSystem owner, World world);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy