Method | Description | |
---|---|---|
ObjectPoolDiagnostics ( ) : System.Threading |
Creates a new diagnostics object, ready to record Object Pool main events.
|
Method | Description | |
---|---|---|
IncrementObjectResurrectionCount ( ) : void |
Increments the count of objects returned to pool by resurrection.
|
|
IncrementObjectsCreatedCount ( ) : void |
Increments the objects created count.
|
|
IncrementObjectsDestroyedCount ( ) : void |
Increments the objects destroyed count.
|
|
IncrementPoolObjectHitCount ( ) : void |
Increments the pool object hit count.
|
|
IncrementPoolObjectMissCount ( ) : void |
Increments the pool object miss count.
|
|
IncrementPoolOverflowCount ( ) : void |
Increments the pool overflow count.
|
|
IncrementResetStateFailedCount ( ) : void |
Increments the reset state failed count.
|
|
IncrementReturnedToPoolCount ( ) : void |
Increments the returned to pool count.
|
protected IncrementObjectResurrectionCount ( ) : void | ||
return | void |
protected IncrementObjectsCreatedCount ( ) : void | ||
return | void |
protected IncrementObjectsDestroyedCount ( ) : void | ||
return | void |
protected IncrementPoolObjectHitCount ( ) : void | ||
return | void |
protected IncrementPoolObjectMissCount ( ) : void | ||
return | void |
protected IncrementPoolOverflowCount ( ) : void | ||
return | void |
protected IncrementResetStateFailedCount ( ) : void | ||
return | void |
protected IncrementReturnedToPoolCount ( ) : void | ||
return | void |
public ObjectPoolDiagnostics ( ) : System.Threading | ||
return | System.Threading |