Method group is Obsolete
Experimental: this API is experimental and might be changed or removed in the future.

PackedMemorySnapshot.Convert

Obsolete This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/).

Declaration

public static bool Convert(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 MemoryProfiler.PackedMemorySnapshot object to a new PackedMemorySnapshot format object and writes it to the location and file name specified the the write path.


Did you find this page useful? Please give it a rating: