Class QueryPerformanceRecorderState
java.lang.Object
io.deephaven.engine.table.impl.perf.QueryPerformanceRecorderState
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryPerformanceRecorder
static void
InstallrecordPoolAllocation(java.util.function.Supplier)
as the allocation recorder forchunk pools
.static void
Use nuggets from the currentQueryPerformanceRecorder
as 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 currentQueryPerformanceRecorder
as the lock action recorder forUpdateGraphLock
.
-