Click or drag to resize

AllocationProfilingSettings Class

Profiler settings for allocation profiling.
Inheritance Hierarchy
SystemObject
  YourKit.Profiler.ApiAllocationProfilingSettings

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public sealed class AllocationProfilingSettings

The AllocationProfilingSettings type exposes the following members.

Properties
  NameDescription
Public propertyrecordEach
Record each N-th object allocation. Use 0 to limit by sizeLimit only. null means default value.
Public propertysizeLimit
Record allocation of object with shallow size >= sizeLimit. The value is specified in bytes. null means default value.
Top
Remarks
Note that recordEach and sizeLimit parameters are applied independently.
See Also