Click or drag to resize

AllocationProfilingSettings Class

Profiler settings for allocation profiling.
Inheritance Hierarchy
SystemObject
  YourKit.Profiler.ApiAllocationProfilingSettings

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.9.193
Syntax
public sealed class AllocationProfilingSettings

The AllocationProfilingSettings type exposes the following members.

Properties
  NameDescription
Public propertyinterval
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.
Top
See Also