Click or drag to resize

TotalCreatedObjects Class

Allocation profiling statistics.
Inheritance Hierarchy
SystemObject
  YourKit.Profiler.ApiTotalCreatedObjects

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public sealed class TotalCreatedObjects

The TotalCreatedObjects type exposes the following members.

Constructors
  NameDescription
Public methodTotalCreatedObjects
Top
Properties
  NameDescription
Public propertycount
Total count of all objects created during object allocation profiling.
Public propertysize
Total size in bytes of all objects created during object allocation profiling.
Top
See Also