AllocationProfilingSettingsrecordEach Property
|
Record each N-th object allocation.
Use 0 to limit by sizeLimit only.
null means default value.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic Nullable<int> recordEach { get; set; }
Public Property recordEach As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> recordEach {
Nullable<int> get ();
void set (Nullable<int> value);
}
member recordEach : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also