Struct CLRRuntimeSource.HeapMetrics
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public struct HeapMetrics
Constructors
|
Edit this page
View Source
HeapMetrics(Int64, IList<Int64>)
Declaration
public HeapMetrics(long total, IList<long> collections)
Parameters
Type |
Name |
Description |
System.Int64 |
total |
|
IList<System.Int64> |
collections |
|
Fields
|
Edit this page
View Source
CollectionCounts
Declaration
public IList<long> CollectionCounts
Field Value
Type |
Description |
IList<System.Int64> |
|
|
Edit this page
View Source
TotalMemory
Declaration
Field Value
Type |
Description |
System.Int64 |
|