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