Class MemorySnapshotReport
Namespace: Unity.Barracuda
Syntax
public class MemorySnapshotReport : object
Properties
AllocatorMemoryInfo
Declaration
public List<AllocatorMemoryInfo> AllocatorMemoryInfo { get; }
Property Value
| Type | Description |
|---|---|
| List<AllocatorMemoryInfo> |
ContextName
Declaration
public string ContextName { get; }
Property Value
| Type | Description |
|---|---|
| String |
ContextType
Declaration
public string ContextType { get; }
Property Value
| Type | Description |
|---|---|
| String |
TensorsMemoryInfo
Declaration
public List<TensorMemoryInfo> TensorsMemoryInfo { get; }
Property Value
| Type | Description |
|---|---|
| List<TensorMemoryInfo> |