com.artemis.utils.ArtemisProfiler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artemis-odb Show documentation
Show all versions of artemis-odb Show documentation
Fork of Artemis Entity System Framework.
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