Package org.lwjgl.util.remotery


@NullMarked package org.lwjgl.util.remotery
Contains bindings to Remotery, a realtime CPU/GPU profiler hosted in a single C file with a viewer that runs in a web browser.

LWJGL: The current version of the Remotery bindings is compatible with commit c3e8a2f. Run the following commands to clone the Remotery repository at that commit:


 git clone --depth=1 https://github.com/Celtoys/Remotery.git
 cd Remotery
 git fetch --depth=1 origin c3e8a2f38603c054be479bcefeaa54ad455dd4b9
 git branch --no-track lwjgl c3e8a2f38603c054be479bcefeaa54ad455dd4b9
 git checkout lwjgl
 git branch -D @{-1}

Now open vis/index.html in your favorite browser to view the profiler.