Class QueryPerformanceRecorderState

java.lang.Object
io.deephaven.engine.table.impl.perf.QueryPerformanceRecorderState

public abstract class QueryPerformanceRecorderState extends Object
  • Method Details

    • getInstance

      public static QueryPerformanceRecorder getInstance()
    • installPoolAllocationRecorder

      public static void installPoolAllocationRecorder()
      Install recordPoolAllocation(java.util.function.Supplier) as the allocation recorder for chunk pools.
    • installUpdateGraphLockInstrumentation

      public static void installUpdateGraphLockInstrumentation()
      Use nuggets from the current QueryPerformanceRecorder as the lock action recorder for UpdateGraphLock.