Click or drag to resize

AllocationProfilingSettingssizeLimit Property

Record allocation of object with shallow size >= sizeLimit. The value is specified in bytes. null means default value.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public Nullable<int> sizeLimit { get; set; }

Property Value

Type: NullableInt32
See Also