Click or drag to resize

TotalCreatedObjectssize Property

Total size in bytes 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 size { 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