Package com.mojang.jtracy
Class DiscontinuousFrame
java.lang.Object
com.mojang.jtracy.DiscontinuousFrame
-
Method Summary
-
Method Details
-
start
public void start()Begin this frame. This method must be called before the next call to end(). -
end
public void end()End this frame. This method must be called before the next call to start().
-