Skip to content
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.

Setup

  1. Add the contrib-plugin-profiler package to the project.
  2. Add plugin to your world configuration.
   World world = new World(new WorldConfigurationBuilder()
                  .dependsOn(ProfilerPlugin.class)
                  .build());

Usage

Press F3 to open and close the profiler. Overhead is insignificant with the UI closed so you can safely add it to your games.