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 voidAllocationRecorder. addSampler(Sampler sampler)Adds aSamplerthat will get run every time an allocation is performed from Java code.static voidAllocationRecorder. removeSampler(Sampler sampler)Removes the givenSampler.
-