C# Class UnityEditor.MemoryProfiler.MemorySnapshot

MemorySnapshot is a profiling tool to help diagnose memory usage.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
RequestNewSnapshot ( ) : void

Requests a new snapshot from the currently connected target of the profiler. Currently only il2cpp-based players are able to provide memory snapshots.

Private Methods

Method Description
DispatchSnapshot ( PackedMemorySnapshot snapshot ) : void

Method Details

RequestNewSnapshot() public static method

Requests a new snapshot from the currently connected target of the profiler. Currently only il2cpp-based players are able to provide memory snapshots.

public static RequestNewSnapshot ( ) : void
return void