AllocationProfilingSettings Class |
Namespace: YourKit.Profiler.Api
The AllocationProfilingSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | recordEach |
Record each N-th object allocation.
Use 0 to limit by sizeLimit only.
null means default value.
|
![]() | sizeLimit |
Record allocation of object with shallow size >= sizeLimit.
The value is specified in bytes.
null means default value.
|