Click or drag to resize

TotalCreatedObjectscount Property

Total count of all objects created during object allocation profiling.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public long count { get; set; }

Property Value

Type: Int64
Remarks
The returned value grows monotonically: the underlying counter is not zeroed when allocation profiling is re-started or allocation results are cleared
See Also