Click or drag to resize

AllocationProfilingSettingsinterval Property

Allocation interval in bytes. null means default value. When the total bytes allocated by a .NET thread exceed the specified interval, the profiler records the allocation details.

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

Property Value

Type: NullableInt32
See Also