Class QueryPerformanceRecorderState
java.lang.Object
io.deephaven.engine.table.impl.perf.QueryPerformanceRecorderState
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryPerformanceRecorderstatic voidInstallrecordPoolAllocation(java.util.function.Supplier)as the allocation recorder forchunk pools.static voidUse nuggets from the currentQueryPerformanceRecorderas the lock action recorder forUpdateGraphLock.
-
Method Details
-
getInstance
-
installPoolAllocationRecorder
public static void installPoolAllocationRecorder()InstallrecordPoolAllocation(java.util.function.Supplier)as the allocation recorder forchunk pools. -
installUpdateGraphLockInstrumentation
public static void installUpdateGraphLockInstrumentation()Use nuggets from the currentQueryPerformanceRecorderas the lock action recorder forUpdateGraphLock.
-