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
Syntaxpublic long size { get; set; }
Public Property size As Long
Get
Set
public:
property long long size {
long long get ();
void set (long long value);
}
member size : int64 with 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