Package com.yourkit.api.controller.v2
Class TotalCreatedObjects
java.lang.Object
com.yourkit.api.controller.v2.TotalCreatedObjects
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TotalCreatedObjects
public TotalCreatedObjects()
-
-
Method Details
-
getCount
public long getCount()- Returns:
- Total count of all objects created during object allocation profiling. The returned value grows monotonically: the underlying counter is not zeroed when allocation profiling is re-started or allocation results are cleared.
-
getSize
public long getSize()- Returns:
- Total size in bytes of all objects created during object allocation profiling. Note: the value is only updated in the full profiling mode, it is not updated in the object counting mode. The returned value grows monotonically: the underlying counter is not zeroed when allocation profiling is re-started or allocation results are cleared.
-