ControllerGetTotalCreatedObjects Method
|
Gets allocation profiling statistics.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic TotalCreatedObjects GetTotalCreatedObjects()
Public Function GetTotalCreatedObjects As TotalCreatedObjects
public:
TotalCreatedObjects^ GetTotalCreatedObjects()
member GetTotalCreatedObjects : unit -> TotalCreatedObjects
Return Value
Type:
TotalCreatedObjects
Statistics of object allocation profiling.
See Also