Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Struct MemoryBufferPool.Counters

Collection of performance counters

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: EPiServer.BaseLibrary
Assembly: EPiServer.BaseLibrary.dll
Version: 7.19.2
Syntax
public struct Counters

Fields

BuffersAllocated

The total numbers of buffers allocated

Declaration
public long BuffersAllocated
Field Value
Type Description
System.Int64

BuffersAllocatedFromPool

The number of buffers that were re-used from the pool

Declaration
public long BuffersAllocatedFromPool
Field Value
Type Description
System.Int64

HighWaterMark

The most number of buffers that we have had saved for re-use

Declaration
public long HighWaterMark
Field Value
Type Description
System.Int64

WeakReferencesReclaimed

The number of times a WeakReference was reclaimed by the system before we could re-use

Declaration
public long WeakReferencesReclaimed
Field Value
Type Description
System.Int64