2.2.2 ContainerStatistics

The ContainerStatistics type represents activity statistics for an instance container.

 typedef struct {
   DWORD cCalls;
   DWORD cComponentInstances;
   DWORD cComponents;
   DWORD cCallsPerSecond;
 } ContainerStatistics;

cCalls: The number of method calls that the component instances perform in an instance container.

cComponentInstances: The number of component instances in an instance container.

cComponents: The number of distinct components currently instantiated in an instance container.

cCallsPerSecond: This SHOULD be set to a running average, over an implementation-specific time period,<1> of the number of method calls per second received by an instance container. Alternatively, an implementation MAY instead simply set this field to zero.