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
Syntaxpublic Nullable<int> interval { get; set; }Public Property interval As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> interval {
Nullable<int> get ();
void set (Nullable<int> value);
}member interval : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also