-
Notifications
You must be signed in to change notification settings - Fork 20
Profiler Plugin
Daan van Yperen edited this page Sep 2, 2015
·
5 revisions
Drop in plugin that wraps all artemis systems in a runtime profiler. LibGDX only.
- Add the
contrib-plugin-profiler
package to the project. - Add plugin to your world configuration.
World world = new World(new WorldConfigurationBuilder()
.dependsOn(ProfilerPlugin.class)
.build());
Press F3 to open and close the profiler. Overhead is insignificant with the UI closed so you can safely add it to your games.