Load(string)
Load memory snapshot from given file path.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public static PackedMemorySnapshot Load(string path)
Parameters
An absolute file path to load a snapshot file from.
Returns
Type | Description |
|---|---|
| PackedMemorySnapshot | Memory snapshot. |