London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Struct MemoryBufferPool.Counters

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.Core.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public struct Counters

Fields

BuffersAllocated

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The total numbers of buffers allocated

Declaration
public long BuffersAllocated
Field Value
Type Description
System.Int64

BuffersAllocatedFromPool

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of buffers that were re-used from the pool

Declaration
public long BuffersAllocatedFromPool
Field Value
Type Description
System.Int64

HighWaterMark

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The most number of buffers that we have had saved for re-use

Declaration
public long HighWaterMark
Field Value
Type Description
System.Int64

WeakReferencesReclaimed

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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

Extension Methods