Uses of Interface
com.google.monitoring.runtime.instrumentation.Sampler
-
-
Uses of Sampler in com.google.monitoring.runtime.instrumentation
Methods in com.google.monitoring.runtime.instrumentation with parameters of type Sampler Modifier and Type Method Description static void
AllocationRecorder. addSampler(Sampler sampler)
Adds aSampler
that will get run every time an allocation is performed from Java code.static void
AllocationRecorder. removeSampler(Sampler sampler)
Removes the givenSampler
.
-