PackedMemorySnapshot.Convert
public static bool Convert(Profiling.Memory.Experimental.PackedMemorySnapshot snapshot,
string writePath);
Parameters
| snapshot | The old format snapshot object. | |
| writePath | Destination path and file name for the file containing the converted snapshot. |
Returns
bool True if the conversion was successful; otherwise false.
Description 描述
Converts the specified old format PackedMemorySnapshot object to a new PackedMemorySnapshot format object and writes it to the location and file name specified the the write path.