Class TimerQuery.FrameProfile

java.lang.Object
com.mojang.blaze3d.systems.TimerQuery.FrameProfile
Enclosing class:
TimerQuery

public static class TimerQuery.FrameProfile extends Object
  • Field Details

    • NO_RESULT

      private static final long NO_RESULT
      See Also:
    • CANCELLED_RESULT

      private static final long CANCELLED_RESULT
      See Also:
    • gpuQuery

      private final GpuQuery gpuQuery
    • timerResult

      private long timerResult
  • Constructor Details

    • FrameProfile

      FrameProfile(GpuQuery pGpuQuery)
  • Method Details

    • cancel

      public void cancel()
    • isDone

      public boolean isDone()
    • get

      public long get()