Uses of Class
com.yourkit.api.controller.v2.AllocationProfilingSettings
Packages that use AllocationProfilingSettings
-
Uses of AllocationProfilingSettings in com.yourkit.api.controller.v2
Methods in com.yourkit.api.controller.v2 that return AllocationProfilingSettingsModifier and TypeMethodDescriptionStatus.getAllocationProfilingSettings()Get current object allocation profiling settings.AllocationProfilingSettings.setHeapSamplingInterval(Integer interval) Deprecated.This method is deprecated.AllocationProfilingSettings.setInterval(Integer interval) Sets an allocation profiling interval in bytes forAllocationProfilingMode.BCIandAllocationProfilingMode.HEAP_SAMPLINGmodes.AllocationProfilingSettings.setMode(AllocationProfilingMode mode) AllocationProfilingSettings.setRecordEach(Integer each) Deprecated.This method is deprecated.AllocationProfilingSettings.setSizeLimit(Integer limit) Deprecated.This method is deprecated.Methods in com.yourkit.api.controller.v2 with parameters of type AllocationProfilingSettingsModifier and TypeMethodDescriptionvoidController.startAllocationProfiling(AllocationProfilingSettings settings) Starts object allocation profiling.