Share via


CompositionDebugHeatMaps.ShowMemoryUsage(Visual) Method

Definition

Shows a graphical representation of the GPU memory used by the app.

public:
 virtual void ShowMemoryUsage(Visual ^ subtree) = ShowMemoryUsage;
void ShowMemoryUsage(Visual const& subtree);
public void ShowMemoryUsage(Visual subtree);
function showMemoryUsage(subtree)
Public Sub ShowMemoryUsage (subtree As Visual)

Parameters

subtree
Visual

The part of the visual tree for which to show texture memory usage.

Applies to